
    :root {
      --primary-color: #e0b321; /* Gold/Yellow */
      --secondary-color: #1a2a3a; /* Dark Blue */
      --accent-color: #f7931e; /* Orange */
      --text-light: #f0f0f0;
      --text-dark: #333333;
      --bg-dark: #0d1a26; /* Very Dark Blue */
      --bg-light: #ffffff;
      --border-color: #3a4a5a;
    }

    .page-www-774pub-com-login-register-philippines {
      font-family: 'Arial', sans-serif;
      color: var(--text-light);
      background-color: var(--bg-dark);
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for fixed header */
    }

    .page-www-774pub-com-login-register-philippines__hero-section {
      position: relative;
      overflow: hidden;
      padding: 10px 0 60px; /* Adjusted padding-top for hero */
      text-align: center;
      background-color: var(--bg-dark);
    }

    .page-www-774pub-com-login-register-philippines__hero-image {
      width: 100%;
      height: auto;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0.3;
      max-width: 100%;
    }

    .page-www-774pub-com-login-register-philippines__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      color: var(--text-light);
    }

    .page-www-774pub-com-login-register-philippines__hero-title {
      font-size: 3.5em;
      color: var(--primary-color);
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-www-774pub-com-login-register-philippines__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: var(--text-light);
    }

    .page-www-774pub-com-login-register-philippines__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-www-774pub-com-login-register-philippines__cta-button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--primary-color);
      color: var(--bg-dark);
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-www-774pub-com-login-register-philippines__cta-button:hover {
      background-color: var(--accent-color);
      transform: translateY(-3px);
    }

    .page-www-774pub-com-login-register-philippines__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-www-774pub-com-login-register-philippines__section-title {
      font-size: 2.5em;
      color: var(--primary-color);
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-www-774pub-com-login-register-philippines__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--accent-color);
      border-radius: 2px;
    }

    .page-www-774pub-com-login-register-philippines__grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-www-774pub-com-login-register-philippines__grid-item {
      background-color: var(--secondary-color);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      border: 1px solid var(--border-color);
    }

    .page-www-774pub-com-login-register-philippines__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }

    .page-www-774pub-com-login-register-philippines__item-icon {
      margin-bottom: 20px;
      width: 80px;
      height: 80px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      object-fit: cover;
    }

    .page-www-774pub-com-login-register-philippines__item-title {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-bottom: 15px;
      text-align: center;
    }

    .page-www-774pub-com-login-register-philippines__item-description {
      color: var(--text-light);
      font-size: 1em;
      text-align: center;
    }

    .page-www-774pub-com-login-register-philippines__image-full-width {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 30px;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-www-774pub-com-login-register-philippines__text-content {
      text-align: left;
      margin-bottom: 30px;
      color: var(--text-light);
    }

    .page-www-774pub-com-login-register-philippines__text-content h2 {
      color: var(--primary-color);
      font-size: 2em;
      margin-bottom: 20px;
    }

    .page-www-774pub-com-login-register-philippines__text-content h3 {
      color: var(--accent-color);
      font-size: 1.5em;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-www-774pub-com-login-register-philippines__text-content p {
      margin-bottom: 15px;
    }

    .page-www-774pub-com-login-register-philippines__text-content ul {
      list-style: disc inside;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-www-774pub-com-login-register-philippines__text-content li {
      margin-bottom: 8px;
    }

    .page-www-774pub-com-login-register-philippines__promo-banner {
      background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
      padding: 40px 20px;
      text-align: center;
      border-radius: 10px;
      margin: 40px auto;
      max-width: 1000px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }

    .page-www-774pub-com-login-register-philippines__promo-title {
      font-size: 2.2em;
      color: var(--bg-dark);
      margin-bottom: 20px;
    }

    .page-www-774pub-com-login-register-philippines__promo-description {
      font-size: 1.1em;
      color: var(--bg-dark);
      margin-bottom: 30px;
    }

    /* FAQ Section Styles */
    .page-www-774pub-com-login-register-philippines__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .page-www-774pub-com-login-register-philippines__faq-item {
      background-color: var(--secondary-color);
      border: 1px solid var(--border-color);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .page-www-774pub-com-login-register-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: var(--secondary-color);
      color: var(--primary-color);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-www-774pub-com-login-register-philippines__faq-question:hover {
      background-color: #2a3a4a; /* Slightly lighter secondary for hover */
    }

    .page-www-774pub-com-login-register-philippines__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevents text selection from interfering with click */
    }

    .page-www-774pub-com-login-register-philippines__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevents icon from interfering with click */
      transition: transform 0.3s ease;
      color: var(--accent-color);
    }

    .page-www-774pub-com-login-register-philippines__faq-item.active .page-www-774pub-com-login-register-philippines__faq-toggle {
      transform: rotate(45deg); /* Rotates the plus to a cross (minus) */
    }

    .page-www-774pub-com-login-register-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: var(--bg-dark);
      color: var(--text-light);
      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;
      font-size: 1em;
    }

    .page-www-774pub-com-login-register-philippines__faq-item.active .page-www-774pub-com-login-register-philippines__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Floating Login/Register Buttons */
    .page-www-774pub-com-login-register-philippines__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: 100%;
      justify-content: center;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-www-774pub-com-login-register-philippines__floating-button {
      padding: 12px 25px;
      background-color: var(--primary-color);
      color: var(--bg-dark);
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.05em;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      white-space: nowrap;
    }

    .page-www-774pub-com-login-register-philippines__floating-button:hover {
      background-color: var(--accent-color);
      transform: translateY(-3px);
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-www-774pub-com-login-register-philippines__hero-title {
        font-size: 3em;
      }
      .page-www-774pub-com-login-register-philippines__section-title {
        font-size: 2.2em;
      }
      .page-www-774pub-com-login-register-philippines__promo-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-www-774pub-com-login-register-philippines__hero-section {
        padding-bottom: 40px;
      }
      .page-www-774pub-com-login-register-philippines__hero-title {
        font-size: 2.5em;
      }
      .page-www-774pub-com-login-register-philippines__hero-description {
        font-size: 1em;
      }
      .page-www-774pub-com-login-register-philippines__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-www-774pub-com-login-register-philippines__section {
        padding: 40px 15px;
      }
      .page-www-774pub-com-login-register-philippines__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }
      .page-www-774pub-com-login-register-philippines__grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-www-774pub-com-login-register-philippines__grid-item {
        padding: 25px;
      }
      .page-www-774pub-com-login-register-philippines__item-icon {
        width: 70px;
        height: 70px;
      }
      .page-www-774pub-com-login-register-philippines__item-title {
        font-size: 1.3em;
      }
      .page-www-774pub-com-login-register-philippines__promo-banner {
        padding: 30px 15px;
        margin: 30px auto;
      }
      .page-www-774pub-com-login-register-philippines__promo-title {
        font-size: 1.8em;
      }
      .page-www-774pub-com-login-register-philippines__promo-description {
        font-size: 0.95em;
      }

      /* List item mobile responsiveness */
      .page-www-774pub-com-login-register-philippines__text-content ul {
        list-style: disc; /* Fallback for older browsers if 'inside' causes issues */
        margin-left: 0 !important;
        padding-left: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-www-774pub-com-login-register-philippines__text-content li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !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-www-774pub-com-login-register-philippines__faq-section {
        padding: 40px 15px;
      }

      .page-www-774pub-com-login-register-philippines__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-www-774pub-com-login-register-philippines__faq-answer {
        padding: 0 20px;
      }

      .page-www-774pub-com-login-register-philippines__faq-item.active .page-www-774pub-com-login-register-philippines__faq-answer {
        padding: 15px 20px !important;
      }

      .page-www-774pub-com-login-register-philippines__floating-buttons {
        flex-direction: column;
        gap: 10px;
        bottom: 15px;
      }

      .page-www-774pub-com-login-register-philippines__floating-button {
        width: 100%;
        max-width: 250px; /* Limit width for very narrow screens */
        font-size: 1em;
        padding: 10px 20px;
      }
    }

    @media (max-width: 480px) {
      .page-www-774pub-com-login-register-philippines__hero-title {
        font-size: 2em;
      }
      .page-www-774pub-com-login-register-philippines__section-title {
        font-size: 1.8em;
      }
      .page-www-774pub-com-login-register-philippines__promo-title {
        font-size: 1.6em;
      }
      .page-www-774pub-com-login-register-philippines__floating-button {
        max-width: 100%; /* Allow full width on very small screens */
      }
    }
  