.elementor-29516 .elementor-element.elementor-element-6a67f3e6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f85e80c */.pf-bundle-page {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background: #0b0f1a;
}

/* HERO */
.pf-bundle-page .hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  background: radial-gradient(circle at top, #1a1f3a, #0b0f1a);
}

.pf-bundle-page .hero-left h1 {
  font-size: 42px;
  font-weight: 700;
}

.pf-bundle-page .hero-left h2 {
  color: #a855f7;
}

.pf-bundle-page .price span {
  color: #facc15;
  font-size: 32px;
}

.pf-bundle-page .badge {
  background: #6d28d9;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.pf-bundle-page .cta {
  margin-top: 20px;
}

.pf-bundle-page .btn {
  padding: 12px 20px;
  margin-right: 10px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}

.pf-bundle-page .btn.primary {
  background: linear-gradient(90deg, #9333ea, #3b82f6);
  color: #fff;
}

.pf-bundle-page .btn.secondary {
  border: 1px solid #555;
  color: #ccc;
}

/* IMAGE */
.pf-bundle-page .hero-right img {
  max-width: 400px;
}

/* STATS */
.pf-bundle-page .stats {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  background: #111827;
}

/* FEATURES */
.pf-bundle-page .features {
  padding: 40px;
  text-align: center;
}

.pf-bundle-page .features ul {
  list-style: none;
  padding: 0;
}

.pf-bundle-page .features li {
  margin: 10px 0;
}

/* PRICING */
.pf-bundle-page .pricing-box {
  display: flex;
  justify-content: space-around;
  padding: 30px;
  text-align: center;
}

.pf-bundle-page .old {
  color: red;
}

.pf-bundle-page .new {
  color: #22c55e;
  font-size: 30px;
}

/* DELIVERY */
.pf-bundle-page .delivery {
  padding: 40px;
  text-align: center;
}

.pf-bundle-page .steps {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

/* FINAL CTA */
.pf-bundle-page .final-cta {
  text-align: center;
  padding: 50px;
  background: linear-gradient(90deg, #7c3aed, #2563eb);
}

.pf-bundle-page .final-cta p {
  font-size: 24px;
  margin: 10px 0;
}



.pf-bundle-page .hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0b0f1a, #1e1b4b);
  box-shadow: 0 0 100px rgba(139, 92, 246, 0.25);
  position: relative;
  overflow: hidden;
}


.pf-bundle-page .hero::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(168,85,247,0.4), transparent);
  top: -120px;
  right: -120px;
}



.pf-bundle-page .btn.primary {
  background: linear-gradient(90deg, #9333ea, #3b82f6);
  box-shadow: 0 10px 30px rgba(147, 51, 234, 0.5);
  font-weight: 600;
}

.pf-bundle-page .btn.secondary {
  border: 1px solid #444;
  background: transparent;
}

.pf-bundle-page .btn:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}


.pf-bundle-page .hero-right img {
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
  
}



.pf-bundle-page {
  max-width: 1180px;
  margin: 40px auto;
  border-radius: 22px;
  overflow: hidden;
}

.pf-bundle-page .hero {
  margin-top: 0 !important;
  border-radius: 22px 22px 0 0;
}

.entry-title,
.product_title {
  display: none !important;
}.pf-bundle-page {
  max-width: 1180px;
  margin: 40px auto;
  border-radius: 22px;
  overflow: hidden;
}

.pf-bundle-page .hero {
  margin-top: 0 !important;
  border-radius: 22px 22px 0 0;
}

.entry-title,
.product_title {
  display: none !important;
}




.pf-deal,
.pf-delivery,
.pf-info-row,
.pf-contact,
.pf-final {
  padding: 35px;
  background: #070b14;
  color: #fff;
}

.pf-deal h2,
.pf-delivery h2,
.pf-contact h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 25px;
}

.pf-price-row {
  display: grid;
  grid-template-columns: 1.4fr .5fr 1.4fr 1.2fr;
  gap: 18px;
  align-items: center;
}

.pf-card {
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  background: #0f172a;
  border: 1px solid #26324a;
}

.pf-card h3 {
  font-size: 36px;
  margin: 8px 0;
}

.pf-card.red {
  border-color: #ef4444;
}

.pf-card.red h3 {
  color: #ef4444;
}

.pf-card.green {
  border-color: #22c55e;
}

.pf-card.green h3 {
  color: #22c55e;
}

.pf-card.yellow {
  border-color: #facc15;
}

.pf-card.yellow h3 {
  color: #facc15;
}

.pf-vs {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  color: #f97316;
}

.pf-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pf-steps div {
  background: #0f172a;
  border: 1px solid #26324a;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
}

.pf-steps b {
  background: #7c3aed;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
}

.pf-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pf-info-box {
  background: #0f172a;
  border: 1px solid #26324a;
  border-radius: 14px;
  padding: 25px;
}

.pf-info-box h2 {
  font-size: 22px;
  margin-bottom: 18px;
}

.pf-bonus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 15px;
}

