/* =============================================================================
   NexArt Reviews Page — Premium Design
   Scope : body.nexart-reviews-active + .nexart-reviews
   ============================================================================= */

/* OceanWP page chrome reset is centralized in assets/css/nexart.css. */

/* ── ROOT WRAPPER ────────────────────────────────────────────────────────────── */
.nexart-reviews {
    background: var(--nx-bg);
    color: var(--nx-text);
    font-family: var(--nx-font);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* ── CONTAINER ───────────────────────────────────────────────────────────────── */
.nxr-container {
    max-width: var(--nx-max);
    margin: 0 auto;
    padding: 0 40px;
}

/* ── TYPOGRAPHY ──────────────────────────────────────────────────────────────── */
.nxr-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-gold);
    margin: 0 0 16px;
}
.nxr-eyebrow--center { text-align: center; }

.nxr-section-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.13;
    color: var(--nx-text);
    margin: 0 0 52px;
    letter-spacing: -0.02em;
}
.nxr-section-title--center { text-align: center; }

/* ── BUTTONS ─────────────────────────────────────────────────────────────────── */
.nxr-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--nx-font);
    border-radius: var(--nx-radius);
    padding: 14px 28px;
    text-decoration: none;
    transition: all var(--nx-transition);
    cursor: pointer;
    border: none;
    letter-spacing: 0.01em;
}
.nxr-btn--gold {
    background: var(--nx-gold);
    color: #0a0a0a;
}
.nxr-btn--gold:hover {
    background: var(--nx-gold-light);
    color: #0a0a0a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(217,164,65,0.25);
}
.nxr-btn--ghost {
    background: transparent;
    color: var(--nx-text);
    border: 1px solid var(--nx-border-bright);
}
.nxr-btn--ghost:hover {
    border-color: var(--nx-gold);
    color: var(--nx-gold);
    transform: translateY(-2px);
}

/* ── STARS ───────────────────────────────────────────────────────────────────── */
.nxr-stars {
    display: inline-flex;
    gap: 2px;
    align-items: center;
}
.nxr-star {
    width: 15px;
    height: 15px;
    fill: rgba(255,255,255,0.12);
    stroke: none;
    flex-shrink: 0;
}
.nxr-star--filled { fill: var(--nx-gold); }

/* ── VERIFIED BADGE ──────────────────────────────────────────────────────────── */
.nxr-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: var(--nx-gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
.nxr-verified-badge svg {
    width: 12px;
    height: 12px;
    stroke: var(--nx-gold);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* ── IMAGE FALLBACK ──────────────────────────────────────────────────────────── */
.nxr-img-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--nx-bg-card-2) 0%, var(--nx-bg-card) 100%);
    border-radius: inherit;
}

/* =============================================================================
   1. HERO
   ============================================================================= */
.nxr-hero {
    min-height: 88vh;
    padding-top: var(--nx-header-h);
    background: var(--nx-bg-deep);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Ligne dorée en haut */
.nxr-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(217,164,65,0.45) 40%, rgba(217,164,65,0.45) 60%, transparent 100%);
    z-index: 10;
    pointer-events: none;
}

.nxr-hero::after { display: none; }

.nxr-hero-inner {
    display: block;
    max-width: none !important;
    margin: 0 !important;
    padding: 80px 80px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.nxr-hero-left { position: relative; z-index: 2; max-width: 580px; }

.nxr-hero-title {
    font-size: clamp(38px, 5.5vw, 72px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: var(--nx-text);
    margin: 0 0 20px;
}

.nxr-hero-desc {
    font-size: 17px;
    line-height: 1.65;
    color: var(--nx-text-soft);
    margin: 0 0 32px;
    max-width: 480px;
}

/* Hero trust row */
.nxr-hero-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--nx-border);
}
.nxr-hero-trust-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 20px;
}
.nxr-hero-trust-item:first-child { padding-left: 0; }
.nxr-hero-trust-item strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--nx-text);
    display: block;
    line-height: 1.3;
}
.nxr-hero-trust-item span {
    font-size: 11px;
    color: var(--nx-text-mid);
    display: block;
}
.nxr-hero-trust-sep {
    width: 1px;
    height: 30px;
    background: var(--nx-border);
    flex-shrink: 0;
}

