.elementor-1983 .elementor-element.elementor-element-00a9013{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a57de80 */.omg-nk {
  padding: 80px 6%;
  background: #000;
  color: #fff;
}

.omg-nk-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.omg-nk-kicker {
  font-size: 13px;
  letter-spacing: 2px;
  color: #1ca8ff;
  margin-bottom: 18px;
}

.omg-nk-h1 {
  font-size: 56px;
  line-height: 1;
  margin: 0 0 24px;
  color: #fff;
}

.omg-nk-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #d8e8f5;
  max-width: 760px;
  margin-bottom: 36px;
}

.omg-nk-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0;
}

.omg-nk-metric {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding: 22px;
  border-radius: 14px;
}

.omg-nk-metric__k {
  font-size: 13px;
  color: #7da8c7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.omg-nk-metric__v {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.elite-cta-main {
  display: inline-block;
  margin-top: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  background: #0ea5ff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.omg-nk-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: #8fb4cf;
  font-size: 14px;
}

/* IMAGE AREA */
.omg-nk-visual {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #0A0A0A;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 24px;
}

.omg-main-img {
  background: radial-gradient(circle at center, #202020 0%, #111 58%, #050505 100%);
}

.omg-main-img img,
.omg-main-img .omg-product-img,
.omg-main-img .omg-product-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: transparent !important;
  padding: 0;
  filter: brightness(1.18) contrast(1.12) saturate(1.05);
}

.omg-second-img {
  background: radial-gradient(circle at center, #181818 0%, #080808 70%, #030303 100%);
  padding: 20px;
}

.omg-second-img img,
.omg-second-img .omg-gallery-img,
.omg-second-img .omg-product-gallery-image {
  max-height: 130px;
  width: 100%;
  object-fit: contain;
  background: transparent !important;
}

.omg-second-img img,
.omg-second-img .omg-gallery-img,
.omg-second-img .omg-product-gallery-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: transparent !important;
}

.omg-second-img:empty {
  display: none;
}

/* OMIGYM IMAGE LIGHTBOX */
.omg-main-img img,
.omg-second-img img {
  cursor: zoom-in;
}

.omg-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.omg-lightbox.is-active {
  display: flex;
}

.omg-lightbox img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  background: transparent;
}

.omg-lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 1000000;
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  .omg-lightbox {
    padding: 16px;
  }

  .omg-lightbox img {
    max-width: 96vw;
    max-height: 84vh;
  }

  .omg-lightbox-close {
    top: 16px;
    right: 18px;
    font-size: 32px;
  }
}/* End custom CSS */