
    .page-tr-c-ti-p-67 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-tr-c-ti-p-67__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-tr-c-ti-p-67__section--dark {
      background-color: #2a2a2a;
      color: #f0f0f0;
    }

    .page-tr-c-ti-p-67__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      overflow: hidden;
    }

    .page-tr-c-ti-p-67__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.6);
      max-width: 100%;
      height: auto;
    }

    .page-tr-c-ti-p-67__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      color: #ffcc00; /* Gold color for brand emphasis */
      line-height: 1.2;
    }

    .page-tr-c-ti-p-67__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-tr-c-ti-p-67__button-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-tr-c-ti-p-67__main-button {
      background-color: #ffcc00;
      color: #333;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-tr-c-ti-p-67__main-button:hover {
      background-color: #e6b800;
    }

    .page-tr-c-ti-p-67__secondary-button {
      background-color: transparent;
      color: #fff;
      padding: 15px 30px;
      border: 2px solid #ffcc00;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      cursor: pointer;
    }

    .page-tr-c-ti-p-67__secondary-button:hover {
      background-color: #ffcc00;
      color: #333;
    }

    .page-tr-c-ti-p-67__title {
      font-size: 2.2em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-tr-c-ti-p-67__title--dark {
      color: #ffcc00;
    }

    .page-tr-c-ti-p-67__title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-tr-c-ti-p-67__text-content p {
      margin-bottom: 15px;
      font-size: 1.05em;
      text-align: justify;
    }

    .page-tr-c-ti-p-67__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-tr-c-ti-p-67__feature-item {
      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;
      box-sizing: border-box;
    }

    .page-tr-c-ti-p-67__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-tr-c-ti-p-67__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-tr-c-ti-p-67__feature-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-tr-c-ti-p-67__feature-description {
      font-size: 1em;
      color: #555;
    }

    .page-tr-c-ti-p-67__cta-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #ffcc00;
      color: #333;
    }

    .page-tr-c-ti-p-67__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #2a2a2a;
    }

    .page-tr-c-ti-p-67__cta-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-tr-c-ti-p-67__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-tr-c-ti-p-67__floating-button {
      background-color: #ffcc00;
      color: #333;
      padding: 12px 20px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      cursor: pointer;
      white-space: nowrap;
      min-width: 120px;
    }

    .page-tr-c-ti-p-67__floating-button:hover {
      background-color: #e6b800;
    }

    .page-tr-c-ti-p-67__image-container {
      text-align: center;
      margin: 40px 0;
    }

    .page-tr-c-ti-p-67__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    /* FAQ Styles */
    .page-tr-c-ti-p-67__faq-section {
      background-color: #f0f0f0;
    }

    .page-tr-c-ti-p-67__faq-list {
      margin-top: 30px;
    }

    .page-tr-c-ti-p-67__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-tr-c-ti-p-67__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #fff;
      transition: background-color 0.3s ease;
    }

    .page-tr-c-ti-p-67__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-tr-c-ti-p-67__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none;
    }

    .page-tr-c-ti-p-67__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-tr-c-ti-p-67__faq-item.active .page-tr-c-ti-p-67__faq-toggle {
      transform: rotate(45deg);
    }

    .page-tr-c-ti-p-67__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;
    }

    .page-tr-c-ti-p-67__faq-item.active .page-tr-c-ti-p-67__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-tr-c-ti-p-67__faq-answer p {
      margin-top: 0;
      margin-bottom: 15px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-tr-c-ti-p-67__hero-title {
        font-size: 2em;
      }

      .page-tr-c-ti-p-67__hero-description {
        font-size: 1em;
      }

      .page-tr-c-ti-p-67__main-button, .page-tr-c-ti-p-67__secondary-button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-tr-c-ti-p-67__title {
        font-size: 1.8em;
      }

      .page-tr-c-ti-p-67__cta-title {
        font-size: 2em;
      }

      .page-tr-c-ti-p-67__cta-description {
        font-size: 1.1em;
      }

      .page-tr-c-ti-p-67__section {
        padding: 30px 15px;
      }

      .page-tr-c-ti-p-67__features-grid {
        grid-template-columns: 1fr;
      }

      .page-tr-c-ti-p-67__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-tr-c-ti-p-67__floating-buttons {
        flex-direction: row;
        left: 0;
        right: 0;
        width: 100%;
        justify-content: space-around;
        bottom: 0;
        background-color: rgba(42, 42, 42, 0.95);
        padding: 10px 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
      }

      .page-tr-c-ti-p-67__floating-button {
        flex: 1;
        margin: 0 5px;
        font-size: 0.9em;
        padding: 10px 15px;
        border-radius: 30px;
        min-width: unset;
      }

      .page-tr-c-ti-p-67__faq-question,
      .page-tr-c-ti-p-67__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
      }

      .page-tr-c-ti-p-67__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }
  