/* Custom Smartphone Frame */
.phone-frame {
    border: 14px solid #1f2937;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 24px;
    background: #1f2937;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 10;
}
