.elementor-595 .elementor-element.elementor-element-fd130e4{--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-595 .elementor-element.elementor-element-5cd3be8{--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-595 .elementor-element.elementor-element-c3007f8{--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;}body.elementor-page-595:not(.elementor-motion-effects-element-type-background), body.elementor-page-595 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3f9c8fc */.pm-hero-section {
  width: 100%;
  min-height: 720px;
  padding: 60px 5% 35px;

  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: center;
  gap: 50px;

  background:
    radial-gradient(circle at 80% 20%, rgba(123, 60, 255, 0.22), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(198, 255, 0, 0.09), transparent 25%),
    #020817;

  color: #fff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.pm-label {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #c6ff00;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 25px;
}

.pm-label span {
  width: 12px;
  height: 12px;
  background: #c6ff00;
  border-radius: 50%;
  box-shadow: 0 0 18px #c6ff00;
}

.pm-hero-left h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  margin: 0 0 25px;
  letter-spacing: -2px;
}

.pm-hero-left h1 span {
  color: #c6ff00;
}

.pm-desc {
  max-width: 520px;
  color: #d9dde7;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 38px;
}

.pm-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 38px;
  max-width: 620px;
}

.pm-feature {
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.pm-feature:last-child {
  border-right: none;
}

.pm-feature img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 14px #c6ff00);
}

