/* Review template styles - extracted from reviews/lush-4.html (canonical template) */
@media (min-width:1025px){.navbar-container{padding-left:0.75rem;padding-right:0.75rem;}.navbar-menu{gap:1.1rem;}}

    *, *::before, *::after { box-sizing: border-box; }

    /* ─── REVIEW HERO ───────────────────────────────────────────────────── */
    .pvr-rev-hero {
        min-height: 88vh;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        background: #0d0d14;
        position: relative;
        overflow: hidden;
    }
    .pvr-rev-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
            radial-gradient(ellipse 60% 70% at 15% 50%, rgba(124,58,237,0.22) 0%, transparent 70%),
            radial-gradient(ellipse 40% 50% at 75% 30%, rgba(236,72,153,0.14) 0%, transparent 60%);
        pointer-events: none;
    }
    .pvr-rev-left {
        padding: clamp(3rem, 7vw, 5rem) clamp(2rem, 5vw, 4.5rem);
        position: relative;
        z-index: 2;
    }
    .pvr-rev-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: #a78bfa;
        margin-bottom: 1.25rem;
    }
    .pvr-rev-eyebrow span {
        width: 20px;
        height: 1px;
        background: #a78bfa;
        display: inline-block;
    }
    .pvr-rev-h1 {
        font-size: clamp(2.2rem, 4.5vw, 3.6rem);
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: -0.03em;
        color: #fff;
        margin-bottom: 1.25rem;
    }
    .pvr-rev-h1 em {
        font-style: normal;
        background: linear-gradient(90deg, #a78bfa 0%, #f472b6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .pvr-rev-score {
        display: flex;
        align-items: baseline;
        gap: 0.6rem;
        margin-bottom: 1.5rem;
    }
    .pvr-rev-score-n {
        font-size: 3.2rem;
        font-weight: 900;
        line-height: 1;
        background: linear-gradient(90deg, #a78bfa 0%, #f472b6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .pvr-rev-score-label {
        font-size: 1rem;
        color: rgba(255,255,255,0.75);
        font-weight: 500;
    }
    .pvr-rev-pills {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    .pvr-rev-pill {
        background: rgba(255,255,255,0.07);
        border: 1px solid rgba(255,255,255,0.12);
        color: rgba(255,255,255,0.75);
        font-size: 0.78rem;
        font-weight: 600;
        padding: 0.3rem 0.85rem;
        border-radius: 999px;
    }
    .pvr-rev-cta {
        display: flex;
        gap: 0.85rem;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 1.75rem;
    }
    .pvr-btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
        color: #fff;
        font-weight: 700;
        font-size: 0.95rem;
        padding: 0.85rem 1.75rem;
        border-radius: 999px;
        text-decoration: none;
        transition: opacity 0.2s, transform 0.2s;
        border: none;
        white-space: nowrap;
    }
    .pvr-btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
    .pvr-btn-ghost {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: rgba(255,255,255,0.07);
        color: rgba(255,255,255,0.85);
        font-weight: 600;
        font-size: 0.95rem;
        padding: 0.85rem 1.75rem;
        border-radius: 999px;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,0.12);
        transition: background 0.2s;
        white-space: nowrap;
    }
    .pvr-btn-ghost:hover { background: rgba(255,255,255,0.12); }
    .pvr-rev-trust {
        display: flex;
        gap: 1.25rem;
        flex-wrap: wrap;
        font-size: 0.75rem;
        color: rgba(255,255,255,0.6);
        font-weight: 500;
    }

    /* ─── RIGHT PANEL ───────────────────────────────────────────────────── */
    .pvr-rev-right {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.25rem;
        padding: 3rem 2rem;
    }
    .pvr-rev-glow {
        position: absolute;
        width: 460px;
        height: 460px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(124,58,237,0.28) 0%, transparent 70%);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        pointer-events: none;
    }
    .pvr-rev-badge {
        position: relative;
        z-index: 3;
        background: linear-gradient(135deg,#3730a3,#1e1b4b);
        color: #fff;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        padding: 0.4rem 1.2rem;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,0.18);
    }
    .pvr-rev-img {
        position: relative;
        z-index: 2;
        width: 260px;
        height: 360px;
        object-fit: contain;
        filter: drop-shadow(0 30px 60px rgba(124,58,237,0.45));
        animation: pvr-float 5s ease-in-out infinite;
    }
    @keyframes pvr-float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-16px); }
    }
    .pvr-rev-card {
        position: relative;
        z-index: 3;
        background: rgba(255,255,255,0.06);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 16px;
        padding: 1rem 2rem;
        text-align: center;
        min-width: 210px;
    }
    .pvr-rev-card-rating { font-size: 1rem; color: #a78bfa; font-weight: 700; }
    .pvr-rev-card-price { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-top: 0.3rem; }
    .pvr-rev-card-price-old { font-size: 0.75rem; color: rgba(255,255,255,0.35); text-decoration: line-through; margin-right: 0.3rem; }
    .pvr-rev-card-buy {
        display: inline-block;
        margin-top: 0.65rem;
        padding: 0.4rem 1.25rem;
        background: linear-gradient(90deg,#7C3AED,#EC4899);
        color: #fff;
        font-size: 0.78rem;
        font-weight: 700;
        border-radius: 999px;
        text-decoration: none;
        white-space: nowrap;
    }

    /* ─── SCROLL HINT ───────────────────────────────────────────────────── */
    .pvr-scroll-hint {
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
        color: rgba(255,255,255,0.5);
        font-size: 0.62rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        transition: color 0.25s;
    }
    .pvr-scroll-hint:hover { color: rgba(255,255,255,0.85); }
    .pvr-scroll-hint-chevron {
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: pvr-scroll-bounce 2.2s ease-in-out infinite;
        transition: border-color 0.25s;
    }
    .pvr-scroll-hint:hover .pvr-scroll-hint-chevron { border-color: rgba(255,255,255,0.4); }
    @keyframes pvr-scroll-bounce {
        0%, 100% { transform: translateY(0); opacity: 0.6; }
        50% { transform: translateY(7px); opacity: 1; }
    }

    @media (max-width: 860px) {
        .pvr-rev-hero { grid-template-columns: 1fr; min-height: auto; }
        .pvr-rev-right { display: none; }
        .pvr-rev-left { padding: 4rem 1.5rem 3rem; }
        .pvr-rev-h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
        .pvr-scroll-hint { display: none; }
        @keyframes pvr-float { 0%, 100% { transform: none; } }
    }

    /* ─── SIDEBAR PRICE CARD (clean, no fake strikethrough) ─────────────── */
    .pvr-sidebar-price {
        background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
        color: white;
        padding: 1.75rem 1.5rem;
        border-radius: var(--radius-lg);
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .pvr-sidebar-price-label {
        font-size: 0.68rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        opacity: 0.7;
        margin-bottom: 0.4rem;
    }
    .pvr-sidebar-price-amount {
        font-size: 2.8rem;
        font-weight: 900;
        line-height: 1;
        margin-bottom: 1.25rem;
    }
    .pvr-sidebar-price-buy {
        display: block;
        background: #fff;
        color: #5B21B6;
        font-weight: 700;
        padding: 0.85rem 1rem;
        border-radius: var(--radius-md);
        text-decoration: none;
        font-size: 0.95rem;
        transition: opacity 0.2s;
    }
    .pvr-sidebar-price-buy:hover { opacity: 0.92; }
    .pvr-sidebar-price-note {
        margin: 0.75rem 0 0;
        font-size: 0.78rem;
        opacity: 0.75;
    }

    /* ─── MOBILE HERO IMAGE ─────────────────────────────────────────────── */
    .pvr-rev-mobile-img { display: none; }
    @media (max-width: 860px) {
        .pvr-rev-mobile-img {
            display: block;
            text-align: center;
            margin: 1.5rem auto 0;
        }
        .pvr-rev-mobile-img img {
            width: 180px;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(124,58,237,0.5));
        }
        .pvr-rev-card { backdrop-filter: none; }
    }

    /* ─── MOBILE STICKY BUY BAR ─────────────────────────────────────────── */
    .pvr-sticky-bar {
        display: none;
    }
    @media (max-width: 860px) {
        .pvr-sticky-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 200;
            background: #0d0d14;
            border-top: 1px solid rgba(255,255,255,0.1);
            padding: 0.75rem 1.25rem;
            gap: 0.75rem;
        }
        .pvr-sticky-bar-info {
            display: flex;
            flex-direction: column;
            min-width: 0;
        }
        .pvr-sticky-bar-name {
            font-size: 0.75rem;
            font-weight: 700;
            color: rgba(255,255,255,0.55);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .pvr-sticky-bar-price {
            font-size: 1.1rem;
            font-weight: 900;
            color: #fff;
            line-height: 1.1;
        }



        /* ── Sticky bar enhancements ── */
        .pvr-sticky-bar-badge {
            display: inline-block;
            background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
            color: #fff;
            font-size: 0.6rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            padding: 0.15rem 0.45rem;
            border-radius: 999px;
            margin-left: 0.4rem;
            vertical-align: middle;
            text-transform: uppercase;
        }
        .pvr-sticky-bar-price-wrap {
            display: flex;
            align-items: baseline;
            gap: 0.4rem;
        }
        .pvr-sticky-bar-price-old {
            font-size: 0.78rem;
            font-weight: 500;
            color: rgba(255,255,255,0.35);
            text-decoration: line-through;
            line-height: 1.1;
        }
        .pvr-sticky-bar-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
            color: #fff;
            font-weight: 700;
            font-size: 0.9rem;
            padding: 0.7rem 1.5rem;
            border-radius: 999px;
            text-decoration: none;
            white-space: nowrap;
            flex-shrink: 0;
        }
    }
    

@media (max-width: 640px) {
    .pvr-ratings-grid { grid-template-columns: 1fr !important; }
}


        @media (max-width: 1024px) {
            article .container > div { grid-template-columns: 1fr !important; }
            article aside { position: static !important; max-width: 500px; margin: 2rem auto 0; }
            .mobile-product-image { display: block !important; }
            article aside > div:first-child { display: none; }
        }
    
.pvr-faq-item > summary::-webkit-details-marker{display:none}.pvr-faq-item > summary{list-style:none}

/* ── Competitor review pages: responsive hardening ───────────────────── */
.pvr-cmp .container { padding-left: 1.1rem; padding-right: 1.1rem; }
.pvr-cmp ul { padding-left: 1.35rem; }
.pvr-cmp li { margin-bottom: .35rem; }
.pvr-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 2.5rem; }
.pvr-tablewrap table { min-width: 340px; }
.pvr-cmp h1, .pvr-cmp h2, .pvr-cmp h3 { overflow-wrap: anywhere; }
.pvr-cmp td, .pvr-cmp th { overflow-wrap: anywhere; }

@media (max-width: 1024px) {
  /* sidebar must stop being sticky once it stacks under the article */
  .pvr-cmp aside { position: static !important; top: auto !important; }
}
@media (max-width: 640px) {
  .pvr-cmp .container { padding-left: .9rem; padding-right: .9rem; }
  .pvr-cmp .grid.grid-2, .pvr-cmp .grid.grid-3 { grid-template-columns: 1fr !important; }
  .pvr-cmp table { font-size: .88rem; }
  .pvr-cmp h2 { font-size: 1.4rem; }
}
