.pattern-amber-glow {
  background: #ffffff;
  background-image: radial-gradient(125% 125% at 50% 90%, #ffffff 40%, #f59e0b 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

.pattern-amber-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(125% 125% at 50% 90%, #ffffff 40%, #f59e0b 100%);
  background-size: 100% 100%;
}

/* Home page full background gradient */
.full-page-gradient {
  background: #ffffff;
  background-image: radial-gradient(125% 125% at 50% 90%, #ffffff 40%, #f59e0b 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 100vh;
  width: 100vw;
  position: relative;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}