.elementor-356 .elementor-element.elementor-element-978262f{--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-356 .elementor-element.elementor-element-978262f:not(.elementor-motion-effects-element-type-background), .elementor-356 .elementor-element.elementor-element-978262f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-356 .elementor-element.elementor-element-8adc2cc{--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-356 .elementor-element.elementor-element-8adc2cc:not(.elementor-motion-effects-element-type-background), .elementor-356 .elementor-element.elementor-element-8adc2cc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-356 .elementor-element.elementor-element-b589f9d{--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-356 .elementor-element.elementor-element-b589f9d:not(.elementor-motion-effects-element-type-background), .elementor-356 .elementor-element.elementor-element-b589f9d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-356 .elementor-element.elementor-element-8760869{--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-356 .elementor-element.elementor-element-8760869:not(.elementor-motion-effects-element-type-background), .elementor-356 .elementor-element.elementor-element-8760869 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-356 .elementor-element.elementor-element-8cc75c6{--display:flex;}.elementor-356 .elementor-element.elementor-element-8cc75c6:not(.elementor-motion-effects-element-type-background), .elementor-356 .elementor-element.elementor-element-8cc75c6 > .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-1900b08 */.rv-services-hero {
  width: 100%;
  min-height: 520px;
  padding: 70px 20px 55px;
  background:
    radial-gradient(circle at 70% 40%, rgba(77, 88, 255, 0.12), transparent 35%),
    radial-gradient(circle at 85% 60%, rgba(123, 97, 255, 0.12), transparent 35%),
    #030711;
  font-family: Arial, sans-serif;
  color: #fff;
  overflow: hidden;
}

.rv-services-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 50px;
}

/* LEFT */
.rv-services-left {
  position: relative;
  z-index: 2;
}

.rv-service-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d7ff00;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.rv-service-label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7ff00;
  box-shadow: 0 0 12px rgba(215, 255, 0, 0.75);
}

.rv-services-left h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.13;
  letter-spacing: -2px;
  font-weight: 900;
  color: #ffffff;
}

.rv-services-left h1 span {
  color: #d7ff00;
  text-shadow: 0 0 20px rgba(215, 255, 0, 0.22);
}

.rv-title-line {
  width: 96px;
  height: 3px;
  margin: 22px 0 28px;
  border-radius: 20px;
  background: linear-gradient(90deg, #d7ff00, #b55cff);
  box-shadow:
    0 0 12px rgba(215,255,0,0.35),
    0 0 12px rgba(181,92,255,0.35);
}

.rv-services-left > p {
  max-width: 470px;
  margin: 0;
  color: #c9cedd;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.rv-feature-row {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 42px;
  flex-wrap: wrap;
}

.rv-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d7ff00;
}

.rv-feature svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
}

.rv-feature p {
  margin: 0;
  color: #dce2ef;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.rv-feature.purple {
  color: #b55cff;
}

.rv-feature.blue {
  color: #5c8cff;
}

/* RIGHT VISUAL */
.rv-services-visual {
  position: relative;
  height: 420px;
  min-width: 0;
}

.rv-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(92,140,255,0.85) 1px, transparent 1px),
    radial-gradient(circle, rgba(123,97,255,0.75) 1px, transparent 1px);
  background-size: 86px 86px, 132px 132px;
  background-position: 10px 18px, 40px 5px;
  opacity: 0.45;
}

.rv-orbit {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px dashed rgba(123,97,255,0.45);
}

.orbit-one {
  width: 470px;
  height: 185px;
}

.orbit-two {
  width: 390px;
  height: 150px;
  border-color: rgba(0,195,255,0.18);
}

.rv-platform {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: 410px;
  height: 110px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(0,195,255,0.75), rgba(123,97,255,0.22) 38%, transparent 70%);
  box-shadow:
    0 0 38px rgba(0,195,255,0.65),
    0 0 50px rgba(123,97,255,0.55);
}

