.elementor-360 .elementor-element.elementor-element-103cea0{--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-360 .elementor-element.elementor-element-103cea0:not(.elementor-motion-effects-element-type-background), .elementor-360 .elementor-element.elementor-element-103cea0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-360 .elementor-element.elementor-element-e923c3c{--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-360 .elementor-element.elementor-element-e923c3c:not(.elementor-motion-effects-element-type-background), .elementor-360 .elementor-element.elementor-element-e923c3c > .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-1d1acdb */* {
  box-sizing: border-box;
}

.meta-page {
  background: #030711;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 40px 20px 70px;
}

.meta-hero {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 60px;
  min-height: 620px;
}

.meta-label {
  color: #d04cff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.meta-left h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.12;
  margin: 0;
  font-weight: 900;
  letter-spacing: -2px;
}

.meta-left h1 span {
  color: #c84cff;
  text-shadow: 0 0 20px rgba(200,76,255,.35);
}

.meta-left > p {
  max-width: 520px;
  color: #d1d6e5;
  font-size: 18px;
  line-height: 1.7;
  margin: 28px 0;
}

.meta-features {
  display: flex;
  gap: 35px;
  margin: 35px 0;
}

.meta-features div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d04cff;
}

.meta-features svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
}

.meta-features span {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.meta-buttons {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.btn-main,
.btn-outline {
  padding: 15px 28px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none !important;
  transition: .3s ease;
}

.btn-main {
  background: linear-gradient(135deg, #d7ff00, #aaff00);
  color: #07100a;
  box-shadow: 0 0 22px rgba(215,255,0,.4);
}

.btn-outline {
  color: #d04cff;
  border: 1px solid #d04cff;
}

.btn-main:hover,
.btn-outline:hover {
  transform: translateY(-3px);
}

/* HERO VISUAL */
.meta-right {
  height: 560px;
  position: relative;
}

.phone-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 390px;
  transform: translate(-50%, -50%) rotate(4deg);
  background: #f5f5f5;
  border-radius: 28px;
  padding: 18px;
  color: #111;
  box-shadow: 0 25px 60px rgba(0,0,0,.45), 0 0 40px rgba(200,76,255,.45);
  z-index: 5;
}

.phone-top {
  color: #1877f2;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 18px;
}

.ad-card {
  height: 155px;
  border-radius: 14px;
  background: linear-gradient(135deg, #291044, #7130ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.meta-symbol {
  font-size: 76px;
  line-height: .8;
  color: #a16cff;
}

.ad-card h3 {
  margin: 10px 0 0;
  font-size: 28px;
}

.phone-copy {
  margin-top: 18px;
}

.phone-copy p {
  margin: 5px 0;
  color: #555;
}

.platform-glow {
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 420px;
  height: 90px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210,76,255,.75), transparent 70%);
  box-shadow: 0 0 45px rgba(210,76,255,.8);
}

.stat {
  position: absolute;
  width: 150px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(8,15,28,.9);
  border: 1px solid rgba(200,76,255,.7);
  box-shadow: 0 0 25px rgba(200,76,255,.25);
  z-index: 6;
}

.stat small {
  color: #c8cce0;
  font-size: 12px;
}

.stat strong {
  display: block;
  font-size: 32px;
  margin: 8px 0;
}

.stat span {
  color: #d7ff00;
  font-weight: 900;
}

.stat-1 { left: 20px; top: 110px; }
.stat-2 { right: 20px; top: 115px; border-color: rgba(215,255,0,.7); }
.stat-3 { left: 20px; bottom: 135px; border-color: rgba(92,140,255,.7); }
.stat-4 { right: 15px; bottom: 145px; }

/* STATS STRIP */
.meta-stats {
  max-width: 1180px;
  margin: 40px auto 70px;
  padding: 28px 35px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  background: linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(200,76,255,.45);
}

.meta-stats div {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.meta-stats div:last-child {
  border-right: 0;
}

.meta-stats span {
  font-size: 34px;
}

.meta-stats h3 {
  font-size: 34px;
  margin: 0;
}

.meta-stats p {
  margin: 4px 0 0;
  color: #c8cce0;
}

/* SECTION HEAD */
.section-head {
  text-align: center;
  margin-bottom: 35px;
}

.section-head h2,
.real-results h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 900;
}

.section-head span,
.real-results span {
  color: #c84cff;
}

.section-head p {
  max-width: 760px;
  margin: 15px auto 0;
  color: #c8cce0;
  line-height: 1.6;
}

/* WHY */
.why-meta {
  max-width: 1180px;
  margin: 0 auto 75px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.why-card {
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(200,76,255,.32);
}

.why-card h3 {
  color: #c84cff;
  margin: 0 0 10px;
}

.why-card p {
  color: #c8cce0;
  line-height: 1.6;
  margin: 0;
}

/* PROCESS */
.meta-process {
  max-width: 1180px;
  margin: 0 auto 75px;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.process-step {
  text-align: center;
  color: #d7ff00;
}

.process-step.purple { color: #c84cff; }
.process-step.blue { color: #5c8cff; }

.circle {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px currentColor;
}

.circle b {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 32px;
  height: 32px;
  background: #11182a;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}

.circle svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-step h3 {
  color: currentColor;
  margin: 0 0 12px;
}

.process-step p {
  color: #c8cce0;
  font-size: 13px;
  line-height: 1.6;
}

/* REAL RESULTS */
.real-results {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.result-card {
  margin-top: 30px;
  padding: 28px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.25fr 2fr;
  gap: 30px;
  align-items: center;
  text-align: left;
  background: linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(200,76,255,.4);
}

.result-profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.avatar {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: radial-gradient(circle, #c84cff, #0b1120);
  border: 2px solid rgba(200,76,255,.7);
}

.result-profile h3 {
  margin: 0;
}

.result-profile small {
  color: #d7ff00;
  font-weight: 900;
}

.result-profile p {
  color: #c8cce0;
  line-height: 1.5;
}

.result-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.result-data div {
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.12);
}

.result-data small {
  color: #c8cce0;
}

.result-data strong {
  display: block;
  font-size: 38px;
  color: #d7ff00;
  margin: 8px 0;
}

.result-data span {
  color: #c84cff;
  font-weight: 900;
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .meta-hero,
  .result-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .meta-left > p {
    margin-left: auto;
    margin-right: auto;
  }

  .meta-features,
  .meta-buttons {
    justify-content: center;
  }

  .meta-stats,
  .why-grid,
  .process-row,
  .result-data {
    grid-template-columns: repeat(2, 1fr);
  }

  .meta-stats div {
    border-right: 0;
  }
}

@media (max-width: 600px) {
  .meta-page {
    padding: 30px 15px;
  }

  .meta-right {
    transform: scale(.78);
    transform-origin: top center;
    margin-bottom: -110px;
  }

  .meta-features,
  .meta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .meta-stats,
  .why-grid,
  .process-row,
  .result-data {
    grid-template-columns: 1fr;
  }

  .result-profile {
    flex-direction: column;
    text-align: center;
  }
}
.glow-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

/* Outer glow */
.glow-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;

  background: linear-gradient(120deg,
    #d7ff00,
    #b55cff,
    #5c8cff,
    #d7ff00
  );

  opacity: 0.35;
  filter: blur(18px);
  z-index: 0;
}

/* Inner card stays sharp */
.glow-box > * {
  position: relative;
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa5eaf7 */.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 */