
    /* Base styles for the page */
    .page-774pub-ph {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
    }

    .page-774pub-ph__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-774pub-ph__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-774pub-ph__section--dark {
      background-color: #222;
      color: #eee;
    }

    .page-774pub-ph__hero-section {
      background-color: #0a192f;
      color: #fff;
      padding: 60px 0 80px 0; /* Add 10px padding-top for decorative spacing after header offset */
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .page-774pub-ph__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
      z-index: 1;
    }

    .page-774pub-ph__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-774pub-ph__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #f7b32b;
    }

    .page-774pub-ph__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-774pub-ph__button {
      display: inline-block;
      background-color: #f7b32b;
      color: #0a192f;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-774pub-ph__button:hover {
      background-color: #e6a21a;
      transform: translateY(-2px);
    }

    .page-774pub-ph__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-774pub-ph__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-774pub-ph__title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #0a192f;
    }

    .page-774pub-ph__title--light {
      color: #f7b32b;
    }

    .page-774pub-ph__text {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #555;
    }

    .page-774pub-ph__text--light {
      color: #ccc;
    }

    .page-774pub-ph__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-774pub-ph__card {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-774pub-ph__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-774pub-ph__card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
      border-radius: 8px;
    }

    .page-774pub-ph__card-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-774pub-ph__card-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #0a192f;
    }

    .page-774pub-ph__card-text {
      color: #666;
    }

    .page-774pub-ph__list {
      list-style: none;
      padding: 0;
      margin: 30px auto 0 auto;
      max-width: 800px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .page-774pub-ph__list-item {
      background-color: #fff;
      padding: 15px 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      font-size: 1.1em;
      color: #333;
      flex: 1 1 auto; /* Allow items to grow and shrink */
      min-width: 200px; /* Minimum width before wrapping */
      max-width: calc(33.333% - 20px); /* Max width for 3 columns */
      box-sizing: border-box;
      text-align: center;
    }

    /* FAQ Section */
    .page-774pub-ph__faq-section {
      background-color: #f2f2f2;
    }

    .page-774pub-ph__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-774pub-ph__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      color: #0a192f;
      transition: background-color 0.3s ease;
    }

    .page-774pub-ph__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-774pub-ph__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-774pub-ph__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      color: #f7b32b;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
      transition: transform 0.3s ease;
    }

    .page-774pub-ph__faq-item.active .page-774pub-ph__faq-toggle {
      transform: rotate(45deg); /* Plus to X effect */
    }

    .page-774pub-ph__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: #555;
      text-align: left;
    }

    .page-774pub-ph__faq-item.active .page-774pub-ph__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to cover content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-774pub-ph__hero-title {
        font-size: 2.8em;
      }
      .page-774pub-ph__title {
        font-size: 2em;
      }
      .page-774pub-ph__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
      .page-774pub-ph__list-item {
        max-width: calc(50% - 20px); /* 2 columns */
      }
    }

    @media (max-width: 768px) {
      .page-774pub-ph__hero-section {
        padding: 40px 0 60px 0;
      }
      .page-774pub-ph__hero-title {
        font-size: 2em;
      }
      .page-774pub-ph__hero-description {
        font-size: 1.1em;
      }
      .page-774pub-ph__title {
        font-size: 1.8em;
      }
      .page-774pub-ph__text {
        font-size: 1em;
      }
      .page-774pub-ph__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-774pub-ph__grid {
        grid-template-columns: 1fr;
      }
      .page-774pub-ph__card {
        padding: 20px;
      }
      .page-774pub-ph__card-title {
        font-size: 1.3em;
      }
      .page-774pub-ph__list {
        flex-direction: column;
        gap: 15px;
      }
      .page-774pub-ph__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px !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-774pub-ph__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-774pub-ph__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-774pub-ph__image-wrapper,
      .page-774pub-ph__card-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
      .page-774pub-ph__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-774pub-ph__faq-answer {
        padding: 0 20px;
      }
      .page-774pub-ph__faq-item.active .page-774pub-ph__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-774pub-ph__hero-title {
        font-size: 1.8em;
      }
      .page-774pub-ph__title {
        font-size: 1.5em;
      }
      .page-774pub-ph__section {
        padding: 30px 0;
      }
    }
  