.rv-platform::before {
  content: "";
  position: absolute;
  inset: 25px 28px;
  border-radius: 50%;
  border: 3px solid rgba(123,97,255,0.9);
  box-shadow:
    inset 0 0 22px rgba(123,97,255,0.8),
    0 0 25px rgba(123,97,255,0.85);
}

.rv-platform::after {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 34px;
  height: 16px;
  border-radius: 50%;
  background: rgba(60, 70, 255, 0.32);
  box-shadow: 0 0 35px rgba(0,195,255,0.8);
}

.rv-main-card,
.rv-float-card {
  position: absolute;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,0.08), transparent 45%),
    linear-gradient(145deg, rgba(18,28,54,0.95), rgba(9,14,30,0.95));
  border: 1px solid rgba(255,255,255,0.08);
}

.rv-main-card {
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  color: #d7ff00;
  border-color: rgba(215,255,0,0.75);
  box-shadow:
    0 0 28px rgba(215,255,0,0.38),
    inset 0 0 18px rgba(215,255,0,0.08);
}

.rv-main-card svg {
  width: 74px;
  height: 74px;
}

.rv-float-card {
  width: 78px;
  height: 78px;
  transform: rotate(-10deg);
}

.rv-main-card svg,
.rv-float-card svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
}

.card-megaphone {
  left: 76px;
  top: 58px;
  color: #b55cff;
  border-color: rgba(181,92,255,0.45);
  box-shadow: 0 0 27px rgba(180,92,255,0.28);
}

.card-gear {
  left: 50%;
  top: 18px;
  transform: translateX(-50%) rotate(0deg);
  width: 64px;
  height: 64px;
  color: #d7ff00;
  border-color: rgba(215,255,0,0.45);
  box-shadow: 0 0 24px rgba(215,255,0,0.28);
}

.card-search {
  right: 84px;
  top: 58px;
  color: #5c8cff;
  border-color: rgba(92,140,255,0.45);
  box-shadow: 0 0 26px rgba(92,140,255,0.28);
  transform: rotate(10deg);
}

.card-users {
  left: 52px;
  top: 205px;
  color: #5c8cff;
  border-color: rgba(92,140,255,0.45);
  box-shadow: 0 0 26px rgba(92,140,255,0.28);
  transform: rotate(8deg);
}

.card-chart {
  right: 62px;
  top: 205px;
  color: #b55cff;
  border-color: rgba(181,92,255,0.45);
  box-shadow: 0 0 26px rgba(181,92,255,0.28);
  transform: rotate(-8deg);
}

.rv-float-card svg {
  width: 40px;
  height: 40px;
}

