.willpower-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #efe5d7;
}

.willpower-panel {
  max-width: 64rem;
  padding: clamp(1.35rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--paper-strong);
  background:
    linear-gradient(120deg, rgba(23, 20, 17, 0.98), rgba(44, 36, 30, 0.92)),
    radial-gradient(circle at 80% 20%, rgba(201, 145, 47, 0.35), transparent 30%);
  box-shadow: var(--shadow);
}

.willpower-panel h2 {
  max-width: 14ch;
}

.willpower-panel p:not(.eyebrow) {
  max-width: 52rem;
  margin: 1rem 0 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: 1.08rem;
}

@media (max-width: 640px) {
  .willpower-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .willpower-panel p:not(.eyebrow) {
    font-size: 1rem;
  }
}
