.elementor-40277 .elementor-element.elementor-element-62bd3ff{--display:flex;}.elementor-40277 .elementor-element.elementor-element-f54659d{--display:flex;}.elementor-40277 .elementor-element.elementor-element-e89a7ee{--display:flex;}.elementor-40277 .elementor-element.elementor-element-830b996{--display:flex;}.elementor-40277 .elementor-element.elementor-element-7e1a08d{--display:flex;}.elementor-40277 .elementor-element.elementor-element-63037ff{--display:flex;}/* Start custom CSS for html, class: .elementor-element-336c827 */.wdgs-hero {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #111827, #020617);
  color: #f9fafb;
}

.wdgs-hero-bg-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.32), transparent 55%);
  filter: blur(40px);
  opacity: 0.8;
  pointer-events: none;
}

.wdgs-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

.wdgs-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.wdgs-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-hero-title {
  margin: 18px 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 700;
}

.wdgs-hero-gradient-text {
  display: block;
  background: linear-gradient(120deg, #22d3ee, #6366f1, #ec4899, #f97316);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wdgs-hero-subtitle {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5f5;
  margin-bottom: 24px;
}

.wdgs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.wdgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wdgs-btn-primary {
  background: linear-gradient(135deg, #22c55e, #22d3ee);
  color: #020617;
  box-shadow: 0 18px 45px rgba(34, 211, 238, 0.35);
}

.wdgs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(34, 197, 94, 0.4);
}

.wdgs-btn-ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: #22d3ee;
}

.wdgs-hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f97316;
}

.wdgs-urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 6px rgba(248, 150, 30, 0.35);
}

.wdgs-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.wdgs-hero-meta-item {
  min-width: 160px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.wdgs-meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.wdgs-meta-value {
  font-size: 13px;
  color: #e5e7eb;
}

.wdgs-hero-visual {
  position: relative;
  min-height: 260px;
}

.wdgs-hero-3d-canvas {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 0%, #0ea5e9, #1d1b3a 60%, #020617 100%);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.9);
}

.wdgs-hero-floating-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.7);
  color: #e5e7eb;
  font-size: 11px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.wdgs-floating-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22d3ee;
}

.wdgs-floating-value {
  font-size: 12px;
}

@media (max-width: 900px) {
  .wdgs-hero {
    padding-top: 110px;
  }

  .wdgs-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .wdgs-hero-visual {
    order: -1;
  }

  .wdgs-hero-3d-canvas {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8acceef */.wdgs-hero {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #111827, #020617);
  color: #f9fafb;
}

.wdgs-hero-bg-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.32), transparent 55%);
  filter: blur(40px);
  opacity: 0.8;
  pointer-events: none;
}

.wdgs-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

.wdgs-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.wdgs-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-hero-title {
  margin: 18px 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 700;
}

.wdgs-hero-gradient-text {
  display: block;
  background: linear-gradient(120deg, #22d3ee, #6366f1, #ec4899, #f97316);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wdgs-hero-subtitle {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5f5;
  margin-bottom: 24px;
}

.wdgs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.wdgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wdgs-btn-primary {
  background: linear-gradient(135deg, #22c55e, #22d3ee);
  color: #020617;
  box-shadow: 0 18px 45px rgba(34, 211, 238, 0.35);
}

.wdgs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(34, 197, 94, 0.4);
}

.wdgs-btn-ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: #22d3ee;
}

.wdgs-hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f97316;
}

.wdgs-urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 6px rgba(248, 150, 30, 0.35);
}

.wdgs-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.wdgs-hero-meta-item {
  min-width: 160px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.wdgs-meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.wdgs-meta-value {
  font-size: 13px;
  color: #e5e7eb;
}

.wdgs-hero-visual {
  position: relative;
  min-height: 260px;
}

.wdgs-hero-3d-canvas {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 0%, #0ea5e9, #1d1b3a 60%, #020617 100%);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.9);
}

.wdgs-hero-floating-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.7);
  color: #e5e7eb;
  font-size: 11px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.wdgs-floating-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22d3ee;
}