.card-gear svg {
  width: 34px;
  height: 34px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .rv-services-hero {
    padding: 55px 18px;
  }

  .rv-services-wrap {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 35px;
  }

  .rv-service-label,
  .rv-feature-row {
    justify-content: center;
  }

  .rv-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .rv-services-left > p {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .rv-services-visual {
    height: 330px;
    transform: scale(0.78);
    transform-origin: top center;
    margin-bottom: -70px;
  }

  .rv-feature-row {
    gap: 22px;
  }

  .rv-services-left h1 {
    font-size: 40px;
  }

  .rv-services-left > p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44d4e61 */.rv-services-section {
  width: 100%;
  padding: 65px 20px;
  background: #030711;
  font-family: Arial, sans-serif;
  color: #ffffff;
}

.rv-services-heading {
  text-align: center;
  margin-bottom: 34px;
}

.rv-services-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.8px;
}

.rv-services-heading h2 span {
  color: #d7ff00;
  text-shadow: 0 0 16px rgba(215,255,0,0.25);
}

.rv-services-heading p {
  margin: 14px auto 0;
  max-width: 650px;
  color: #c4cad8;
  font-size: 15px;
  line-height: 1.6;
}

.rv-heading-line {
  width: 82px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #d7ff00, #b55cff);
  box-shadow:
    0 0 12px rgba(215,255,0,0.35),
    0 0 12px rgba(181,92,255,0.35);
}

.rv-services-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rv-service-card {
  position: relative;
  min-height: 355px;
  padding: 32px 26px 26px;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;

  background:
    radial-gradient(circle at 50% 15%, rgba(255,255,255,0.04), transparent 30%),
    linear-gradient(145deg, #0b1120, #070c18);

  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    inset 0 0 35px rgba(255,255,255,0.012),
    0 18px 50px rgba(0,0,0,0.24);

  display: flex;
  flex-direction: column;
  align-items: center;

  transition: 0.35s ease;
}

.rv-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
}

.rv-service-card.lime::before {
  background: radial-gradient(circle at 25% 25%, #d7ff00, transparent 34%);
}

.rv-service-card.purple::before {
  background: radial-gradient(circle at 25% 25%, #b55cff, transparent 34%);
}

.rv-service-card.blue::before {
  background: radial-gradient(circle at 25% 25%, #5c8cff, transparent 34%);
}

.rv-service-card:hover {
  transform: translateY(-8px);
}

.rv-service-card.lime {
  border-color: rgba(215,255,0,0.28);
}

.rv-service-card.purple {
  border-color: rgba(181,92,255,0.35);
}

.rv-service-card.blue {
  border-color: rgba(92,140,255,0.35);
}

.rv-service-icon {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  margin-bottom: 26px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.03);
  border: 1.5px solid currentColor;
  box-shadow: 0 0 28px currentColor;
}

.rv-service-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
}

.rv-service-card.lime .rv-service-icon,
.rv-service-card.lime h3,
.rv-service-card.lime .rv-learn-btn {
  color: #d7ff00;
}

.rv-service-card.purple .rv-service-icon,
.rv-service-card.purple h3,
.rv-service-card.purple .rv-learn-btn {
  color: #c45cff;
}

.rv-service-card.blue .rv-service-icon,
.rv-service-card.blue h3,
.rv-service-card.blue .rv-learn-btn {
  color: #5c8cff;
}

.rv-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.rv-service-card p {
  position: relative;
  z-index: 2;
  margin: 0 auto 24px;
  max-width: 270px;
  color: #c3cad8;
  font-size: 15px;
  line-height: 1.55;
}

.rv-learn-btn {
  position: relative;
  z-index: 2;
  margin-top: auto;
  min-width: 150px;
  padding: 10px 18px;
  border-radius: 9px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: rgba(255,255,255,0.02);
  border: 1px solid currentColor;

  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;

  transition: 0.3s ease;
}

.rv-learn-btn:hover,
.rv-learn-btn:focus,
.rv-learn-btn:active,
.rv-learn-btn:visited {
  text-decoration: none !important;
}

.rv-learn-btn:hover {
  transform: translateY(-2px);
  background: currentColor;
}

.rv-service-card.lime .rv-learn-btn:hover {
  color: #07100a;
  box-shadow: 0 0 20px rgba(215,255,0,0.4);
}

.rv-service-card.purple .rv-learn-btn:hover {
  color: #ffffff;
  box-shadow: 0 0 20px rgba(196,92,255,0.4);
}

.rv-service-card.blue .rv-learn-btn:hover {
  color: #ffffff;
  box-shadow: 0 0 20px rgba(92,140,255,0.4);
}

@media (max-width: 950px) {
  .rv-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .rv-services-section {
    padding: 50px 16px;
  }

  .rv-services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rv-service-card {
    min-height: auto;
    padding: 30px 22px;
  }

  .rv-service-icon {
    width: 86px;
    height: 86px;
  }

  .rv-service-icon svg {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b8f45e */.why-strip-section {
  width: 100%;
  padding: 35px 20px;
  background: #030711;
  font-family: Arial, sans-serif;
  color: #ffffff;
}

.why-strip {
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 32px;
  border-radius: 18px;

  display: grid;
  grid-template-columns: 1.05fr 1.45fr;
  align-items: center;
  gap: 36px;

  background:
    radial-gradient(circle at 5% 50%, rgba(215,255,0,0.1), transparent 24%),
    radial-gradient(circle at 95% 50%, rgba(181,92,255,0.12), transparent 28%),
    linear-gradient(145deg, #0b1120, #070c18);

  border: 1px solid rgba(181, 92, 255, 0.45);
  box-shadow:
    0 0 32px rgba(181,92,255,0.12),
    inset 0 0 35px rgba(255,255,255,0.015);
}

.why-main {
  display: flex;
  align-items: center;
  gap: 22px;
}

.why-main-icon {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #d7ff00;
  background: rgba(215,255,0,0.06);
  border: 1.5px solid #d7ff00;
  box-shadow:
    0 0 22px rgba(215,255,0,0.32),
    inset 0 0 16px rgba(215,255,0,0.08);
}

.why-main-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-text h2 {
  margin: 0 0 9px;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 900;
}

.why-text h2 span {
  color: #d7ff00;
}

.why-text p {
  margin: 0;
  max-width: 405px;
  color: #c0c7d8;
  font-size: 14px;
  line-height: 1.55;
}

.why-points {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}

.why-point {
  text-align: center;
  color: #d7ff00;
}

.why-point svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;

  filter: drop-shadow(0 0 8px currentColor);
}

.why-point p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.why-point.purple {
  color: #b55cff;
}

.why-point.blue {
  color: #5c8cff;
}

.why-point.lime {
  color: #d7ff00;
}

.why-divider {
  width: 1px;
  height: 72px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.22), transparent);
}

@media (max-width: 900px) {
  .why-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .why-main {
    justify-content: center;
    flex-direction: column;
  }

  .why-text p {
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .why-strip {
    padding: 24px 18px;
  }

  .why-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .why-divider {
    display: none;
  }

  .why-main-icon {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }

  .why-main-icon svg {
    width: 38px;
    height: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f64a6f9 */.process-section {
  width: 100%;
  padding: 55px 20px;
  background: #030711;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

.process-heading {
  text-align: center;
  margin-bottom: 48px;
}

.process-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.process-heading h2 span {
  color: #d7ff00;
  text-shadow: 0 0 14px rgba(215,255,0,0.25);
}

.process-heading p {
  margin: 12px 0 0;
  color: #aeb6c9;
  font-size: 15px;
}

.process-line {
  width: 78px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #d7ff00, #b55cff);
  box-shadow:
    0 0 10px rgba(215,255,0,0.4),
    0 0 10px rgba(181,92,255,0.4);
}

.process-steps {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr 70px 1fr 70px 1fr;
  align-items: start;
}

.process-step {
  text-align: center;
  position: relative;
}

.step-icon {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(circle, rgba(255,255,255,0.04), transparent 58%),
    rgba(255,255,255,0.015);

  border: 2px solid currentColor;
  box-shadow:
    0 0 24px currentColor,
    inset 0 0 18px rgba(255,255,255,0.04);
}

.step-icon::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.28;
}

.step-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
}

.step-number {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 34px;
  height: 34px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #11182a;
  border: 2px solid currentColor;
  color: #ffffff;

  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 0 12px currentColor;
}

.process-step h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.process-step p {
  margin: 0 auto;
  max-width: 160px;
  color: #b8c0d2;
  font-size: 13px;
  line-height: 1.55;
}

.process-step.lime {
  color: #d7ff00;
}

.process-step.purple {
  color: #b55cff;
}

.process-step.blue {
  color: #5c8cff;
}

.process-step.lime h3 {
  color: #d7ff00;
}

.process-step.purple h3 {
  color: #c45cff;
}

.process-step.blue h3 {
  color: #5c8cff;
}

.process-dots {
  height: 2px;
  margin-top: 56px;
  background-image: linear-gradient(
    to right,
    rgba(255,255,255,0.65) 35%,
    rgba(255,255,255,0) 0%
  );
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  opacity: 0.75;
}

@media (max-width: 1000px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-dots {
    display: none;
  }

  .process-step p {
    max-width: 320px;
  }
}

@media (max-width: 520px) {
  .process-section {
    padding: 45px 16px;
  }

  .process-heading h2 {
    font-size: 28px;
  }

  .step-icon {
    width: 96px;
    height: 96px;
  }

  .step-icon svg {
    width: 44px;
    height: 44px;
  }

  .step-number {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e082590 */.cta-grow-section {
  width: 100%;
  padding: 35px 20px;
  background: #030711;
  font-family: Arial, sans-serif;
}

.cta-glow-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 38px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: 135px 1fr auto;
  align-items: center;
  gap: 30px;

  background:
    radial-gradient(circle at 8% 50%, rgba(215,255,0,0.14), transparent 26%),
    radial-gradient(circle at 20% 80%, rgba(181,92,255,0.18), transparent 30%),
    linear-gradient(145deg, #0b1120, #070c18);

  border: 1px solid rgba(215,255,0,0.55);
  box-shadow:
    0 0 32px rgba(215,255,0,0.12),
    0 0 45px rgba(181,92,255,0.16),
    inset 0 0 35px rgba(255,255,255,0.02);
}

.cta-glow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #d7ff00, #7b61ff, #d7ff00);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  opacity: 0.75;
}

.cta-rocket {
  width: 105px;
  height: 105px;
  border-radius: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #d7ff00;
  background:
    radial-gradient(circle, rgba(215,255,0,0.18), transparent 62%),
    rgba(255,255,255,0.03);

  filter: drop-shadow(0 0 18px rgba(215,255,0,0.45));
}

.cta-rocket svg {
  width: 78px;
  height: 78px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

.cta-content h2 span {
  color: #d7ff00;
  text-shadow: 0 0 18px rgba(215,255,0,0.28);
}

.cta-content p {
  margin: 10px 0 0;
  color: #c4cad8;
  font-size: 16px;
  line-height: 1.6;
  max-width: 560px;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-btn {
  min-width: 160px;
  padding: 15px 24px;
  border-radius: 11px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;

  transition: 0.3s ease;
}

.cta-btn:hover,
.cta-btn:focus,
.cta-btn:active,
.cta-btn:visited {
  text-decoration: none !important;
}

.whatsapp-btn {
  color: #07100a;
  background: linear-gradient(135deg, #d7ff00, #9eff00);
  box-shadow:
    0 0 18px rgba(215,255,0,0.42),
    inset 0 0 12px rgba(255,255,255,0.22);
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 26px rgba(215,255,0,0.58),
    0 0 45px rgba(215,255,0,0.22);
}

.outline-btn {
  color: #c76cff;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(199,108,255,0.85);
  box-shadow: 0 0 18px rgba(199,108,255,0.16);
}

.outline-btn:hover {
  color: #ffffff;
  background: rgba(199,108,255,0.13);
  transform: translateY(-3px);
  box-shadow:
    0 0 24px rgba(199,108,255,0.36),
    0 0 42px rgba(199,108,255,0.18);
}

@media (max-width: 900px) {
  .cta-glow-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px 24px;
  }

  .cta-rocket {
    margin: 0 auto;
  }

  .cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .cta-grow-section {
    padding: 25px 14px;
  }

  .cta-glow-card {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .cta-rocket {
    width: 88px;
    height: 88px;
  }

  .cta-rocket svg {
    width: 64px;
    height: 64px;
  }

  .cta-actions {
    width: 100%;
  }

  .cta-btn {
    width: 100%;
  }
}/* End custom CSS */