/* Keep the desktop canvas neutral so the landing-page sections define the color. */
body,
.desktop-ambient {
  background: #fff;
}

@media (min-width: 700px) {
  .phone-shell {
    box-shadow: 0 24px 70px rgba(16, 42, 94, 0.12);
  }
}
