
.hero-tag {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}

.hero {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero.hero-full {
  min-height: 70vh;
}

.hero.hero-index {
  min-height: 90vh;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(3,16,38,0.55);
}

/* Allow contain on smaller screens while keeping sufficient height */
@media (max-width: 1024px) {
  .hero.hero-index {
    min-height: 85vh;
    background-size: contain;
    background-position: center center;
  }
}

@media (max-width: 768px) {
  .hero.hero-index {
    min-height: 75vh;
    background-size: contain;
    background-position: center center;
  }
}

@media (max-width: 480px) {
  .hero.hero-index {
    min-height: 60vh;
    background-size: contain;
    background-position: center center;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 18, 38, 0.3), rgba(14, 116, 144, 0.35));
  z-index: 1;
  pointer-events: none;
}

.hero.hero-gradient.hero-full::before,
.hero.hero-gradient.hero-full::after {
  background: transparent !important;
}

.hero .hero-container {
  position: relative;
  z-index: 2;
  max-width: 72rem;
  padding: 6rem 1.25rem 5.5rem;
}

.hero-title {
  font-size: clamp(2.25rem, 4.2vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 46rem;
  margin: 0 auto 1rem;
  text-shadow: 0 8px 24px rgba(2, 6, 23, 0.2);
}

.hero-subtitle {
  font-size: 1.06rem;
  line-height: 1.75;
  max-width: 46rem;
  margin: 0 auto 1.25rem;
  color: rgba(255,255,255,0.92);
}

.hero-commercial-reach {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  margin-bottom: 1.5rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 auto 1.25rem;
  max-width: 46rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #f8fafc;
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-actions {
  justify-content: center;
  gap: 1rem;
}

.hero .btn {
  min-width: 190px;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.16);
}

.icon-primary { color: #1890ff; margin-right: 8px; }
.icon-small { color: #1890ff; margin-right: 8px; font-size: 12px; }
.icon-space { margin-left: 4px; }

.btn-icon { margin-right: 8px; }

.product-card .product-cta { margin-top: 16px; }

.avatar { width: 60px; height: 60px; border-radius: 50%; background: #eef6ff; display:flex; align-items:center; justify-content:center; margin-bottom: 12px; }
.avatar-icon { font-size: 40px; color: #1890ff; }

.trust-list { list-style: none; padding: 0; margin: 0 0 12px 0; }
.trust-list li { margin-bottom: 12px; display:flex; align-items:center; }
.check-icon { color: #52c41a; margin-right: 8px; }

.trust-cta { margin-top: 24px; }

.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }

.link-more .icon-space { margin-left: 8px; }

.section-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
  margin: 0.7rem auto 0;
}

.solutions-section {
  padding: 84px 4% 88px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.solution-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #e6eefc;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  min-height: 100%;
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.services-section-dark {
  padding: 84px 4%;
  background: linear-gradient(135deg, #071226 0%, #102544 50%, #0b1d37 100%);
}

.service-item-v2 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  min-height: 100%;
}

.service-item-v2:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.08);
}

.product-card-v2 {
  background: linear-gradient(180deg, #ffffff 0%, #fcfeff 100%);
  border: 1px solid #e9effa;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.product-card-v2 .btn-details {
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.11);
}

.testimonials-section-v2 {
  padding: 84px 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}

.testimonial-card-large,
.testimonial-card-small {
  border: 1px solid #e7eef8;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.trust-section {
  padding: 84px 4%;
  background: linear-gradient(135deg, rgba(5, 17, 32, 0.95), rgba(10, 33, 58, 0.9)), url("../img/Imagen-estadisticas.jpg") center/cover;
}

.trust-content {
  max-width: 760px;
  padding: 2rem;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  .hero-highlights {
    flex-direction: column;
    align-items: center;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero .btn {
    width: 100%;
  }

  .trust-content {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero.hero-full {
    min-height: 50vh;
  }
}