
  .hz-ogc-ha3lx-module,
  .hz-ogc-ha3lx-module * {
    box-sizing: border-box;
  }

  .hz-ogc-ha3lx-module {
    width: 100%;
    background: #ffffff;
    padding: 92px 0;
    overflow: hidden;
    position: relative;
  }

  .hz-ogc-ha3lx-inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 5;
  }

  .hz-ogc-ha3lx-watermark {
    position: absolute;
    top: 50%;
    right: -430px;
    width: auto;
    max-height: 620px;
    transform: translateY(-50%);
    opacity: 0.72;
    z-index: 1;
    pointer-events: none;
  }

  .hz-ogc-ha3lx-visual {
    flex: 1.1;
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #000000;
    box-shadow: 0 28px 70px rgba(7, 29, 51, 0.18);
  }

  .hz-ogc-ha3lx-main-img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0.9) contrast(1.08) saturate(0.96);
  }

  .hz-ogc-ha3lx-data-overlay {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 248px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(7, 29, 51, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  }

  .hz-ogc-ha3lx-hud-title {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

  .hz-ogc-ha3lx-hud-live {
    color: var(--hz-orange);
  }

  .hz-ogc-ha3lx-data-row {
    margin-bottom: 16px;
  }

  .hz-ogc-ha3lx-data-row:last-child {
    margin-bottom: 0;
  }

  .hz-ogc-ha3lx-data-label {
    display: block;
    margin-bottom: 2px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
  }

  .hz-ogc-ha3lx-data-value {
    color: var(--hz-orange);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
  }

  .hz-ogc-ha3lx-data-unit {
    margin-left: 4px;
    color: #ffffff;
    font-size: 12px;
  }

  .hz-ogc-ha3lx-target {
    position: absolute;
    top: 62%;
    left: 40%;
    width: 52px;
    height: 52px;
    border: 2px solid var(--hz-orange);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 24px rgba(236, 104, 46, 0.44);
    animation: hz-ogc-ha3lx-target-pulse 1.5s infinite;
  }

  .hz-ogc-ha3lx-target-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  @keyframes hz-ogc-ha3lx-target-pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.9);
      opacity: 1;
      border-style: solid;
    }

    50% {
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 0.55;
      border-style: dashed;
    }

    100% {
      transform: translate(-50%, -50%) scale(0.9);
      opacity: 1;
      border-style: solid;
    }
  }

  .hz-ogc-ha3lx-text {
    flex: 1;
    position: relative;
    z-index: 5;
  }

  .hz-ogc-ha3lx-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(236, 104, 46, 0.2);
    color: var(--hz-orange);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .hz-ogc-ha3lx-headline {
    margin: 0 0 24px;
    color: var(--hz-navy);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .hz-ogc-ha3lx-body {
    max-width: 95%;
    margin: 0 0 38px;
    color: var(--hz-text);
    font-size: 17px;
    line-height: 1.75;
  }

  .hz-ogc-ha3lx-spec-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-bottom: 42px;
  }

  .hz-ogc-ha3lx-spec-item {
    display: flex;
    align-items: flex-start;
  }

  .hz-ogc-ha3lx-spec-icon {
    width: 44px;
    height: 44px;
    margin-right: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff7ed;
    color: var(--hz-orange);
    border: 1px solid rgba(236, 104, 46, 0.12);
  }

  .hz-ogc-ha3lx-spec-content strong {
    display: block;
    margin-bottom: 5px;
    color: var(--hz-navy);
    font-size: 15.5px;
    font-weight: 800;
  }

  .hz-ogc-ha3lx-spec-content span {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
  }

  .hz-ogc-ha3lx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 30px;
    border-radius: 999px;
    background: var(--hz-orange);
    border: 2px solid var(--hz-orange);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 14px 28px rgba(236, 104, 46, 0.22);
  }

  .hz-ogc-ha3lx-btn:hover {
    background: #ffffff;
    color: var(--hz-orange) !important;
    transform: translateY(-2px);
  }

  @media (max-width: 1180px) {
    .hz-ogc-ha3lx-inner {
      flex-direction: column;
      align-items: stretch;
      gap: 56px;
    }

    .hz-ogc-ha3lx-headline {
      font-size: 40px;
    }

    .hz-ogc-ha3lx-watermark {
      right: -250px;
      max-height: 430px;
      opacity: 0.48;
    }
  }

  @media (max-width: 768px) {
    .hz-ogc-ha3lx-module {
      padding: 66px 0;
    }

    .hz-ogc-ha3lx-inner {
      padding: 0 22px;
      gap: 42px;
    }

    .hz-ogc-ha3lx-data-overlay {
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      margin: 0;
      border-radius: 0;
    }

    .hz-ogc-ha3lx-target {
      top: 55%;
      left: 42%;
      width: 44px;
      height: 44px;
    }

    .hz-ogc-ha3lx-headline {
      font-size: 32px;
      letter-spacing: -0.6px;
    }

    .hz-ogc-ha3lx-body {
      max-width: 100%;
      font-size: 16px;
    }

    .hz-ogc-ha3lx-spec-list {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .hz-ogc-ha3lx-watermark {
      display: none;
    }
  }
