.iphone15-frame {
  width: 390px;
  height: 844px;
  background: #fff;
  border-radius: 48px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  border: 8px solid #222;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iphone15-notch {
  width: 210px;
  height: 32px;
  background: #222;
  border-radius: 0 0 24px 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.iphone15-screen {
  width: 100%;
  height: 100%;
  padding-top: 32px;
  box-sizing: border-box;
  position: relative;
  background: #f9fafb;
  border-radius: 40px;
  overflow: hidden;
}
iframe {
  border: none;
  height: 100%;
  background: #f9fafb;
} 