.elementor-1277 .elementor-element.elementor-element-476efee{--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-1277 .elementor-element.elementor-element-ba97c16{--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-1277 .elementor-element.elementor-element-680190a{--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-1277 .elementor-element.elementor-element-47c5cb9{--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-1277 .elementor-element.elementor-element-2741448{--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-1277 .elementor-element.elementor-element-5fe7183{--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-1277 .elementor-element.elementor-element-345e2c4{--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-1277 .elementor-element.elementor-element-1e82970{--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-1277 .elementor-element.elementor-element-57d3754{--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-efe356f */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Inter,system-ui,sans-serif;
}

.ads-hero-3d{
  padding:100px 20px;
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.18), transparent 40%),
    radial-gradient(circle at bottom left, rgba(99,102,241,.18), transparent 40%),
    #020617;
  color:#fff;
}

.hero-wrapper{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:center;
}

/* LEFT */
.hero-left h1{
  font-size:48px;
  line-height:1.15;
}

.hero-left h1 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-left p{
  margin:22px 0;
  font-size:18px;
  color:#c7d2fe;
  max-width:520px;
}

.badge{
  display:inline-block;
  margin-bottom:18px;
  padding:6px 14px;
  font-size:13px;
  border-radius:20px;
  border:1px solid rgba(59,130,246,.5);
  color:#93c5fd;
}

.features{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-bottom:30px;
}

.feature{
  background:rgba(255,255,255,.05);
  padding:14px 16px;
  border-radius:14px;
}

.cta-group{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

/* CTA LOCKED */
.cta-clean{
  padding:14px 26px;
  border-radius:12px;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.cta-clean.primary{
  background:#3b82f6;
  color:#fff;
  box-shadow:0 14px 30px rgba(59,130,246,.35);
}

.cta-clean.outline{
  border:2px solid #3b82f6;
  color:#3b82f6;
}

.cta-clean:hover{
  transform:translateY(-2px);
}

/* RIGHT 3D FORM */
.hero-right{
  position:relative;
  padding:45px;
  border-radius:26px;
  background:rgba(2,6,23,.75);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 40px 90px rgba(0,0,0,.7);
  transform:perspective(1200px) rotateY(-7deg);
}

.glow{
  position:absolute;
  inset:-5px;
  border-radius:30px;
  background:linear-gradient(120deg,rgba(59,130,246,.35),transparent 60%);
  filter:blur(40px);
  z-index:-1;
}

.hero-right h3{
  font-size:26px;
}

.form-sub{
  margin:8px 0 22px;
  font-size:14px;
  color:#a5b4fc;
}

.hero-right form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.hero-right input,
.hero-right select{
  padding:15px;
  border-radius:12px;
  border:none;
  background:#020617;
  color:#fff;
}

/* STATS */
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:28px 0 10px;
}

.stats div{
  background:rgba(255,255,255,.05);
  padding:18px;
  border-radius:16px;
  text-align:center;
}

.stats span{
  font-size:28px;
  font-weight:700;
  color:#3b82f6;
}

.stats p{
  font-size:13px;
  color:#c7d2fe;
}

.stats .highlight{
  background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(99,102,241,.25));
}

.note{
  font-size:13px;
  color:#94a3b8;
}

/* MOBILE */
@media(max-width:900px){
  .hero-wrapper{
    grid-template-columns:1fr;
  }
  .hero-left h1{
    font-size:34px;
  }
  .features{
    grid-template-columns:1fr;
  }
  .hero-right{
    transform:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba04200 */.ads-platforms{
  padding:100px 20px;
  background:#020617;
  color:#fff;
}

.platforms-wrapper{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

/* Heading */
.ads-platforms h2{
  font-size:42px;
  margin-bottom:12px;
}

.ads-platforms h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.platform-sub{
  max-width:600px;
  margin:0 auto 60px;
  font-size:16px;
  color:#c7d2fe;
}

/* GRID */
.platform-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}

/* CARD */
.platform-card{
  background:rgba(255,255,255,.05);
  padding:36px 26px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 30px 60px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform:perspective(1200px) translateZ(0);
  transition:.35s ease;
}

.platform-card:hover{
  transform:translateY(-14px) scale(1.04);
}

.platform-card.highlight{
  background:linear-gradient(
    135deg,
    rgba(59,130,246,.25),
    rgba(99,102,241,.25)
  );
  border:1px solid rgba(59,130,246,.5);
}

/* ICON */
.platform-card .icon{
  font-size:40px;
  margin-bottom:18px;
}

.platform-card h3{
  font-size:20px;
  margin-bottom:10px;
}

.platform-card p{
  font-size:14px;
  color:#c7d2fe;
  line-height:1.6;
}

/* MOBILE */
@media(max-width:1000px){
  .platform-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:520px){
  .platform-grid{
    grid-template-columns:1fr;
  }
  .ads-platforms h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d09290 */.ads-niches{
  padding:100px 20px;
  background:#020617;
  color:#fff;
}

.niches-wrapper{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.ads-niches h2{
  font-size:42px;
  margin-bottom:12px;
}

.ads-niches h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.niche-sub{
  max-width:620px;
  margin:0 auto 60px;
  font-size:16px;
  color:#c7d2fe;
}

/* GRID */
.niche-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

/* CARD */
.niche-card{
  background:rgba(255,255,255,.05);
  padding:40px 28px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 30px 60px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform:perspective(1200px) translateZ(0);
  transition:.35s ease;
}

.niche-card:hover{
  transform:translateY(-14px) scale(1.04);
}

.niche-card.highlight{
  background:linear-gradient(
    135deg,
    rgba(59,130,246,.25),
    rgba(99,102,241,.25)
  );
  border:1px solid rgba(59,130,246,.5);
}

/* ICON */
.niche-card .icon{
  font-size:42px;
  margin-bottom:18px;
}

.niche-card h3{
  font-size:20px;
  margin-bottom:10px;
}

.niche-card p{
  font-size:14px;
  color:#c7d2fe;
  line-height:1.6;
}

/* MOBILE */
@media(max-width:1000px){
  .niche-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:520px){
  .niche-grid{
    grid-template-columns:1fr;
  }
  .ads-niches h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40fab26 */.ads-funnel-system{
  padding:110px 20px;
  background:#020617;
  color:#ffffff;
}

.funnel-wrapper{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.ads-funnel-system h2{
  font-size:42px;
  margin-bottom:14px;
}

.ads-funnel-system h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.funnel-sub{
  max-width:650px;
  margin:0 auto 70px;
  font-size:16px;
  color:#c7d2fe;
}

/* GRID */
.funnel-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.funnel-card{
  position:relative;
  background:rgba(255,255,255,.05);
  padding:46px 30px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 30px 60px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform:perspective(1200px) translateZ(0);
  transition:.35s ease;
}

.funnel-card:hover{
  transform:translateY(-14px) scale(1.04);
}

.funnel-card.highlight{
  background:linear-gradient(
    135deg,
    rgba(59,130,246,.25),
    rgba(99,102,241,.25)
  );
  border:1px solid rgba(59,130,246,.5);
}

/* STEP NUMBER */
.step{
  position:absolute;
  top:-18px;
  right:22px;
  background:#3b82f6;
  color:#fff;
  padding:6px 14px;
  font-size:13px;
  border-radius:20px;
  font-weight:600;
}

/* ICON */
.funnel-card .icon{
  font-size:42px;
  margin-bottom:18px;
}

.funnel-card h3{
  font-size:20px;
  margin-bottom:10px;
}

.funnel-card p{
  font-size:14px;
  color:#c7d2fe;
  line-height:1.6;
}

/* MOBILE */
@media(max-width:1000px){
  .funnel-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:520px){
  .funnel-grid{
    grid-template-columns:1fr;
  }
  .ads-funnel-system h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66baa5f */.ads-usp{
  padding:110px 20px;
  background:#020617;
  color:#ffffff;
}

.usp-wrapper{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.ads-usp h2{
  font-size:42px;
  margin-bottom:12px;
}

.ads-usp h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.usp-sub{
  font-size:16px;
  color:#c7d2fe;
  margin-bottom:70px;
}

/* GRID */
.usp-grid{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:30px;
}

/* CARD */
.usp-card{
  background:rgba(255,255,255,.05);
  padding:50px 40px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 35px 70px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform:perspective(1200px) translateZ(0);
  transition:.35s ease;
  text-align:left;
}

.usp-card:hover{
  transform:translateY(-14px) scale(1.04);
}

.usp-card h3{
  font-size:22px;
  margin-bottom:22px;
}

.usp-card ul{
  list-style:none;
}

.usp-card li{
  margin-bottom:12px;
  font-size:15px;
  color:#c7d2fe;
}

/* NEGATIVE */
.usp-card.negative{
  border:1px solid rgba(239,68,68,.4);
}

/* POSITIVE */
.usp-card.positive{
  border:1px solid rgba(59,130,246,.5);
}

.usp-card.highlight{
  background:linear-gradient(
    135deg,
    rgba(59,130,246,.25),
    rgba(99,102,241,.25)
  );
}

/* VS */
.vs-box{
  background:#020617;
  border:1px solid rgba(255,255,255,.12);
  width:80px;
  height:80px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:18px;
  box-shadow:0 20px 40px rgba(0,0,0,.6);
}

/* MOBILE */
@media(max-width:900px){
  .usp-grid{
    grid-template-columns:1fr;
  }
  .vs-box{
    margin:30px auto;
  }
  .ads-usp h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53f4e0e */.ads-results{
  padding:120px 20px;
  background:#020617;
  color:#ffffff;
}

.results-wrapper{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.ads-results h2{
  font-size:42px;
  margin-bottom:12px;
}

.ads-results h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.results-sub{
  font-size:16px;
  color:#c7d2fe;
  margin-bottom:70px;
}

/* STATS GRID */
.results-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  margin-bottom:80px;
}

.result-card{
  background:rgba(255,255,255,.05);
  padding:42px 20px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 30px 60px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform:perspective(1200px) translateZ(0);
  transition:.35s ease;
}

.result-card:hover{
  transform:translateY(-14px) scale(1.05);
}

.result-card.highlight{
  background:linear-gradient(
    135deg,
    rgba(59,130,246,.25),
    rgba(99,102,241,.25)
  );
  border:1px solid rgba(59,130,246,.5);
}

.result-card .num{
  font-size:40px;
  font-weight:700;
  color:#3b82f6;
  display:block;
  margin-bottom:10px;
}

.result-card p{
  font-size:14px;
  color:#c7d2fe;
}

/* TESTIMONIALS */
.testimonials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-bottom:40px;
}

.testimonial-card{
  background:rgba(255,255,255,.04);
  padding:36px 28px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 25px 50px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  text-align:left;
  transition:.35s ease;
}

.testimonial-card:hover{
  transform:translateY(-12px);
}

.testimonial-card.highlight{
  background:linear-gradient(
    135deg,
    rgba(59,130,246,.25),
    rgba(99,102,241,.25)
  );
}

.testimonial-card p{
  font-size:15px;
  line-height:1.7;
  color:#e5e7eb;
}

.testimonial-card span{
  display:block;
  margin-top:18px;
  font-size:13px;
  color:#93c5fd;
}

/* FOOT NOTE */
.proof-note{
  font-size:13px;
  color:#94a3b8;
}

/* MOBILE */
@media(max-width:1000px){
  .results-stats{
    grid-template-columns:repeat(2,1fr);
  }
  .testimonials{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .results-stats{
    grid-template-columns:1fr;
  }
  .ads-results h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97ca4dc */.ads-pricing{
  padding:120px 20px;
  background:#020617;
  color:#ffffff;
}

.pricing-wrapper{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.ads-pricing h2{
  font-size:42px;
  margin-bottom:12px;
}

.ads-pricing h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.pricing-sub{
  font-size:16px;
  color:#c7d2fe;
  margin-bottom:80px;
}

/* GRID */
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.pricing-card{
  position:relative;
  background:rgba(255,255,255,.05);
  padding:50px 36px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 35px 70px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform:perspective(1200px) translateZ(0);
  transition:.35s ease;
}

.pricing-card:hover{
  transform:translateY(-14px) scale(1.05);
}

/* TAG */
.tag{
  position:absolute;
  top:-16px;
  left:50%;
  transform:translateX(-50%);
  background:#020617;
  border:1px solid rgba(255,255,255,.15);
  padding:6px 16px;
  font-size:13px;
  border-radius:20px;
}

.tag.popular{
  background:#3b82f6;
  color:#fff;
  border:none;
}

/* PRICE */
.price{
  font-size:42px;
  font-weight:700;
  margin:20px 0 30px;
  color:#3b82f6;
}

.price span{
  font-size:14px;
  font-weight:500;
  color:#c7d2fe;
}

/* LIST */
.pricing-card ul{
  list-style:none;
  margin-bottom:32px;
}

.pricing-card li{
  margin-bottom:12px;
  font-size:15px;
  color:#c7d2fe;
}

/* HIGHLIGHT */
.pricing-card.highlight{
  background:linear-gradient(
    135deg,
    rgba(59,130,246,.25),
    rgba(99,102,241,.25)
  );
  border:1px solid rgba(59,130,246,.5);
}

/* NOTE */
.pricing-note{
  display:block;
  margin-top:40px;
  font-size:13px;
  color:#94a3b8;
}

/* MOBILE */
@media(max-width:1000px){
  .pricing-grid{
    grid-template-columns:1fr;
  }
  .ads-pricing h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ded405b */.ads-faq{
  padding:120px 20px;
  background:#020617;
  color:#ffffff;
}

.faq-wrapper{
  max-width:900px;
  margin:auto;
  text-align:center;
}

.ads-faq h2{
  font-size:42px;
  margin-bottom:12px;
}

.ads-faq h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.faq-sub{
  font-size:16px;
  color:#c7d2fe;
  margin-bottom:70px;
}

/* FAQ ITEM */
.faq-item{
  background:rgba(255,255,255,.05);
  margin-bottom:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 25px 50px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
}

/* QUESTION */
.faq-question{
  width:100%;
  padding:26px 28px;
  background:none;
  border:none;
  color:#ffffff;
  font-size:18px;
  font-weight:600;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.faq-question span{
  font-size:26px;
  transition:.3s ease;
}

/* ANSWER */
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.faq-answer p{
  padding:0 28px 26px;
  font-size:15px;
  color:#c7d2fe;
  line-height:1.7;
}

/* ACTIVE */
.faq-item.active .faq-answer{
  max-height:300px;
}

.faq-item.active .faq-question span{
  transform:rotate(45deg);
  color:#3b82f6;
}

/* MOBILE */
@media(max-width:520px){
  .ads-faq h2{
    font-size:32px;
  }
  .faq-question{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d5a7b0 */.final-cta{
  padding:140px 20px;
  background:
    radial-gradient(circle at top, rgba(59,130,246,.25), transparent 45%),
    radial-gradient(circle at bottom, rgba(99,102,241,.2), transparent 45%),
    #020617;
  color:#ffffff;
  text-align:center;
}

.cta-wrapper{
  max-width:900px;
  margin:auto;
  background:rgba(255,255,255,.04);
  padding:80px 40px;
  border-radius:36px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:
    0 50px 100px rgba(0,0,0,.7),
    inset 0 1px 0 rgba(255,255,255,.08);
}

/* BADGE */
.cta-badge{
  display:inline-block;
  margin-bottom:22px;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
  color:#93c5fd;
  border:1px solid rgba(59,130,246,.5);
}

/* HEADLINE */
.final-cta h2{
  font-size:48px;
  line-height:1.15;
  margin-bottom:20px;
}

.final-cta h2 span{
  background:linear-gradient(90deg,#3b82f6,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* SUB TEXT */
.cta-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:40px;
}

/* ACTIONS */
.cta-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:28px;
}

/* TRUST */
.cta-trust{
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  font-size:14px;
  color:#c7d2fe;
}

/* MOBILE */
@media(max-width:600px){
  .cta-wrapper{
    padding:60px 26px;
  }

  .final-cta h2{
    font-size:34px;
  }

  .cta-sub{
    font-size:16px;
  }
}/* End custom CSS */