
  .purchase-proof[hidden] { display: none !important; }
  .purchase-proof { display: flex; align-items: center; justify-content: center; gap: 12px; width: fit-content; max-width: 100%; margin: 24px auto 0; padding: 6px 0; }
  .proof-avatars { display: flex; align-items: center; flex-shrink: 0; padding-right: 4px; }
  .proof-avatars a { display: block; border-radius: 50%; border: 3px solid var(--bg); background: var(--surface); }
  .proof-avatars a + a { margin-left: -13px; }
  .proof-avatars img { width: 40px; height: 40px; object-fit: cover; border-radius: 50%; }
  .proof-avatars a:hover, .proof-avatars a:focus-visible { position: relative; z-index: 1; }
  .proof-copy { display: flex; flex-direction: column; gap: 3px; margin: 0; text-align: left; line-height: 1.35; }
  .proof-stars { display: flex; gap: 3px; color: #e5b65c; margin-bottom: 2px; }
  .proof-stars svg { width: 14px; height: 14px; }
  .proof-headline { color: var(--silver); font-size: 20px; font-weight: 550; letter-spacing: -.025em; }
  .proof-headline strong { color: #f2f4f6; font-weight: 750; font-variant-numeric: tabular-nums; }
  .proof-description { color: var(--muted); font-size: 13px; }
  @media (max-width: 480px) {
    .purchase-proof { gap: 10px; padding: 6px 0; margin-top: 20px; }
    .proof-avatars img { width: 28px; height: 28px; }
    .proof-avatars a + a { margin-left: -12px; }
    .proof-avatars a { border-width: 2px; }
    .proof-headline { font-size: 18px; }
    .proof-description { font-size: 11px; }
  }


  .launch-voices { max-width: 1100px; padding-block: 20px 72px; }
  .voices-intro { text-align: center; margin-bottom: 44px; }
  .voices-intro .eyebrow { margin-bottom: 18px; }
  .voices-intro h2 { font-size: clamp(34px, 4vw, 48px); }
  .voices-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
  .voice-card { display: flex; flex-direction: column; padding: 27px; border: 1px solid #b7c8d32b; border-radius: 16px; background: linear-gradient(150deg, #252a2e 0%, #1b1f22 62%, #181b1e); box-shadow: inset 0 1px 0 #ffffff05; }
  .voice-person { display: flex; align-items: center; gap: 12px; }
  .voice-person img { border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 1px solid #ffffff20; }
  .voice-person div { display: flex; flex-direction: column; gap: 2px; }
  .voice-person strong { color: var(--text); font-size: 14px; font-weight: 600; line-height: 1.4; }
  .voice-person div span { color: var(--muted); font-size: 12px; }
  .voice-platform, .voice-quote { margin-left: auto; color: #aab5be; }
  .voice-platform { font-size: 19px; }
  .voice-quote { font: 64px/.7 Georgia, serif; opacity: .4; align-self: flex-end; }
  .launch-voices blockquote { margin: 24px 0; color: #dce3e9; font-size: 16px; line-height: 1.65; text-wrap: pretty; }
  .launch-voices mark { background: #afc3d521; color: #f4f7f9; border-radius: 3px; box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 1px 3px; }
  .voice-source { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid #ffffff10; color: #a7b3bd; font-size: 11px; line-height: 1.6; }
  .voice-source:hover { color: #eef4f8; }
  @media (max-width: 900px) {
    .launch-voices { padding-block: 8px 40px; }
    .voices-intro { margin-bottom: 28px; }
    .voices-grid { grid-template-columns: 1fr; gap: 16px; }
    .voice-card { padding: 24px; }
    .voice-source { font-size: 10px; }
  }
