/* En-tête catalogue techniciens — compact et moderne */
.tech-catalog-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding: 0.9rem 1.15rem;
  margin-bottom: 1.1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fcf9 0%, #ffffff 55%, #fffdf6 100%);
  border: 1px solid rgba(25, 135, 84, 0.14);
  box-shadow: 0 2px 12px rgba(27, 94, 32, 0.06);
  position: relative;
  overflow: hidden;
}

.tech-catalog-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #1b5e20 0%, #c9a227 100%);
  border-radius: 12px 0 0 12px;
}

.tech-catalog-hero__intro {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 220px;
  padding-left: 0.35rem;
}

.tech-catalog-hero__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1b5e20, #2e7d32);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(27, 94, 32, 0.22);
}

.tech-catalog-hero__text {
  min-width: 0;
}

.tech-catalog-hero__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1b5e20;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.tech-catalog-hero__subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: #6c757d;
  line-height: 1.35;
}

.tech-catalog-hero__premium-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.08rem 0.45rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.18);
  color: #7a5f00;
  font-weight: 600;
  font-size: 0.72rem;
  vertical-align: middle;
}

.tech-catalog-hero__premium-tag i {
  font-size: 0.65rem;
  color: #c9a227;
}

.tech-catalog-hero__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem 0.75rem;
  flex: 0 1 auto;
}

.tech-catalog-hero__pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.tech-catalog-hero__price {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  border: 1px solid rgba(25, 135, 84, 0.18);
  background: rgba(25, 135, 84, 0.06);
  color: #1b5e20;
}

.tech-catalog-hero__price--premium {
  border-color: rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.12);
  color: #6b5200;
}

.tech-catalog-hero__price i {
  font-size: 0.62rem;
  opacity: 0.85;
}

.tech-catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.tech-catalog-hero__btn {
  padding: 0.38rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  white-space: nowrap;
}

.tech-catalog-hero__links {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  padding: 0.45rem 0 0 0.35rem;
  margin-top: -0.15rem;
  border-top: 1px solid rgba(25, 135, 84, 0.08);
  font-size: 0.72rem;
}

.tech-catalog-hero__link {
  color: #198754;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.tech-catalog-hero__link:hover {
  color: #1b5e20;
  text-decoration: underline;
}

.tech-catalog-hero__link-sep {
  color: rgba(25, 135, 84, 0.25);
  user-select: none;
}

@media (max-width: 767.98px) {
  .tech-catalog-hero {
    padding: 0.8rem 0.9rem;
  }

  .tech-catalog-hero__panel {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0.35rem;
  }

  .tech-catalog-hero__actions {
    width: 100%;
  }

  .tech-catalog-hero__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}
