.packaging-section {
  background-color: #192024;
  padding: 6rem 1rem;
  color: #fff;
  text-align: center;
}

.packaging-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.packaging-grid {
  display: grid;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.packaging-card {
  background-color: #192024;
  border-radius: 12px;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.packaging-icon img {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  filter: invert(1);
}

.packaging-card h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.packaging-card p {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 300;
  max-width: 300px;
}