body {
  /*background-image: linear-gradient(180deg, #ddd, #fff 100px, #fff);*/
  background-image: linear-gradient(180deg, #ddd, #e6f0fa 60px, #fff 100px, #fff);

}
.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 24px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: background 0.3s;
}
#backToTop:hover {
  background: #555;
}
