
    .page-79-king-3 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5;
    }

    .page-79-king-3__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-79-king-3__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 10px 20px 60px;
      position: relative;
      overflow: hidden;
    }

    .page-79-king-3__hero-content {
      position: relative;
      z-index: 2;
    }

    .page-79-king-3__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-79-king-3__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-79-king-3__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a2a6c;
      padding: 12px 25px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-79-king-3__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-79-king-3__image-container {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-79-king-3__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-79-king-3__intro-section {
      background-color: #fff;
      text-align: center;
    }

    .page-79-king-3__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      margin-bottom: 25px;
      font-weight: bold;
    }

    .page-79-king-3__text-content {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 20px;
    }

    .page-79-king-3__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-79-king-3__product-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
      padding: 25px;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-79-king-3__product-item:hover {
      transform: translateY(-5px);
    }

    .page-79-king-3__product-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
    }

    .page-79-king-3__product-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }

    .page-79-king-3__product-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-79-king-3__product-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-79-king-3__promo-section {
      background-color: #f9f9f9;
      text-align: center;
    }

    .page-79-king-3__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 30px;
      margin-top: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-79-king-3__promo-title {
      font-size: 1.8em;
      color: #b21f1f;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-79-king-3__promo-list {
      list-style: none;
      padding: 0;
      margin-top: 20px;
      text-align: left;
    }

    .page-79-king-3__promo-list-item {
      font-size: 1.05em;
      color: #444;
      margin-bottom: 10px;
      position: relative;
      padding-left: 30px;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79-king-3__promo-list-item::before {
      content: '✓';
      color: #28a745;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
    }

    .page-79-king-3__cta-section {
      background-color: #1a2a6c;
      color: #fff;
      text-align: center;
    }

    .page-79-king-3__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-79-king-3__cta-text {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-79-king-3__faq-section {
      background-color: #fff;
    }

    .page-79-king-3__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-79-king-3__faq-question {
      background-color: #f0f0f0;
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.1em;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-79-king-3__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none;
    }

    .page-79-king-3__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-79-king-3__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #1a2a6c;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-79-king-3__faq-item.active .page-79-king-3__faq-toggle {
      transform: rotate(45deg);
    }

    .page-79-king-3__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fdfdfd;
      color: #555;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

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

    .page-79-king-3__floating-button {
      background-color: #ffcc00;
      color: #1a2a6c;
      padding: 12px 20px;
      border-radius: 50px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap;
      min-width: 100px;
    }

    .page-79-king-3__floating-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .page-79-king-3__hero-title {
        font-size: 2em;
      }

      .page-79-king-3__hero-subtitle,
      .page-79-king-3__text-content {
        font-size: 1em;
      }

      .page-79-king-3__section {
        padding: 30px 15px;
      }

      .page-79-king-3__section-title {
        font-size: 1.8em;
      }

      .page-79-king-3__product-grid {
        grid-template-columns: 1fr;
      }

      .page-79-king-3__promo-list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 25px !important; /* Adjust padding for smaller screens */
        font-size: 0.95em;
      }

      .page-79-king-3__promo-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-79-king-3__cta-title {
        font-size: 1.8em;
      }

      .page-79-king-3__cta-text {
        font-size: 1em;
      }

      .page-79-king-3__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

      .page-79-king-3__faq-question h3 {
        font-size: 1em;
      }

      .page-79-king-3__faq-answer {
        padding: 15px 15px !important;
      }

      .page-79-king-3__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-79-king-3__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-79-king-3__image-container,
      .page-79-king-3__product-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-79-king-3__hero-image,
      .page-79-king-3__product-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  