.elementor-element-2a25030 > .elementor-container {
  flex-wrap: wrap;
}

.elementor-1540 .elementor-element.elementor-element-5a2b9c9 {
  padding-top: 120px;
  padding-bottom: 70px;
}

.elementor-1540 .elementor-element.elementor-element-2a25030 {
  margin-top: 0 !important;
}

.elementor-1540 .elementor-element.elementor-element-6751ad1 .elementor-spacer-inner {
  --spacer-size: 36px !important;
}

.elementor-1540 .elementor-element.elementor-element-d64bc87 > .elementor-widget-container {
  margin: 0 !important;
}

.elementor-element-2a25030 .ai-dashboard-heading-column,
.elementor-element-2a25030 .ai-dashboard-stage-column {
  width: 100% !important;
}

.ai-dashboard-heading-column .elementor-widget-wrap {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.ai-dashboard-stage-column,
.ai-dashboard-stage-column .elementor-widget-wrap,
.ai-dashboard-stage-column .elementor-widget,
.ai-dashboard-stage-column .elementor-widget-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ai-dashboard-stage-column .elementor-widget-wrap {
  align-items: center;
}

.ai-dashboard-heading-column .elementor-heading-title {
  color: #f4fbff;
  margin-bottom: 0;
}

.ai-dashboard-heading-column p {
  color: rgba(232, 247, 255, 0.72);
  margin-bottom: 0;
}

.elementor-1540 .elementor-element.elementor-element-baa3f1e > .elementor-widget-container {
  margin-bottom: 12px !important;
}

.elementor-1540 .elementor-element.elementor-element-1ee205b {
  line-height: 1.45 !important;
}

.elementor-1540 .elementor-element.elementor-element-1ee205b > .elementor-widget-container {
  margin-bottom: 18px !important;
}

.ai-dashboard-hero {
  --ai-dashboard-x: 0;
  --ai-dashboard-y: 0;
  --ai-dashboard-glow: 0;
  position: relative;
  width: min(1280px, 100%);
  min-height: 920px;
  margin: 8px auto 0;
  flex: 0 1 min(1280px, 100%);
  isolation: isolate;
  overflow: hidden;
  color: #e8f7ff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  perspective: 1200px;
  border-radius: 18px;
}

.ai-dashboard-hero::before,
.ai-dashboard-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ai-dashboard-hero::before {
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 48%, rgba(19, 216, 255, calc(0.18 + var(--ai-dashboard-glow) * 0.13)), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(11, 99, 246, 0.22), transparent 45%),
    linear-gradient(180deg, rgba(4, 16, 35, 0.08), rgba(4, 16, 35, 0.22));
}

.ai-dashboard-hero::after {
  left: 12%;
  right: 12%;
  bottom: -10px;
  height: 180px;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(19, 216, 255, 0.24) 0 1px, transparent 1.8px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to top, #000 0%, transparent 100%);
  opacity: 0.58;
  transform: perspective(520px) rotateX(62deg);
  animation: ai-dashboard-grid-drift 18s linear infinite;
}

