.cook-with-palmberry {
  padding: 4rem 1rem;
  background-color: #faf8f5;
  text-align: center;
}

.cook-container {
  max-width: 800px;
  margin: 0 auto;
}

.cook-eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a0826d;
  margin-bottom: 0.5rem;
}

.cook-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #5c4033;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cook-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #3a3a3a;
  margin-bottom: 2rem;
  font-weight: 400;
}

.watch-recipes-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background-color: #5c4033;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.watch-recipes-btn:hover {
  background-color: #3e2723;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(92, 64, 51, 0.15);
}

.btn-icon {
  font-size: 1.25rem;
}

/* Responsive */
@media (max-width: 768px) {
  .cook-with-palmberry {
    padding: 3rem 1rem;
  }

  .cook-heading {
    font-size: 2rem;
  }

  .cook-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .watch-recipes-btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
    width: 100%;
  }
}
