.puntate-card {
  background-color: #0F8352;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  border-radius: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
}

.puntate-card:hover {
  transform: translateY(-5px);
}

.puntate-header-1 {
  background: linear-gradient(to bottom, #75797D, #BDBEBE);
  color: white;
  padding-top: 20px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
  border-bottom: 3px solid #006b3e;
}

.puntate-header-2 {
  background: linear-gradient(to bottom, #3C81C2, #77E3A8);
  color: white;
  padding-top: 20px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
  border-bottom: 3px solid #006b3e;
}

.puntate-header-3 {
  background: linear-gradient(to bottom, #423AA9, #cd8dfc);
  color: white;
  padding-top: 20px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
  border-bottom: 3px solid #006b3e;
}

.puntate-header-4 {
  background: linear-gradient(to bottom, #6EE1F8, #407FEA);
  color: white;
  padding-top: 20px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
  border-bottom: 3px solid #006b3e;
}

.puntate-header-5 {
  background: linear-gradient(to bottom, #E03D45, #EB9C48);
  color: white;
  padding-top: 20px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
  border-bottom: 3px solid #006b3e;
}

.puntate-numero {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
}

.puntate-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -5px;
}

.puntate-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  font-size: 14px;
}

.puntate-lista li {
  margin: 6px 0;
}

.puntate-prezzo {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.puntate-prezzo-unitario {
  font-size: 13px;
  color: #e2e2e2;
  margin-top: -5px;
}

.acquista-btn {
  background-color: #0F8352;
  color: white;
  width: 100%;
  border-radius: 10px;
  padding: 0px 50px;
  font-weight: 500;
  font-size: 22px;
  transition: 0.3s;
  margin-top: -15px;
}

.antibot-banner {
  max-width: 700px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  background-color: #ffffff;
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.antibot-banner img {
  vertical-align: middle;
}

.badge-top-venduto {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF7A00;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    z-index: 10;
}

.badge-top-conveniente {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00B894; 
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    z-index: 10;
}

.link-card{
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .div-card{
        margin-top: -50px !important;
    }
}