.site-home {
  overflow: hidden;
  background: #EFEFEF;
  padding: 18px;
}

body {
  overflow-x: hidden;
}

.site-home {
  overflow: hidden;
  background: #e7e7e7;
  padding: 18px;
}

.site-home img {
  max-width: 100%;
  height: auto;
}

.pmh-section {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  width: 100%;
  min-height: calc(100vh - 36px);
  background:
    radial-gradient(circle at 14% 12%, rgba(18, 40, 68, 0.94), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(18, 40, 68, 0.94), transparent 34%),
    radial-gradient(circle at 18% 52%, rgba(18, 40, 68, 0.22), transparent 42%),
    radial-gradient(circle at 82% 52%, rgba(18, 40, 68, 0.22), transparent 42%),
    linear-gradient(140deg, #122844 0%, #163154 24%, #234976 60%, #5e6d7d 100%);
  color: #fff;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(28, 42, 68, 0.18);
  padding-top: 86px;
}

.pmh-section::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.site-header {
  padding: 36px 18px 0;
  background: transparent !important;
}

.site-header__inner {
  width: calc(100% - 36px);
  margin: 0 auto;
  background: rgba(20, 20, 20, 0.55);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: none;
}

.mega-menu-wrap {
  top: 98px;
}

.pmh-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(18, 40, 68, 1) 0%,
      rgba(18, 40, 68, 1) 6%,
      rgba(18, 40, 68, 0.98) 11%,
      rgba(18, 40, 68, 0.90) 15%,
      rgba(18, 40, 68, 0.52) 19%,
      rgba(18, 40, 68, 0.12) 23%,
      rgba(18, 40, 68, 0) 26%
    ),
    radial-gradient(circle at 20% 22%, rgba(186, 201, 218, 0.10), transparent 26%),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.05), transparent 22%);
}

.pmh-left {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 56px 72px 68px;
  background: transparent;
}

.pmh-inner {
  width: 100%;
}

.pmh-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(223, 232, 241, 0.78);
}

.pmh-title {
  margin: 0 0 22px;
  max-width: 92%;
  font-size: clamp(54px, 5vw, 92px);
  line-height: .92;
  letter-spacing: -.045em;
  font-weight: 600;
  color: #f4f7fb;
}

.pmh-text {
  max-width: 78%;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(228, 235, 243, 0.88);
}

.pmh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #132844;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(11, 23, 40, 0.14);
}

.pmh-right {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  padding: 0 0 18px;
  background: transparent;
}

.pmh-right::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(6,28,26,1) 0%, rgba(6,28,26,.98) 24%, rgba(6,28,26,.82) 54%, rgba(6,28,26,0) 100%);
}

.pmh-right::after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(70, 86, 103, 0.92) 0%,
    rgba(53, 72, 94, 0.78) 28%,
    rgba(36, 58, 86, 0.34) 58%,
    rgba(36, 58, 86, 0) 100%
  );
}

.pmh-grid-front {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  gap: 28px;
  height: calc(100vh - 36px);
  align-items: start;
  align-self: start;
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding: 0;
  transform: translateX(-24px);
}

.pmh-bar {
  position: relative;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: calc(100vh + 180px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 2px;
  margin-top: -90px;
  margin-bottom: -90px;
  scroll-behavior: auto;
  background: transparent;
}

.pmh-bar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.pmh-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  will-change: transform;
  transform: none !important;
  animation: none !important;
  background: transparent;
}

.pmh-bar1 {
  transform: rotate(6deg) translateY(10px);
  transform-origin: center center;
}

.pmh-bar2 {
  transform: rotate(6deg) translateY(-34px);
  transform-origin: center center;
}

.pmh-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: none;
  background: transparent;
  width: 100%;
  aspect-ratio: 4 / 6;
  flex: 0 0 auto;
}

.pmh-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
  border-radius: 18px;
}

.pmh-card:hover img {
  transform: scale(1.035);
}

.pmh-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  background: rgba(0,0,0,.50);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  pointer-events: none;
  transform: translate(-50%,-50%) scale(0);
  transition: transform .18s ease;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.pmh-cursor.active {
  transform: translate(-50%,-50%) scale(1);
}

.pmh-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10000;
  padding: 30px;
}

.pmh-modal.active {
  opacity: 1;
  visibility: visible;
}

.pmh-modal-content {
  position: relative;
  max-width: min(1100px, 92vw);
  width: 100%;
  text-align: center;
}

.pmh-modal-content img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
}

.pmh-modal-title {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  letter-spacing: .04em;
}