/* Image plein-écran : hors du flux, fond de section */
.nxr-hero-right {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.nxr-hero-img-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.nxr-hero-img-wrap img,
.nxr-hero-img-wrap .nxr-img-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

/* Gradient cinématique gauche→droite */
.nxr-hero-img-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(4,4,4,0.97) 0%,
            rgba(4,4,4,0.91) 25%,
            rgba(4,4,4,0.70) 48%,
            rgba(4,4,4,0.28) 68%,
            transparent 100%
        ),
        linear-gradient(to top, rgba(4,4,4,0.82) 0%, transparent 35%);
    z-index: 1;
    pointer-events: none;
}

/* =============================================================================
   2. REVIEWS SUMMARY
   ============================================================================= */
.nxr-summary-section {
    padding: 60px 0;
    background: var(--nx-bg);
}

.nxr-summary-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0;
    align-items: center;
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border-md);
    border-radius: var(--nx-radius-xl);
    overflow: hidden;
    position: relative;
}
.nxr-summary-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 35% 100% at 0% 50%, rgba(217,164,65,0.04) 0%, transparent 70%);
    pointer-events: none;
}

/* Left: big rating */
.nxr-summary-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 40px 48px;
    border-right: 1px solid var(--nx-border);
}
.nxr-big-rating {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: var(--nx-text);
    letter-spacing: -0.04em;
}
.nxr-summary-left .nxr-star { width: 20px; height: 20px; }
.nxr-summary-meta {
    font-size: 13px;
    color: var(--nx-text-soft);
    text-align: center;
    margin: 0;
    line-height: 1.5;
}
.nxr-summary-meta span { color: var(--nx-text-mid); }

/* Middle: rating bars */
.nxr-summary-bars {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 40px 48px;
}
.nxr-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nxr-bar-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--nx-gold);
    width: 28px;
    flex-shrink: 0;
    text-align: right;
}
.nxr-bar-track {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.06);
    border-radius: 99px;
    overflow: hidden;
}
.nxr-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--nx-gold-dark), var(--nx-gold));
    border-radius: 99px;
}
.nxr-bar-pct {
    font-size: 12px;
    color: var(--nx-text-mid);
    width: 34px;
    flex-shrink: 0;
    text-align: left;
}

/* Right: stats */
.nxr-summary-stats {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 1px solid var(--nx-border);
}
.nxr-summary-stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 24px 36px;
    border-bottom: 1px solid var(--nx-border);
}
.nxr-summary-stat:last-child { border-bottom: none; }
.nxr-summary-stat strong {
    font-size: 30px;
    font-weight: 900;
    color: var(--nx-gold);
    letter-spacing: -0.02em;
    line-height: 1;
}
.nxr-summary-stat span {
    font-size: 12px;
    color: var(--nx-text-mid);
    line-height: 1.4;
}

/* =============================================================================
   3. FILTERS
   ============================================================================= */
.nxr-filters-section {
    padding: 0 0 48px;
    background: var(--nx-bg);
}

.nxr-filters-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 18px 24px;
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-lg);
}

.nxr-filter-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nxr-filter-copy strong {
    color: var(--nx-text);
    font-size: 14px;
}

.nxr-filter-copy span {
    color: var(--nx-text-mid);
    font-size: 13px;
}

.nxr-filter-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.nxr-pill {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--nx-font);
    padding: 8px 18px;
    border-radius: 99px;
    border: 1px solid var(--nx-border-md);
    background: transparent;
    color: var(--nx-text-soft);
    cursor: pointer;
    transition: all var(--nx-transition);
    letter-spacing: 0.02em;
    line-height: 1;
    text-decoration: none;
}
.nxr-pill:hover {
    border-color: var(--nx-border-gold);
    color: var(--nx-gold);
}
.nxr-pill--active {
    background: rgba(217,164,65,0.1);
    border-color: var(--nx-border-gold);
    color: var(--nx-gold);
}