.wdgs-floating-value {
  font-size: 12px;
}

@media (max-width: 900px) {
  .wdgs-hero {
    padding-top: 110px;
  }

  .wdgs-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .wdgs-hero-visual {
    order: -1;
  }

  .wdgs-hero-3d-canvas {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ac7a80 */.wdgs-hero {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #111827, #020617);
  color: #f9fafb;
}

.wdgs-hero-bg-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.32), transparent 55%);
  filter: blur(40px);
  opacity: 0.8;
  pointer-events: none;
}

.wdgs-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

.wdgs-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.wdgs-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-hero-title {
  margin: 18px 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 700;
}

.wdgs-hero-gradient-text {
  display: block;
  background: linear-gradient(120deg, #22d3ee, #6366f1, #ec4899, #f97316);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wdgs-hero-subtitle {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5f5;
  margin-bottom: 24px;
}

.wdgs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.wdgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wdgs-btn-primary {
  background: linear-gradient(135deg, #22c55e, #22d3ee);
  color: #020617;
  box-shadow: 0 18px 45px rgba(34, 211, 238, 0.35);
}

.wdgs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(34, 197, 94, 0.4);
}

.wdgs-btn-ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: #22d3ee;
}

.wdgs-hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f97316;
}

.wdgs-urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 6px rgba(248, 150, 30, 0.35);
}

.wdgs-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.wdgs-hero-meta-item {
  min-width: 160px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.wdgs-meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.wdgs-meta-value {
  font-size: 13px;
  color: #e5e7eb;
}

.wdgs-hero-visual {
  position: relative;
  min-height: 260px;
}

.wdgs-hero-3d-canvas {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 0%, #0ea5e9, #1d1b3a 60%, #020617 100%);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.9);
}

.wdgs-hero-floating-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.7);
  color: #e5e7eb;
  font-size: 11px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.wdgs-floating-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22d3ee;
}

.wdgs-floating-value {
  font-size: 12px;
}

@media (max-width: 900px) {
  .wdgs-hero {
    padding-top: 110px;
  }

  .wdgs-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .wdgs-hero-visual {
    order: -1;
  }

  .wdgs-hero-3d-canvas {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c01f453 */.wdgs-hero {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #111827, #020617);
  color: #f9fafb;
}

.wdgs-hero-bg-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.32), transparent 55%);
  filter: blur(40px);
  opacity: 0.8;
  pointer-events: none;
}

.wdgs-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

.wdgs-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.wdgs-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-hero-title {
  margin: 18px 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 700;
}

.wdgs-hero-gradient-text {
  display: block;
  background: linear-gradient(120deg, #22d3ee, #6366f1, #ec4899, #f97316);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wdgs-hero-subtitle {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5f5;
  margin-bottom: 24px;
}

.wdgs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.wdgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wdgs-btn-primary {
  background: linear-gradient(135deg, #22c55e, #22d3ee);
  color: #020617;
  box-shadow: 0 18px 45px rgba(34, 211, 238, 0.35);
}

.wdgs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(34, 197, 94, 0.4);
}

.wdgs-btn-ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: #22d3ee;
}

.wdgs-hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f97316;
}

.wdgs-urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 6px rgba(248, 150, 30, 0.35);
}

.wdgs-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.wdgs-hero-meta-item {
  min-width: 160px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.wdgs-meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.wdgs-meta-value {
  font-size: 13px;
  color: #e5e7eb;
}

.wdgs-hero-visual {
  position: relative;
  min-height: 260px;
}

.wdgs-hero-3d-canvas {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 0%, #0ea5e9, #1d1b3a 60%, #020617 100%);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.9);
}

.wdgs-hero-floating-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.7);
  color: #e5e7eb;
  font-size: 11px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.wdgs-floating-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22d3ee;
}

.wdgs-floating-value {
  font-size: 12px;
}

