/* ── Value strip (below hero, scroll-reveal) ─────────────────── */

.value-strip {
  position: relative;
  padding: 0 0 clamp(2rem, 4vh, 3rem);
  margin-top: 0;
}

.value-strip__divider {
  position: relative;
  height: 1px;
  margin: 0 auto clamp(2.25rem, 4vh, 3rem);
  max-width: min(920px, 88%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(148, 163, 184, 0.12) 18%,
    rgba(148, 163, 184, 0.28) 50%,
    rgba(148, 163, 184, 0.12) 82%,
    transparent 100%
  );
}

.value-strip__divider-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent, #22d3ee, #3b82f6, #a855f7, transparent);
  filter: blur(0.5px);
  opacity: 0.85;
}

.value-strip__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(1.75rem, 3.5vw, 2.25rem);
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.value-strip.is-visible .value-strip__header.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.value-strip__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-cyan);
}

.value-strip__heading {
  margin: 0;
  font-size: var(--type-subsection-title);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.value-strip__panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.1rem);
}

.value-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  padding: 1.15rem 1.1rem;
  min-width: 0;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background:
    linear-gradient(155deg, rgba(14, 22, 44, 0.72) 0%, rgba(8, 14, 30, 0.55) 100%);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.value-strip.is-visible .value-strip__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.value-strip__item:hover {
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.value-strip__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #a78bfa;
  background:
    linear-gradient(145deg, rgba(168, 85, 247, 0.22) 0%, rgba(59, 130, 246, 0.08) 100%);
  border: 1px solid rgba(168, 85, 247, 0.35);
  box-shadow:
    0 0 20px rgba(168, 85, 247, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.value-strip__icon--cyan {
  color: #67e8f9;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.2) 0%, rgba(59, 130, 246, 0.08) 100%);
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow:
    0 0 20px rgba(34, 211, 238, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.value-strip__icon--blue {
  color: #93c5fd;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.22) 0%, rgba(14, 24, 48, 0.2) 100%);
  border-color: rgba(96, 165, 250, 0.35);
  box-shadow:
    0 0 20px rgba(59, 130, 246, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.value-strip__icon--violet {
  color: #c4b5fd;
  background: linear-gradient(145deg, rgba(192, 132, 252, 0.2) 0%, rgba(124, 58, 237, 0.08) 100%);
  border-color: rgba(192, 132, 252, 0.35);
  box-shadow:
    0 0 20px rgba(192, 132, 252, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.value-strip__icon svg {
  width: 21px;
  height: 21px;
}

.value-strip__body {
  min-width: 0;
  padding-top: 0.1rem;
}

.value-strip__title {
  margin: 0 0 0.35rem;
  font-size: var(--type-card-title);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.value-strip__desc {
  margin: 0;
  font-size: var(--type-body-sm);
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.92);
}

@media (max-width: 1024px) {
  .value-strip__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .value-strip {
    padding-bottom: 2.5rem;
  }

  .value-strip__panel {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .value-strip__item {
    padding: 1rem 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .value-strip__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
