/* Why Us — 5 sticky-карток переваг */
.vb-why-us__stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vb-why-us__card {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1a1a1a;
  display: grid;
  grid-template-columns: 1fr 520px;
  min-height: 500px;
}

.vb-why-us__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.vb-why-us__chip {
  width: fit-content;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.06);
}

.vb-why-us__title {
  font-family: 'Kenyan Coffee', system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.96);
  margin: 0;
}

.vb-why-us__text {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  margin: 4px 0;
}

.vb-why-us__btn {
  width: fit-content;
  margin-top: auto;
}

.vb-why-us__media {
  position: relative;
  z-index: 1;
}

.vb-why-us__index {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.25);
}

.vb-why-us__ill {
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: 80%;
  height: auto;
}

@media (max-width: 1023px) {
  .vb-why-us__card {
    grid-template-columns: 1fr;
    min-height: 360px;
  }
  .vb-why-us__media { display: none; }
}
