body { padding: 20px; }

.card-body {
  background: linear-gradient(to bottom, #f7dfff, #ffffff);
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: 380px;
  padding: 60px 44px 0 44px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  position: relative;
}

#particles-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

.card-text, .card-image {
  position: relative;
  z-index: 1;
}

.card-text {
  flex: 1;
  padding-bottom: 60px;
}

.card-text h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.card-image {
  width: 320px;
  flex-shrink: 0;
  align-self: flex-end;
}

.card-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-body {
    flex-direction: column;
    padding: 40px 24px 0 24px;
    align-items: center;
    text-align: center;
  }
  .card-image { width: 100%; max-width: 280px; }
  .footer-nav { gap: 20px; flex-wrap: wrap; }
}
