/* Titles lead every section; supporting copy starts exactly beneath them. */
.section-heading {
  max-width: 900px;
  text-align: left;
}

.section-heading > p:last-child { max-width: 520px; }

.ai-section h2 { margin-bottom: 22px; }

.ai-section h2 span {
  display: inline-block;
  background: linear-gradient(96deg, #ff74bd 0%, #ffb15d 30%, #64dcff 66%, #a795ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ai-section-copy > p {
  max-width: 515px;
  margin: 0;
  color: #d9e6f3;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.5;
}

/* A faithful, dark Apple Watch silhouette: continuous sport band, case, screen, crown and side button. */
.health-showcase .watch-stage-render {
  width: 286px;
  height: 458px;
  right: -20px;
  bottom: -16px;
  transform: scale(.74);
  transform-origin: bottom right;
  perspective: 1200px;
}

.health-showcase .watch-render-shadow {
  bottom: 20px;
  left: 25px;
  width: 244px;
  height: 38px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, .28), transparent 70%);
  filter: blur(9px);
}

.health-showcase .watch-render-band {
  left: 50%;
  width: 116px;
  height: 169px;
  border: 1px solid #29303a;
  border-radius: 42px;
  background: linear-gradient(90deg, #080a0e 0%, #222831 26%, #3a424e 50%, #1b2129 72%, #080a0e 100%);
  box-shadow: inset 2px 0 3px rgba(255, 255, 255, .08), inset -3px 0 5px rgba(0, 0, 0, .62), 0 9px 16px rgba(0, 0, 0, .2);
  transform: translateX(-50%) rotate(-1deg);
}

.health-showcase .watch-render-band-top { top: 0; }
.health-showcase .watch-render-band-bottom { bottom: 0; }

.health-showcase .watch-render-case {
  top: 90px;
  left: 33px;
  width: 212px;
  height: 263px;
  padding: 9px;
  border: 2px solid #505966;
  border-radius: 61px;
  background: linear-gradient(118deg, #b6bdc6 0%, #464f5a 5%, #11161d 16%, #080b10 78%, #3d4651 96%, #8b949e 100%);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .38), inset -2px -3px 4px rgba(0, 0, 0, .72), 0 25px 37px rgba(0, 0, 0, .28), 0 4px 7px rgba(255, 255, 255, .16);
  transform: rotateY(-8deg) rotateX(3deg) rotateZ(-2deg);
}

.health-showcase .watch-render-case::after {
  inset: 3px;
  border-color: rgba(255, 255, 255, .14);
  border-radius: 56px;
}

.health-showcase .watch-render-screen {
  border: 3px solid #030508;
  border-radius: 51px;
  box-shadow: inset 0 0 0 1px #000, inset 0 10px 14px rgba(255, 255, 255, .035);
}

.health-showcase .watch-render-lug {
  z-index: -1;
  width: 124px;
  height: 24px;
  border: 1px solid #56606d;
  background: linear-gradient(90deg, #11161d, #515b67 50%, #11161d);
}

.health-showcase .watch-render-lug-top { top: -9px; }
.health-showcase .watch-render-lug-bottom { bottom: -9px; }

.health-showcase .watch-render-crown {
  right: -22px;
  top: 81px;
  width: 22px;
  height: 38px;
  border: 2px solid #697481;
  border-left: 0;
  border-radius: 0 13px 13px 0;
  background: repeating-linear-gradient(0deg, #aab3bd 0 2px, #59636e 2px 4px), linear-gradient(90deg, #3b444f, #a8b1ba, #3b444f);
  box-shadow: 2px 0 2px rgba(0, 0, 0, .35);
}

.health-showcase .watch-render-button {
  right: -16px;
  top: 136px;
  width: 11px;
  height: 29px;
  border-radius: 0 7px 7px 0;
  background: linear-gradient(90deg, #222a34, #8d98a3, #2e3741);
}

@media (max-width: 480px) {
  .health-showcase .feature-copy { text-align: left; }
  .health-showcase .feature-copy > p { margin-right: 0; margin-left: 0; }
  .health-showcase .watch-stage-render { right: -16px; bottom: -4px; transform: scale(.62); }
  .section-heading { margin-bottom: 38px; }
}
