.iphone { margin: 0; }
.iphone-body {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 2.4%;
  border-radius: 22px;
  background: linear-gradient(160deg, #2b2d31 0%, #111214 55%, #0a0a0b 100%);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.12), inset 0 0 0 4px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.iphone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1170 / 2532;
  background: #111;
}
.iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.iphone-island {
  position: absolute;
  top: 1.5%;
  left: 50%;
  z-index: 2;
  width: 24%;
  height: 2.7%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050505;
  pointer-events: none;
}
.iphone-home {
  position: absolute;
  left: 50%;
  bottom: 1.2%;
  z-index: 2;
  width: 28%;
  height: 0.7%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
.iphone-side {
  position: absolute;
  width: 3px;
  background: #1a1b1e;
  border-radius: 2px;
}
.iphone-side--silent { left: -3px; top: 18%; height: 4.5%; }
.iphone-side--vol-up { left: -3px; top: 26%; height: 9%; }
.iphone-side--vol-down { left: -3px; top: 37%; height: 9%; }
.iphone-side--power { right: -3px; top: 28%; height: 12%; }
.iphone figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.ind-hero-phones {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 500px;
}
.ind-hero-phones .iphone {
  margin: 0;
  flex: 0 0 auto;
  filter: drop-shadow(0 18px 28px rgba(16, 20, 24, 0.32));
}
.ind-hero-phones .iphone-body { max-width: none; }
.ind-hero-phones .iphone--left,
.ind-hero-phones .iphone--right {
  width: clamp(148px, 15.6vw, 188px);
  z-index: 1;
}
.ind-hero-phones .iphone--left { margin-right: clamp(-52px, -5vw, -36px); }
.ind-hero-phones .iphone--right { margin-left: clamp(-52px, -5vw, -36px); }
.ind-hero-phones .iphone--mid {
  width: clamp(196px, 21vw, 248px);
  z-index: 3;
  filter: drop-shadow(0 28px 44px rgba(16, 20, 24, 0.42));
}
@media (max-width: 1080px) {
  .ind-hero-phones { min-height: 0; max-width: 460px; margin: 0 auto; }
  .ind-hero-phones .iphone--left,
  .ind-hero-phones .iphone--right { width: clamp(132px, 28vw, 160px); }
  .ind-hero-phones .iphone--mid { width: clamp(168px, 36vw, 210px); }
}
