.spoofee-freebie-box {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.spoofee-freebie-box .card-body {
  border: 1px solid #dfe7f3;
  border-radius: 22px;
  padding: 28px !important;
}

.freebie-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eef4ff, #e8fff3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.spoofee-freebie-box h3 {
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.freebie-item {
  display: block;
  padding: 10px;
  border-radius: 16px;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.freebie-item:hover {
  color:#0d6efd;
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}

.freebie-thumb-img {
  width: 100%;
  aspect-ratio: 1 / 0.85;
  object-fit: contain;
  background: #fff;
  padding: 3px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.freebie-item:hover .freebie-thumb-img {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .15);
  border-color: #b8d6ff;
}

.freebie-title {
  margin-top: 10px;
  font-size: .98rem;
  line-height: 1.25;
  font-weight: 700;
  color: #111827;
}

.freebie-item:hover .freebie-title {
  color: #2463eb;
}

.freebie-cta {
  border-radius: 14px;
  padding: 13px 18px;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(25, 135, 84, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}

.freebie-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(25, 135, 84, .30);
}

@media (max-width: 575.98px) {
  .spoofee-freebie-box {
    margin: 28px auto;
    border-radius: 18px;
  }

  .spoofee-freebie-box .card-body {
    padding: 18px !important;
    border-radius: 18px;
  }

  .freebie-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 28px;
  }

  .spoofee-freebie-box h3 {
    font-size: 1.55rem;
  }

  .freebie-item {
    padding: 5px;
  }

  .freebie-title {
    font-size: .82rem;
  }

  .freebie-cta {
    font-size: 16px;
    padding: 12px 14px;
  }
}