.pm-feature:nth-child(2) img,
.pm-feature:nth-child(4) img {
  filter: drop-shadow(0 0 14px #ff4cff);
}

.pm-feature:nth-child(3) img {
  filter: drop-shadow(0 0 14px #1f8cff);
}

.pm-feature h4 {
  font-size: 14px;
  margin: 0 0 8px;
  color: #fff;
}

.pm-feature p {
  font-size: 13px;
  color: #d5d5d5;
  margin: 0;
}

.pm-buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.pm-btn-primary,
.pm-btn-outline {
  min-width: 190px;
  padding: 15px 26px;
  border-radius: 8px;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;

  transition: 0.3s ease;
}

.pm-btn-primary {
  background: #c6ff00;
  color: #000;
  box-shadow: 0 0 24px rgba(198, 255, 0, 0.45);
}

.pm-btn-outline {
  color: #ff55ff;
  border: 1px solid #ff55ff;
  background: rgba(255, 255, 255, 0.02);
}

.pm-btn-primary:hover,
.pm-btn-outline:hover {
  transform: translateY(-4px);
  text-decoration: none !important;
}

/* RIGHT SIDE */

.pm-hero-right {
  min-height: 560px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.pm-hero-right::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 470px;
  border: 1px dashed rgba(123, 60, 255, 0.55);
  border-radius: 50%;
  transform: rotate(18deg);
}

.pm-hero-right::after {
  content: "";
  position: absolute;
  bottom: 25px;
  width: 620px;
  height: 115px;
  border-radius: 50%;
  border: 2px solid rgba(31, 140, 255, 0.65);
  box-shadow:
    0 0 22px #1f8cff,
    inset 0 0 35px rgba(163, 60, 255, 0.8);
}

.pm-main-dashboard {
  width: 520px;
  height: 340px;
  padding: 28px;

  position: relative;
  z-index: 2;
  transform: perspective(900px) rotateX(2deg) rotateY(-4deg);

  border-radius: 22px;
  border: 1px solid #1f8cff;

  background:
    linear-gradient(145deg, rgba(8, 14, 38, 0.96), rgba(3, 8, 26, 0.98));

  box-shadow:
    0 0 45px rgba(31, 140, 255, 0.45),
    0 0 60px rgba(163, 60, 255, 0.25),
    inset 0 0 30px rgba(255, 76, 255, 0.08);
}

.pm-main-dashboard h3 {
  margin: 0 0 18px;
  font-size: 15px;
  color: #ffffff;
}

.pm-chart {
  height: 145px;
  position: relative;

  border-radius: 14px;
  overflow: hidden;

  background:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    rgba(255,255,255,0.025);

  background-size: 100% 35px, 70px 100%;
}

.pm-line {
  position: absolute;
  left: 30px;
  bottom: 35px;
  width: 410px;
  height: 95px;

  background:
    linear-gradient(135deg,
      transparent 8%,
      #ff44ff 10%,
      transparent 22%,
      transparent 36%,
      #704cff 38%,
      transparent 52%,
      transparent 66%,
      #1f8cff 68%,
      transparent 82%
    );

  filter:
    drop-shadow(0 0 8px #ff44ff)
    drop-shadow(0 0 12px #1f8cff);
}

.pm-growth {
  position: absolute;
  top: 38px;
  left: 205px;

  background: rgba(198, 255, 0, 0.12);
  color: #c6ff00;

  padding: 8px 14px;
  border: 1px solid rgba(198, 255, 0, 0.45);
  border-radius: 12px;

  font-size: 14px;
  font-weight: 900;
  z-index: 3;
}

.pm-bars {
  height: 95px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 18px 18px 0;
}

.pm-bars span {
  width: 18px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #a33bff, #1f8cff);
  box-shadow: 0 0 14px rgba(123, 60, 255, 0.8);
}

.pm-bars span:nth-child(1) { height: 45px; }
.pm-bars span:nth-child(2) { height: 70px; }
.pm-bars span:nth-child(3) { height: 38px; }
.pm-bars span:nth-child(4) { height: 55px; }
.pm-bars span:nth-child(5) { height: 76px; }
.pm-bars span:nth-child(6) { height: 48px; }
.pm-bars span:nth-child(7) { height: 58px; }
.pm-bars span:nth-child(8) { height: 84px; }
.pm-bars span:nth-child(9) { height: 50px; }
.pm-bars span:nth-child(10) { height: 78px; }

.pm-card {
  position: absolute;
  z-index: 4;

  width: 145px;
  padding: 22px 18px;

  border-radius: 14px;
  border: 1px solid rgba(31, 140, 255, 0.6);

  background: rgba(6, 12, 32, 0.88);
  backdrop-filter: blur(12px);

  box-shadow: 0 0 28px rgba(31, 140, 255, 0.2);
}

.pm-card small {
  font-size: 12px;
  color: #fff;
}

.pm-card h2 {
  font-size: 31px;
  margin: 12px 0 8px;
  color: #fff;
}

.pm-card p {
  margin: 0;
  color: #c6ff00;
  font-size: 18px;
  font-weight: 800;
}

.pm-card-left-top {
  left: 15px;
  top: 95px;
}

.pm-card-left-bottom {
  left: 15px;
  bottom: 155px;
}

.pm-card-right-top {
  right: 0;
  top: 120px;
}

.pm-card-right-bottom {
  right: 0;
  bottom: 145px;
}

.pm-platforms {
  position: absolute;
  z-index: 5;
  bottom: 62px;

  display: flex;
  gap: 28px;
}

.pm-platforms div {
  width: 86px;
  height: 86px;

  border-radius: 50%;
  display: grid;
  place-items: center;

  background: radial-gradient(circle, rgba(12, 24, 56, 0.95), rgba(2, 8, 23, 0.95));
  border: 1px solid rgba(31, 140, 255, 0.85);

  box-shadow:
    0 0 22px rgba(31, 140, 255, 0.65),
    inset 0 0 18px rgba(163, 60, 255, 0.35);
}

.pm-platforms img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* STATS */

.pm-stats {
  width: 90%;
  margin: -10px auto 0;
  padding: 24px 35px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  background:
    linear-gradient(180deg, rgba(9, 15, 38, 0.98), rgba(3, 8, 24, 0.98));

  border: 1px solid rgba(123, 60, 255, 0.6);
  border-radius: 18px;

  color: #fff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
}

.pm-stats div {
  display: grid;
  grid-template-columns: 72px auto;
  column-gap: 18px;
  align-items: center;

  border-right: 1px solid rgba(255,255,255,0.13);
  padding: 0 25px;
}

.pm-stats div:last-child {
  border-right: none;
}

.pm-stats img {
  grid-row: span 2;
  width: 68px;
  height: 68px;
  padding: 14px;

  border-radius: 50%;
  object-fit: contain;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(198,255,0,0.5);

  box-shadow: 0 0 25px rgba(198,255,0,0.25);
}

.pm-stats div:nth-child(1) img,
.pm-stats div:nth-child(3) img {
  border-color: #ff4cff;
  box-shadow: 0 0 25px rgba(255,76,255,0.35);
}

.pm-stats div:nth-child(2) img {
  border-color: #1f8cff;
  box-shadow: 0 0 25px rgba(31,140,255,0.35);
}

.pm-stats h3 {
  font-size: 34px;
  line-height: 1;
  margin: 0;
}

.pm-stats p {
  margin: 5px 0 0;
  color: #f2f2f2;
  font-size: 15px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .pm-hero-section {
    grid-template-columns: 1fr;
  }

  .pm-hero-right {
    min-height: 580px;
  }

  .pm-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .pm-stats div {
    border-right: none;
  }
}

@media (max-width: 650px) {
  .pm-hero-section {
    padding: 45px 18px 30px;
  }

  .pm-hero-left h1 {
    font-size: 42px;
  }

  .pm-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .pm-feature {
    border-right: none;
  }

  .pm-buttons {
    flex-direction: column;
  }

  .pm-btn-primary,
  .pm-btn-outline {
    width: 100%;
  }

  .pm-hero-right {
    min-height: 500px;
  }

  .pm-main-dashboard {
    width: 100%;
    height: 320px;
  }

  .pm-card {
    display: none;
  }

  .pm-platforms {
    bottom: 45px;
    gap: 14px;
  }

  .pm-platforms div {
    width: 62px;
    height: 62px;
  }

  .pm-platforms img {
    width: 36px;
    height: 36px;
  }

  .pm-stats {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a902368 */.pm-content {
  background:
    radial-gradient(circle at 15% 85%, rgba(198,255,0,0.08), transparent 22%),
    radial-gradient(circle at 75% 20%, rgba(123,60,255,0.16), transparent 28%),
    #020817;
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 35px 5% 60px;
}

.pm-content * {
  box-sizing: border-box;
}

.pm-content a {
  text-decoration: none !important;
}

.pm-section-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
  position: relative;
}

.pm-section-title h2 {
  font-size: 32px;
  margin: 0 0 12px;
  color: #ffffff;
}

.pm-section-title h2 span {
  color: #c6ff00;
}

.pm-section-title p {
  color: #e0e0e0;
  line-height: 1.7;
  margin: 0;
}

.pm-section-title::before,
.pm-section-title::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff4cff);
}

.pm-section-title::before {
  left: -90px;
}

.pm-section-title::after {
  right: -90px;
  background: linear-gradient(90deg, #ff4cff, transparent);
}

/* WHY CARDS */

.pm-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.pm-why-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 26px;
  min-height: 145px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.13);
  transition: 0.35s ease;
}

.pm-why-card:hover {
  transform: translateY(-5px);
}

.pm-why-card img {
  width: 78px;
  height: 78px;
  padding: 18px;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
  background: rgba(255,255,255,0.03);
}

.pm-why-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.pm-why-card p {
  margin: 0;
  color: #e2e2e2;
  line-height: 1.7;
  font-size: 15px;
}

.lime {
  --glow: #c6ff00;
}

.pink {
  --glow: #ff4cff;
}

.blue {
  --glow: #1f8cff;
}

.pm-why-card.lime,
.pm-process-item.lime .process-icon,
.pm-case-study,
.pm-final-cta {
  border-color: rgba(198,255,0,0.55);
}

.pm-why-card.pink {
  border-color: rgba(255,76,255,0.45);
}

.pm-why-card.blue {
  border-color: rgba(31,140,255,0.45);
}

.pm-why-card h3,
.pm-process-item h4 {
  color: var(--glow);
}

.pm-why-card img,
.process-icon,
.pm-final-cta .rocket-box img {
  border: 1px solid var(--glow);
  box-shadow:
    0 0 22px color-mix(in srgb, var(--glow) 45%, transparent),
    inset 0 0 18px color-mix(in srgb, var(--glow) 15%, transparent);
}

/* PROCESS */

.process-title {
  margin-top: 22px;
}

.pm-process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  text-align: center;
  margin: 34px 0 36px;
  position: relative;
}

.pm-process::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, #c6ff00, #ff4cff, #1f8cff);
  opacity: 0.5;
}

