.live-menu-stage {
    position: relative;
    overflow: hidden;
    padding: 18px 16px 22px;
    border-radius: 20px;
    background: #352d36;
    color: #fff;
}
.live-menu-stage::before,
.live-menu-stage::after {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
}
.live-menu-stage::before {
    top: -210px;
    left: -165px;
    width: 480px;
    height: 480px;
    background: rgba(232, 111, 42, .33);
}
.live-menu-stage::after {
    right: -240px;
    bottom: -260px;
    width: 510px;
    height: 510px;
    border: 1px solid rgba(216, 231, 111, .27);
}
.live-menu-stage-header,
.live-menu-phones,
.live-menu-more {
    position: relative;
    z-index: 1;
}
.live-menu-stage-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 4px 4px;
}
.live-menu-stage-header p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.live-menu-stage-header span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(31, 26, 32, .28);
    color: rgba(255, 255, 255, .82);
    font-size: 10px;
}
.live-menu-stage-header i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d8e76f;
    box-shadow: 0 0 0 3px rgba(216, 231, 111, .12);
}

.live-menu-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 36px;
}
.live-menu-phone {
    margin: 0;
    width: 100%;
    max-width: 408px;
}
.live-menu-device-wrap {
    position: relative;
    overflow: hidden;
    height: 667px;
}
.live-menu-device {
    position: absolute;
    top: 21px;
    left: 50%;
    isolation: isolate;
    width: 408px;
    box-sizing: border-box;
    padding: 9px;
    overflow: hidden;
    border-radius: 37px;
    background: linear-gradient(145deg, #2e3031, #090909 64%, #3b3c3e);
    box-shadow: 0 26px 48px rgba(9, 6, 9, .46), inset 0 0 0 1px rgba(255, 255, 255, .16);
    transform: translateX(-50%);
    transform-origin: top center;
}
.live-menu-screen {
    position: relative;
    width: 390px;
    height: 620px;
    overflow: hidden;
    border-radius: 29px;
    background: #fffdf9;
    clip-path: inset(0 round 29px);
}
.live-menu-screen iframe {
    display: block;
    width: 390px;
    height: 620px;
    border: 0;
    border-radius: 29px;
    background: #fffdf9;
}
.live-menu-fabs {
    position: absolute;
    z-index: 30;
    right: 12px;
    bottom: 13px;
    display: flex;
    flex-direction: column-reverse;
    gap: 7px;
    pointer-events: none;
}
.live-menu-fab {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    box-shadow: 0 7px 16px rgba(0,0,0,.27);
    color: #fff;
}
.live-menu-fab svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.live-menu-fab-phone { background: #c86531; }
.live-menu-fab-whatsapp { background: #25d366; }

.live-menu-phone figcaption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 8px 6px;
    text-align: center;
}
.live-menu-phone figcaption strong {
    font-size: 16px;
    letter-spacing: -.02em;
}
.live-menu-phone figcaption span {
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    line-height: 1.45;
}
.live-menu-phone figcaption a {
    margin-top: 4px;
    color: #f2a15a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.live-menu-phone figcaption a:hover { text-decoration: underline; }

.live-menu-more {
    display: none;
    margin: 8px 0 4px;
    text-align: center;
}
.live-menu-more a {
    color: #f2a15a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.live-menu-more a:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .live-menu-phone:not(:first-child) { display: none; }
    .live-menu-more { display: block; }
}
@media (max-width: 620px) {
    .live-menu-stage { padding: 14px 10px 16px; }
}