.nxr-filter-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.nxr-filter-select {
    appearance: none;
    -webkit-appearance: none;
    background: var(--nx-bg-card-2);
    border: 1px solid var(--nx-border-md);
    border-radius: var(--nx-radius);
    color: var(--nx-text);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--nx-font);
    padding: 9px 40px 9px 16px;
    cursor: pointer;
    transition: border-color var(--nx-transition);
}
.nxr-filter-select:focus {
    outline: none;
    border-color: var(--nx-border-gold);
}
.nxr-filter-select option { background: var(--nx-bg-card); }
.nxr-select-chevron {
    position: absolute;
    right: 12px;
    width: 13px;
    height: 13px;
    stroke: var(--nx-text-mid);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

/* =============================================================================
   4. REVIEW CARDS GRID
   ============================================================================= */
.nxr-cards-section {
    padding: 0 0 80px;
    background: var(--nx-bg);
    scroll-margin-top: calc(var(--nx-header-h) + 20px);
}

.nxr-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nxr-review-card {
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-lg);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform var(--nx-transition), border-color var(--nx-transition), box-shadow var(--nx-transition);
    position: relative;
    overflow: hidden;
}
.nxr-review-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: transparent;
    transition: background var(--nx-transition);
}
.nxr-review-card:hover {
    transform: translateY(-4px);
    border-color: var(--nx-border-gold);
    box-shadow: 0 16px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(217,164,65,0.08);
}
.nxr-review-card:hover::before {
    background: linear-gradient(90deg, transparent, var(--nx-gold), transparent);
}

.nxr-card-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nxr-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.nxr-card-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--nx-text);
}

.nxr-card-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--nx-text);
    margin: 0;
    line-height: 1.3;
}

.nxr-card-text {
    font-size: 14px;
    line-height: 1.62;
    color: var(--nx-text-soft);
    margin: 0;
    flex: 1;
}

.nxr-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--nx-border);
}
.nxr-card-product {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.nxr-card-thumb-wrap {
    width: 38px;
    height: 38px;
    border-radius: var(--nx-radius);
    overflow: hidden;
    border: 1px solid var(--nx-border);
    flex-shrink: 0;
    background: var(--nx-bg-card-2);
}
.nxr-card-thumb-wrap img,
.nxr-card-thumb-wrap .nxr-img-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nxr-card-product-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.nxr-card-product-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--nx-text);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nxr-card-category {
    font-size: 11px;
    color: var(--nx-text-mid);
    display: block;
}
.nxr-card-time {
    font-size: 11px;
    color: var(--nx-text-dim);
    flex-shrink: 0;
    white-space: nowrap;
}

.nxr-favourites-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    margin-top: 42px;
    padding: 34px;
    background: rgba(217,164,65,0.07);
    border: 1px solid rgba(217,164,65,0.22);
    border-radius: var(--nx-radius-lg);
    scroll-margin-top: calc(var(--nx-header-h) + 20px);
}

.nxr-favourites-cta .nxr-section-title {
    max-width: 620px;
    margin-bottom: 12px;
}

.nxr-favourites-cta p:not(.nxr-eyebrow) {
    color: var(--nx-text-soft);
    font-size: 15px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0;
}

.nxr-favourites-cta .nxr-btn {
    flex-shrink: 0;
}

/* =============================================================================
   5. QUOTE TESTIMONIALS
   ============================================================================= */
.nxr-quotes-section {
    padding: 80px 0;
    background: var(--nx-bg-2);
    position: relative;
    overflow: hidden;
}
.nxr-quotes-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(217,164,65,0.05) 0%, transparent 65%);
    pointer-events: none;
}

.nxr-quotes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}

.nxr-quote-card {
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-xl);
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform var(--nx-transition), border-color var(--nx-transition), box-shadow var(--nx-transition);
    position: relative;
}
.nxr-quote-card:hover {
    border-color: var(--nx-border-gold);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 0 1px rgba(217,164,65,0.08);
}

.nxr-quote-mark {
    font-size: 72px;
    line-height: 0.65;
    color: var(--nx-gold);
    font-family: Georgia, 'Times New Roman', serif;
    opacity: 0.55;
    display: block;
    user-select: none;
}

.nxr-quote-text {
    font-size: 15px;
    line-height: 1.72;
    color: var(--nx-text-soft);
    font-style: italic;
    margin: 0;
    flex: 1;
}

.nxr-quote-author {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 18px;
    border-top: 1px solid var(--nx-border);
}
.nxr-quote-author strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--nx-text);
}

/* =============================================================================
   6. REAL HOMES GALLERY
   ============================================================================= */
.nxr-gallery-section {
    padding: 80px 0;
    background: var(--nx-bg-deep);
    scroll-margin-top: calc(var(--nx-header-h) + 20px);
}

.nxr-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.nxr-gallery-item {
    position: relative;
    border-radius: var(--nx-radius-lg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--nx-border);
    background: var(--nx-bg-card-2);
}
.nxr-gallery-item img,
.nxr-gallery-item .nxr-img-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.nxr-gallery-item:hover img { transform: scale(1.04); }