.ai-dashboard-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.ai-dashboard-line,
.ai-dashboard-line-pulse {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.ai-dashboard-line {
  stroke: rgba(112, 172, 255, 0.28);
  stroke-width: 1.4;
  stroke-dasharray: 4 8;
  transition: stroke 0.24s ease, stroke-width 0.24s ease, opacity 0.24s ease;
}

.ai-dashboard-line-pulse {
  stroke: rgba(49, 232, 255, 0.86);
  stroke-width: 3.2;
  stroke-dasharray: 22 520;
  stroke-dashoffset: 0;
  opacity: 0.36;
  filter: drop-shadow(0 0 7px rgba(49, 232, 255, 0.72));
  animation: ai-dashboard-line-flow 3.7s linear infinite;
}

.ai-dashboard-hero[data-active="calls"] .ai-dashboard-line[data-line="calls"],
.ai-dashboard-hero[data-active="whatsapp"] .ai-dashboard-line[data-line="whatsapp"],
.ai-dashboard-hero[data-active="sms"] .ai-dashboard-line[data-line="sms"],
.ai-dashboard-hero[data-active="forms"] .ai-dashboard-line[data-line="forms"],
.ai-dashboard-hero[data-active="api"] .ai-dashboard-line[data-line="api"],
.ai-dashboard-hero[data-active="crm"] .ai-dashboard-line[data-line="crm"],
.ai-dashboard-hero[data-active="reports"] .ai-dashboard-line[data-line="reports"],
.ai-dashboard-hero[data-active="operator"] .ai-dashboard-line[data-line="operator"],
.ai-dashboard-hero[data-active="database"] .ai-dashboard-line[data-line="database"],
.ai-dashboard-hero[data-active="analytics"] .ai-dashboard-line[data-line="analytics"] {
  stroke: rgba(49, 232, 255, 0.9);
  stroke-width: 2.2;
}

.ai-dashboard-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(250px, 20vw, 320px);
  aspect-ratio: 0.78;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform:
    translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: none;
  filter: saturate(1.12);
}

.ai-dashboard-core::before,
.ai-dashboard-core::after {
  display: none;
}

.ai-hero-avatar {
  width: clamp(270px, 22vw, 360px);
  aspect-ratio: 0.78;
  isolation: isolate;
}

.ai-hero-avatar__card {
  --ai-eye-x: 0px;
  --ai-eye-y: 0px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transform-style: flat;
  transition: none;
}

