.elementor-586 .elementor-element.elementor-element-358b8c37{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-11f6f944 */:root {
  --bg-1: #07111f;
  --bg-2: #0b1730;
  --text: #f8fafc;
  --muted: #a7b4c7;
  --line: rgba(255,255,255,0.08);
  --glass: rgba(10, 20, 40, 0.48);
  --glass-border: rgba(255,255,255,0.12);
  --teal: #2dd4bf;
  --cyan: #22d3ee;
  --green: #34d399;
}

* {
  box-sizing: border-box;
}

.uc-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at top left, #102446 0%, transparent 40%),
    radial-gradient(circle at bottom right, #0b2140 0%, transparent 38%),
    linear-gradient(135deg, var(--bg-1), var(--bg-2));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.uc-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.uc-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.55;
  animation: floatAurora 14s ease-in-out infinite;
}

.orb-1 {
  width: 420px;
  height: 420px;
  top: 8%;
  left: 8%;
  background: radial-gradient(circle, rgba(45,212,191,0.42), transparent 65%);
}

.orb-2 {
  width: 520px;
  height: 520px;
  right: 10%;
  top: 18%;
  background: radial-gradient(circle, rgba(34,211,238,0.32), transparent 65%);
  animation-delay: -4s;
}

.orb-3 {
  width: 460px;
  height: 460px;
  bottom: 4%;
  left: 30%;
  background: radial-gradient(circle, rgba(52,211,153,0.24), transparent 65%);
  animation-delay: -8s;
}

.uc-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
  opacity: 0.35;
}

.uc-noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    radial-gradient(circle at 20% 20%, white 0.7px, transparent 1px),
    radial-gradient(circle at 80% 30%, white 0.7px, transparent 1px),
    radial-gradient(circle at 40% 80%, white 0.7px, transparent 1px),
    radial-gradient(circle at 70% 70%, white 0.7px, transparent 1px);
  background-size: 140px 140px;
}

.uc-card {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: 52px 34px;
  border: 1px solid var(--glass-border);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(14, 24, 44, 0.72),
    rgba(8, 16, 30, 0.58)
  );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.06);
  text-align: center;
}

.uc-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: #d8e6f7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.uc-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  box-shadow: 0 0 14px rgba(45,212,191,0.65);
}

.uc-card h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.uc-card p {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
  font-weight: 400;
}

.uc-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 34px;
}

.uc-actions a {
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-primary,
.btn-secondary {
  padding: 14px 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
}

.btn-primary {
  color: #04131f;
  background: linear-gradient(135deg, var(--teal), var(--green));
  box-shadow: 0 10px 24px rgba(45,212,191,0.22);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(45,212,191,0.28);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-1px);
}

@keyframes floatAurora {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, -18px, 0) scale(1.06);
  }
}

@media (max-width: 640px) {
  .uc-card {
    padding: 38px 22px;
    border-radius: 22px;
  }

  .uc-card p {
    line-height: 1.6;
  }

  .uc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }
}/* End custom CSS */