/* SnapsJo — protected demo image presentation */
.protected-demo-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.protected-demo-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: auto;
}

.protected-demo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.protected-demo-wrap__label {
    position: absolute;
    left: 0.65rem;
    top: 0.65rem;
    z-index: 3;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #faf7f2;
    background: rgba(23, 20, 18, 0.62);
    pointer-events: none;
}

.baby-theme-preview__mat .protected-demo-wrap,
.baby-style-card__preview .protected-demo-wrap,
.upload-theme-preview .protected-demo-wrap,
.review-style-card__preview .protected-demo-wrap,
.hero-portrait-card__demo.protected-demo-wrap {
    position: absolute;
    inset: 0;
}

.baby-theme-preview__mat .protected-demo-wrap__label,
.baby-style-card__preview .protected-demo-wrap__label {
    font-size: 0.62rem;
}

.review-consent {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.review-consent__item {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--ink-muted, #5c534c);
}

.review-consent__item input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.review-consent__item a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.review-privacy-note {
    margin: 0.85rem 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--ink-muted, #5c534c);
}

.upload-privacy-note {
    margin: 1rem 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--ink-muted, #5c534c);
}

@media (prefers-reduced-motion: reduce) {
    .protected-demo-image {
        transition: none;
    }
}
