.benefits-block-may9 {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 26px 28px;
  margin: 32px 0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.benefits-block-may9 .benefits-subtitle-may9 {
  font-family: 'Segoe UI', 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000000;
}

.benefits-block-may9 .benefits-list-may9 {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #1a1a1a;
}

.benefits-block-may9 .benefits-item-may9 {
  position: relative;
  padding-left: 34px;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 14px;
  transition: transform .2s ease;
}

.benefits-block-may9 .benefits-item-may9:hover {
  transform: translateX(4px);
}

.benefits-block-may9 .benefits-item-may9::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'><path d='M12 21s-6.716-4.534-9.428-7.246C.86 12.042.86 9.2 2.572 7.488 4.284 5.776 7.126 5.776 8.838 7.488L12 10.65l3.162-3.162c1.712-1.712 4.554-1.712 6.266 0 1.712 1.712 1.712 4.554 0 6.266C18.716 16.466 12 21 12 21z'/></svg>");
  animation: may9HeartPulse 2.5s ease-in-out infinite;
  transform-origin: center;
  opacity: 0.9;
}

.benefits-block-may9 .benefits-item-may9:last-child {
  margin-bottom: 0;
}

@keyframes may9HeartPulse {
  0% { transform: scale(1); }
  5% { transform: scale(1.15); }
  10% { transform: scale(1); }
  15% { transform: scale(1.1); }
  20% { transform: scale(1); }
  100% { transform: scale(1); }
}