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

    .page-22-link__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-22-link__section--dark {
      background-color: #1a1a1a;
      color: #f0f0f0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-22-link__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 60px 20px 40px;
      overflow: hidden;
      background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
      padding-top: calc(var(--header-offset, 0px) + 20px);
    }

    .page-22-link__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-22-link__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-22-link__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-22-link__hero-content p {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-22-link__button-group {
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .page-22-link__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      text-decoration: none;
      color: #fff;
    }

    .page-22-link__button--primary {
      background-color: #ff4500; /* Orange-Red */
    }

    .page-22-link__button--primary:hover {
      background-color: #e03c00;
      transform: translateY(-2px);
    }

    .page-22-link__button--secondary {
      background-color: #007bff; /* Blue */
    }

    .page-22-link__button--secondary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-22-link__title {
      font-size: 2em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-22-link__title--dark {
      color: #f0f0f0;
    }

    .page-22-link__title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ff4500;
      border-radius: 2px;
    }

    .page-22-link__text-content p {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

    .page-22-link__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-22-link__product-card {
      background-color: #f0f2f5;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      padding: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-22-link__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-22-link__product-card-image {
      width: 100%;
      max-width: 250px;
      height: 180px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
      box-sizing: border-box;
      max-width: 100% !important;
      height: auto !important;
    }

    .page-22-link__product-card h3 {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-22-link__product-card p {
      font-size: 0.95em;
      color: #555;
    }

    .page-22-link__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-22-link__list-item {
      background-color: #e9ecef;
      margin-bottom: 10px;
      padding: 15px 20px;
      border-radius: 8px;
      font-size: 1.05em;
      color: #333;
      display: flex;
      align-items: center;
      box-sizing: border-box;
    }

    .page-22-link__list-item::before {
      content: '✓';
      color: #28a745;
      font-weight: bold;
      margin-right: 10px;
    }

    .page-22-link__payment-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-top: 30px;
    }

    .page-22-link__payment-logo {
      width: 120px;
      height: 60px;
      object-fit: contain;
      filter: grayscale(80%);
      transition: filter 0.3s ease;
      box-sizing: border-box;
      max-width: 100% !important;
      height: auto !important;
    }

    .page-22-link__payment-logo:hover {
      filter: grayscale(0%);
    }

    .page-22-link__faq-item {
      background-color: #f0f2f5;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-22-link__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #e9ecef;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-22-link__faq-question:hover {
      background-color: #dee2e6;
    }

    .page-22-link__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

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

    .page-22-link__faq-item.active .page-22-link__faq-toggle {
      transform: rotate(45deg);
    }

    .page-22-link__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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;
      font-size: 0.95em;
    }

    .page-22-link__faq-item.active .page-22-link__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Floating Buttons */
    .page-22-link__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }

    .page-22-link__floating-button {
      flex: 1;
      margin: 0 5px;
      padding: 12px 15px;
      border-radius: 50px;
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      color: #fff;
      background-color: #ff4500;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border: none;
    }

    .page-22-link__floating-button:hover {
      background-color: #e03c00;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-22-link__hero-content h1 {
        font-size: 2em;
      }
      .page-22-link__hero-content p {
        font-size: 1em;
      }
      .page-22-link__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-22-link__title {
        font-size: 1.8em;
      }
      .page-22-link__section {
        padding: 30px 15px;
      }
      .page-22-link__product-grid {
        grid-template-columns: 1fr;
      }
      .page-22-link__list-item,
      .page-22-link__faq-question {
        font-size: 0.95em;
        padding: 12px 15px;
      }
      .page-22-link__faq-answer {
        font-size: 0.9em;
      }
      .page-22-link__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-22-link__list-item {
        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-22-link__payment-logos {
        gap: 15px;
      }
      .page-22-link__payment-logo {
        width: 100px;
        height: 50px;
      }
      .page-22-link__floating-button {
        font-size: 0.9em;
        padding: 10px 10px;
      }
    }

    @media (max-width: 480px) {
      .page-22-link__hero-content h1 {
        font-size: 1.8em;
      }
      .page-22-link__hero-content p {
        font-size: 0.9em;
      }
      .page-22-link__button-group {
        flex-direction: column;
        gap: 10px;
      }
      .page-22-link__button {
        width: 80%;
        max-width: 250px;
        margin: 0 auto;
      }
    }
  