
    .page-app-678 {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
    }

    .page-app-678__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-app-678__hero-section {
      background: linear-gradient(135deg, #333, #111);
      color: #fff;
      text-align: center;
      padding: 60px 20px 40px;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, body handles main offset */
    }

    .page-app-678__hero-section::before {
      content: '';
      position: absolute;
      top: -50px;
      left: -50px;
      width: 200px;
      height: 200px;
      background: rgba(255, 255, 255, 0.05);
      transform: rotate(45deg);
      z-index: 0;
    }

    .page-app-678__hero-section::after {
      content: '';
      position: absolute;
      bottom: -50px;
      right: -50px;
      width: 200px;
      height: 200px;
      background: rgba(255, 255, 255, 0.05);
      transform: rotate(45deg);
      z-index: 0;
    }

    .page-app-678__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-app-678__title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-app-678__subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #ccc;
    }

    .page-app-678__cta-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-app-678__cta-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-app-678__section {
      padding: 40px 0;
      margin-bottom: 30px;
      background-color: #2a2a2a;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-app-678__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      padding-bottom: 10px;
      position: relative;
    }

    .page-app-678__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #007bff;
      border-radius: 2px;
    }

    .page-app-678__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      padding: 0 20px;
    }

    .page-app-678__card {
      background-color: #333;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      color: #f0f0f0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-app-678__card:hover {
      transform: translateY(-5px);
    }

    .page-app-678__card-image {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
      object-fit: cover;
      width: 100%;
      max-height: 250px;
    }

    .page-app-678__card-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-app-678__list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
    }

    .page-app-678__list-item {
      background-color: #333;
      margin-bottom: 15px;
      padding: 15px 20px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      color: #f0f0f0;
      box-sizing: border-box;
    }

    .page-app-678__list-item-number {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .page-app-678__list-item-content {
      flex-grow: 1;
    }

    .page-app-678__list-item-title {
      font-size: 1.2em;
      color: #ffcc00;
      margin-bottom: 5px;
    }

    .page-app-678__product-item {
      text-align: center;
      background-color: #333;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-app-678__product-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
      width: 100%;
      max-height: 200px;
    }

    .page-app-678__product-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-app-678__faq-section {
      padding: 40px 0;
      margin-bottom: 30px;
      background-color: #2a2a2a;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-app-678__faq-item {
      background-color: #333;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      color: #f0f0f0;
    }

    .page-app-678__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #444;
      transition: background-color 0.3s ease;
      border-bottom: 1px solid #555;
    }

    .page-app-678__faq-question:hover {
      background-color: #555;
    }

    .page-app-678__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none;
    }

    .page-app-678__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-app-678__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: #ccc;
    }

    .page-app-678__faq-item.active .page-app-678__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-app-678__faq-item.active .page-app-678__faq-toggle {
      transform: rotate(45deg);
    }

    .page-app-678__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-app-678__floating-button {
      background-color: #007bff;
      color: #fff;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      white-space: nowrap;
    }

    .page-app-678__floating-button.register {
      background-color: #ffcc00;
      color: #333;
    }

    .page-app-678__floating-button.register:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-app-678__floating-button.login {
      background-color: #007bff;
    }

    .page-app-678__floating-button.login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-app-678__container {
        padding: 15px;
      }

      .page-app-678__title {
        font-size: 2.2em;
      }

      .page-app-678__subtitle {
        font-size: 1.1em;
      }

      .page-app-678__section-title {
        font-size: 1.8em;
      }

      .page-app-678__grid {
        grid-template-columns: 1fr;
        padding: 0 10px;
      }

      .page-app-678__card,
      .page-app-678__product-item {
        padding: 20px;
      }

      .page-app-678__card-title,
      .page-app-678__product-title {
        font-size: 1.3em;
      }

      .page-app-678__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-app-678__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-app-678__list-item-title {
        font-size: 1.1em;
      }

      .page-app-678__product-image,
      .page-app-678__card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-app-678__faq-question {
        padding: 15px;
      }

      .page-app-678__faq-question h3 {
        font-size: 1.1em;
      }

      .page-app-678__faq-answer {
        padding: 15px !important;
      }

      .page-app-678__floating-buttons {
        flex-direction: row;
        justify-content: center;
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto;
      }

      .page-app-678__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-app-678__hero-section {
        padding: 40px 15px 30px;
      }
      .page-app-678__title {
        font-size: 1.8em;
      }
      .page-app-678__subtitle {
        font-size: 1em;
      }
      .page-app-678__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  