.ai-hero-avatar__image {
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: 50% 44%;
  opacity: 0.97;
  filter:
    saturate(1.08)
    contrast(1.06)
    brightness(1.02)
    drop-shadow(0 0 22px rgba(49, 232, 255, 0.2));
  transform: none;
  -webkit-mask-image:
    radial-gradient(ellipse at 50% 45%, #000 0 52%, rgba(0, 0, 0, 0.88) 64%, rgba(0, 0, 0, 0.36) 80%, transparent 94%),
    linear-gradient(180deg, transparent 0%, #000 5%, #000 88%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in, source-in;
  mask-image:
    radial-gradient(ellipse at 50% 45%, #000 0 52%, rgba(0, 0, 0, 0.88) 64%, rgba(0, 0, 0, 0.36) 80%, transparent 94%),
    linear-gradient(180deg, transparent 0%, #000 5%, #000 88%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.ai-hero-avatar__eye {
  position: absolute;
  z-index: 1;
  width: clamp(13px, 1.25vw, 20px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 14%, rgba(177, 252, 255, 0.98) 24%, rgba(49, 232, 255, 0.92) 46%, transparent 76%);
  box-shadow:
    0 0 14px rgba(235, 255, 255, 1),
    0 0 34px rgba(49, 232, 255, 0.96),
    0 0 64px rgba(0, 129, 255, 0.68);
  mix-blend-mode: screen;
  opacity: 1;
  pointer-events: none;
  transform: translate(calc(-50% + var(--ai-eye-x)), calc(-50% + var(--ai-eye-y)));
  transition: transform 0.16s ease-out, opacity 0.2s ease, filter 0.2s ease;
}

.ai-hero-avatar__eye::after {
  content: "";
  position: absolute;
  inset: -120%;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(49, 232, 255, 0.28), transparent 62%);
  opacity: 1;
  filter: blur(3px);
}

.ai-hero-avatar__eye--left {
  left: 37.5%;
  top: 39.8%;
}

.ai-hero-avatar__eye--right {
  left: 62.8%;
  top: 39.8%;
}

.ai-hero-avatar:hover .ai-hero-avatar__eye {
  opacity: 0.96;
  filter: saturate(1.18) brightness(1.1);
}

.ai-dashboard-card {
  opacity: 0.94;
}

.ai-dashboard-card-svg-icon {
  display: block;
  width: 53px;
  height: 53px;
  fill: currentColor;
  color: #ffffff;
  filter: drop-shadow(0 0 10px rgba(232, 247, 255, 0.42));
}

.ai-dashboard-card {
  position: absolute;
  z-index: 5;
  --ai-dashboard-icon-box: 90px;
  --ai-dashboard-icon-size: 100px;
  display: grid;
  grid-template-columns: var(--ai-dashboard-icon-box) 1fr;
  align-items: center;
  gap: 18px;
  width: clamp(235px, 24vw, 300px);
  min-height: 96px;
  padding: 17px 22px;
  border: 1px solid rgba(126, 177, 239, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(20, 45, 83, 0.82), rgba(8, 24, 53, 0.68)),
    rgba(7, 21, 48, 0.72);
  box-shadow:
    0 18px 42px rgba(2, 10, 24, 0.26),
    inset 0 1px 0 rgba(232, 247, 255, 0.08);
  backdrop-filter: blur(16px) saturate(1.14);
  -webkit-backdrop-filter: blur(16px) saturate(1.14);
  transform: translateY(0);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ai-dashboard-card:hover,
.ai-dashboard-card.is-active,
.ai-dashboard-card:focus-visible {
  border-color: rgba(49, 232, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(18, 70, 111, 0.9), rgba(8, 28, 63, 0.78)),
    rgba(6, 26, 58, 0.88);
  box-shadow:
    0 22px 58px rgba(2, 10, 24, 0.35),
    0 0 34px rgba(49, 232, 255, 0.28),
    inset 0 1px 0 rgba(232, 247, 255, 0.14);
  outline: none;
  transform: translateY(-5px);
}

.ai-dashboard-card-icon {
  display: grid;
  place-items: center;
  width: var(--ai-dashboard-icon-box);
  height: var(--ai-dashboard-icon-box);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f2fdff;
  font-size: 30px;
  box-shadow: none;
}

.ai-dashboard-card-icon img {
  display: block;
  width: var(--ai-dashboard-icon-size);
  height: var(--ai-dashboard-icon-size);
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(232, 247, 255, 0.45));
}

.ai-dashboard-card--forms .ai-dashboard-card-icon img,
.ai-dashboard-card--api .ai-dashboard-card-icon img,
.ai-dashboard-card--reports .ai-dashboard-card-icon img,
.ai-dashboard-card--operator .ai-dashboard-card-icon img,
.ai-dashboard-card--analytics .ai-dashboard-card-icon img {
  filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(49, 232, 255, 0.42));
}

.ai-dashboard-card-icon img[src*="/dashboard/"] {
  width: var(--ai-dashboard-icon-size);
  height: var(--ai-dashboard-icon-size);
  filter: none !important;
}

.ai-dashboard-card-title {
  margin: 0 0 6px;
  color: #f2fdff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
}

.ai-dashboard-card p {
  margin: 0 0 8px;
  color: rgba(196, 216, 244, 0.72);
  font-size: 14px;
  line-height: 1.35;
}

.ai-dashboard-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #31dd83;
  font-size: 11px;
  line-height: 1;
}

.ai-dashboard-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.ai-dashboard-status--live {
  color: #31dd83;
  text-transform: uppercase;
}

.ai-dashboard-status--work {
  color: #4ea1ff;
}

.ai-dashboard-card--calls { left: 1.5%; top: 4%; }
.ai-dashboard-card--whatsapp { left: 1.5%; top: 24%; }
.ai-dashboard-card--sms { left: 1.5%; top: 43%; }
.ai-dashboard-card--forms { left: 1.5%; top: 62%; }
.ai-dashboard-card--api { left: 1.5%; top: 81%; }
.ai-dashboard-card--crm { right: 1.5%; top: 4%; }
.ai-dashboard-card--reports { right: 1.5%; top: 24%; }
.ai-dashboard-card--operator { right: 1.5%; top: 43%; }
.ai-dashboard-card--database { right: 1.5%; top: 62%; }
.ai-dashboard-card--analytics { right: 1.5%; top: 81%; }

.ai-dashboard-card--whatsapp,
.ai-dashboard-card--analytics {
  border-color: rgba(49, 232, 255, 0.64);
  box-shadow:
    0 22px 58px rgba(2, 10, 24, 0.32),
    0 0 30px rgba(49, 232, 255, 0.22),
    inset 0 1px 0 rgba(232, 247, 255, 0.12);
}

.ai-dashboard-summary {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(500px, 42%);
  padding: 14px 18px;
  border: 1px solid rgba(126, 177, 239, 0.22);
  border-radius: 10px;
  background: rgba(7, 21, 48, 0.76);
  box-shadow: 0 16px 44px rgba(2, 10, 24, 0.28), inset 0 1px 0 rgba(232, 247, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.ai-dashboard-summary > div {
  display: grid;
  align-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-left: 1px solid rgba(126, 177, 239, 0.14);
}

.ai-dashboard-summary > div:first-child {
  border-left: 0;
}

.ai-dashboard-summary strong {
  color: #f2fdff;
  font-size: 18px;
  line-height: 1.1;
}

.ai-dashboard-summary small {
  color: rgba(196, 216, 244, 0.68);
  font-size: 11px;
  line-height: 1.3;
}

@keyframes ai-dashboard-line-flow {
  to { stroke-dashoffset: -542; }
}

@keyframes ai-dashboard-grid-drift {
  to { background-position: 18px 18px; }
}

@media (max-width: 1199px) {
  .elementor-1540 .elementor-element.elementor-element-5a2b9c9 {
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .ai-dashboard-hero {
    min-height: 860px;
  }

  .ai-dashboard-card {
    width: 245px;
    --ai-dashboard-icon-box: 152px;
    --ai-dashboard-icon-size: 144px;
    gap: 14px;
    padding: 14px 16px;
  }

  .ai-dashboard-card-icon {
    font-size: 25px;
  }

  .ai-dashboard-card-title {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .elementor-1540 .elementor-element.elementor-element-5a2b9c9 {
    padding-top: 84px;
    padding-bottom: 56px;
  }

  .ai-dashboard-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-height: 0;
    overflow: visible;
  }

  .ai-dashboard-field {
    display: none;
  }

  .ai-dashboard-core {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    justify-self: center;
    margin: 10px 0 18px;
    transform: none;
  }

  .ai-hero-avatar {
    width: min(310px, 72vw);
  }

  .ai-dashboard-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .ai-dashboard-summary {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    grid-column: 1 / -1;
    width: 100%;
    transform: none;
  }

  .ai-dashboard-card:hover,
  .ai-dashboard-card.is-active,
  .ai-dashboard-card:focus-visible {
    transform: translateY(-4px);
  }

}

@media (max-width: 560px) {
  .elementor-1540 .elementor-element.elementor-element-5a2b9c9 {
    padding-top: 70px;
    padding-bottom: 44px;
  }

  .ai-dashboard-hero {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .ai-dashboard-core {
    width: 168px;
  }

  .ai-hero-avatar {
    width: min(260px, 80vw);
  }

  .ai-dashboard-card {
    min-height: 86px;
    --ai-dashboard-icon-box: 140px;
    --ai-dashboard-icon-size: 132px;
    padding: 12px;
  }

  .ai-dashboard-card-icon {
    font-size: 23px;
  }

  .ai-dashboard-summary {
    grid-template-columns: 1fr;
    padding: 8px 12px;
  }

  .ai-dashboard-summary > div {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid rgba(126, 177, 239, 0.14);
  }

  .ai-dashboard-summary > div:first-child {
    border-top: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ai-dashboard-hero *,
  .ai-dashboard-hero::after,
  .ai-dashboard-core,
  .ai-dashboard-core::before,
  .ai-dashboard-core::after {
    animation: none !important;
    transition: none !important;
  }

  .ai-dashboard-card,
  .ai-dashboard-summary,
  .ai-dashboard-core {
    transform: none !important;
  }
}
