.crm-hero {
  position: relative;
  background-image: url('../img/crm/Background Seccion 1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.crm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 8, 25, 0.68) 0%, rgba(3, 8, 25, 0.42) 45%, rgba(3, 8, 25, 0.12) 100%);
}

.crm-hero .container {
  position: relative;
  z-index: 1;
}

.crm-hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.crm-hero-subtitle {
  color: #e9edf7;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.6;
  letter-spacing: 0.3px;
  max-width: 620px;
}

@media (min-width: 768px) {
  .crm-hero-title {
    font-size: 3rem;
  }
}

.section-title-dark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0f2e60;
}

@media (min-width: 768px) {
  .section-title-dark {
    font-size: 2.5rem;
  }
}

.section-subtitle-orange {
  color: #f18821;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}

.crm-why,
.crm-screen,
.crm-logos,
.crm-contact {
  background-color: #fff;
}

.crm-features {
  background-color: #f8f9fa;
}

.crm-icon,
.crm-value-icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}

.crm-icon-label,
.crm-value-label {
  color: #0f2e60;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin-bottom: 0;
}

.crm-value {
  position: relative;
  background-image: url('../img/crm/Background seccion 3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.crm-value::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 16, 30, 0.2) 0%, rgba(3, 16, 30, 0.5) 100%);
}

.crm-value .container {
  position: relative;
  z-index: 1;
}

.crm-title-light {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3vw, 3.1rem);
  font-weight: 700;
  line-height: 1.2;
}

.crm-process-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  border-top: 1px solid rgba(241, 136, 33, 0.3);
  padding-top: 1rem;
}

.crm-process-step {
  color: #fff;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.crm-process-step img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.crm-process-arrow {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  opacity: 0.95;
}

.crm-value-icon-lg {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 0.65rem;
  filter: brightness(0) invert(1);
}

.crm-value-label-lg {
  color: #fff;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  line-height: 1.35;
  margin-bottom: 0;
  font-family: 'Share Tech Mono', monospace;
}

.crm-screen-img {
  width: 100%;
  max-width: 980px;
  border-radius: 12px;
  border: 1px solid #e1e9f3;
  box-shadow: 0 12px 28px rgba(12, 44, 84, 0.16);
}

.crm-features .row.g-5 {
  row-gap: 6rem !important;
}

.feature-card {
  position: relative;
  background: #fff;
  border-radius: 0;
  padding: 4.4rem 1.15rem 1.4rem;
  height: 100%;
  min-height: 262px;
  max-width: 285px;
  margin: 0 auto;
  box-shadow: 0 14px 30px rgba(13, 48, 92, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.feature-icon-badge {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #003a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-icon {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.feature-label {
  color: #0f2e60;
  font-size: 1.22rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.feature-sub {
  color: #0f2e60;
  font-size: 1.06rem !important;
  font-weight: 600 !important;
  line-height: 1.28;
  margin-bottom: 0;
}

.crm-cta {
  position: relative;
  background-image: url('../img/crm/Background seccion 4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 68vh;
}

.crm-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 20, 34, 0.62) 0%, rgba(8, 20, 34, 0.15) 60%, rgba(8, 20, 34, 0.05) 100%),
    linear-gradient(90deg, rgba(8, 20, 34, 0.78) 0%, rgba(8, 20, 34, 0.48) 45%, rgba(8, 20, 34, 0.1) 100%);
}

.crm-cta .container {
  position: relative;
  z-index: 1;
}

.crm-cta-content {
  max-width: 760px;
}

.crm-cta-title {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3.2vw, 3.35rem);
  font-weight: 700;
  line-height: 1.15;
}

.crm-cta-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
}

.crm-cta-list li {
  color: #fff;
  font-size: clamp(1rem, 1.75vw, 1.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.78rem;
}

.crm-cta-list li i {
  color: #fff;
  font-size: clamp(1rem, 1.45vw, 1.55rem);
}

.crm-cta-note {
  color: #e9edf7;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px;
  margin-top: 0.95rem;
}

.contact-card {
  background: #fff;
  border: 1px solid #e4ebf5;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(15, 46, 96, 0.12);
  padding: 1rem;
}

.contact-card .form-control {
  border-radius: 7px;
  border: 1px solid #dbe5f2;
  font-size: 0.9rem;
  padding: 0.7rem 0.75rem;
}

.contact-card .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 175, 255, 0.2);
  border-color: #5fafff;
}

.btn-contact-submit {
  background: linear-gradient(45deg, #f7c071, #4b63fc);
  background-size: 200% auto;
  background-position: left center;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  box-shadow: 0 8px 20px rgba(75, 99, 252, 0.25);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              background-position 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.3s ease,
              color 0.3s ease;
  will-change: transform, box-shadow, background-position;
}

.btn-contact-submit:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .crm-features .row.g-5 {
    row-gap: 5.2rem !important;
  }

  .crm-process-flow {
    border-top: none;
    padding-top: 0;
  }

  .crm-process-step {
    font-size: 0.95rem !important;
  }

  .crm-process-arrow {
    display: none;
  }

  .crm-cta {
    min-height: auto;
  }

  .crm-cta::before {
    background: rgba(6, 18, 32, 0.76);
  }

  .crm-cta-content {
    text-align: center;
  }

  .crm-cta-list {
    display: inline-block;
    text-align: left;
  }
}
