
    .page-789pp {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f5f5f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-789pp__section-title,
    .page-789pp__hero-title {
      text-align: center;
      color: #004d40; /* Dark Teal */
      margin-bottom: 30px;
      font-size: 2.2em;
      font-weight: bold;
    }

    .page-789pp__hero-title {
      font-size: 2.8em;
      color: #004d40;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-789pp__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px 20px 40px; /* 10px top for offset, 20px sides, 40px bottom */
      background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%); /* Light teal gradient */
      color: #004d40;
      position: relative;
      overflow: hidden;
    }

    .page-789pp__hero-content {
      max-width: 800px;
      z-index: 2;
    }

    .page-789pp__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #004d40;
    }

    .page-789pp__hero-actions {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-789pp__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      font-size: 1em;
      border: none;
      cursor: pointer;
      text-align: center;
    }

    .page-789pp__button--primary {
      background-color: #00796b; /* Strong Teal */
      color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 121, 107, 0.4);
    }

    .page-789pp__button--primary:hover {
      background-color: #004d40;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0, 121, 107, 0.6);
    }

    .page-789pp__button--secondary {
      background-color: #ffffff;
      color: #00796b;
      border: 2px solid #00796b;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-789pp__button--secondary:hover {
      background-color: #e0f2f1;
      color: #004d40;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

    .page-789pp__button--large {
      padding: 15px 35px;
      font-size: 1.1em;
      min-width: 200px;
    }

    .page-789pp__button--small {
      padding: 8px 18px;
      font-size: 0.9em;
      border-radius: 20px;
    }

    .page-789pp__hero-image-container {
      margin-top: 30px;
      max-width: 100%;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .page-789pp__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-789pp__features-section,
    .page-789pp__products-section,
    .page-789pp__promotions-section,
    .page-789pp__payment-providers-section,
    .page-789pp__faq-section,
    .page-789pp__cta-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-789pp__features-grid,
    .page-789pp__product-grid,
    .page-789pp__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-789pp__feature-item,
    .page-789pp__product-card,
    .page-789pp__promotion-card {
      background-color: #ffffff;
      border-radius: 15px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-789pp__feature-item:hover,
    .page-789pp__product-card:hover,
    .page-789pp__promotion-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .page-789pp__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
    }

    .page-789pp__feature-title,
    .page-789pp__product-title,
    .page-789pp__promotion-title {
      font-size: 1.4em;
      color: #00796b;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-789pp__feature-text,
    .page-789pp__product-description,
    .page-789pp__promotion-description {
      font-size: 0.95em;
      color: #555;
      flex-grow: 1; /* Ensure descriptions take up available space */
    }

    .page-789pp__product-image,
    .page-789pp__promotion-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 15px;
      object-fit: cover;
      min-height: 200px; /* Minimum size for content images */
      min-width: 200px;
    }

    .page-789pp__product-card .page-789pp__button,
    .page-789pp__promotion-card .page-789pp__button {
      margin-top: 15px;
      align-self: center;
    }

    .page-789pp__partners-container {
      margin-top: 30px;
      background-color: #ffffff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page-789pp__partners-subtitle {
      font-size: 1.8em;
      color: #00796b;
      text-align: center;
      margin-bottom: 25px;
      font-weight: bold;
    }

    .page-789pp__payment-list,
    .page-789pp__provider-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-content: center;
      margin-bottom: 40px;
    }

    .page-789pp__payment-item,
    .page-789pp__provider-item {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 15px;
      transition: all 0.3s ease;
      box-sizing: border-box; /* Important for list items */
    }

    .page-789pp__payment-item:hover,
    .page-789pp__provider-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-789pp__payment-item a,
    .page-789pp__provider-item a {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #333;
      font-weight: bold;
      text-align: center;
      width: 100%;
    }

    .page-789pp__payment-logo,
    .page-789pp__provider-logo {
      max-width: 80px;
      height: auto;
      margin-bottom: 8px;
      object-fit: contain;
      min-width: 50px; /* Ensure images are not too small */
      min-height: 50px;
    }

    /* FAQ Section */
    .page-789pp__faq-container {
      max-width: 800px;
      margin: 30px auto 0;
    }

    .page-789pp__faq-item {
      background-color: #ffffff;
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-789pp__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #e0f2f1;
      color: #004d40;
      font-weight: bold;
      border-radius: 10px;
      transition: background-color 0.3s ease;
    }

    .page-789pp__faq-question:hover {
      background-color: #b2dfdb;
    }

    .page-789pp__faq-question-title {
      margin: 0;
      font-size: 1.1em;
      color: #004d40;
      pointer-events: none; /* Prevent text selection interference */
    }

    .page-789pp__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click */
      transition: transform 0.3s ease;
    }

    .page-789pp__faq-item.active .page-789pp__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-789pp__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-789pp__faq-item.active .page-789pp__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-789pp__faq-answer p {
      margin: 0;
      padding-bottom: 10px; /* Adjust as needed for spacing */
    }

    .page-789pp__cta-section {
      text-align: center;
      background-color: #00796b;
      color: #ffffff;
      padding: 50px 20px;
      border-radius: 15px;
      margin-top: 40px;
    }

    .page-789pp__cta-title {
      color: #ffffff;
      font-size: 2.5em;
      margin-bottom: 15px;
    }

    .page-789pp__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Floating Buttons */
    .page-789pp__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: #004d40; /* Dark Teal */
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      transform: translateY(0); /* Ensure visibility */
    }

    .page-789pp__floating-button {
      flex: 1;
      text-align: center;
      padding: 12px 15px;
      color: #ffffff;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border-radius: 8px;
      margin: 0 5px;
    }

    .page-789pp__floating-button--register {
      background-color: #ff5722; /* Orange */
    }

    .page-789pp__floating-button--register:hover {
      background-color: #e64a19;
    }

    .page-789pp__floating-button--login {
      background-color: #4caf50; /* Green */
    }

    .page-789pp__floating-button--login:hover {
      background-color: #388e3c;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-789pp__hero-title {
        font-size: 2em;
      }

      .page-789pp__hero-description {
        font-size: 1em;
      }

      .page-789pp__section-title {
        font-size: 1.8em;
      }

      .page-789pp__partners-subtitle {
        font-size: 1.5em;
      }

      .page-789pp__features-grid,
      .page-789pp__product-grid,
      .page-789pp__promotions-grid {
        grid-template-columns: 1fr;
      }

      /* List item responsiveness for .page-789pp__payment-item and .page-789pp__provider-item */
      .page-789pp__payment-list,
      .page-789pp__provider-list {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important; /* Adjust for smaller screens */
        gap: 10px !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      
      .page-789pp__payment-item,
      .page-789pp__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px !important; /* Adjust padding for mobile */
      }

      .page-789pp__payment-item a,
      .page-789pp__provider-item a {
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-789pp__payment-logo,
      .page-789pp__provider-logo {
        max-width: 60px;
        min-width: 40px;
        min-height: 40px;
      }

      .page-789pp__faq-question-title {
        font-size: 1em;
      }

      .page-789pp__faq-answer {
        padding: 0 15px;
      }

      .page-789pp__faq-item.active .page-789pp__faq-answer {
        padding: 15px 15px !important;
      }

      .page-789pp__cta-title {
        font-size: 2em;
      }

      .page-789pp__cta-description {
        font-size: 1em;
      }

      .page-789pp__floating-buttons {
        padding: 8px 0;
      }

      .page-789pp__floating-button {
        font-size: 1em;
        padding: 10px 10px;
      }

      .page-789pp__hero-actions {
        flex-direction: column;
        gap: 10px;
      }
      .page-789pp__button {
        width: 100%;
        max-width: 250px;
      }
    }

    @media (max-width: 480px) {
      .page-789pp__hero-title {
        font-size: 1.8em;
      }

      .page-789pp__section-title {
        font-size: 1.6em;
      }

      .page-789pp__cta-title {
        font-size: 1.8em;
      }
    }

    /* General image responsiveness for all images */
    .page-789pp img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    /* Ensure image containers are also responsive */
    .page-789pp__hero-image-container,
    .page-789pp__feature-item,
    .page-789pp__product-card,
    .page-789pp__promotion-card,
    .page-789pp__payment-item,
    .page-789pp__provider-item {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    /* Ensure no filter on images */
    .page-789pp img {
      filter: none !important;
    }
  