.elementor-1169 .elementor-element.elementor-element-39193e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:48px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1169 .elementor-element.elementor-element-39193e2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1169 .elementor-element.elementor-element-63fbe1b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1169 .elementor-element.elementor-element-a5c4cb6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1169 .elementor-element.elementor-element-7572c97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1169 .elementor-element.elementor-element-f1bfef3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1169 .elementor-element.elementor-element-177481a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-611a1fa *//* ===== HERO ===== */

.ns-hero .ns-hero-card {
  animation: ns-card-fade 0.7s ease-out forwards;
}

.ns-hero-chat {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}

.ns-chat-bubble {
  padding: 12px 14px;
  border-radius: 18px;
  max-width: 100%;
  position: relative;
}

.ns-chat-client {
  align-self: flex-start;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid var(--ns-border-soft);
}

.ns-chat-ai {
  align-self: flex-end;
  background: rgba(79, 70, 229, 0.16);
  border: 1px solid rgba(129, 140, 248, 0.7);
}

.ns-chat-ai::before,
.ns-chat-client::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -4px;
  border-radius: 3px;
  transform: rotate(45deg);
}

.ns-chat-client::before {
  left: 16px;
  background: inherit;
  border-left: inherit;
  border-bottom: inherit;
}

.ns-chat-ai::before {
  right: 16px;
  background: inherit;
  border-right: inherit;
  border-bottom: inherit;
}

.ns-hero-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
}

@keyframes ns-card-fade {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98ca297 *//* ===== HOW IT WORKS ===== */

.ns-how .ns-how-grid .ns-card-compact {
  position: relative;
  overflow: hidden;
}

.ns-how .ns-how-grid .ns-card-compact::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 220deg,
    rgba(99, 102, 241, 0.06),
    transparent,
    transparent,
    rgba(34, 197, 94, 0.12),
    transparent
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ns-how .ns-how-grid .ns-card-compact:hover::after {
  opacity: 1;
}

.ns-how-title {
  margin: 10px 0 6px;
  font-size: 15px;
  font-weight: 600;
}

.ns-how-text {
  font-size: 13px;
  color: var(--ns-text-soft);
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d57a934 *//* ===== FEATURES ===== */

.ns-features-grid .ns-card-compact {
  border-left: 2px solid rgba(148, 163, 184, 0.3);
  position: relative;
}

.ns-features-grid .ns-card-compact::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 40%;
  width: 2px;
  height: 0;
  background: linear-gradient(to bottom, #6366f1, #22c55e);
  transition: height 0.22s ease;
}

.ns-features-grid .ns-card-compact:hover::before {
  height: 60%;
}

.ns-feature-title {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 600;
}

.ns-feature-text {
  font-size: 13px;
  color: var(--ns-text-soft);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4648d7d *//* ===== PRICING ===== */

.ns-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
  gap: 22px;
  margin-top: 26px;
}

@media (max-width: 960px) {
  .ns-pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ns-pricing-main {
  position: relative;
}

.ns-pricing-main::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1px solid rgba(236, 72, 153, 0.5);
  opacity: 0.0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.ns-pricing-main:hover::after {
  opacity: 0.7;
}

.ns-pricing-header {
  margin-top: 16px;
}

.ns-pricing-value {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
}

.ns-pricing-tag {
  font-size: 13px;
  color: var(--ns-text-soft);
  margin-left: 6px;
}

.ns-pricing-note {
  margin-top: 6px;
  font-size: 13px;
  color: var(--ns-text-soft);
}

.ns-pricing-list {
  margin-top: 14px;
}

.ns-pricing-side {
  align-self: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea86679 *//* ===== IMPLEMENTATION / DEMO ===== */

.ns-steps li {
  align-items: flex-start;
  margin-bottom: 10px;
}

.ns-steps li span {
  font-size: 13px;
  line-height: 1.6;
}

.ns-implement-card {
  position: relative;
  overflow: hidden;
}

.ns-implement-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top, rgba(56, 189, 248, 0.15), transparent 60%);
  opacity: 0.6;
  mix-blend-mode: screen;
  pointer-events: none;
}

.ns-form-placeholder {
  border-radius: var(--ns-radius-md);
  border: 1px dashed rgba(148, 163, 184, 0.7);
  padding: 16px;
  font-size: 13px;
  color: var(--ns-text-soft);
  text-align: center;
  background: rgba(15, 23, 42, 0.7);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab796e3 *//* ===== FAQ & FOOTER ===== */

.ns-faq-section .ns-faq-item {
  transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
}

.ns-faq-section .ns-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.9);
  border-color: rgba(129, 140, 248, 0.8);
}/* End custom CSS */