/* [project]/src/components/FeaturesSection.module.css [app-client] (css) */
.FeaturesSection-module__MmT36G__features-bullet-icon {
  color: #c77dff;
  background: #9b5de51f;
  border: 1px solid #9b5de538;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  display: flex;
}

.FeaturesSection-module__MmT36G__features-image-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(160deg, #ffffff0f, #ffffff05);
  border: 1px solid #ffffff14;
  border-radius: 1.5rem;
  padding: 14px;
  position: relative;
}

.FeaturesSection-module__MmT36G__features-image-glow {
  z-index: -1;
  filter: blur(46px);
  pointer-events: none;
  background: radial-gradient(circle, #a855f747, #0000 70%);
  position: absolute;
  inset: -14%;
}

/* [project]/src/components/IntegrationsSection.module.css [app-client] (css) */
.IntegrationsSection-module__y97zxG__integration-item {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 8px;
  display: flex;
}

.IntegrationsSection-module__y97zxG__integration-item:focus-visible {
  outline-offset: 4px;
  border-radius: 16px;
  outline: 2px solid #a855f799;
}

.IntegrationsSection-module__y97zxG__integration-badge {
  background: var(--integration-bg);
  border: 1px solid var(--integration-border);
  width: 64px;
  height: 64px;
  color: var(--integration-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  transition: transform .25s, box-shadow .25s;
  display: flex;
}

.IntegrationsSection-module__y97zxG__integration-item:hover .IntegrationsSection-module__y97zxG__integration-badge, .IntegrationsSection-module__y97zxG__integration-item:focus-visible .IntegrationsSection-module__y97zxG__integration-badge, .IntegrationsSection-module__y97zxG__integration-item[aria-expanded="true"] .IntegrationsSection-module__y97zxG__integration-badge {
  box-shadow: 0 10px 28px var(--integration-shadow);
  transform: translateY(-4px);
}

.IntegrationsSection-module__y97zxG__integration-name {
  color: #cbd5e1;
  text-align: center;
  letter-spacing: .01em;
  font-size: 13px;
  font-weight: 600;
}

.IntegrationsSection-module__y97zxG__integration-tooltip {
  color: #e9d5ff;
  text-align: center;
  z-index: 20;
  pointer-events: none;
  background: linear-gradient(160deg, #160e2af7, #0c0a16fa);
  border: 1px solid #9b5de540;
  border-radius: 14px;
  width: max-content;
  max-width: min(220px, 78vw);
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.5;
  animation: .2s both IntegrationsSection-module__y97zxG__integrationFadeIn;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 20px 50px #00000080;
}

@keyframes IntegrationsSection-module__y97zxG__integrationFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%)translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%)translateY(0);
  }
}

/* [project]/src/components/FinalCtaSection.module.css [app-client] (css) */
.FinalCtaSection-module__nLfIha__cta-btn {
  animation: 2.6s ease-in-out infinite FinalCtaSection-module__nLfIha__ctaBtnGlow;
}

@keyframes FinalCtaSection-module__nLfIha__ctaBtnGlow {
  0%, 100% {
    box-shadow: 0 4px 28px #c026d359, inset 0 1px #ffffff1a;
  }

  50% {
    box-shadow: 0 4px 46px #c026d3b3, inset 0 1px #ffffff26;
  }
}

.FinalCtaSection-module__nLfIha__cta-btn:hover {
  animation-play-state: paused;
}

/* [project]/src/components/SiteFooter.module.css [app-client] (css) */
.SiteFooter-module__wWXZva__footer-root {
  background: #0b0f1f;
  border-top: 1px solid #9b5de51f;
  position: relative;
}

.SiteFooter-module__wWXZva__footer-logo-card {
  background: #f8fafc;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  display: inline-flex;
  box-shadow: 0 8px 28px #00000059;
}

.SiteFooter-module__wWXZva__footer-logo-img {
  width: auto;
  height: 34px;
  display: block;
}

.SiteFooter-module__wWXZva__footer-col-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.SiteFooter-module__wWXZva__footer-link {
  color: #94a3b8;
  font-size: 14px;
  transition: color .2s;
  display: inline-block;
}

.SiteFooter-module__wWXZva__footer-link:hover {
  color: #c77dff;
}

.SiteFooter-module__wWXZva__footer-social {
  color: #94a3b8;
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: color .2s, border-color .2s, background .2s;
  display: flex;
}

.SiteFooter-module__wWXZva__footer-social:hover {
  color: #fff;
  background: #9b5de51f;
  border-color: #9b5de566;
}

.SiteFooter-module__wWXZva__footer-bottom {
  text-align: center;
  color: #64748b;
  border-top: 1px solid #ffffff0f;
  margin-top: 56px;
  padding-top: 28px;
  font-size: 12.5px;
}

