.watch-now-btn i {
    border: 2px solid #c8f905;
    color: #c8f905;
}
 .trusted-by-section {
  background: #1c1c1c;
}

.trustedBySwiper img {
  max-height: 80px;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.trustedBySwiper img:hover {
  opacity: 1;
}

.trustedBySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-section {
  background: #f7f9fc;
}

.pricing-section h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  color: #0f172a; /* dark slate */
}

.pricing-section p {
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto;
}

.popular-badge.popular-free {
  /*background: #2563eb; professional blue*/
}

.pricing-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 30px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.pricing-header {
  text-align: center;
  margin-bottom: 24px;
}

.plan-tag {
  display: inline-block;
  background: rgba(0, 123, 255, 0.1);
  color: #0d6efd;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}

.price {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}

.price span {
  font-size: 16px;
  font-weight: 500;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 26px 0;
}

.pricing-features li {
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px dashed #e5e7eb;
}

/* Featured (Core) Plan */
/* .pricing-card.featured {
  background: #286f51;
  color: #ffffff;
} */

.pricing-card.featured {
  background: linear-gradient(180deg, #1f6b4a 0%, #185c3f 100%);
  color: #e6f4ee;
  border-radius: 20px;
}

.pricing-card.featured .pricing-features li {
  color: #e6f4ee;
  border-bottom: 1px dashed rgba(255,255,255,0.18);
}

.pricing-card.featured .pricing-features li:first-child {
  font-weight: 600;
  color: #ffffff;
}

.popular-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: #C8F905;
  color: #000;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

.pricing-card.featured h4 {
  color: #ffffff;
}
.pricing-card .btn-outline-primary {
  border-radius: 10px;
  font-weight: 600;
  padding: 12px;
}
.pricing-card.featured .btn {
  background: #b6f000;
  color: #0f172a;
  font-weight: 700;
  border-radius: 10px;
  padding: 14px;
}

.pricing-card.featured .btn:hover {
  background: #a3e000;
}

.pricing-card.featured .price {
  color: #ffffff;
}

.pricing-card.featured .price span {
  color: #c7eadb;
}
.pricing-features li {
  font-size: 14.5px;
  color: #334155;
  padding: 11px 0;
  border-bottom: 1px dashed #e2e8f0;
}


/*Trust Section*/
/* Section Base */
.trust-logos-section {
  border-bottom: 1px solid #e5e7eb;
}

/* Pill */
.trust-pill {
  background: linear-gradient(135deg, #C8F905, #A8D900);
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.4px;
}

/* Headline */
.trust-logos-section h2 {
  font-size: 36px;
  letter-spacing: -0.4px;
  color: #0f172a;
}

/* Highlight word */
.highlight-green {
  background: linear-gradient(90deg, #C8F905, #A8D900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.trust-desc {
  font-size: 16px;
  color: #334155; /* rich slate, not muted */
}

/* Footer line */
.trust-foot {
  font-weight: 600;
  color: #2563eb;
}

/* Logos */
.colorful-logo {
  max-height: 56px;
  transition: all 0.35s ease;
  /* filter: grayscale(100%); */
  /* opacity: 0.7; */
}

.colorful-logo:hover {
  /* filter: grayscale(0%); */
  /* opacity: 1; */
  transform: translateY(-4px) scale(1.03);
}




/*Stat Section*/
.stats-section-premium {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.stat-card {
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.25), transparent 60%);
}

.stat-card:hover {
  transform: translateY(-8px);
}

.stat-icon {
  font-size: 34px;
  display: inline-block;
  margin-bottom: 12px;
  opacity: 0.9;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 6px;
}

.stat-card p {
  font-size: 15px;
  opacity: 0.9;
}

/* Gradients */
.gradient-green {
  background: linear-gradient(135deg, #1f6b4a, #185c3f);
}

.gradient-lime {
  background: linear-gradient(135deg, #C8F905, #A8D900);
  color: #0f172a;
}

.gradient-blue {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}


/*Testimonial Section*/
.testimonial-editorial {
  background: #ffffff;
}

.testimonial-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #f9fafb;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
}

.testimonial-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

.testimonial-text h3 {
  font-size: 26px;
  font-weight: 700;
}

.testimonial-text p {
  font-size: 16px;
  color: #334155;
  margin-bottom: 20px;
}

.badge-green {
  background: #C8F905;
  color: #0f172a;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 16px;
}

.testimonial-video {
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(15,23,42,.85),
    rgba(15,23,42,.6)
  );
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.video-placeholder:hover {
  background: linear-gradient(
    120deg,
    rgba(15,23,42,.9),
    rgba(15,23,42,.7)
  );
}

.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(15,23,42,.75),
    rgba(15,23,42,.45)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 18px;
  transition: all .3s ease;
}

.video-placeholder:hover {
  background: linear-gradient(
    120deg,
    rgba(15,23,42,.9),
    rgba(15,23,42,.6)
  );
}

.play-icon {
  width: 64px;
  height: 64px;
  background: #C8F905;
  color: #0f172a;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  box-shadow: 0 10px 30px rgba(200,249,5,.5);
}

.play-text {
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 991px) {

  .testimonial-card {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }

  .testimonial-text h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .testimonial-text p {
    font-size: 15px;
  }

  .testimonial-video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .video-placeholder {
    font-size: 16px;
    padding: 16px;
    text-align: center;
  }

  .author-row {
    margin-top: 16px;
  }
}
