.elementor-189 .elementor-element.elementor-element-7050083{--display:flex;}.elementor-189 .elementor-element.elementor-element-7050083:not(.elementor-motion-effects-element-type-background), .elementor-189 .elementor-element.elementor-element-7050083 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3EFFF;}.elementor-189 .elementor-element.elementor-element-868177c > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-065c508 */.yt-growth-intro {
  background: #f3efff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(124, 58, 237, 0.06);
  padding: 40px 28px;
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

.yt-growth-intro h2 {
  font-size: 24px;
  color: #5b21b6;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.yt-growth-intro p {
  font-size: 16px;
  color: #4c1d95;
  line-height: 1.8;
  margin: 10px 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20f3f31 *//* === Clean Digital Product UI === */

.followers-packages {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px 22px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
}

/* Toggle Button (Header Style) */
.followers-type-toggle {
  text-align: center;
  margin-bottom: 20px;
}
.type-btn {
  background: #7f61ff;
  color: #fff;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: default;
}

/* Feature Tags */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 28px;
}
.feature-item {
  font-size: 13px;
  padding: 6px 14px;
  background: #eee8ff;
  color: #5a42d3;
  border-radius: 12px;
  font-weight: 500;
}

/* Product Boxes */
.followers-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 30px;
}
.followers-item {
  background: #f5f3ff;
  border: 2px solid transparent;
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
  text-align: center;
  color: #2d2562;
}
.followers-item:hover {
  background: #e8e0ff;
}
.followers-item.selected {
  background: #7f61ff;
  color: #fff;
  border-color: #6b4fff;
  box-shadow: 0 0 8px rgba(127, 97, 255, 0.3);
}

/* Price + Button */
.followers-actions {
  text-align: center;
}
.followers-price {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.followers-price .reg {
  font-size: 16px;
  color: #aaa;
  margin-left: 8px;
  text-decoration: line-through;
}
.buy-now-btn {
  padding: 12px 38px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #7f61ff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s ease;
}
.buy-now-btn:hover {
  background: #6a4de4;
  box-shadow: 0 6px 18px rgba(127, 97, 255, 0.25);
}
.saving-text {
  margin-top: 8px;
  font-size: 14px;
  color: #28a745;
}

/* Responsive */
@media (max-width: 480px) {
  .followers-packages {
    padding: 24px 18px;
  }
  .feature-item {
    font-size: 12px;
  }
  .followers-item {
    font-size: 13px;
  }
  .buy-now-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55098c1 */header, nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
body {
  padding-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-868177c */.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 */