.pf-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.pf-contact-grid div {
  background: #0f172a;
  border: 1px solid #26324a;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}

.pf-final {
  text-align: center;
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  box-shadow: 0 0 35px rgba(147, 51, 234, .45);
}

.pf-final h2 {
  font-size: 30px;
}

.pf-final p b {
  font-size: 42px;
  color: #facc15;
}

@media(max-width: 768px) {
  .pf-price-row,
  .pf-steps,
  .pf-info-row,
  .pf-contact-grid {
    grid-template-columns: 1fr;
  }
}





.pf-bundle-page {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 40px auto !important;
}

.pf-bundle-page .hero,
.pf-deal,
.pf-delivery,
.pf-info-row,
.pf-contact,
.pf-final {
  max-width: 1180px !important;
  width: 100% !important;
}



.pf-delivery {
  border-top: 1px solid rgba(139,92,246,.25);
}

.pf-steps div,
.pf-info-box,
.pf-contact-grid div,
.pf-card {
  box-shadow: inset 0 0 20px rgba(59,130,246,.08),
              0 0 20px rgba(0,0,0,.25);
}

.pf-steps div {
  min-height: 130px;
}

.pf-steps b {
  box-shadow: 0 0 18px rgba(139,92,246,.8);
}

.pf-final {
  border: 1px solid rgba(168,85,247,.6);
  border-radius: 0 0 22px 22px;
}

.pf-final .btn {
  padding: 14px 34px;
  border-radius: 10px;
}



.pf-deal,
.pf-delivery,
.pf-info-row,
.pf-contact {
  background: #060b16 !important;
  padding: 28px 36px !important;
}

.pf-price-row {
  display: grid;
  grid-template-columns: 1.5fr .45fr 1.5fr 1.2fr !important;
  gap: 18px !important;
  align-items: center;
}

.pf-card {
  min-height: 130px;
  border-radius: 12px !important;
  background: #101827 !important;
  position: relative;
}

.pf-cross,
.pf-check {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 10px auto -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
}

.pf-cross {
  background: #ef4444;
}

.pf-check {
  background: #22c55e;
}

.pf-vs {
  font-size: 48px !important;
  color: #ff7a18 !important;
  text-shadow: 0 0 18px rgba(249,115,22,.8);
}

.pf-delivery {
  position: relative;
  padding-right: 210px !important;
}

.pf-steps {
  grid-template-columns: repeat(4, 1fr) !important;
}

.pf-steps div {
  min-height: 130px !important;
  position: relative;
}

.pf-steps i {
  display: block;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 10px;
}

.pf-delivery-time {
  position: absolute;
  right: 36px;
  top: 82px;
  width: 160px;
  border: 1px solid #facc15;
  border-radius: 12px;
  padding: 18px 10px;
  text-align: center;
  color: #fff;
  background: #101827;
}

.pf-delivery-time strong {
  color: #facc15;
  font-size: 22px;
  line-height: 1.2;
}

.pf-info-row {
  grid-template-columns: 1fr 1fr !important;
}

.pf-info-box {
  background: #101827 !important;
  border: 1px solid #26385a !important;
}

.pf-info-box h2 {
  color: #a855f7;
}

.pf-info-box.note h2 {
  color: #ff5b5b;
}

.pf-contact-grid div {
  background: #101827 !important;
  border: 1px solid #26385a !important;
}

.pf-final {
  display: grid !important;
  grid-template-columns: 130px 1fr 300px;
  align-items: center;
  gap: 20px;
  padding: 24px 36px !important;
  background: linear-gradient(90deg, #22113d, #7c3aed, #2563eb) !important;
  border: 1px solid #a855f7 !important;
  box-shadow: 0 0 35px rgba(168,85,247,.8) !important;
}

.pf-chest {
  font-size: 64px;
  text-align: center;
}

.pf-final h2 {
  margin: 0;
}

.pf-final p {
  margin: 6px 0;
}

.pf-final small {
  color: #facc15;
}

@media(max-width: 768px) {
  .pf-price-row,
  .pf-steps,
  .pf-info-row,
  .pf-contact-grid,
  .pf-final {
    grid-template-columns: 1fr !important;
  }

  .pf-delivery {
    padding-right: 36px !important;
  }

  .pf-delivery-time {
    position: static;
    width: auto;
    margin-top: 18px;
  }
}


.pf-steps div {
  position: relative;
}

.pf-steps div::after {
  content: "➜";
  position: absolute;
  right: -15px;
  top: 40%;
  color: #7c3aed;
  font-size: 22px;
}

.pf-steps div:last-child::after {
  display: none;
}




.pf-final {
  position: relative;
}

.pf-final::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  box-shadow: 0 0 60px rgba(168,85,247,.6);
}




.pf-bundle-page .pf-hero-buttons {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px !important;
  max-width: 270px;
  margin-top: 22px;
}

.pf-bundle-page .pf-hero-buttons .btn {
  margin: 0 !important;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 13px 16px;
  font-weight: 800;
  letter-spacing: .3px;
}

.pf-bundle-page .btn.crypto {
  background: linear-gradient(90deg, #f59e0b, #facc15);
  color: #111827;
  box-shadow: 0 0 20px rgba(250, 204, 21, .35);
}

.pf-bundle-page .btn.whatsapp {
  background: linear-gradient(90deg, #16a34a, #22c55e);
  color: #fff;
  box-shadow: 0 0 20px rgba(34, 197, 94, .35);
}/* End custom CSS */