
    .page-99ok-com-hi-n-ang-m {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #0e1525;
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: 10px;
    }

    .page-99ok-com-hi-n-ang-m__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 20px;
      padding: 0 15px;
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-99ok-com-hi-n-ang-m__section-description {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px;
      color: #cccccc;
    }

    .page-99ok-com-hi-n-ang-m__hero-section {
      position: relative;
      width: 100%;
      height: 60vh;
      min-height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      margin-bottom: 40px;
      box-sizing: border-box;
      padding-top: 10px;
    }

    .page-99ok-com-hi-n-ang-m__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 2;
    }

    .page-99ok-com-hi-n-ang-m__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 20px;
    }

    .page-99ok-com-hi-n-ang-m__hero-title {
      font-size: 3em;
      color: #ffcc00;
      margin-bottom: 15px;
      line-height: 1.1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-99ok-com-hi-n-ang-m__hero-description {
      font-size: 1.2em;
      color: #ffffff;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-99ok-com-hi-n-ang-m__hero-actions {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-99ok-com-hi-n-ang-m__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__hero-button--primary {
      background-color: #ffcc00;
      color: #0e1525;
      border: 2px solid #ffcc00;
    }

    .page-99ok-com-hi-n-ang-m__hero-button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-99ok-com-hi-n-ang-m__hero-button--secondary {
      background-color: transparent;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-99ok-com-hi-n-ang-m__hero-button--secondary:hover {
      background-color: rgba(255, 204, 0, 0.1);
      transform: translateY(-2px);
    }

    .page-99ok-com-hi-n-ang-m__about-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      margin-bottom: 40px;
    }

    .page-99ok-com-hi-n-ang-m__feature-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-99ok-com-hi-n-ang-m__feature-item {
      background-color: #0e1525;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      flex: 1 1 calc(33% - 40px);
      max-width: calc(33% - 40px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-99ok-com-hi-n-ang-m__feature-icon {
      width: 200px;
      height: 150px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__feature-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-99ok-com-hi-n-ang-m__feature-text {
      font-size: 1em;
      color: #cccccc;
    }

    .page-99ok-com-hi-n-ang-m__products-section {
      padding: 60px 20px;
      margin-bottom: 40px;
    }

    .page-99ok-com-hi-n-ang-m__product-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-99ok-com-hi-n-ang-m__product-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      flex: 1 1 calc(33% - 40px);
      max-width: calc(33% - 40px);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__product-card:hover {
      transform: translateY(-5px);
    }

    .page-99ok-com-hi-n-ang-m__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__product-title {
      font-size: 1.6em;
      color: #ffcc00;
      margin-top: 20px;
      margin-bottom: 10px;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-99ok-com-hi-n-ang-m__product-text {
      font-size: 1em;
      color: #cccccc;
      padding: 0 15px 20px;
    }

    .page-99ok-com-hi-n-ang-m__promo-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      margin-bottom: 40px;
    }

    .page-99ok-com-hi-n-ang-m__promo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 40px;
    }

    .page-99ok-com-hi-n-ang-m__promo-card {
      background-color: #0e1525;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      flex: 1 1 calc(33% - 40px);
      max-width: calc(33% - 40px);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-99ok-com-hi-n-ang-m__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__promo-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-99ok-com-hi-n-ang-m__promo-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-99ok-com-hi-n-ang-m__promo-text {
      font-size: 0.95em;
      color: #cccccc;
      margin-bottom: 20px;
    }

    .page-99ok-com-hi-n-ang-m__promo-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #ff9900;
      color: #0e1525;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__promo-button:hover {
      background-color: #e68a00;
    }

    .page-99ok-com-hi-n-ang-m__promo-footer {
      text-align: center;
    }

    .page-99ok-com-hi-n-ang-m__promo-button--large {
      padding: 15px 30px;
      font-size: 1.1em;
      background-color: #ffcc00;
      color: #0e1525;
      border: 2px solid #ffcc00;
    }

    .page-99ok-com-hi-n-ang-m__promo-button--large:hover {
      background-color: #e6b800;
    }

    .page-99ok-com-hi-n-ang-m__faq-section {
      padding: 60px 20px;
      margin-bottom: 40px;
    }

    .page-99ok-com-hi-n-ang-m__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-99ok-com-hi-n-ang-m__faq-item {
      background-color: #1a1a2e;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #0e1525;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__faq-question:hover {
      background-color: #1a2a4a;
    }

    .page-99ok-com-hi-n-ang-m__faq-title {
      font-size: 1.2em;
      color: #ffcc00;
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-99ok-com-hi-n-ang-m__faq-toggle {
      font-size: 1.8em;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-99ok-com-hi-n-ang-m__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;
      background-color: #1a1a2e;
      color: #cccccc;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__faq-answer p {
      margin: 0;
      padding-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-99ok-com-hi-n-ang-m__faq-item.active .page-99ok-com-hi-n-ang-m__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-99ok-com-hi-n-ang-m__faq-item.active .page-99ok-com-hi-n-ang-m__faq-toggle {
      transform: rotate(45deg);
    }

    .page-99ok-com-hi-n-ang-m__cta-section {
      padding: 60px 20px;
      background-color: #0e1525;
      text-align: center;
    }

    .page-99ok-com-hi-n-ang-m__cta-actions {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 40px;
    }

    .page-99ok-com-hi-n-ang-m__cta-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .page-99ok-com-hi-n-ang-m__cta-button--primary {
      background-color: #ffcc00;
      color: #0e1525;
      border: 2px solid #ffcc00;
    }

    .page-99ok-com-hi-n-ang-m__cta-button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-99ok-com-hi-n-ang-m__cta-button--secondary {
      background-color: transparent;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-99ok-com-hi-n-ang-m__cta-button--secondary:hover {
      background-color: rgba(255, 204, 0, 0.1);
      transform: translateY(-2px);
    }

    .page-99ok-com-hi-n-ang-m__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-99ok-com-hi-n-ang-m__floating-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 45px;
      border-radius: 25px;
      font-weight: bold;
      font-size: 1em;
      text-decoration: none;
      color: #0e1525;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s ease-in-out;
      box-sizing: border-box;
      white-space: nowrap;
    }

    .page-99ok-com-hi-n-ang-m__floating-button:hover {
      transform: scale(1.05);
    }

    .page-99ok-com-hi-n-ang-m__floating-button--register {
      background-color: #ffcc00;
    }

    .page-99ok-com-hi-n-ang-m__floating-button--login {
      background-color: #ff9900;
    }

    @media (max-width: 1024px) {
      .page-99ok-com-hi-n-ang-m__feature-item,
      .page-99ok-com-hi-n-ang-m__product-card,
      .page-99ok-com-hi-n-ang-m__promo-card {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
      }
    }

    @media (max-width: 768px) {
      .page-99ok-com-hi-n-ang-m__hero-title {
        font-size: 2.2em;
      }

      .page-99ok-com-hi-n-ang-m__hero-description {
        font-size: 1em;
      }

      .page-99ok-com-hi-n-ang-m__hero-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-99ok-com-hi-n-ang-m__hero-actions {
        flex-direction: column;
        gap: 15px;
      }

      .page-99ok-com-hi-n-ang-m__section-title {
        font-size: 1.8em;
      }

      .page-99ok-com-hi-n-ang-m__section-description {
        font-size: 0.95em;
      }

      .page-99ok-com-hi-n-ang-m__feature-grid,
      .page-99ok-com-hi-n-ang-m__product-grid,
      .page-99ok-com-hi-n-ang-m__promo-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .page-99ok-com-hi-n-ang-m__feature-item,
      .page-99ok-com-hi-n-ang-m__product-card,
      .page-99ok-com-hi-n-ang-m__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-99ok-com-hi-n-ang-m__feature-item,
      .page-99ok-com-hi-n-ang-m__product-card,
      .page-99ok-com-hi-n-ang-m__promo-card {
        padding: 20px;
      }

      .page-99ok-com-hi-n-ang-m__feature-text,
      .page-99ok-com-hi-n-ang-m__product-text,
      .page-99ok-com-hi-n-ang-m__promo-text {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-99ok-com-hi-n-ang-m__feature-icon {
        width: 150px;
        height: 100px;
      }

      .page-99ok-com-hi-n-ang-m__faq-question {
        padding: 15px;
      }

      .page-99ok-com-hi-n-ang-m__faq-title {
        font-size: 1.1em;
      }

      .page-99ok-com-hi-n-ang-m__faq-answer {
        padding: 0 10px;
      }
      .page-99ok-com-hi-n-ang-m__faq-item.active .page-99ok-com-hi-n-ang-m__faq-answer {
        padding: 15px 10px !important;
      }

      .page-99ok-com-hi-n-ang-m__cta-actions {
        flex-direction: column;
        gap: 15px;
      }

      .page-99ok-com-hi-n-ang-m__cta-button {
        width: 100%;
        max-width: 300px;
      }

      .page-99ok-com-hi-n-ang-m__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        gap: 8px;
        width: calc(100% - 30px);
        justify-content: center;
      }

      .page-99ok-com-hi-n-ang-m__floating-button {
        width: 120px;
        height: 40px;
        font-size: 0.95em;
      }
    }

    @media (max-width: 480px) {
      .page-99ok-com-hi-n-ang-m__hero-title {
        font-size: 1.8em;
      }
      .page-99ok-com-hi-n-ang-m__section-title {
        font-size: 1.5em;
      }
      .page-99ok-com-hi-n-ang-m__floating-buttons {
        bottom: 10px;
        right: 10px;
        width: calc(100% - 20px);
      }
      .page-99ok-com-hi-n-ang-m__floating-button {
        width: 110px;
        height: 38px;
        font-size: 0.9em;
      }
    }
  