.card-airdrop img { object-fit: cover; height: 160px; width: 100%; }
.badge-status { text-transform: uppercase; }
.social-icons-wrap {
  flex-wrap: wrap;
}

.social-link.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #00ffcc;
  font-size: 1.35rem;
  background: radial-gradient(circle at center, rgba(0,255,204,0.1), rgba(0,255,255,0.05));
  border: 1px solid rgba(0,255,204,0.3);
  box-shadow: 0 0 10px rgba(0,255,204,0.25);
  transition: all 0.3s ease;
}

.social-link.circle:hover {
  background: #00ffcc;
  color: #0a0f12;
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(0,255,204,0.9);
  border-color: #00ffcc;
}
/* Efect pulse subtil */
@keyframes pulse {
  0% { box-shadow: 0 0 8px rgba(0,255,204,0.4); }
  50% { box-shadow: 0 0 16px rgba(0,255,204,0.9); }
  100% { box-shadow: 0 0 8px rgba(0,255,204,0.4); }
}
.pulse-glow {
  animation: pulse 2.5s infinite ease-in-out;
}


.footer-crypto {
  background: linear-gradient(180deg, #0a0f12 0%, #050708 100%);
  color: #ddd;
  border-top: 1px solid rgba(0,255,204,0.25);
  font-size: 0.99rem;
}
.text-gradient {
  background: linear-gradient(90deg, #00ffcc, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-link {
  color: #aaa;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  transition: color 0.2s ease;
}
.footer-link:hover {
  color: #00ffcc;
}
.social-link {
  color: #00ffcc;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.social-link:hover {
  color: #00aaff;
  transform: scale(1.15);
  text-shadow: 0 0 10px rgba(0,255,204,0.6);
}
.btn-outline-turquoise {
  border: 1px solid #00ffcc;
  color: #00ffcc;
  transition: all 0.3s ease;
}
.btn-outline-turquoise:hover {
  background-color: #00ffcc;
  color: #000;
  box-shadow: 0 0 10px rgba(0,255,204,0.8);
}
.footer-divider {
  border-color: rgba(0,255,204,0.2);
}
.disclaimer {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #999;
}
@media (max-width: 767px) {
  .footer-crypto h5, .footer-crypto h6 {
    text-align: center;
  }
  .footer-crypto .text-md-start {
    text-align: center !important;
  }
}


.text-turquoise {
  color: #00ffcc !important;
}


.social-icons-wrap {
  flex-wrap: wrap;
}

.social-link.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #00ffcc;
  font-size: 1.35rem;
  background: radial-gradient(circle at center, rgba(0,255,204,0.1), rgba(0,255,255,0.05));
  border: 1px solid rgba(0,255,204,0.3);
  box-shadow: 0 0 10px rgba(0,255,204,0.25);
  transition: all 0.3s ease;
}

.social-link.circle:hover {
  background: #00ffcc;
  color: #0a0f12;
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(0,255,204,0.9);
  border-color: #00ffcc;
}
/* Efect pulse subtil */
@keyframes pulse {
  0% { box-shadow: 0 0 8px rgba(0,255,204,0.4); }
  50% { box-shadow: 0 0 16px rgba(0,255,204,0.9); }
  100% { box-shadow: 0 0 8px rgba(0,255,204,0.4); }
}
.pulse-glow {
  animation: pulse 2.5s infinite ease-in-out;
}


.footer-crypto {
  background: linear-gradient(180deg, #0a0f12 0%, #050708 100%);
  color: #ddd;
  border-top: 1px solid rgba(0,255,204,0.25);
  font-size: 0.99rem;
}
.text-gradient {
  background: linear-gradient(90deg, #00ffcc, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-turquoise {
  color: #00ffd5 !important;
}
.text-white {
  color: #E0E0E0 !important;
}
.footer-link {
  color: #aaa;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  transition: color 0.2s ease;
}
.footer-link:hover {
  color: #00ffcc;
}
.social-link {
  color: #00ffcc;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.social-link:hover {
  color: #00aaff;
  transform: scale(1.15);
  text-shadow: 0 0 10px rgba(0,255,204,0.6);
}
.btn-outline-turquoise {
  border: 1px solid #00ffcc;
  color: #00ffcc;
  transition: all 0.3s ease;
}
.btn-outline-turquoise:hover {
  background-color: #00ffcc;
  color: #000;
  box-shadow: 0 0 10px rgba(0,255,204,0.8);
}
.footer-divider {
  border-color: rgba(0,255,204,0.2);
}
.disclaimer {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #999;
}
@media (max-width: 767px) {
  .footer-crypto h5, .footer-crypto h6 {
    text-align: center;
  }
  .footer-crypto .text-md-start {
    text-align: center !important;
  }
}
.card-info {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.card-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.info-item {
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
}
.info-item:last-child {
  border-bottom: none;
}
.card-quickinfo {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}

.card-quickinfo:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00ffcc 0%, #00aaff 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 0 12px rgba(0,255,204,0.4);
}

.quickinfo-item {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
  color: #333;
}
.quickinfo-item:last-child {
  border-bottom: none;
}

/* Bara de progres elegantă */
.bg-gradient {
  background: linear-gradient(90deg, #00ffcc, #00aaff);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,255,204,0.4);
}

/* Subtilitate globală */
.card-quickinfo strong {
  color: #111;
}