.nxr-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(8,8,8,0.55) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.nxr-gallery-item:hover .nxr-gallery-overlay { opacity: 1; }

.nxr-gallery-cta { text-align: center; }

/* =============================================================================
   7. BENEFITS STRIP
   ============================================================================= */
.nxr-benefits-strip {
    padding: 56px 0;
    background: var(--nx-bg);
    border-top: 1px solid var(--nx-border);
    border-bottom: 1px solid var(--nx-border);
}

.nxr-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.nxr-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 0 28px;
    position: relative;
}
.nxr-benefit-item + .nxr-benefit-item::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 1px;
    background: var(--nx-border);
}

.nxr-benefit-icon {
    width: 44px;
    height: 44px;
    background: rgba(217,164,65,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.nxr-benefit-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--nx-gold);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nxr-benefit-item strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--nx-text);
}
.nxr-benefit-item span {
    font-size: 13px;
    color: var(--nx-text-mid);
    line-height: 1.45;
}

/* =============================================================================
   RESPONSIVE — 1200px
   ============================================================================= */
@media (max-width: 1200px) {
    .nxr-summary-left  { padding: 36px 36px; }
    .nxr-summary-bars  { padding: 36px 36px; }
    .nxr-summary-stat  { padding: 20px 28px; }
    .nxr-summary-stat strong { font-size: 24px; }
}

/* =============================================================================
   RESPONSIVE — 1024px
   ============================================================================= */
@media (max-width: 1024px) {
    .nxr-container { padding: 0 24px; }

    .nxr-hero { min-height: 88vh; }
    .nxr-hero-inner { padding: 72px 24px 64px; }
    .nxr-hero-left { max-width: 100%; }
    .nxr-hero-img-overlay {
        background:
            linear-gradient(180deg, rgba(4,4,4,0.60) 0%, rgba(4,4,4,0.97) 100%),
            linear-gradient(90deg, rgba(4,4,4,0.97) 0%, rgba(4,4,4,0.55) 60%, transparent 100%);
    }

    /* Summary — 2-col layout */
    .nxr-summary-card {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    .nxr-summary-left {
        grid-column: 1;
        grid-row: 1;
        border-right: 1px solid var(--nx-border);
        border-bottom: none;
    }
    .nxr-summary-bars {
        grid-column: 2;
        grid-row: 1;
    }
    .nxr-summary-stats {
        grid-column: 1 / -1;
        grid-row: 2;
        flex-direction: row;
        border-left: none;
        border-top: 1px solid var(--nx-border);
    }
    .nxr-summary-stat {
        flex: 1;
        border-bottom: none;
        border-right: 1px solid var(--nx-border);
        padding: 24px 28px;
    }
    .nxr-summary-stat:last-child { border-right: none; }

    /* Cards — 2 col */
    .nxr-cards-grid { grid-template-columns: repeat(2, 1fr); }

    /* Quotes — 2 col with last spanning */
    .nxr-quotes-grid { grid-template-columns: repeat(2, 1fr); }
    .nxr-quote-card:last-child { grid-column: 1 / -1; }

    /* Gallery — 2 col */
    .nxr-gallery-grid { grid-template-columns: repeat(2, 1fr); }

    /* Benefits — 2 col */
    .nxr-benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .nxr-benefit-item + .nxr-benefit-item::before { display: none; }
    .nxr-benefit-item {
        padding: 20px 28px;
        border-bottom: 1px solid var(--nx-border);
        border-right: 1px solid var(--nx-border);
    }
    .nxr-benefit-item:nth-child(2n) { border-right: none; }
    .nxr-benefit-item:nth-child(3),
    .nxr-benefit-item:nth-child(4) { border-bottom: none; }
}

/* =============================================================================
   RESPONSIVE — 768px
   ============================================================================= */
@media (max-width: 768px) {
    .nxr-hero-title { font-size: clamp(32px, 9vw, 48px); }
    .nxr-hero-desc { font-size: 15px; }

    .nxr-hero-trust { flex-wrap: wrap; row-gap: 4px; }
    .nxr-hero-trust-sep { display: none; }
    .nxr-hero-trust-item {
        flex-direction: row;
        align-items: center;
        gap: 6px;
        padding: 6px 0;
        width: 50%;
    }
    .nxr-hero-trust-item:first-child { padding-left: 0; }

    /* Summary — 1 col */
    .nxr-summary-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .nxr-summary-left {
        border-right: none;
        border-bottom: 1px solid var(--nx-border);
        padding: 32px 24px;
        grid-row: auto;
    }
    .nxr-summary-bars {
        padding: 28px 24px;
        grid-column: 1;
        grid-row: auto;
    }
    .nxr-summary-stats {
        flex-direction: column;
        gap: 0;
    }
    .nxr-summary-stat {
        border-right: none;
        border-bottom: 1px solid var(--nx-border);
        padding: 20px 24px;
    }
    .nxr-summary-stat:last-child { border-bottom: none; }

    /* Filters */
    .nxr-filters-bar { flex-direction: column; align-items: flex-start; }
    .nxr-favourites-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 28px;
    }

    /* Cards — 1 col */
    .nxr-cards-grid { grid-template-columns: 1fr; }

    /* Quotes — 1 col */
    .nxr-quotes-grid { grid-template-columns: 1fr; }
    .nxr-quote-card:last-child { grid-column: auto; }

    /* Gallery — 2 col stays or 1 */
    .nxr-gallery-grid { grid-template-columns: repeat(2, 1fr); }

    /* Benefits — 1 col */
    .nxr-benefits-grid { grid-template-columns: 1fr; }
    .nxr-benefit-item {
        border-right: none !important;
        border-bottom: 1px solid var(--nx-border) !important;
    }
    .nxr-benefit-item:last-child { border-bottom: none !important; }
}

