.guarantee-feature-section {
  margin: 3rem 0;
  overflow: visible !important;
}

.guarantee-feature-section .row,
.guarantee-feature-section [class*="col-"] {
  overflow: visible !important;
}

.guarantee-feature-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid #e9ecef;
  box-shadow: none !important;
  overflow: visible !important;
  padding: 1.1rem 1.15rem 1.35rem !important;
}

/* Sem lift no hover: o card de garantia é informativo, não clicável */

.guarantee-feature-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
}

.guarantee-feature-copy {
  width: 100%;
  text-align: center;
}

.guarantee-feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #212529;
  margin-top: 0.1rem;
  margin-bottom: 0.7rem;
}

.guarantee-description {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #495057;
}

.guarantee-description strong {
  color: #212529;
  font-weight: 700;
}

.guarantee-benefits-simple {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.guarantee-benefit-simple {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.08rem;
  color: #495057;
  line-height: 1.55;
  text-align: left;
}

.guarantee-benefit-simple i {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 0.12rem;
}

/* Avatares dentro do card: sem scale/deslocamento no hover */
.guarantee-feature-card .stacked-avatars-wrapper {
  padding: 0;
  margin: 0;
}

.guarantee-feature-card .stacked-avatar-item {
  cursor: default;
}

.guarantee-feature-card .stacked-avatar-item:hover,
.guarantee-feature-card .stacked-avatar-item:hover ~ .stacked-avatar-item {
  transform: none;
  z-index: 1;
}

.guarantee-feature-card .stacked-avatar-item:hover .stacked-avatar {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #fff;
}

.guarantee-feature-card .cj-dynamic-badge {
  cursor: default;
  transition: none;
}

.guarantee-feature-card .cj-dynamic-badge__glare::after {
  animation-duration: 3.4s;
}

.sticker-wrapper {
  width: fit-content;
  max-width: 168px;
  margin: 0 auto;
  overflow: visible;
  background: transparent;
  position: relative;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 0;
}

@media (min-width: 768px) {
  .guarantee-feature-card {
    padding: 1.25rem 1.5rem 1.5rem !important;
  }

  .guarantee-feature-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.15rem;
  }

  .sticker-wrapper {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }

  .sticker-wrapper .cj-guarantee-badge,
  .sticker-wrapper .cj-dynamic-badge {
    width: 100%;
    max-width: 180px;
  }

  .sticker-wrapper .cj-dynamic-badge {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .sticker-wrapper .cj-dynamic-badge img {
    width: 100%;
    height: 100%;
  }

  .guarantee-feature-copy {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    text-align: left;
  }

  .guarantee-feature-title {
    font-size: 1.65rem;
    margin-top: 0;
  }

  .guarantee-benefits-simple {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .guarantee-feature-title {
    font-size: 1.35rem;
    margin-top: 0.15rem;
    margin-bottom: 0.55rem;
  }

  .guarantee-description {
    font-size: 1.1rem;
    margin-bottom: 0.85rem !important;
  }

  .guarantee-benefit-simple {
    font-size: 1rem;
  }

  .sticker-wrapper {
    max-width: 148px;
    margin: 0 auto;
  }
}
