body {
  font-family: system-ui, "Segoe UI", sans-serif;
}

.navbar-brand span {
  font-weight: 700;
}

.hero-section {
  padding: 10rem 0 4rem;
  background-image: radial-gradient(circle, #d8fff5, #d1ffeb, #d2ffdb, #daffc9, #e8ffb5);
}

.hero-title {
  font-size: 2.4rem;
  font-weight: 800;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #ffffff;
}

.badge-small {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.section-title {
  font-weight: 900;
  font-size: 3rem;
}

.section-subtitle {
  color: #ffffff;
  max-width: 1200px;
}

.card-service {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.pill {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  background-color: #eef2ff;
  color: #4338ca;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
}

.bg-soft {
  background-color: rgb(18, 53, 49);
}

.bg-soft2 {
  background-color: rgb(41, 122, 113);
}

.testimonial {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
}

footer {
  font-size: 0.9rem;
}

/* IMÁGENES */

.hero-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.benefit-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

.process-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.blog-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

.contact-img {
  width: 100%;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  object-fit: cover;
}

/* Ajustes responsive pequeños */

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
}