.pm-process-item {
  position: relative;
  z-index: 2;
}

.process-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(2,8,23,0.9);
  position: relative;
}

.process-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.process-icon span {
  position: absolute;
  top: -12px;
  right: -8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #061022;
  border: 1px solid var(--glow);
  font-weight: 800;
}

.pm-process-item p {
  color: #e0e0e0;
  line-height: 1.7;
  font-size: 14px;
  margin: 0;
}

/* CASE STUDY */

.pm-case-study {
  display: grid;
  grid-template-columns: 170px 1.5fr repeat(4, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px 24px;
  border: 1px solid rgba(198,255,0,0.55);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(198,255,0,0.045), rgba(255,76,255,0.055));
  box-shadow: inset 0 0 28px rgba(255,76,255,0.05);
}

.case-product {
  width: 150px;
  height: 120px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(198,255,0,0.35);
}

.case-info h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.case-info span {
  display: inline-block;
  color: #c6ff00;
  border: 1px solid rgba(198,255,0,0.6);
  background: rgba(198,255,0,0.12);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.case-info p {
  color: #e0e0e0;
  line-height: 1.6;
  margin: 10px 0 0;
}

.case-metric {
  border-left: 1px solid rgba(255,255,255,0.15);
  padding-left: 26px;
}

.case-metric small {
  color: #ffffff;
}

.case-metric h2 {
  font-size: 36px;
  margin: 10px 0;
}

.case-metric p {
  margin: 0;
  color: #c6ff00;
  font-size: 20px;
  font-weight: 800;
}

.pink-text {
  color: #ff4cff;
}

/* FINAL CTA */

.pm-final-cta {
  margin-top: 18px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(198,255,0,0.6);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 80%, rgba(123,60,255,0.38), transparent 22%),
    linear-gradient(90deg, rgba(198,255,0,0.045), rgba(255,76,255,0.06));
}