@media (max-width: 900px) {
  .wdgs-hero {
    padding-top: 110px;
  }

  .wdgs-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .wdgs-hero-visual {
    order: -1;
  }

  .wdgs-hero-3d-canvas {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5666b6d */.wdgs-hero {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #111827, #020617);
  color: #f9fafb;
}

.wdgs-hero-bg-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.32), transparent 55%);
  filter: blur(40px);
  opacity: 0.8;
  pointer-events: none;
}

.wdgs-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

.wdgs-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.wdgs-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-hero-title {
  margin: 18px 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 700;
}

.wdgs-hero-gradient-text {
  display: block;
  background: linear-gradient(120deg, #22d3ee, #6366f1, #ec4899, #f97316);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wdgs-hero-subtitle {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5f5;
  margin-bottom: 24px;
}

.wdgs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.wdgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wdgs-btn-primary {
  background: linear-gradient(135deg, #22c55e, #22d3ee);
  color: #020617;
  box-shadow: 0 18px 45px rgba(34, 211, 238, 0.35);
}

.wdgs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(34, 197, 94, 0.4);
}

.wdgs-btn-ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: #22d3ee;
}

.wdgs-hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f97316;
}

.wdgs-urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 6px rgba(248, 150, 30, 0.35);
}

.wdgs-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.wdgs-hero-meta-item {
  min-width: 160px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.wdgs-meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.wdgs-meta-value {
  font-size: 13px;
  color: #e5e7eb;
}

.wdgs-hero-visual {
  position: relative;
  min-height: 260px;
}

.wdgs-hero-3d-canvas {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 0%, #0ea5e9, #1d1b3a 60%, #020617 100%);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.9);
}

.wdgs-hero-floating-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.7);
  color: #e5e7eb;
  font-size: 11px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.wdgs-floating-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22d3ee;
}

.wdgs-floating-value {
  font-size: 12px;
}

@media (max-width: 900px) {
  .wdgs-hero {
    padding-top: 110px;
  }

  .wdgs-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .wdgs-hero-visual {
    order: -1;
  }

  .wdgs-hero-3d-canvas {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a15966 */.wdgs-hero {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #111827, #020617);
  color: #f9fafb;
}

.wdgs-hero-bg-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.32), transparent 55%);
  filter: blur(40px);
  opacity: 0.8;
  pointer-events: none;
}

.wdgs-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

.wdgs-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.wdgs-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-hero-title {
  margin: 18px 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 700;
}

.wdgs-hero-gradient-text {
  display: block;
  background: linear-gradient(120deg, #22d3ee, #6366f1, #ec4899, #f97316);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wdgs-hero-subtitle {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5f5;
  margin-bottom: 24px;
}

.wdgs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.wdgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wdgs-btn-primary {
  background: linear-gradient(135deg, #22c55e, #22d3ee);
  color: #020617;
  box-shadow: 0 18px 45px rgba(34, 211, 238, 0.35);
}

.wdgs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(34, 197, 94, 0.4);
}

.wdgs-btn-ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.wdgs-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: #22d3ee;
}

.wdgs-hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f97316;
}

.wdgs-urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 6px rgba(248, 150, 30, 0.35);
}

.wdgs-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.wdgs-hero-meta-item {
  min-width: 160px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.wdgs-meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.wdgs-meta-value {
  font-size: 13px;
  color: #e5e7eb;
}

.wdgs-hero-visual {
  position: relative;
  min-height: 260px;
}

.wdgs-hero-3d-canvas {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 0%, #0ea5e9, #1d1b3a 60%, #020617 100%);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.9);
}

.wdgs-hero-floating-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.7);
  color: #e5e7eb;
  font-size: 11px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.wdgs-floating-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22d3ee;
}

.wdgs-floating-value {
  font-size: 12px;
}

@media (max-width: 900px) {
  .wdgs-hero {
    padding-top: 110px;
  }

  .wdgs-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .wdgs-hero-visual {
    order: -1;
  }

  .wdgs-hero-3d-canvas {
    height: 260px;
  }
}/* End custom CSS */