.apple-section {
  background: linear-gradient(145deg, #f5faf8 0%, #edf7f3 58%, #fbfdfc 100%);
  color: #17352e;
  border-top: 1px solid #dfe9e5;
  border-bottom: 1px solid #dfe9e5;
}
.apple-section::before {
  border-color: #247c6710;
  background: radial-gradient(circle, #dff1e955 0%, transparent 68%);
}
.apple-section .eyebrow.light,
.privacy .eyebrow.light { color: #247c67; }
.apple-copy > p:not(.eyebrow),
.privacy > div:last-child { color: #60736e; }
.apple-benefits { color: #294941; }
.apple-benefits span,
.privacy-mark { background: #dff1e9; color: #247c67; }
.watch-stage { height: 540px; isolation: isolate; }
.watch-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ebf6f1, #c7e6da);
}
.watch-circle {
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px solid #ffffffaa;
  border-radius: 50%;
}
.watch-circle-outer { width: 520px; height: 520px; }
.watch-circle-inner { width: 390px; height: 390px; }
.real-watch {
  position: relative;
  z-index: 2;
  display: block;
  width: min(440px, 100%);
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px #17352e1b);
}
.privacy {
  background: #f5faf8;
  color: #17352e;
  border-top: 1px solid #dfe9e5;
  border-bottom: 1px solid #dfe9e5;
}
.privacy-note { color: #17352e; }
@media (max-width: 600px) {
  .watch-stage { height: 480px; transform: none; margin-block: 0; }
  .real-watch { width: min(360px, 100%); }
  .watch-stage::before { width: 390px; height: 390px; }
  .watch-circle-outer { width: 450px; height: 450px; }
  .watch-circle-inner { width: 335px; height: 335px; }
}
