.elementor-1321 .elementor-element.elementor-element-870e36d{--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-1321 .elementor-element.elementor-element-3f21e54{--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-1321 .elementor-element.elementor-element-c7f7c4b{--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-1321 .elementor-element.elementor-element-adae6fc{--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-1321 .elementor-element.elementor-element-ad28750{--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-1321 .elementor-element.elementor-element-7ac1811{--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-1321 .elementor-element.elementor-element-f5fa9b7{--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-1321 .elementor-element.elementor-element-9c743e6{--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-1321 .elementor-element.elementor-element-442e9cb{--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-5026070 */.growth-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  padding: 120px 6% 90px;
  background: radial-gradient(circle at top, #0f172a, #020617);
  color: #fff;
}

.hero-tag {
  display: inline-block;
  background: rgba(59,130,246,0.15);
  color: #60a5fa;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero-content h1 {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-content h1 span {
  color: #3b82f6;
}

.hero-content p {
  font-size: 17px;
  color: #94a3b8;
  max-width: 520px;
  margin-bottom: 34px;
}

/* CTA */
.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta {
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s ease;
}

.cta.primary {
  background: #3b82f6;
  color: #fff;
  box-shadow: 0 16px 36px rgba(59,130,246,.45);
}

.cta.primary:hover {
  background: #2563eb;
}

.cta.outline {
  border: 2px solid #3b82f6;
  color: #60a5fa;
}

.cta.outline:hover {
  background: #3b82f6;
  color: #fff;
}

/* Right Visual */
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.glow-card {
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 20px;
  padding: 22px 26px;
  font-weight: 600;
  color: #e5e7eb;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
  border: 1px solid rgba(59,130,246,.25);
}

/* Mobile */
@media (max-width: 900px) {
  .growth-hero {
    grid-template-columns: 1fr;
    padding: 90px 20px 70px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-visual {
    flex-direction: row;
    flex-wrap: wrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a0cdb1 */.why-growth {
  padding: 100px 6%;
  background: #020617;
  color: #ffffff;
}

.why-header {
  max-width: 680px;
  margin-bottom: 60px;
}

.why-header h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.why-header p {
  color: #94a3b8;
  font-size: 17px;
}

/* Problem Cards */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}

.problem-card {
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
  border: 1px solid rgba(239,68,68,.25);
  transition: .3s ease;
}

.problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,.8);
}

.problem-card h3 {
  color: #f87171;
  font-size: 20px;
  margin-bottom: 10px;
}

.problem-card p {
  color: #cbd5f5;
  font-size: 15px;
  line-height: 1.6;
}

/* Bottom Line */
.why-note {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #3b82f6;
}

/* Mobile */
@media (max-width: 768px) {
  .why-growth {
    padding: 80px 20px;
  }
  .why-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-559998a */.seo-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  padding: 110px 6%;
  background: radial-gradient(circle at top, #020617, #020617);
  color: #ffffff;
}

/* Left Content */
.seo-intro h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.seo-intro p {
  color: #94a3b8;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.seo-benefits {
  list-style: none;
  margin-bottom: 36px;
}

.seo-benefits li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #cbd5f5;
  font-size: 15px;
}

.seo-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: 700;
}

/* CTA */
.seo-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Right Cards */
.seo-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.seo-card {
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(59,130,246,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
  transition: .35s ease;
}

.seo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0,0,0,.85);
}

.seo-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #e5e7eb;
}

.seo-card p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 900px) {
  .seo-section {
    grid-template-columns: 1fr;
    padding: 90px 20px;
  }

  .seo-intro h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d736cc */.social-growth {
  padding: 110px 6%;
  background: #020617;
  color: #ffffff;
}

.social-header {
  max-width: 640px;
  margin-bottom: 60px;
}

.social-header h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.social-header p {
  font-size: 17px;
  color: #94a3b8;
  line-height: 1.7;
}

/* Cards Grid */
.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.social-card {
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 22px;
  padding: 26px;
  border: 1px solid rgba(59,130,246,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
  transition: .35s ease;
}

.social-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 90px rgba(0,0,0,.85);
}

.social-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #e5e7eb;
}

.social-card p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
}

/* CTA */
.social-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Mobile */
@media (max-width: 768px) {
  .social-growth {
    padding: 90px 20px;
  }
  .social-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43aa199 */.process-3d {
  padding: 120px 6%;
  background: radial-gradient(circle at top, #020617, #020617);
  color: #ffffff;
  perspective: 1200px;
}

.process-header {
  max-width: 600px;
  margin-bottom: 70px;
}

.process-header h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.process-header p {
  color: #94a3b8;
  font-size: 17px;
}

/* Grid */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

/* Cards */
.process-card {
  position: relative;
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 24px;
  padding: 36px 30px 32px;
  border: 1px solid rgba(59,130,246,.25);
  box-shadow: 0 25px 70px rgba(0,0,0,.6);
  transform-style: preserve-3d;
  transition: transform .45s ease, box-shadow .45s ease;
}

.process-card:hover {
  transform: translateY(-12px) rotateX(6deg) rotateY(-6deg);
  box-shadow: 0 40px 120px rgba(0,0,0,.85);
}

/* Step Number */
.process-card .step {
  position: absolute;
  top: -18px;
  right: 22px;
  background: #3b82f6;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(59,130,246,.45);
  transform: translateZ(30px);
}

/* Text */
.process-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #e5e7eb;
}

.process-card p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .process-3d {
    padding: 90px 20px;
  }
  .process-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5ea7e1 */.who-for {
  padding: 120px 6%;
  background: #020617;
  color: #ffffff;
  perspective: 1200px;
}

.who-header {
  max-width: 650px;
  margin-bottom: 70px;
}

.who-header h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.who-header p {
  font-size: 17px;
  color: #94a3b8;
  line-height: 1.7;
}

/* Grid */
.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

/* Cards */
.who-card {
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(59,130,246,.25);
  box-shadow: 0 25px 70px rgba(0,0,0,.6);
  transform-style: preserve-3d;
  transition: transform .45s ease, box-shadow .45s ease;
}

.who-card:hover {
  transform: translateY(-12px) rotateX(6deg) rotateY(6deg);
  box-shadow: 0 40px 120px rgba(0,0,0,.85);
}

.who-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #e5e7eb;
}

.who-card p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.6;
}

/* Bottom Note */
.who-note {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #3b82f6;
}

/* Mobile */
@media (max-width: 768px) {
  .who-for {
    padding: 90px 20px;
  }
  .who-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2b16d9 */.pricing-3d {
  padding: 130px 6%;
  background: radial-gradient(circle at top, #020617, #020617);
  color: #ffffff;
  perspective: 1200px;
}

.pricing-header {
  max-width: 620px;
  margin-bottom: 70px;
}

.pricing-header h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.pricing-header p {
  font-size: 17px;
  color: #94a3b8;
}

/* Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* Cards */
.price-card {
  position: relative;
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 26px;
  padding: 36px 32px;
  border: 1px solid rgba(59,130,246,.25);
  box-shadow: 0 30px 80px rgba(0,0,0,.65);
  transform-style: preserve-3d;
  transition: transform .45s ease, box-shadow .45s ease;
}

.price-card:hover {
  transform: translateY(-14px) rotateX(6deg);
  box-shadow: 0 45px 130px rgba(0,0,0,.9);
}

.price-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.price {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #3b82f6;
}

.price span {
  font-size: 14px;
  color: #94a3b8;
}

.price-card ul {
  list-style: none;
  margin-bottom: 28px;
}

.price-card ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #cbd5f5;
}

/* Popular */
.popular {
  border: 2px solid #3b82f6;
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: -16px;
  right: 24px;
  background: #3b82f6;
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(59,130,246,.45);
}

/* Mobile */
@media (max-width: 768px) {
  .pricing-3d {
    padding: 100px 20px;
  }
  .pricing-header h2 {
    font-size: 30px;
  }
  .popular {
    transform: scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba5cfe7 */.final-cta {
  padding: 140px 6%;
  background: radial-gradient(circle at top, #0f172a, #020617);
  text-align: center;
  color: #ffffff;
}

.cta-box {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 36px;
  padding: 70px 50px;
  box-shadow: 0 40px 120px rgba(0,0,0,.75);
  border: 1px solid rgba(59,130,246,.3);
}

.cta-box h2 {
  font-size: 38px;
  margin-bottom: 18px;
}

.cta-box p {
  font-size: 18px;
  color: #94a3b8;
  margin-bottom: 38px;
  line-height: 1.7;
}

/* CTA Buttons */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cta-note {
  display: block;
  margin-top: 28px;
  font-size: 14px;
  color: #94a3b8;
}

/* Mobile */
@media (max-width: 768px) {
  .final-cta {
    padding: 100px 20px;
  }

  .cta-box {
    padding: 50px 26px;
    border-radius: 26px;
  }

  .cta-box h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ee15a8 *//* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2,6,23,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Box */
.popup-box {
  background: linear-gradient(180deg, #020617, #020617);
  padding: 36px 32px;
  width: 100%;
  max-width: 420px;
  border-radius: 26px;
  box-shadow: 0 40px 120px rgba(0,0,0,.8);
  position: relative;
  border: 1px solid rgba(59,130,246,.3);
  color: #fff;
}

/* Close */
.close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #94a3b8;
}

/* Text */
.popup-box h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.popup-box p {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 24px;
}

/* Inputs */
.popup-box input,
.popup-box select {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #020617;
  border: 1px solid rgba(148,163,184,.25);
  color: #fff;
  font-size: 14px;
}

.popup-box input:focus,
.popup-box select:focus {
  outline: none;
  border-color: #3b82f6;
}

/* Button full */
.cta.full {
  width: 100%;
  justify-content: center;
}

/* Mobile */
@media (max-width: 480px) {
  .popup-box {
    padding: 30px 22px;
  }
}/* End custom CSS */