.elementor-191 .elementor-element.elementor-element-7a5e9c4{--display:flex;}.elementor-191 .elementor-element.elementor-element-7a5e9c4:not(.elementor-motion-effects-element-type-background), .elementor-191 .elementor-element.elementor-element-7a5e9c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F3FF;}.elementor-191 .elementor-element.elementor-element-27c7662{--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-191 .elementor-element.elementor-element-8365861 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-61686f0 */.yt-growth-intro {
  background: #f5f3ff;
  padding: 60px 20px 40px;
  text-align: center;
  border-bottom: 1px solid #e0e7ff;
}

.intro-container {
  max-width: 860px;
  margin: 0 auto;
}

.yt-growth-intro h2 {
  font-size: 28px;
  font-weight: 700;
  color: #4c1d95;
  margin-bottom: 16px;
  position: relative;
}

.yt-growth-intro h2::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #8b5cf6;
  display: block;
  margin: 12px auto 0;
  border-radius: 4px;
}

.yt-growth-intro p {
  font-size: 16px;
  color: #5b21b6;
  line-height: 1.75;
  margin-bottom: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39da2bb *//* === Strong-Colored Boxes for Digital Product Layout === */

.followers-packages {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px 22px;
  background: #f9f6ff;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
}

/* Toggle */
.followers-type-toggle {
  text-align: center;
  margin-bottom: 20px;
}
.type-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  background: #7f61ff;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.type-btn:hover,
.type-btn.selected {
  background: #6e51f7;
  box-shadow: 0 6px 16px rgba(127, 97, 255, 0.3);
}

/* Features */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
}
.feature-item {
  padding: 6px 14px;
  font-size: 13px;
  background: #e0dbff;
  color: #4a38ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Product Grid */
.followers-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 30px;
}
.followers-item {
  padding: 18px 20px;
  background: #dbcfff;
  border: 2px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  color: #2f2175;
}
.followers-item:hover {
  background: #c7b5ff;
}
.followers-item.selected {
  background: linear-gradient(to right, #7f61ff, #a17dff);
  color: #fff;
  border-color: #7f61ff;
  box-shadow: 0 0 6px rgba(127, 97, 255, 0.35);
}

/* Price + Button */
.followers-actions {
  text-align: center;
}
.followers-price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}
.buy-now-btn {
  padding: 12px 38px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #a17dff, #7f61ff);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buy-now-btn:hover {
  background: linear-gradient(to right, #9771ff, #694eff);
  box-shadow: 0 6px 18px rgba(127, 97, 255, 0.3);
}

/* Responsive */
@media (max-width: 480px) {
  .followers-packages {
    padding: 24px 18px;
  }
  .followers-options {
    grid-template-columns: 1fr;
  }
  .followers-item {
    font-size: 13px;
  }
  .feature-item {
    font-size: 12px;
  }
  .buy-now-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5dffb0a */header, nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
body {
  padding-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8365861 */.luxury-footer {
  background-color: #111827;
  color: #d1d5db;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  border-top: 1px solid #1f2937;
  width: 100%;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  margin-bottom: 16px;
  color: #9ca3af;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-links a {
  color: #e5e7eb;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #38bdf8;
}/* End custom CSS */