.kardvox-buyer-protection {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(103, 232, 249, 0.26);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 8% 15%, rgba(34, 211, 238, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(8, 145, 178, 0.13), rgba(124, 58, 237, 0.14) 58%, rgba(7, 9, 14, 0.72));
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.kardvox-buyer-protection::after {
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: 13rem;
  height: 13rem;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.13);
  filter: blur(10px);
  content: "";
  pointer-events: none;
}

.kardvox-buyer-protection__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border: 1px solid rgba(165, 243, 252, 0.38);
  border-radius: 1.15rem;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.24), rgba(139, 92, 246, 0.24));
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.16);
  color: #cffafe;
  font-size: 1.35rem;
  font-weight: 800;
}

.kardvox-buyer-protection__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.kardvox-buyer-protection__eyebrow {
  margin: 0;
  color: #a5f3fc;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kardvox-buyer-protection__title {
  margin: 0.42rem 0 0;
  color: #fff;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.kardvox-buyer-protection__body {
  max-width: 62rem;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.96rem;
  line-height: 1.7;
}

.kardvox-buyer-protection__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
}

.kardvox-buyer-protection__chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  font-weight: 600;
}

.kardvox-buyer-protection__link {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin-left: 0.15rem;
  color: #a5f3fc;
  font-size: 0.82rem;
  font-weight: 700;
  text-underline-offset: 0.22rem;
}

.kardvox-buyer-protection__link:hover {
  color: #fff;
}

.kardvox-buyer-protection__link:focus-visible {
  border-radius: 0.35rem;
  outline: 2px solid #67e8f9;
  outline-offset: 0.25rem;
}

@media (max-width: 640px) {
  .kardvox-buyer-protection {
    grid-template-columns: 1fr;
    gap: 1rem;
    border-radius: 1.6rem;
  }

  .kardvox-buyer-protection__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
  }

  .kardvox-buyer-protection__link {
    width: 100%;
    margin-top: 0.15rem;
    margin-left: 0;
  }
}
