.mws-proof { width: 100%; max-width: none; margin: 0; padding: 88px 24px; background: #f7f5ff; color: #17141f; overflow: hidden; }
.mws-proof__inner { width: min(1120px, 100%); margin: 0 auto; }
.mws-proof__eyebrow { margin: 0 0 12px; color: #6d43d9; font: 600 12px/1.3 Outfit, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.mws-proof h2 { margin: 0; max-width: 760px; font: 600 clamp(36px, 5vw, 64px)/1.02 "Cormorant Garamond", Fraunces, serif; }
.mws-proof__intro { max-width: 720px; margin: 22px 0 0; font: 400 18px/1.65 Outfit, "DM Sans", sans-serif; color: #5f5a6b; }
.mws-proof__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 42px 0 36px; }
.mws-proof__stat { padding: 24px; border: 1px solid rgba(109,67,217,.16); border-radius: 20px; background: #fff; box-shadow: 0 4px 16px -2px rgba(109,67,217,.04); }
.mws-proof__stat strong { display: block; color: #6d43d9; font: 600 34px/1 Outfit, sans-serif; }
.mws-proof__stat span { display: block; margin-top: 9px; color: #5f5a6b; font: 500 14px/1.4 Outfit, sans-serif; }

/* Wall of Love Header */
.mws-proof__wall-head { text-align: center; margin: 48px auto 24px; max-width: 680px; }
.mws-proof__wall-head h3 { margin: 0; font: 600 clamp(28px, 4vw, 42px)/1.15 "Cormorant Garamond", Fraunces, serif; color: #17141f; }
.mws-proof__wall-head p { margin: 10px 0 0; font: 400 16px/1.5 Outfit, "DM Sans", sans-serif; color: #5f5a6b; }

/* Full-bleed Wall of Love Marquee Container */
.mws-proof__wall {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 18px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, transparent 100%);
}

.mws-proof__marquee-row {
  display: flex;
  overflow: hidden;
  user-select: none;
}

.mws-proof__marquee-track {
  display: flex;
  flex-shrink: 0;
  width: max-content;
  will-change: transform;
}

.mws-proof__marquee-track--left {
  animation: mws-scroll-left 75s linear infinite;
}

.mws-proof__marquee-track--right {
  animation: mws-scroll-right 80s linear infinite;
}

.mws-proof__marquee-row:hover .mws-proof__marquee-track,
.mws-proof__marquee-row:focus-within .mws-proof__marquee-track {
  animation-play-state: paused;
}

@keyframes mws-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes mws-scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.mws-proof__marquee-group {
  display: flex;
  flex-shrink: 0;
  gap: 18px;
  padding-right: 18px;
}

/* Individual Fixed-Structure Card */
.mws-proof__card {
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  background: #ffffff;
  border: 1px solid rgba(109, 67, 217, 0.12);
  border-radius: 18px;
  padding: 22px 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0 4px 18px -2px rgba(23, 20, 31, 0.04), 0 2px 6px -1px rgba(23, 20, 31, 0.02);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.22s ease;
  font-family: inherit;
  color: inherit;
  position: relative;
}

.mws-proof__card:hover {
  transform: translateY(-3px);
  border-color: rgba(109, 67, 217, 0.32);
  box-shadow: 0 14px 32px -4px rgba(109, 67, 217, 0.14), 0 4px 10px -2px rgba(23, 20, 31, 0.04);
}

.mws-proof__card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.mws-proof__card-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(109, 67, 217, 0.16);
  background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
}

.mws-proof__card-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mws-proof__card-avatar-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #6d43d9;
  font-family: Outfit, sans-serif;
}

.mws-proof__card-meta {
  flex: 1;
  min-width: 0;
}

.mws-proof__card-name {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  color: #17141f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Outfit, sans-serif;
}

.mws-proof__card-role {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
  font-family: Outfit, sans-serif;
}

.mws-proof__intro a,
.mws-proof__stat a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.mws-proof__intro a:hover,
.mws-proof__stat a:hover {
  opacity: 0.8;
}

.mws-proof__card-quote {
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
  margin: 0;
  font-family: Outfit, "DM Sans", sans-serif;
  flex: 1;
}

.mws-proof__card-footer {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mws-proof__card-geo {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.01em;
  font-family: Outfit, sans-serif;
}

@media (max-width: 780px) {
  .mws-proof { padding: 64px 16px; }
  .mws-proof__stats { grid-template-columns: 1fr; }
  .mws-proof__card {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    padding: 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mws-proof__marquee-track {
    animation: none;
    transform: none;
  }
  .mws-proof__marquee-row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mws-proof__marquee-group[aria-hidden="true"] {
    display: none;
  }
}
