.report-page--unlocked .section--private-analytics {
  animation: unlockReveal 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.locked-report {
  position: relative;
  margin-top: 8px;
}

.locked-report__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 59, 48, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.032);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.locked-report__eyebrow {
  margin: 0 0 8px;
  color: #fca5a5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locked-report__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.locked-report__header p:not(.locked-report__eyebrow) {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  line-height: 1.6;
}

.locked-report__action {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  min-width: 228px;
}

.locked-report__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  background: #991b1b;
  color: #ffffff;
  padding: 0 18px;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(153, 27, 27, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.locked-report__cta:hover {
  color: #ffffff;
  background: #7f1d1d;
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(153, 27, 27, 0.3);
}

.locked-report__trust-note {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.locked-card__signal-icon {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.38);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.locked-report__canvas {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    rgba(255, 255, 255, 0.018);
  background-size: 48px 48px, 48px 48px, auto;
}

.locked-report__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 14px;
  padding: 18px;
  filter: blur(5px);
  opacity: 0.74;
  transform: scale(1.01);
}

.locked-card {
  min-height: 244px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(7, 7, 8, 0.72);
  padding: 16px;
  animation: lockedCardIn 560ms ease both;
  animation-delay: var(--unlock-delay, 0ms);
}

.locked-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locked-card h3 {
  margin: 14px 0 6px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.locked-card p {
  margin: 0;
  min-height: 48px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.5;
}

.locked-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.locked-card__metrics div {
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 10px;
}

.locked-card__metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  line-height: 1.2;
}

.locked-card__metrics strong {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
  line-height: 1;
}

.locked-card__bars {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 62px;
  margin-top: 16px;
}

.locked-card__bars span {
  flex: 1;
  height: var(--bar-height);
  min-height: 12px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, rgba(255, 59, 48, 0.78), rgba(255, 59, 48, 0.18));
}

.locked-report__veil {
  position: absolute;
  inset: auto 50% 28px auto;
  display: grid;
  justify-items: center;
  width: min(360px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(6, 6, 7, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  transform: translateX(50%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.locked-report__veil-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border: 1px solid rgba(252, 165, 165, 0.35);
  border-radius: 999px;
  background: rgba(153, 27, 27, 0.16);
  color: #fca5a5;
  fill: none;
  padding: 6px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.locked-report__veil strong {
  color: #ffffff;
  font-size: 0.94rem;
}

.locked-report__veil > span:last-child {
  margin-top: 5px;
  font-size: 0.78rem;
}

.locked-report.is-unlocking .locked-report__grid {
  animation: unlockBlurOut 520ms ease both;
}

.locked-report.is-unlocking .locked-report__veil,
.locked-report.is-unlocking .locked-report__header {
  animation: unlockFadeOut 320ms ease both;
}

@keyframes lockedCardIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes unlockBlurOut {
  to {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes unlockFadeOut {
  to {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@keyframes unlockReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 820px) {
  .locked-report__header {
    align-items: stretch;
    flex-direction: column;
  }

  .locked-report__cta {
    width: 100%;
  }

  .locked-report__action {
    align-items: stretch;
    min-width: 0;
    width: 100%;
  }

  .locked-report__trust-note {
    white-space: normal;
  }

  .locked-report__canvas {
    min-height: 600px;
  }
}
