.proof {
    background: linear-gradient(to bottom right, #000000, #7700001e, #0001334f);
}

.container-proof {
  padding: 0rem;
  padding-left: 1rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.title-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  gap: 1rem;
  font-size: 1.5rem;
  color: #00c882;
  font-weight: 500;
}

@media (min-width:1919px) {
  .title-proof {
    font-size: 2rem;
  }
}

.title-proof::before,
.title-proof::after {
  content: "";
  height: 1px;
  width: 2rem;
  background: linear-gradient(to right, #000, #00c882, #000);
}

.leyend-proof {
  font-size: 2rem;
  font-weight: 300;
  color: #cecece;
  line-height: 1;
}

@media (min-width:1919px) {
  .leyend-proof {
    font-size: 2.5rem;
  }
}

.market-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0rem;
  justify-self: center;
}

@media (min-width:768px) {
  .market-stats {
    flex-direction: row;
  }
}

.market-stat {
  background: #101010;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #00c884;
  border-radius: 3px;
}

.market-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: #cecece;
  line-height: 1;
  margin-bottom: 6px;
}

@media (min-width:1919px) {
  .market-num {
    font-size: 3rem;
  }
}

.market-label { 
  font-size: 0.7rem; 
  color: #cecece; 
  letter-spacing: 0.08em; 
  text-transform: uppercase; 
  font-weight: 500;
  white-space: nowrap;
}

@media (min-width:1919px) {
  .market-label {
    font-size: 1rem;
  }
}

.proof-quote {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  text-align: justify;
  hyphens: auto;
  overflow-wrap: break-word;
  color: #cecece;
  line-height: 1.5;
  padding: 0 40px;
  position: relative;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
}

.fade-in.show {
  animation: fadeIn 2s ease-out forwards;
}

@media (min-width:1919px) {
  .proof-quote {
    max-width: 60%;
    font-size: 2rem;
  }
}

.proof-quote::before, 
.proof-quote::after {
  content: '"';
  font-size: 60px;
  color: #00c882;
  position: absolute;
  font-style: normal;
  line-height: 1;
}

.proof-quote::before { 
  top: -8px; 
  left: 1rem; 
}

.proof-quote::after { 
  content: '"'; 
  bottom: -30px; 
  right: 1rem; 
}

.proof-source {
  padding: 1rem;
  text-align: center;
}

.proof-source:hover {
  scale: 1.1;
}

.proof-a {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #727272;
  font-weight: 600;
}

.proof-a:hover {
  color: #00c281;
}