.SiteFooter-module__wWXZva__footer-bottom-brand {
  background: linear-gradient(90deg, #9b5de5, #c026d3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

/* [project]/src/app/home.module.css [app-client] (css) */
.home-module__Hx0lNG__home-bg-layer {
  z-index: 0;
  pointer-events: none;
  will-change: transform, filter;
  animation: 22s ease-in-out infinite alternate home-module__Hx0lNG__homeBgBreathe;
  position: absolute;
  inset: -6%;
}

@keyframes home-module__Hx0lNG__homeBgBreathe {
  0% {
    filter: brightness() saturate();
    transform: scale(1)rotate(0);
  }

  50% {
    filter: brightness(1.08) saturate(1.15);
    transform: scale(1.035)rotate(.6deg);
  }

  100% {
    filter: brightness(.97) saturate(1.05);
    transform: scale(1.015)rotate(-.4deg);
  }
}

.home-module__Hx0lNG__home-blob {
  filter: blur(55px) saturate(1.6);
  mix-blend-mode: screen;
  border-radius: 50%;
  position: absolute;
}

.home-module__Hx0lNG__home-blob-pink {
  background: radial-gradient(circle, #ec40c16b, #0000 68%);
  width: 40vw;
  height: 40vw;
  animation: 26s ease-in-out infinite alternate home-module__Hx0lNG__homeBlobFloat1;
  top: -4%;
  left: -8%;
}

.home-module__Hx0lNG__home-blob-violet {
  background: radial-gradient(circle, #8b5cf657, #0000 68%);
  width: 36vw;
  height: 36vw;
  animation: 28s ease-in-out infinite alternate home-module__Hx0lNG__homeBlobFloat2;
  top: 22%;
  right: -8%;
}

.home-module__Hx0lNG__home-blob-teal {
  background: radial-gradient(circle, #2dd4bf52, #0000 68%);
  width: 38vw;
  height: 38vw;
  animation: 30s ease-in-out infinite alternate home-module__Hx0lNG__homeBlobFloat3;
  top: 46%;
  left: -6%;
}

.home-module__Hx0lNG__home-blob-fuchsia {
  background: radial-gradient(circle, #c026d34d, #0000 68%);
  width: 34vw;
  height: 34vw;
  animation: 32s ease-in-out infinite alternate home-module__Hx0lNG__homeBlobFloat1;
  top: 70%;
  right: -4%;
}

.home-module__Hx0lNG__home-blob-green {
  background: radial-gradient(circle, #4ade8042, #0000 68%);
  width: 32vw;
  height: 32vw;
  animation: 34s ease-in-out infinite alternate home-module__Hx0lNG__homeBlobFloat2;
  top: 92%;
  left: 18%;
}

@keyframes home-module__Hx0lNG__homeBlobFloat1 {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(4%, 3%)scale(1.08);
  }
}

@keyframes home-module__Hx0lNG__homeBlobFloat2 {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(-5%, -4%)scale(1.1);
  }
}

@keyframes home-module__Hx0lNG__homeBlobFloat3 {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(3%, -5%)scale(.95);
  }
}

.home-module__Hx0lNG__home-wordmark-dot {
  vertical-align: middle;
  background: #c026d3;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 0 0 10px #c026d380;
}

.home-module__Hx0lNG__home-left-in > * {
  animation: .8s cubic-bezier(.22, 1, .36, 1) both home-module__Hx0lNG__homeFadeUp;
}

.home-module__Hx0lNG__home-left-in > :first-child {
  animation-delay: 50ms;
}

.home-module__Hx0lNG__home-left-in > :nth-child(2) {
  animation-delay: .16s;
}

.home-module__Hx0lNG__home-left-in > :nth-child(3) {
  animation-delay: .27s;
}

@keyframes home-module__Hx0lNG__homeFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-module__Hx0lNG__home-card-in {
  animation: .7s cubic-bezier(.22, 1, .36, 1) .1s both home-module__Hx0lNG__homeCardIn;
}

@keyframes home-module__Hx0lNG__homeCardIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-module__Hx0lNG__home-logo-wrap {
  justify-content: center;
  align-items: center;
  animation: 4s ease-in-out infinite home-module__Hx0lNG__homeLogoFloat;
  display: flex;
  position: relative;
}

@keyframes home-module__Hx0lNG__homeLogoFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.home-module__Hx0lNG__home-logo-glow {
  filter: blur(18px);
  z-index: -1;
  background: radial-gradient(circle, #c026d347, #0000 70%);
  border-radius: 50%;
  position: absolute;
  inset: -22px;
}

.home-module__Hx0lNG__home-logo-img {
  object-fit: contain;
  filter: drop-shadow(0 8px 20px #7c3fd459);
  width: 84px;
  height: 84px;
}

.home-module__Hx0lNG__home-cta {
  animation: 2.6s ease-in-out infinite home-module__Hx0lNG__homeBtnGlow;
}

@keyframes home-module__Hx0lNG__homeBtnGlow {
  0%, 100% {
    box-shadow: 0 4px 28px #c026d359, inset 0 1px #ffffff1a;
  }

  50% {
    box-shadow: 0 4px 46px #c026d3b3, inset 0 1px #ffffff26;
  }
}

.home-module__Hx0lNG__home-cta:hover {
  animation-play-state: paused;
}

/*# sourceMappingURL=src_10i49_y._.css.map*/