@media (max-width: 768px) {
    .hero .hero-visual .floating-elements .floating-card.card-1 {
        left: 140px;
    }
}

@media (max-width: 768px) {
        .hero .hero-visual .floating-elements .floating-card.card-3 {
            bottom: 5%;
            /* left: 15px; */
            animation-delay: -2s;
        }
}

@media (max-width: 768px) {
.hero .hero-visual .floating-elements .floating-card.card-2 {
    top: 60%;
    right: 15px;
    animation-delay: -1s;
}

}

@media (max-width: 768px) {
  .hero-stats {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    gap: 16px;
  }

  .hero-stats .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hero-stats .stat-number {
    min-width: 96px;
    height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 4px 12px rgba(25, 56, 56, 0.06);
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
  }

  .hero-stats .stat-item:nth-child(1) .stat-number {
    background: #cfe4ff;
    color: #1d4f91;
  }

  .hero-stats .stat-item:nth-child(2) .stat-number {
    background: #ffd6dc;
    color: #8d2333;
  }

  .hero-stats .stat-item:nth-child(3) .stat-number {
    background: #d8f7a8;
    color: #496b00;
  }

  .hero-stats .stat-label {
    max-width: 130px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.92rem;
  }
}

.process-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(67, 170, 73, 0.12), rgba(67, 170, 73, 0.06));
  color: #43aa49;
  font-size: 1.9rem;
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(67, 170, 73, 0.08);
}

.services .services-grid .service-card .card-content .process-icon i {
  line-height: 1;
}

.stats .stat-content .stat-icon {
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, rgba(67, 170, 73, 0.12), rgba(67, 170, 73, 0.05));
  box-shadow: 0 10px 24px rgba(67, 170, 73, 0.08);
}

.stats .stat-content .stat-icon i {
  line-height: 1;
}

.stats .stat-item.featured .stat-icon {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.testimonial-author ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.testimonial-author ul li {
  list-style: none;
}

.chinches-pricing-info .pricing-copy {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.chinches-pricing-info .pricing-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(67, 170, 73, 0.12);
  color: #43aa49;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chinches-pricing-info h2 {
  margin-bottom: 18px;
}

.chinches-pricing-info .pricing-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.8;
}

.chinches-pricing-info .pricing-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 38px 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 240, 0.96));
  border: 1px solid rgba(67, 170, 73, 0.12);
  box-shadow: 0 18px 48px rgba(25, 56, 56, 0.08);
}

.chinches-pricing-info .pricing-card h3 {
  margin-bottom: 22px;
  font-size: 1.55rem;
}

.chinches-pricing-info .pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.chinches-pricing-info .pricing-card li {
  position: relative;
  padding: 18px 20px 18px 58px;
  border-radius: 18px;
  background: rgba(67, 170, 73, 0.05);
  line-height: 1.7;
}

.chinches-pricing-info .pricing-card li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 20px;
  top: 18px;
  color: #43aa49;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .chinches-pricing-info .pricing-card {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .chinches-pricing-info .pricing-card h3 {
    font-size: 1.3rem;
  }

  .chinches-pricing-info .pricing-card li {
    padding: 16px 16px 16px 50px;
  }

  .chinches-pricing-info .pricing-card li::before {
    left: 16px;
    top: 16px;
  }
}

.beneficios-comerciales {
  background: linear-gradient(180deg, rgba(240, 248, 240, 0.55) 0%, rgba(255, 255, 255, 1) 100%);
}

.beneficios-comerciales-content .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(67, 170, 73, 0.12);
  color: #43aa49;
  font-weight: 600;
}

.beneficios-comerciales-content h2 {
  max-width: 720px;
  margin-bottom: 26px;
}

.beneficios-comerciales-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.beneficios-comerciales-content li {
  position: relative;
  padding: 18px 20px 18px 56px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(67, 170, 73, 0.12);
  box-shadow: 0 10px 30px rgba(25, 56, 56, 0.06);
  line-height: 1.75;
}

.beneficios-comerciales-content li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 20px;
  top: 18px;
  color: #43aa49;
  font-size: 1.2rem;
}

.beneficios-comerciales-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(25, 56, 56, 0.12);
}

.beneficios-comerciales-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .beneficios-comerciales-content li {
    padding: 16px 16px 16px 50px;
  }

  .beneficios-comerciales-content li::before {
    left: 16px;
    top: 16px;
  }

  .beneficios-comerciales-visual {
    border-radius: 22px;
  }
}