.rocket-box img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  padding: 14px;
  border-radius: 20px;
}

.cta-copy h2 {
  font-size: 28px;
  margin: 0 0 10px;
}

.cta-copy h2 span {
  color: #c6ff00;
}

.cta-copy p {
  color: #e0e0e0;
  line-height: 1.7;
  margin: 0;
}

.cta-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.pm-btn-primary,
.pm-btn-outline {
  min-width: 175px;
  padding: 15px 24px;
  border-radius: 8px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  text-decoration: none !important;
}

.pm-btn-primary {
  background: #c6ff00;
  color: #000000;
  box-shadow: 0 0 24px rgba(198,255,0,0.45);
}

.pm-btn-outline {
  color: #ff4cff;
  border: 1px solid #ff4cff;
  background: rgba(255,255,255,0.02);
}

.pm-btn-primary:hover,
.pm-btn-outline:hover {
  transform: translateY(-4px);
  text-decoration: none !important;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .pm-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-process {
    grid-template-columns: repeat(3, 1fr);
  }

  .pm-process::before {
    display: none;
  }

  .pm-case-study,
  .pm-final-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .case-product {
    margin: auto;
  }

  .case-metric {
    border-left: none;
    padding-left: 0;
  }

  .cta-actions {
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .pm-content {
    padding: 35px 18px 45px;
  }

  .pm-section-title::before,
  .pm-section-title::after {
    display: none;
  }

  .pm-why-grid,
  .pm-process {
    grid-template-columns: 1fr;
  }

  .pm-why-card {
    flex-direction: column;
  }

  .pm-btn-primary,
  .pm-btn-outline {
    width: 100%;
  }
}/* End custom CSS */