.features-v11 .features-v11__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.features-v11 .features-v11__head {
  margin-bottom: clamp(1.1rem, 3vw, 1.5rem);
}

.features-v11 .features-v11__title {
  font-size: clamp(1.3rem, 3vw, 1.85rem);
  margin-bottom: 0.5rem;
}

.features-v11 .features-v11__sub {
  font-size: clamp(0.9rem, 2vw, 1.02rem);
  opacity: 0.88;
  line-height: 1.5;
  max-width: 34rem;
  margin: 0 auto;
}

.features-v11 .features-v11__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-v11 .features-v11__tag {
  display: inline-flex;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid color-mix(in srgb, var(--feat-accent) 35%, transparent);
  background: color-mix(in srgb, var(--feat-accent) 12%, var(--feat-bg));
  color: color-mix(in srgb, var(--feat-text) 92%, var(--feat-accent));
}
