.elementor-18 .elementor-element.elementor-element-762848d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-beb905d */.zvp-launch {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 80, 181, 0.18), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(0, 80, 181, 0.13), transparent 34%),
    linear-gradient(135deg, #f5f8ff 0%, #e9effc 45%, #dce6f8 100%);
  font-family: Arial, sans-serif;
}

.zvp-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(150px, 25vw, 390px);
  font-weight: 900;
  letter-spacing: -16px;
  color: rgba(255,255,255,0.55);
  line-height: 1;
  z-index: 0;
  pointer-events: none;
  animation: zvpBgMove 7s ease-in-out infinite;
}

.zvp-card {
  position: relative;
  z-index: 2;
  width: min(92vw, 720px);
  padding: clamp(38px, 5vw, 70px);
  text-align: center;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow:
    0 35px 90px rgba(10, 31, 68, 0.18),
    inset 0 1px 0 rgba(255,255,255,1);
  animation: zvpCardIn 0.9s ease forwards;
}

.zvp-logo-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(10, 31, 68, 0.14);
  animation: zvpFloat 4.5s ease-in-out infinite;
}

.zvp-logo {
  width: 115px;
  height: auto;
  max-width: 115px;
  opacity: 1;
}

.zvp-line {
  width: 80px;
  height: 3px;
  margin: 0 auto 30px;
  background: linear-gradient(90deg, transparent, #0050b5, transparent);
}

.zvp-card h1 {
  margin: 0;
  padding: 0;
  color: #071225;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: -3px;
  font-weight: 900;
  opacity: 1;
}

.zvp-card h1 span {
  display: block;
  margin-top: 12px;
  color: #0050b5;
  font-weight: 900;
  opacity: 1;
  animation: zvpBlueGlow 3s ease-in-out infinite;
}

@keyframes zvpCardIn {
  from {
    opacity: 0;
    transform: translateY(25px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes zvpFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes zvpBlueGlow {
  0%, 100% {
    text-shadow: 0 0 0 rgba(0, 80, 181, 0);
  }
  50% {
    text-shadow: 0 14px 35px rgba(0, 80, 181, 0.32);
  }
}

@keyframes zvpBgMove {
  0%, 100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.45;
    transform: translate(-50%, -51%) scale(1.03);
  }
}

@media (max-width: 767px) {
  .zvp-launch {
    padding: 25px 15px;
  }

  .zvp-card {
    border-radius: 26px;
    padding: 38px 22px;
  }

  .zvp-logo-wrap {
    width: 115px;
    height: 115px;
    margin-bottom: 24px;
  }

  .zvp-logo {
    width: 88px;
    max-width: 88px;
  }

  .zvp-card h1 {
    font-size: 45px;
    letter-spacing: -1.5px;
  }

  .zvp-bg-text {
    letter-spacing: -6px;
  }
}/* End custom CSS */