/* Reels microsite additions on top of the main Zetaa style system. */
.zr-video-thumb {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    var(--z-gradient);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 18px 48px rgba(131, 58, 180, .16);
  transition: transform .2s ease, box-shadow .2s ease;
}

.zr-video-thumb:before {
  display: none;
}

.zr-video-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(225, 48, 108, .18);
}

.zr-video-thumb.one { background: linear-gradient(135deg, #833ab4, #e1306c); }
.zr-video-thumb.two { background: linear-gradient(135deg, #fd1d1d, #f77737); }
.zr-video-thumb.three { background: linear-gradient(135deg, #405de6, #c13584); }
.zr-video-thumb.four { background: linear-gradient(135deg, #5851db, #f56040); }
.zr-video-thumb.five { background: linear-gradient(135deg, #833ab4, #f77737); }
.zr-video-thumb.six { background: linear-gradient(135deg, #e1306c, #ffdc80); }

.zr-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 13px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.30);
  box-shadow: 0 14px 34px rgba(37, 211, 102, .30);
}

.zr-mini-phone {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(41, 18, 82, .22), rgba(225, 48, 108, .12)),
    linear-gradient(135deg, #833ab4 0%, #c13584 35%, #e1306c 68%, #f77737 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 22px 56px rgba(131, 58, 180, .18);
}

.zr-mini-phone:before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), transparent 42%),
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.16), transparent 24%);
  pointer-events: none;
}

.zr-mini-phone .z-reel-badge {
  position: relative;
  z-index: 1;
  width: fit-content;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: none;
}

.zr-mini-phone .z-reel-stats {
  position: relative;
  z-index: 1;
  gap: 12px;
}

.zr-mini-phone .z-stat {
  min-height: 118px;
  padding: 18px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: none;
}

.zr-mini-phone .z-stat strong {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.zr-mini-phone .z-stat p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.82);
  line-height: 1.35;
  font-weight: 500;
}

.zr-form-note {
  margin: 0;
  font-size: 13px;
  color: var(--z-muted);
}

.zr-page-list a {
  display: block;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .zr-video-thumb { min-height: 240px; }
  .zr-mini-phone {
    min-height: 420px;
    padding: 18px;
  }
  .zr-mini-phone .z-reel-stats {
    grid-template-columns: 1fr;
  }
  .zr-mini-phone .z-stat {
    min-height: auto;
  }
}

/* Match the Uniglobal-inspired design pass in the zetaa-website copy. */
.zr-video-thumb {
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, #000229, #6865ff);
  border: 1px solid var(--z-border);
  box-shadow: 0 20px 52px rgba(17, 23, 160, .10);
}

.zr-video-thumb.one,
.zr-video-thumb.two,
.zr-video-thumb.three,
.zr-video-thumb.four,
.zr-video-thumb.five,
.zr-video-thumb.six {
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, #000229, #5138ee 58%, #6865ff);
}

.zr-video-thumb:hover {
  box-shadow: 0 28px 70px rgba(17, 23, 160, .14);
}

.zr-mini-phone {
  border-radius: 30px;
  background:
    url('../assets/img/hero/hero-bg.png') center/cover no-repeat,
    linear-gradient(135deg, #000229 0%, #1117a0 58%, #6865ff 100%);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 80px rgba(17, 23, 160, .20);
}

.zr-mini-phone:before {
  border-radius: 24px;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
}

.zr-mini-phone .z-reel-badge,
.zr-mini-phone .z-stat {
  border-radius: 18px;
}

.zr-floating-whatsapp {
  background: #21b641;
  box-shadow: 0 14px 34px rgba(33, 182, 65, .26);
}

/* Zet Shoot hero polish */
.zr-shoot-showcase {
  min-height: 500px;
  padding: 28px;
  justify-content: space-between;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 20%, rgba(255,255,255,.32), transparent 22%),
    radial-gradient(circle at 28% 34%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(135deg, #4b22b8 0%, #b12fb5 42%, #f04b55 100%);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 30px 80px rgba(177, 47, 181, .22);
}

.zr-shoot-showcase:before {
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.24);
  background:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .55;
}

.zr-shoot-showcase:after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -28px;
  height: 120px;
  z-index: 0;
  background: linear-gradient(100deg, #1a1184 0%, #4d53ff 58%, #ff5b37 100%);
  transform: rotate(-5deg);
  box-shadow: 0 -18px 42px rgba(20, 12, 90, .18);
}

.zr-shoot-showcase .z-reel-badge {
  padding: 12px 18px;
  background: rgba(255,255,255,.18);
  color: #fff;
  border-color: rgba(255,255,255,.36);
  font-weight: 800;
}

.zr-shoot-lens {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 170px;
  margin: 42px auto 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 48px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.25) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.18) 0 42%, rgba(255,255,255,.06) 43% 62%, transparent 63%),
    rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.36);
  box-shadow: inset 0 0 36px rgba(255,255,255,.16), 0 24px 54px rgba(20, 8, 36, .18);
}

.zr-shoot-lens:before,
.zr-shoot-lens:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.zr-shoot-lens:before {
  inset: -18px;
  border: 1px solid rgba(255,255,255,.18);
}

.zr-shoot-lens:after {
  width: 38px;
  height: 38px;
  right: 28px;
  top: 28px;
  background: rgba(255,255,255,.24);
}

.zr-shoot-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}

.zr-shoot-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
}

.zr-shoot-showcase .z-reel-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.zr-shoot-showcase .z-stat {
  min-height: 112px;
  padding: 18px 16px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 18px 42px rgba(20, 8, 36, .10);
}

.zr-shoot-showcase .z-stat strong {
  display: block;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.zr-shoot-showcase .z-stat p {
  color: rgba(255,255,255,.90);
  font-size: 15px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .zr-shoot-showcase {
    min-height: 460px;
    margin-top: 24px;
  }
}

@media (max-width: 575px) {
  .zr-shoot-showcase {
    min-height: auto;
  }

  .zr-shoot-lens {
    width: 130px;
    height: 130px;
    margin: 30px auto 18px;
    font-size: 38px;
  }

  .zr-shoot-showcase .z-reel-stats {
    grid-template-columns: 1fr;
  }
}