.pmh-close {
  position: absolute;
  top: 24px;
  right: 30px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

/* OUR WORKS */

.ow-section {
  position: relative;
  background: #efefef;
  padding: 12px 0 100px;
  overflow-x: hidden;
}

.ow-heading-wrap {
  position: sticky;
  top: 108px;
  z-index: 1;
  pointer-events: none;
  padding: 0 36px;
  will-change: transform, opacity;
}

/* Spacer that creates scroll distance between heading and cards */
.ow-heading-wrap::after {
  content: '';
  display: block;
  height: 30px;
}

.ow-heading {
  margin: 0;
  font-size: clamp(90px, 14vw, 230px);
  line-height: 0.84;
  letter-spacing: -0.065em;
  font-weight: 500;
  text-transform: uppercase;
}

.ow-heading span {
  display: block;
  color: rgba(10, 23, 48, 0.35);
  background: none;
  -webkit-text-fill-color: rgba(10, 23, 48, 0.35);
}

.ow-heading span:last-child {
  margin-left: clamp(70px, 14vw, 300px);
}

.ow-shell {
  position: relative;
  padding: 0 36px 0;
  margin-top: 30px;
  z-index: 2;
}

.ow-stage {
  position: relative;
  padding-top: 39.43%;
  padding-left: 66px;
  padding-right: 50px;
  padding-bottom: 130px;
  z-index: 2;
}

.ow-card {
  position: absolute;
  top: 0;
  left: 66px;
  right: 50px;
  bottom: 130px;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.80);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  transition: transform 0.65s cubic-bezier(.25,.46,.45,.94),
              opacity   0.65s cubic-bezier(.25,.46,.45,.94),
              visibility 0.65s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
  isolation: isolate;
}

.ow-card__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(43, 113, 214, 0.28), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(65, 170, 255, 0.2), transparent 24%),
    radial-gradient(circle at 84% 86%, rgba(28, 134, 255, 0.32), transparent 22%),
    linear-gradient(135deg, #07111d 0%, #0a1730 34%, #10305d 72%, #184785 100%);
}

.ow-card__inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 0;
  padding: 40px 44px 40px 48px;
}

.ow-card__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 24px;
}

.ow-card__brand {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(200, 215, 240, 0.75);
}

.ow-card__stat {
  font-size: clamp(52px, 6vw, 108px);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #6f7cff 0%, #49afff 48%, #7e8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ow-card__text {
  max-width: 380px;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(220, 232, 248, 0.80);
}

.ow-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.ow-card__btn i {
  width: 16px; height: 16px;
  position: relative;
  display: inline-block;
}

.ow-card__btn i::before,
.ow-card__btn i::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.ow-card__btn i::before {
  width: 14px; height: 1.6px;
  top: 7px; left: 1px;
}

.ow-card__btn i::after {
  width: 7px; height: 7px;
  right: 1px; top: 4px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
}

.ow-card__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 0;
}

.ow-card__img-box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #aab0bc;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ow-card__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ow-card.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  transform: translateX(0) scale(1);
  transform-origin: right center;
}

.ow-card.is-stack-1 {
  visibility: visible; opacity: 1; z-index: 9;
  transform: translate(-22px, 40px) scale(0.97);
  transform-origin: center center;
}
.ow-card.is-stack-2 {
  visibility: visible; opacity: 1; z-index: 8;
  transform: translate(-44px, 80px) scale(0.94);
  transform-origin: center center;
}
.ow-card.is-stack-3 {
  visibility: visible; opacity: 1; z-index: 7;
  transform: translate(-66px, 120px) scale(0.91);
  transform-origin: center center;
}

.ow-card.is-exit-right {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  transform: translateX(105vw) scale(1);
  transform-origin: right center;
  pointer-events: none;
}

.ow-card.is-enter-from-right {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  transform: translateX(105vw) scale(1);
  transform-origin: right center;
  pointer-events: none;
  transition: none;
}

.ow-card.is-hidden-left {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transform: translateX(0) scale(1);
  pointer-events: none;
  transition: none;
}

.ow-card.is-hidden-right {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transform: translateX(0) scale(1);
  pointer-events: none;
}

.ow-card__nav {
  position: absolute;
  bottom: 20px;
  z-index: 20;
  width: 44px; height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.ow-card__nav:hover { background: rgba(255, 255, 255, 0.22); }

.ow-card__nav span {
  width: 9px; height: 9px;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  display: block;
}

.ow-card__nav--next { right: 20px; }
.ow-card__nav--next span { transform: rotate(45deg); }
.ow-card__nav--prev { left: 20px; }
.ow-card__nav--prev span { transform: rotate(-135deg); }

.ow-card.is-active .ow-card__nav { display: inline-flex; }

.ow-nav { display: none; }

@media (max-width: 1100px) {
  .ow-heading { font-size: clamp(76px, 13vw, 150px); }
  .ow-heading span:last-child { margin-left: 0; }
  .ow-card__inner { grid-template-columns: 1fr; padding: 28px 32px; }
  .ow-card__right { display: none; }
}

@media (max-width: 767px) {
  .ow-section { padding: 0 0 60px; }
  .ow-heading-wrap { padding: 0 12px; }
  .ow-shell { padding: 0 12px; margin-top: -10px; }
  .ow-stage { padding-left: 45px; padding-right: 15px; padding-top: 60%; padding-bottom: 90px; }
  .ow-card { left: 45px; right: 15px; bottom: 90px; }
  .ow-card__inner { padding: 22px; }
  .ow-card__text { font-size: 15px; }
  .ow-card.is-stack-1 { transform: translate(-15px, 25px) scale(0.97); transform-origin: center center; }
  .ow-card.is-stack-2 { transform: translate(-30px, 50px) scale(0.94); transform-origin: center center; }
  .ow-card.is-stack-3 { transform: translate(-45px, 75px) scale(0.91); transform-origin: center center; }
  .ow-card__nav { width: 38px; height: 38px; }
}