
    .page-79-king1-com {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      box-sizing: border-box;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-79-king1-com * {
      box-sizing: border-box;
    }

    .page-79-king1-com__hero-section {
      position: relative;
      width: 100%;
      height: 60vh;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Offset from fixed header */
    }

    .page-79-king1-com__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      max-width: 100% !important;
    }

    .page-79-king1-com__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
      z-index: 2;
    }

    .page-79-king1-com__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 0 20px;
    }

    .page-79-king1-com__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: #e44d26; /* Accent color */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-79-king1-com__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-79-king1-com__hero-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .page-79-king1-com__button {
      background-color: #e44d26;
      color: #ffffff;
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-79-king1-com__button:hover {
      background-color: #ff6600;
    }

    .page-79-king1-com__button--secondary {
      background-color: #333333;
      border: 1px solid #e44d26;
    }

    .page-79-king1-com__button--secondary:hover {
      background-color: #444444;
      border-color: #ff6600;
    }

    .page-79-king1-com__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 20px;
      background-color: rgba(26, 26, 26, 0.95);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }

    .page-79-king1-com__floating-button {
      flex: 1;
      margin: 0 5px;
      background-color: #e44d26;
      color: #ffffff;
      padding: 12px 0;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .page-79-king1-com__floating-button:hover {
      background-color: #ff6600;
    }

    .page-79-king1-com__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-79-king1-com__section-title {
      font-size: 2.5em;
      color: #e44d26;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .page-79-king1-com__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #e44d26;
      margin: 15px auto 0;
      border-radius: 2px;
    }

    .page-79-king1-com__text-block {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 20px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-79-king1-com__intro-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }

    .page-79-king1-com__intro-image {
      width: 100%;
      max-width: 600px;
      border-radius: 10px;
      object-fit: cover;
      max-width: 100% !important;
      height: auto !important;
    }

    .page-79-king1-com__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-79-king1-com__product-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-79-king1-com__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-79-king1-com__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100% !important;
      height: auto !important;
    }

    .page-79-king1-com__product-title {
      font-size: 1.5em;
      color: #e44d26;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-79-king1-com__product-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px;
    }

    .page-79-king1-com__promotion-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-79-king1-com__promotion-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
    }

    .page-79-king1-com__promotion-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100% !important;
      height: auto !important;
    }

    .page-79-king1-com__promotion-title {
      font-size: 1.6em;
      color: #e44d26;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-79-king1-com__promotion-description {
      font-size: 1em;
      color: #cccccc;
      padding: 0 15px;
    }

    .page-79-king1-com__button-container {
      text-align: center;
    }

    .page-79-king1-com__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .page-79-king1-com__feature-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-79-king1-com__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100% !important;
      height: auto !important;
    }

    .page-79-king1-com__feature-title {
      font-size: 1.4em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-79-king1-com__feature-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-79-king1-com__guide-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .page-79-king1-com__step-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      width: 100%;
      max-width: 350px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      position: relative;
      padding-top: 60px;
    }

    .page-79-king1-com__step-number {
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #e44d26;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8em;
      font-weight: bold;
      border: 3px solid #1a1a1a;
    }

    .page-79-king1-com__step-title {
      font-size: 1.3em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-79-king1-com__step-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-79-king1-com__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-79-king1-com__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-79-king1-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #333333;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      border-bottom: 1px solid #444444;
    }

    .page-79-king1-com__faq-question:hover {
      background-color: #444444;
    }

    .page-79-king1-com__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #f0f0f0;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-79-king1-com__faq-toggle {
      font-size: 1.5em;
      color: #e44d26;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from interfering with click event */
    }

    .page-79-king1-com__faq-item.active .page-79-king1-com__faq-toggle {
      transform: rotate(45deg);
      color: #ffffff;
    }

    .page-79-king1-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #cccccc;
    }

    .page-79-king1-com__faq-item.active .page-79-king1-com__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-79-king1-com__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-79-king1-com__hero-title {
        font-size: 2.2em;
      }

      .page-79-king1-com__hero-description {
        font-size: 1em;
      }

      .page-79-king1-com__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-79-king1-com__button {
        width: 100%;
        padding: 10px 15px;
      }

      .page-79-king1-com__floating-buttons {
        padding: 10px;
      }

      .page-79-king1-com__floating-button {
        font-size: 1em;
        padding: 10px 0;
      }

      .page-79-king1-com__section {
        padding: 40px 15px;
      }

      .page-79-king1-com__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-79-king1-com__text-block {
        font-size: 0.95em;
      }

      .page-79-king1-com__intro-content {
        flex-direction: column;
      }

      .page-79-king1-com__product-grid,
      .page-79-king1-com__promotion-cards,
      .page-79-king1-com__features-grid,
      .page-79-king1-com__guide-steps {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-79-king1-com__product-image,
      .page-79-king1-com__promotion-image,
      .page-79-king1-com__feature-icon,
      .page-79-king1-com__intro-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
      }

      .page-79-king1-com__product-card,
      .page-79-king1-com__promotion-card,
      .page-79-king1-com__feature-item,
      .page-79-king1-com__step-item,
      .page-79-king1-com__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-79-king1-com__product-card,
      .page-79-king1-com__promotion-card,
      .page-79-king1-com__feature-item,
      .page-79-king1-com__step-item {
        padding-top: 50px;
      }

      .page-79-king1-com__product-title,
      .page-79-king1-com__promotion-title,
      .page-79-king1-com__feature-title,
      .page-79-king1-com__step-title,
      .page-79-king1-com__faq-question h3 {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-79-king1-com__product-description,
      .page-79-king1-com__promotion-description,
      .page-79-king1-com__feature-description,
      .page-79-king1-com__step-description,
      .page-79-king1-com__faq-answer p {
        font-size: 0.9em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-79-king1-com__faq-question {
        padding: 12px 15px;
      }

      .page-79-king1-com__faq-answer {
        padding: 0 15px;
      }

      .page-79-king1-com__faq-item.active .page-79-king1-com__faq-answer {
        padding: 15px !important;
      }
    }
  