.market-demo__home-spot {
    position: relative;
    align-self: center;
    overflow: hidden;
    border: 1px solid rgba(45, 125, 139, .55);
    border-radius: 16px;
    background: #061d2b;
    box-shadow: 0 22px 48px rgba(2, 35, 50, .24);
    color: #fff;
}

.market-demo__home-spot-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #061d2b;
}

.market-demo__home-spot video,
.market-demo__home-spot-mobile,
.market-demo__home-spot-mobile img {
    display: block;
    width: 100%;
    height: 100%;
}

.market-demo__home-spot video,
.market-demo__home-spot-mobile img {
    object-fit: cover;
}

.market-demo__home-spot-mobile {
    display: none;
}

.market-demo__home-spot-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 76px;
    padding: 13px 15px 14px;
    border-top: 1px solid rgba(153, 216, 225, .18);
    background: linear-gradient(115deg, #061d2b, #0a4250);
}

.market-demo__home-spot-bar > div:first-child {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.market-demo__home-spot-bar small {
    color: #75e7df;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.market-demo__home-spot-bar strong {
    font-size: .88rem;
    line-height: 1.3;
}

.market-demo__home-spot-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
}

.market-demo__home-spot-actions button,
.market-demo__home-spot-hidden button {
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 7px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font: inherit;
    font-size: .69rem;
    font-weight: 850;
    cursor: pointer;
}

.market-demo__home-spot-actions button:first-child {
    border-color: #23e5db;
    background: #23e5db;
    color: #052c33;
}

.market-demo__home-spot-actions button:focus-visible,
.market-demo__home-spot-hidden button:focus-visible {
    outline: 3px solid rgba(35, 229, 219, .45);
    outline-offset: 2px;
}

.market-demo__home-spot-hidden {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 88px;
    padding: 18px;
    background: linear-gradient(115deg, #061d2b, #0a4250);
    font-size: .82rem;
}

.market-demo__home-spot.is-hidden .market-demo__home-spot-media,
.market-demo__home-spot.is-hidden .market-demo__home-spot-bar {
    display: none;
}

@media (max-width: 820px) {
    .market-demo__home-spot video { display: none; }
    .market-demo__home-spot-mobile { display: block; }
    .market-demo__home-spot-bar { min-height: 70px; }
    .market-demo__home-spot-actions button:first-child { display: none; }
}

@media (max-width: 560px) {
    .market-demo__home-spot { border-radius: 11px; }
    .market-demo__home-spot-bar { align-items: flex-start; flex-direction: column; padding: 12px; }
    .market-demo__home-spot-actions { width: 100%; }
    .market-demo__home-spot-actions button { flex: 1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
    .market-demo__home-spot video { display: none; }
    .market-demo__home-spot-mobile { display: block; }
    .market-demo__home-spot-actions button:first-child { display: none; }
}