/* =============================================================================
   RESPONSIVE — 480px
   ============================================================================= */
@media (max-width: 480px) {
    .nxr-container { padding: 0 16px; }

    .nxr-summary-card { padding: 0; }
    .nxr-big-rating { font-size: 56px; }
    .nxr-summary-left .nxr-star { width: 16px; height: 16px; }

    .nxr-gallery-grid { grid-template-columns: 1fr; }

    .nxr-btn {
        width: 100%;
        justify-content: center;
    }

    .nxr-hero-trust-item { width: 100%; }

    .nxr-quotes-section { padding: 56px 0; }
    .nxr-quote-card { padding: 28px 24px; }
    .nxr-quote-mark { font-size: 56px; }
}

/* =============================================================================
   REVIEWS UPGRADE: TESTIMONIAL WALL
   ============================================================================= */
.nxr-wall-section {
    padding: 92px 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(217,164,65,0.12), transparent 34%),
        #070707;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(217,164,65,0.14);
    scroll-margin-top: calc(var(--nx-header-h) + 20px);
}

.nxr-wall-head {
    max-width: 760px;
    margin-bottom: 40px;
}

.nxr-wall-grid {
    columns: 3 260px;
    column-gap: 16px;
}

.nxr-wall-card {
    break-inside: avoid;
    margin: 0 0 16px;
    padding: 28px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--nx-border);
}

.nxr-wall-card:nth-child(2n) {
    background: rgba(217,164,65,0.055);
    border-color: var(--nx-border-gold);
}

.nxr-wall-card p {
    color: var(--nx-text-soft);
    font-size: 15px;
    line-height: 1.7;
    margin: 18px 0 24px;
}

.nxr-wall-card div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--nx-border);
    padding-top: 16px;
}

.nxr-wall-card strong {
    color: var(--nx-text);
    font-size: 14px;
}

.nxr-wall-card span:not(.nxr-stars) {
    color: var(--nx-gold);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 768px) {
    .nxr-wall-section { padding: 68px 0; }
    .nxr-wall-grid { columns: 1; }
    .nxr-wall-card { padding: 24px; }
}

/* =============================================================================
   MOBILE-FIRST HARDENING
   ============================================================================= */
.nexart-reviews,
.nexart-reviews * {
    min-width: 0;
}

.nexart-reviews img {
    max-width: 100%;
}

.nxr-btn,
.nxr-filter-btn,
.nxr-review-card,
.nxr-gallery-card {
    min-height: 44px;
}

@media (max-width: 768px) {
    .nxr-hero {
        min-height: 420px;
    }

    .nxr-hero-inner {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .nxr-hero-trust {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 390px) and (max-width: 480px) {
    .nxr-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 389px) {
    .nxr-container {
        padding-left: 14px;
        padding-right: 14px;
    }
}
