/* ==========================================================================
   Parte 3: Scheda prodotto, Quick view, Cart drawer, Achievements, Lightbox,
   modali info, Quest Victory
   ========================================================================== */

/* --- SCHEDA PRODOTTO ------------------------------------------------------- */
.np-product { padding: 24px 0 96px; }
@media (min-width: 640px) { .np-product { padding-top: 32px; } }
@media (min-width: 1024px) { .np-product { padding-bottom: 60px; } }
.np-product__back { margin-bottom: 24px; }
.np-product__grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; margin-bottom: 64px; }
@media (min-width: 1024px) { .np-product__grid { grid-template-columns: 7fr 5fr; gap: 48px; } }
.np-product__gallery { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.np-product__info { display: flex; flex-direction: column; gap: 20px; }
.np-product__chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 8px; }
.np-product__title { font-size: 30px; line-height: 1; letter-spacing: -.01em; text-transform: uppercase; }
@media (min-width: 640px) { .np-product__title { font-size: 48px; } }
/* Seconda riga del nome (piattaforma · regione), come .np-qv__subtitle nel quick view */
.np-product__title-sub { display: block; margin-top: 10px; font: 700 12px/1.5 var(--np-font-mono); letter-spacing: .06em; text-transform: uppercase; opacity: .6; }
@media (min-width: 640px) { .np-product__title-sub { font-size: 13px; } }
.np-product__meta { font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; margin-top: 4px; }

.np-gallery { position: relative; width: 100%; aspect-ratio: 1 / 1; background: var(--np-light-2); border: 4px solid var(--np-black); border-radius: 10px; overflow: hidden; cursor: zoom-in; box-shadow: 6px 6px 0 var(--np-shadow); display: flex; align-items: center; justify-content: center; }
.np-gallery__img { width: 100%; height: 100%; object-fit: cover; transition: transform .15s; }
.np-gallery.is-zoom .np-gallery__img { transform: scale(1.25); }
.np-gallery__badges { position: absolute; top: 12px; left: 12px; z-index: 3; display: flex; flex-wrap: wrap; gap: 6px; }
.np-gallery__hint { position: absolute; top: 12px; right: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; font: 400 11px/1.4 var(--np-font-mono); color: #fff; background: rgba(17,17,17,.8); border: 1px solid rgba(255,255,255,.4); border-radius: 4px; opacity: .8; transition: opacity .15s; }
.np-gallery:hover .np-gallery__hint { opacity: 1; }
.np-gallery__hint span { display: none; }
@media (min-width: 640px) { .np-gallery__hint span { display: inline; } }
.np-gallery__counter { position: absolute; bottom: 12px; right: 12px; z-index: 3; padding: 4px 10px; font: 700 12px/1.4 var(--np-font-mono); color: #fff; background: rgba(0,0,0,.8); border: 1px solid rgba(255,255,255,.2); border-radius: 4px; }
.np-gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--np-black); color: #fff; border: 2px solid #000; box-shadow: 2px 2px 0 #000; opacity: .9; transition: all .15s; }
.np-gallery__nav--prev { left: 12px; } .np-gallery__nav--next { right: 12px; }
.np-gallery__nav:hover { background: var(--np-cyan); color: var(--np-black); box-shadow: 0 0 12px var(--np-cyan); opacity: 1; }
.np-thumbs { display: flex; align-items: center; justify-content: safe center; gap: 12px; overflow-x: auto; padding: 4px 4px 8px; }
.np-thumbs__item { position: relative; width: 80px; height: 80px; flex-shrink: 0; background: var(--np-surface); border: 1px solid #000; opacity: .8; overflow: hidden; transition: all .15s; }
@media (min-width: 640px) { .np-thumbs__item { width: 96px; height: 96px; } }
.np-thumbs__item img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.np-thumbs__item:hover { opacity: 1; border-color: var(--np-cyan); box-shadow: 0 0 8px var(--np-cyan); }
.np-thumbs__item.is-active { opacity: 1; border: 2px solid var(--np-cyan); box-shadow: 0 0 10px rgba(0,179,204,.7); transform: scale(1.05); }
.np-thumbs__active { display: none; position: absolute; left: 0; right: 0; bottom: 0; background: var(--np-cyan); color: var(--np-black); font: 700 9px/1.4 var(--np-font-mono); text-align: center; letter-spacing: .05em; }
.np-thumbs__item.is-active .np-thumbs__active { display: block; }
.np-assurance-line { padding: 12px; background: var(--np-surface); border: 2px solid var(--np-black); box-shadow: 2px 2px 0 var(--np-black); display: flex; align-items: center; justify-content: space-between; gap: 8px; font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; }
.np-assurance-line__main { display: inline-flex; align-items: center; gap: 8px; }
.np-assurance-line__id { display: none; font-size: 11px; }
@media (min-width: 640px) { .np-assurance-line__id { display: inline; } }
.np-pricebox { padding: 16px; border: 2px solid var(--np-black); box-shadow: 3px 3px 0 var(--np-black); background: var(--np-surface); color: var(--np-fg); display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.np-pricebox__label { display: block; font: 700 10px/1.4 var(--np-font-mono); text-transform: uppercase; }
.np-pricebox__row { display: flex; align-items: baseline; gap: 12px; }
.np-pricebox__amount { font: 900 36px/1 var(--np-font-mono); letter-spacing: -.02em; }
@media (min-width: 640px) { .np-pricebox__amount { font-size: 48px; } }
.np-pricebox__was { font: 700 14px/1 var(--np-font-mono); color: #888888; text-decoration: line-through; }
.np-pricebox__side { align-self: center; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; text-align: right; font: 700 11px/1.4 var(--np-font-mono); text-transform: uppercase; }
.np-pricebox__side-line--now { display: inline-flex; align-items: center; gap: 6px; color: #16a34a; }
.np-pricebox__dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; flex-shrink: 0; animation: np-scarcity-dot-pulse 1.5s ease-in-out infinite; }
@keyframes np-scarcity-dot-pulse {
	0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34, 197, 94, .6); }
	50% { opacity: .7; box-shadow: 0 0 0 5px rgba(34, 197, 94, 0); }
}
.np-scarcity { width: 100%; padding: 12px 16px; border: 3px solid var(--np-black); border-radius: 6px; text-align: center; }
.np-scarcity__title { font-size: 24px; letter-spacing: .02em; line-height: 1.1; }
.np-scarcity__sub { display: block; margin-top: 4px; font: 500 12px/1.4 var(--np-font-body); }
.np-scarcity__link { text-decoration: underline; cursor: pointer; }
.np-scarcity--last { background: #E6007E; color: #fff; animation: np-scarcity-pulse 3s ease-in-out infinite; }
.np-scarcity--low { background: #FFE600; color: #111111; }
.np-scarcity--ok { background: #00B3CC; color: #fff; }
.np-scarcity--out { background: #333333; color: #fff; }
@keyframes np-scarcity-pulse {
	0%, 100% { box-shadow: 0 0 0 rgba(230, 0, 126, 0); }
	50% { box-shadow: 0 0 18px rgba(230, 0, 126, .7); }
}
.np-stock { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; font: 700 11px/1.4 var(--np-font-mono); text-transform: uppercase; letter-spacing: .05em; border: 2px solid #000; box-shadow: 2px 2px 0 #000; }
.np-stock--ok { background: var(--np-cyan); color: var(--np-black); }
.np-stock--out { background: var(--np-magenta); color: #fff; }
.np-descbox { padding: 16px; border-radius: 6px; border: 2px solid var(--np-black); background: var(--np-surface); color: var(--np-fg); }
.np-descbox__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px solid var(--np-border-soft); }
.np-descbox__label { display: inline-flex; align-items: center; gap: 6px; font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; color: var(--np-cyan); }
.np-descbox__tag { font: 700 10px/1.4 var(--np-font-mono); }
.np-descbox__text { font-size: 16px; font-weight: 500; line-height: 1.6; }
.np-descbox__text p { margin-bottom: .6em; }
.np-transparency { padding: 16px; border: 3px solid var(--np-black); border-radius: 6px; box-shadow: 4px 4px 0 var(--np-black); background: var(--np-surface); color: var(--np-fg); }
.np-transparency__head { display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid rgba(0,0,0,.2); padding-bottom: 8px; margin-bottom: 12px; }
.np-transparency__head h3 { display: inline-flex; align-items: center; gap: 8px; font-size: 18px; text-transform: uppercase; }
@media (min-width: 640px) { .np-transparency__head h3 { font-size: 20px; } }
.np-transparency__tag { font: 700 10px/1.4 var(--np-font-mono); background: #000; color: var(--np-yellow); padding: 2px 6px; text-transform: uppercase; }
.np-transparency__list { display: flex; flex-direction: column; gap: 10px; font: 500 12px/1.5 var(--np-font-mono); }
.np-transparency__list li, .np-qv__inspection-list > div { display: flex; align-items: flex-start; gap: 10px; }
.np-transparency__list strong { text-transform: uppercase; }
.np-transparency__ico { width: 20px; height: 20px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.np-transparency__ico--cyan { background: rgba(0,179,204,.15); border: 1px solid rgba(0,179,204,.4); }
.np-transparency__ico--magenta { background: rgba(230,0,126,.15); border: 1px solid rgba(230,0,126,.4); }
.np-transparency__ico--yellow { background: rgba(255,230,0,.15); border: 1px solid rgba(255,230,0,.4); }
/* Perizia Vault (inc/inspection.php): badge livello, Vault Grade, righe pesate, difetti */
.np-insp__tag { font: 700 10px/1.4 var(--np-font-mono); padding: 2px 6px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; border: 1.5px solid transparent; }
.np-insp__tag--base { background: transparent; color: var(--np-fg); border-color: currentColor; opacity: .7; }
.np-insp__tag--verified { background: #000; color: var(--np-yellow); }
.np-insp__tag--complete { background: var(--np-magenta); color: #fff; }
.np-grade { display: flex; align-items: center; gap: 14px; padding: 10px 12px; margin-bottom: 8px; border: 2px solid currentColor; border-radius: 4px; color: var(--np-fg); }
.np-grade__letter { flex-shrink: 0; width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; font-size: 40px; line-height: 1; color: #fff; background: var(--np-grade-c, #111); border-radius: 3px; }
.np-grade__txt { display: flex; flex-direction: column; min-width: 0; }
.np-grade__kicker { font: 700 10px/1.4 var(--np-font-mono); letter-spacing: .1em; opacity: .75; }
.np-grade__name { font-size: 22px; line-height: 1.05; text-transform: uppercase; }
.np-grade__desc { font: 500 12px/1.4 var(--np-font-body); opacity: .85; }
.np-grade--s { --np-grade-c: var(--np-magenta); border-color: var(--np-magenta); }
.np-grade--a { --np-grade-c: var(--np-cyan); border-color: var(--np-cyan); }
.np-grade--b { --np-grade-c: #b89a00; border-color: #b89a00; }
.np-grade--c { --np-grade-c: #111; border-color: #111; }
.np-grade--d { --np-grade-c: #7c7c80; border-color: #7c7c80; }
.np-grade__legend { margin: 0 0 12px; font: 500 12px/1.5 var(--np-font-body); }
.np-grade__legend summary { cursor: pointer; font: 700 11px/1.4 var(--np-font-mono); text-transform: uppercase; letter-spacing: .05em; color: var(--np-cyan); }
.np-grade__legend ul { margin: 8px 0 6px; display: flex; flex-direction: column; gap: 6px; }
.np-grade__legend-row { display: flex; align-items: center; gap: 10px; border: 0; padding: 0; }
.np-grade__legend-row > span { flex-shrink: 0; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; color: #fff; background: var(--np-grade-c, #111); border-radius: 2px; }
.np-grade__legend p { opacity: .75; }
.np-insp__row--w1 > div > span { color: #8a6d00; }
.np-insp__row--w2 > div > span, .np-insp__row--w3 > div > span { color: var(--np-magenta); }
.np-insp__defects { margin: 4px 0 0; padding-left: 16px; list-style: square; display: flex; flex-direction: column; gap: 2px; color: var(--np-fg); }
.np-insp__photos { display: block; margin-top: 4px; color: var(--np-fg); }
.np-insp__photo { font: inherit; color: var(--np-cyan); text-decoration: underline; text-underline-offset: 2px; cursor: pointer; background: none; border: 0; padding: 0; }
.np-insp__photo:hover { color: var(--np-magenta); }
.np-insp__note { margin-top: 12px; padding-top: 8px; border-top: 1px dashed var(--np-border-soft); font: 500 11px/1.5 var(--np-font-mono); opacity: .75; }
.np-report { padding: 16px; border: 3px solid var(--np-black); box-shadow: 3px 3px 0 var(--np-black); background: var(--np-surface); color: var(--np-fg); }
.np-report__head { display: flex; align-items: center; gap: 8px; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid var(--np-border-soft); font-size: 16px; letter-spacing: .1em; text-transform: uppercase; }
@media (min-width: 640px) { .np-report__head { font-size: 18px; } }
.np-report__sq { width: 10px; height: 10px; background: var(--np-cyan); border: 1px solid #000; flex-shrink: 0; }
.np-report p { font-size: 16px; font-weight: 600; line-height: 1.6; }
.np-report p.np-report__line { margin-top: 8px; }
.np-rewards { background: var(--np-black); color: #fff; padding: 16px; border: 3px solid #000; box-shadow: 4px 4px 0 var(--np-cyan); }
.np-rewards__label { display: block; font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; margin-bottom: 4px; }
.np-rewards__row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.np-rewards__item { display: inline-flex; align-items: center; gap: 8px; }
.np-rewards__item .np-arcade { font-size: 24px; letter-spacing: .05em; }
.np-product__cta { display: flex; flex-direction: column; gap: 8px; }
.np-product__cta form.cart { display: flex; flex-direction: column; gap: 8px; margin: 0; }
.np-qty { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; text-align: center; }
.np-qty__label { font-family: var(--np-font-display); font-size: 14px; letter-spacing: 1px; color: var(--np-fg); text-transform: uppercase; }
.np-qty__btn { width: 40px; height: 40px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; padding: 0; background: #111111; border: 2px solid var(--np-cyan); color: #fff; font-family: var(--np-font-display); font-size: 24px; line-height: 1; cursor: pointer; transition: background-color .2s, border-color .2s, transform .1s; }
.np-qty__btn:hover:not(:disabled) { background: var(--np-magenta); border-color: var(--np-magenta); }
.np-qty__btn:active:not(:disabled) { transform: scale(.92); }
.np-qty__btn:disabled { opacity: .4; cursor: not-allowed; }
.np-qty__input { width: 60px; height: 40px; flex-shrink: 0; text-align: center; background: #fff; border: 2px solid #000; color: #111111; font-family: var(--np-font-display); font-size: 20px; padding: 0; border-radius: 0; -moz-appearance: textfield; caret-color: transparent; }
.np-qty__input::-webkit-outer-spin-button, .np-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.np-qty__avail { font-family: var(--np-font-body); font-weight: 700; font-size: 12px; letter-spacing: .02em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; white-space: nowrap; background: radial-gradient(ellipse at center, rgba(17,17,17,.9) 0%, rgba(17,17,17,.55) 75%, rgba(17,17,17,0) 100%); }
.np-qty__avail--magenta { color: var(--np-magenta); }
.np-qty__avail--yellow { color: var(--np-yellow); }
.np-qty__avail--cyan { color: var(--np-cyan); }
.np-product__cta .single_add_to_cart_button { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 24px; font-family: var(--np-font-display); font-size: 18px; letter-spacing: .06em; color: #fff; background: var(--np-magenta); border: 2.5px solid var(--np-black); border-radius: 6px; box-shadow: 0 4px 0 #000; cursor: pointer; position: relative; overflow: hidden; transition: transform .12s, box-shadow .12s; }
.np-cart-iconwrap { position: relative; display: inline-flex; }
.single_add_to_cart_button .np-cart-iconwrap::before, .np-sticky-bar__btn .np-cart-iconwrap::before { content: ''; display: inline-block; width: 23px; height: 18px; flex-shrink: 0; border: 2px solid transparent; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' fill='%23ffffff' shape-rendering='crispEdges'%3E%3Crect x='1' y='2' width='3' height='1'/%3E%3Crect x='3' y='3' width='1' height='1'/%3E%3Crect x='4' y='4' width='1' height='1'/%3E%3Crect x='5' y='5' width='15' height='1'/%3E%3Crect x='5' y='6' width='1' height='5'/%3E%3Crect x='19' y='6' width='1' height='5'/%3E%3Crect x='6' y='10' width='13' height='1'/%3E%3Crect x='9' y='6' width='1' height='4'/%3E%3Crect x='13' y='6' width='1' height='4'/%3E%3Crect x='16' y='6' width='1' height='4'/%3E%3Crect x='7' y='13' width='3' height='3'/%3E%3Crect x='15' y='13' width='3' height='3'/%3E%3C/svg%3E") no-repeat center / contain; image-rendering: pixelated; animation: np-cart-icon-glow 2.2s ease-in-out infinite; transition: transform .2s ease, border-color .2s ease; }
.single_add_to_cart_button:hover .np-cart-iconwrap::before, .np-sticky-bar__btn:hover .np-cart-iconwrap::before { animation: np-cart-icon-glow-hover .8s ease-in-out infinite; }
.single_add_to_cart_button:active .np-cart-iconwrap::before, .np-sticky-bar__btn:active .np-cart-iconwrap::before { transform: scale(.95); transition: transform .1s ease; }
.np-cart-iconwrap.is-tap::before { animation: np-cart-icon-tap-flash .3s ease-in-out !important; }
.np-cart-iconwrap.is-confirm::before { animation: np-cart-icon-confirm-pulse .3s ease-in-out 3 !important; }
@media (min-width: 640px) { .np-product__cta .single_add_to_cart_button { font-size: 20px; } }
.np-product__cta .single_add_to_cart_button::before { content: ''; position: absolute; top: -60%; bottom: -60%; width: 96px; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 50%, rgba(255,255,255,0) 100%); transform: skewX(-22deg); pointer-events: none; animation: np-btn-sweep 3.2s ease-in-out infinite; }
@keyframes np-btn-sweep { 0% { left: -25%; } 35%, 100% { left: 125%; } }
.np-product__cta .single_add_to_cart_button:hover::before { animation-duration: 1.1s; }
.np-product__cta .single_add_to_cart_button:hover { transform: translateY(-3px); box-shadow: 0 7px 0 #000; }
.np-product__cta .single_add_to_cart_button:active { transform: translateY(4px); box-shadow: none; }
.np-product__cta .single_add_to_cart_button.loading { opacity: .6; }
.np-product__cta .stock { display: none; }
.np-product__cta .woocommerce-variation-price { font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; margin-bottom: 8px; }
.np-product__guarantee { padding: 8px; background: var(--np-black); border: 1px solid #000; display: flex; align-items: center; justify-content: center; gap: 8px; font: 700 11px/1.4 var(--np-font-mono); color: var(--np-yellow); text-align: center; }

/* Tab / accordion */
.np-tabs-section { margin-bottom: 64px; border-top: 4px solid var(--np-black); padding-top: 40px; }
.np-tabs { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.np-tab { display: inline-flex; align-items: center; gap: 10px; font-family: var(--np-font-display); font-size: 14px; letter-spacing: .05em; padding: 12px 24px; border: 2px solid #000; background: var(--np-surface); color: var(--np-fg); box-shadow: 2px 2px 0 #000; transition: all .15s; }
.np-tab:hover { background: var(--np-light); box-shadow: 3px 3px 0 #000; }
.np-tab.is-active { background: var(--np-black); color: #fff; border-color: #000; box-shadow: 4px 4px 0 #000; outline: 1px solid #000; }
.np-tab.is-active .np-icon { color: var(--np-cyan); }
.np-tabs__panel { padding: 32px; border: 4px solid var(--np-black); box-shadow: 6px 6px 0 var(--np-shadow); border-radius: 10px; background: var(--np-surface); color: var(--np-fg); }
.np-tabs__content { display: none; max-width: 56rem; font-size: 16px; font-weight: 500; line-height: 1.6; }
.np-tabs__content.is-active { display: block; }
.np-tabs__content p { margin-bottom: 16px; }
.np-panel__title { font-size: 24px; text-transform: uppercase; margin-bottom: 16px; }
.np-panel__badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.np-panel__badges--end { margin: 8px 0 0; }
/* Perizia Vault nella scheda Analisi (nerdpick_inspection_render_panel): stato codificato sul bordo sinistro */
.np-insp-panel { margin: 4px 0 20px; padding: 16px; border: 2px solid var(--np-black); background: var(--np-surface); }
.np-insp-panel__head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 12px; }
.np-insp-panel__head h4 { font-size: 20px; letter-spacing: .05em; margin: 0; }
.np-insp-panel__grade { display: inline-flex; align-items: center; gap: 8px; font: 700 11px/1 var(--np-font-mono); text-transform: uppercase; letter-spacing: .05em; }
.np-insp-panel__grade b { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; font-size: 20px; font-weight: 400; color: #fff; background: var(--np-grade-c, #111); border-radius: 3px; }
.np-insp-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 640px) { .np-insp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.np-insp-cell { display: flex; flex-direction: column; gap: 3px; min-width: 0; padding: 10px 12px; border: 1.5px solid var(--np-border-soft); border-left: 4px solid var(--np-cyan); }
.np-insp-cell:has(.np-insp__defects) { grid-column: 1 / -1; }
.np-insp-cell--w1 { border-left-color: #b89a00; }
.np-insp-cell--w2, .np-insp-cell--w3 { border-left-color: var(--np-magenta); }
.np-insp-cell__label { font: 700 10px/1.4 var(--np-font-mono); text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.np-insp-cell__value { font: 600 14px/1.45 var(--np-font-body); overflow-wrap: anywhere; }
.np-insp-cell--w1 .np-insp-cell__value { color: #8a6d00; }
.np-insp-cell--w2 .np-insp-cell__value, .np-insp-cell--w3 .np-insp-cell__value { color: var(--np-magenta); }
.np-insp-cell .np-insp__defects { font-weight: 500; }
.np-accordion__body .np-insp-panel { margin-top: 16px; }
.np-panel__prose p { margin-bottom: 16px; }
.np-panel__prose ul { list-style: disc; padding-left: 20px; margin-bottom: 16px; }
.np-panel__prose img { margin: 12px 0; border: 2px solid var(--np-black); }
.np-specs { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .np-specs { grid-template-columns: repeat(2, 1fr); } }
.np-spec { padding: 16px; border: 2px solid #000; background: var(--np-surface); }
.np-spec__label { display: block; font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; }
.np-spec__value { font-size: 18px; text-transform: uppercase; }
.np-accordion { display: flex; flex-direction: column; gap: 12px; }
.np-accordion__item { border: 2px solid #000; overflow: hidden; background: var(--np-surface); }
.np-accordion__head { width: 100%; padding: 16px; background: var(--np-black); color: #fff; display: flex; align-items: center; justify-content: space-between; font-size: 16px; letter-spacing: .05em; }
.np-accordion__chev { transition: transform .2s; }
.np-accordion__item.is-open .np-accordion__chev { transform: rotate(180deg); color: var(--np-cyan); }
.np-accordion__body { display: none; padding: 16px; border-top: 2px solid #000; font-size: 14px; font-weight: 500; line-height: 1.6; }
.np-accordion__item.is-open .np-accordion__body { display: block; }
.np-accordion__body--mono { font: 500 12px/1.6 var(--np-font-mono); }
.np-accordion__body p { margin-bottom: 8px; }
.np-accordion__note { font: 700 12px/1.4 var(--np-font-mono); color: var(--np-cyan); }
.np-related { margin-bottom: 80px; }
.np-sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: var(--np-black); color: #fff; border-top: 4px solid #000; padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -4px 20px rgba(0,0,0,.8); }
.np-sticky-bar__label { display: block; font: 400 10px/1.4 var(--np-font-mono); color: #9ca3af; text-transform: uppercase; }
.np-sticky-bar__price { font-size: 24px; color: var(--np-yellow); }
.np-sticky-bar__btn { flex: 1; box-shadow: 0 3px 0 #000; }

/* Lightbox */
.np-lightbox { flex-direction: column; justify-content: space-between; padding: 16px; background: rgba(0,0,0,.95); backdrop-filter: blur(12px); z-index: 200; }
@media (min-width: 640px) { .np-lightbox { padding: 32px; } }
.np-lightbox__top { width: 100%; max-width: 72rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.np-lightbox__title { display: flex; align-items: center; gap: 12px; }
.np-lightbox__title .np-arcade { font-size: 20px; text-transform: uppercase; }
.np-lightbox__count { font: 400 12px/1.4 var(--np-font-mono); color: #9ca3af; }
.np-lightbox__close { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--np-black); color: #fff; border: 2px solid rgba(255,255,255,.4); border-radius: 4px; transition: background-color .15s; }
.np-lightbox__close:hover { background: var(--np-magenta); }
.np-lightbox__stage { flex: 1; position: relative; width: 100%; max-width: 72rem; margin: 16px auto; display: flex; align-items: center; justify-content: center; min-height: 0; }
.np-lightbox__img { width: 100%; height: 100%; max-height: 75vh; max-width: 100%; object-fit: contain; border: 2px solid #000; padding: 8px; background: var(--np-black); box-shadow: 4px 4px 0 #000; box-sizing: border-box; }
.np-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: var(--np-black); color: #fff; border: 2px solid #000; box-shadow: 3px 3px 0 #000; transition: all .15s; }
.np-lightbox__nav--prev { left: 8px; } .np-lightbox__nav--next { right: 8px; }
.np-lightbox__nav:hover { background: var(--np-cyan); color: var(--np-black); box-shadow: 0 0 15px var(--np-cyan); }
.np-lightbox__thumbs { display: flex; align-items: center; justify-content: center; gap: 8px; overflow-x: auto; width: 100%; max-width: 72rem; margin-inline: auto; padding-bottom: 8px; }
.np-lightbox__thumb { width: 56px; height: 56px; flex-shrink: 0; background: #000; border: 1px solid #000; overflow: hidden; opacity: .7; transition: all .15s; }
.np-lightbox__thumb img { width: 100%; height: 100%; object-fit: contain; }
.np-lightbox__thumb:hover { opacity: 1; border-color: var(--np-cyan); }
.np-lightbox__thumb.is-active { opacity: 1; border: 2px solid var(--np-cyan); box-shadow: 0 0 10px var(--np-cyan); transform: scale(1.1); }

/* --- QUICK VIEW ------------------------------------------------------------ */
.np-qv { padding: 16px; }
@media (min-width: 640px) { .np-qv { padding: 24px; } }
.np-qv__box { position: relative; width: 100%; max-width: 1040px; max-height: 92vh; display: flex; flex-direction: column; overflow: hidden; border: 2.5px solid var(--np-black); border-radius: 10px; background: var(--np-surface); color: var(--np-fg); box-shadow: 8px 8px 0 var(--np-shadow); animation: np-zoom-in .15s ease; }
.np-qv__loading { display: none; padding: 80px 24px; text-align: center; font-size: 24px; letter-spacing: .1em; animation: np-pulse 1s infinite; }
.np-qv.is-loading .np-qv__loading { display: block; }
.np-qv__content { display: contents; }
.np-qv__inner { display: flex; flex-direction: column; max-height: 92vh; min-height: 0; }
.np-qv__error { padding: 60px; text-align: center; font-size: 24px; color: var(--np-magenta); }
.np-qv__head { position: sticky; top: 0; z-index: 1; background: var(--np-black); color: #fff; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2.5px solid #000; }
.np-qv__head-left, .np-qv__head-right { display: flex; align-items: center; gap: 8px; }
.np-qv__tag { background: var(--np-yellow); color: var(--np-black); font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; padding: 2px 8px; border-radius: 2px; }
.np-qv__id { font: 400 12px/1.4 var(--np-font-mono); color: var(--np-cyan); text-transform: uppercase; }
.np-qv__full { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; background: #000; color: var(--np-cyan); border: 1px solid rgba(0,179,204,.4); border-radius: 2px; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; text-decoration: none; transition: color .15s; }
.np-qv__full:hover { color: var(--np-yellow); }
.np-qv__close { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: #000; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 2px; transition: color .15s; }
.np-qv__close:hover { color: var(--np-magenta); }
.np-qv__body { flex: 1; min-height: 0; overflow-y: auto; padding: 16px; }
@media (min-width: 640px) { .np-qv__body { padding: 24px; } }
.np-qv__cols { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
@media (min-width: 768px) { .np-qv__cols { flex-direction: row; gap: 28px; } }
.np-qv__gallery { width: 100%; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 768px) { .np-qv__gallery { width: 400px; min-width: 400px; flex-shrink: 0; } }
.np-qv__stage { position: relative; width: 100%; aspect-ratio: 1 / 1; background: #000; border: 2px solid #000; border-radius: 8px; overflow: hidden; box-shadow: 3px 3px 0 var(--np-black); user-select: none; }
.np-qv__img { width: 100%; height: 100%; object-fit: cover; }
.np-qv__scan { opacity: .3; }
.np-qv__badge { position: absolute; top: 0; left: 0; z-index: 2; background: var(--np-yellow); color: var(--np-black); font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; padding: 4px 12px; border-right: 2px solid #000; border-bottom: 2px solid #000; border-bottom-right-radius: 2px; text-transform: uppercase; }
.np-qv__counter { position: absolute; top: 8px; right: 8px; z-index: 2; background: rgba(0,0,0,.85); color: var(--np-cyan); font: 700 10px/1.4 var(--np-font-mono); padding: 2px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; }
.np-qv__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--np-black); color: #fff; border: 2px solid #000; box-shadow: 2px 2px 0 #000; opacity: .9; transition: all .15s; }
.np-qv__nav--prev { left: 8px; } .np-qv__nav--next { right: 8px; }
.np-qv__nav:hover { opacity: 1; background: var(--np-cyan); color: var(--np-black); box-shadow: 0 0 12px var(--np-cyan); }
.np-qv__thumbs-wrap { display: flex; width: 100%; background: rgba(0,0,0,.05); padding: 6px; border: 1px solid #000; }
.np-qv__thumbs { display: flex; align-items: center; gap: 8px; overflow-x: auto; padding: 4px 2px; width: 100%; scroll-behavior: smooth; scrollbar-width: none; }
.np-qv__thumbs::-webkit-scrollbar { display: none; }
.np-qv__thumb { position: relative; width: 56px; height: 56px; flex-shrink: 0; overflow: hidden; border: 1px solid #000; opacity: .7; transition: all .15s; }
.np-qv__thumb img { width: 100%; height: 100%; object-fit: cover; }
.np-qv__thumb:hover { opacity: 1; border-color: var(--np-cyan); box-shadow: 0 0 6px var(--np-cyan); }
.np-qv__thumb.is-active { opacity: 1; border: 2px solid var(--np-cyan); box-shadow: 0 0 8px var(--np-cyan); transform: scale(1.05); }
.np-qv__thumb.is-active::after { content: ""; position: absolute; inset: 0; background: rgba(0,179,204,.2); pointer-events: none; }
.np-qv__thumb-num { position: absolute; bottom: 0; right: 0; background: rgba(0,0,0,.9); color: var(--np-cyan); font: 700 9px/1.2 var(--np-font-mono); padding: 1px 4px; }
.np-qv__specs { flex: 1; min-width: 0; width: 100%; display: flex; flex-direction: column; gap: 16px; }
.np-qv__avail { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; }
.np-qv__avail > span:first-child { display: inline-flex; align-items: center; gap: 6px; }
.np-qv__title { font-size: 24px; line-height: 1.2; letter-spacing: -.01em; text-transform: uppercase; }
@media (min-width: 640px) { .np-qv__title { font-size: 30px; } }
@media (min-width: 768px) { .np-qv__title { font-size: 36px; } }
.np-qv__heading { display: flex; flex-direction: column; gap: 4px; }
.np-qv__subtitle { font: 700 12px/1.5 var(--np-font-mono); letter-spacing: .06em; text-transform: uppercase; opacity: .6; }
.np-qv__desc-label { display: block; margin-bottom: 4px; font: 700 10px/1.4 var(--np-font-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--np-cyan); }
.np-qv__desc p { font-size: 14px; font-weight: 600; line-height: 1.6; }
@media (min-width: 640px) { .np-qv__desc p { font-size: 16px; } }
.np-qv__desc.is-clamped p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.np-qv__more { margin-top: 8px; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; color: var(--np-cyan); text-decoration: underline; text-underline-offset: 2px; transition: color .15s; }
.np-qv__more:hover { color: var(--np-magenta); }
.np-qv__inspection { border: 2px solid var(--np-black); border-radius: 8px; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: var(--np-surface); box-shadow: 2px 2px 0 var(--np-black); }
.np-qv__inspection--base { box-shadow: none; } /* perizia base: due righe, niente ombra a farle pesare */
.np-qv__inspection .np-insp__note { margin-top: 0; }
.np-qv__inspection-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 6px; border-bottom: 1px solid var(--np-border-soft); font-size: 16px; letter-spacing: .1em; }
.np-qv__inspection-list { display: flex; flex-direction: column; gap: 10px; font: 600 12px/1.5 var(--np-font-mono); }
.np-qv__inspection-list strong { text-transform: uppercase; }
.np-qv__linkbox { padding: 12px; border: 1.5px solid rgba(0,179,204,.35); border-radius: 8px; background: rgba(0,179,204,.07); display: flex; align-items: center; justify-content: space-between; gap: 8px; font: 700 12px/1.4 var(--np-font-mono); }
.np-qv__linkbox-link { display: inline-flex; align-items: center; gap: 4px; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; color: var(--np-cyan); text-decoration: none; white-space: nowrap; }
.np-qv__linkbox-link:hover { color: var(--np-magenta); }
.np-qv__foot { flex-shrink: 0; padding: 12px 16px; border-top: 2.5px solid #000; background: var(--np-surface); box-shadow: 0 -4px 16px rgba(0,0,0,.1); display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 640px) { .np-qv__foot { flex-direction: row; align-items: center; justify-content: space-between; padding: 14px 24px; } }
.np-qv__foot-price { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
@media (min-width: 640px) { .np-qv__foot-price { justify-content: flex-start; } }
.np-qv__price { display: inline-flex; align-items: baseline; gap: 8px; }
.np-qv__amount { font-size: 30px; line-height: 1; }
@media (min-width: 640px) { .np-qv__amount { font-size: 36px; } }
.np-qv__was { font: 700 14px/1 var(--np-font-mono); color: var(--np-magenta); text-decoration: line-through; }
.np-qv__foot-actions { display: flex; align-items: center; gap: 12px; }
.np-qv__add { flex: 1; width: auto; box-shadow: 3px 3px 0 #000; }

/* --- CART DRAWER ----------------------------------------------------------- */
.np-cart-drawer { justify-content: flex-end; padding: 0; background: rgba(0,0,0,.7); z-index: 120; }
.np-cart-drawer__panel { width: 100%; max-width: 448px; height: 100%; background: #fff; color: var(--np-black); border-left: 4px solid #000; display: flex; flex-direction: column; box-shadow: 0 0 30px rgba(0,0,0,.8); transform: translateX(100%); transition: transform .2s ease; }
.np-cart-drawer.is-open .np-cart-drawer__panel { transform: translateX(0); }
.np-cart-drawer__head { padding: 16px; background: #000; border-bottom: 2px solid #000; display: flex; align-items: center; justify-content: space-between; }
.np-cart-drawer__head-title { display: flex; align-items: center; gap: 8px; }
.np-cart-drawer__head-title h3 { font-size: 24px; letter-spacing: .05em; color: #fff; }
.np-cart-drawer__close { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: var(--np-black); color: #fff; border: 1px solid rgba(255,255,255,.3); transition: color .15s; }
.np-cart-drawer__close:hover { color: var(--np-magenta); }
#np-cart-drawer-content { display: contents; }
.np-cart-drawer__body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: #fff; scrollbar-width: thin; scrollbar-color: var(--np-black) transparent; }
.np-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 48px 0; font-family: var(--np-font-mono); }
.np-cart-drawer__empty-icon { color: rgba(17,17,17,.3); margin-bottom: 12px; }
.np-cart-drawer__empty-title { font-size: 24px; }
.np-cart-drawer__empty-text { font-size: 12px; font-weight: 500; color: rgba(17,17,17,.7); margin-top: 4px; }
.np-cart-item { background: #fff; padding: 12px; border: 2px solid var(--np-black); box-shadow: 3px 3px 0 var(--np-black); display: flex; gap: 12px; transition: opacity .15s; }
.np-cart-item.is-busy { opacity: .5; pointer-events: none; }
.np-cart-item__img { width: 64px; height: 64px; flex-shrink: 0; border: 2px solid var(--np-black); overflow: hidden; }
.np-cart-item__img img { width: 100%; height: 100%; object-fit: cover; }
.np-cart-item__body { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; font: 400 12px/1.4 var(--np-font-mono); }
.np-cart-item__name { font-size: 18px; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-cart-item__name a { text-decoration: none; }
.np-cart-item__xp { display: block; color: var(--np-cyan); font-size: 11px; font-weight: 700; margin-top: 2px; }
.np-cart-item__row { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 4px; border-top: 1px solid rgba(0,0,0,.1); }
.np-cart-item__price { font-size: 24px; }
.np-cart-item__qty { display: flex; align-items: center; gap: 6px; }
.np-cart-item__qbtn { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #000; transition: background-color .15s; }
.np-cart-item__qbtn:hover { background: rgba(0,0,0,.1); }
.np-cart-item__qbtn:disabled { opacity: .35; cursor: not-allowed; }
.np-cart-item__qbtn:disabled:hover { background: #fff; }
.np-cart-item__qval { width: 24px; text-align: center; font-weight: 700; font-size: 14px; }
.np-cart-item__remove { margin-left: 8px; padding: 4px; transition: color .15s; }
.np-cart-item__remove:hover { color: var(--np-magenta); }
.np-cart-drawer__foot { padding: 16px; background: #000; color: #fff; border-top: 2px solid #000; display: flex; flex-direction: column; gap: 12px; font-family: var(--np-font-mono); }
.np-cart-drawer__xp { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.8); }
.np-cart-drawer__total { display: flex; align-items: baseline; justify-content: space-between; }
.np-cart-drawer__total .np-arcade { font-size: 20px; letter-spacing: .1em; }
.np-cart-drawer__total-value { font-size: 30px !important; }
.np-cart-drawer__cta { font-size: 20px; padding: 14px; letter-spacing: .1em; }
.np-cart-drawer__guarantee { text-align: center; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .1em; color: rgba(255,255,255,.9); }

/* --- ACHIEVEMENTS ---------------------------------------------------------- */
.np-ach__box { width: 100%; max-width: 768px; max-height: 90vh; display: flex; flex-direction: column; background: var(--np-black); color: #fff; border: 4px solid var(--np-black); box-shadow: 10px 10px 0 var(--np-cyan); animation: np-zoom-in .15s ease; }
.np-ach__head { background: #000; padding: 16px 24px; border-bottom: 2px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; }
.np-ach__head-title { display: flex; align-items: center; gap: 12px; }
.np-ach__head-title h2 { font-size: 24px; letter-spacing: .05em; }
@media (min-width: 640px) { .np-ach__head-title h2 { font-size: 30px; } }
.np-ach__close { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: #000; border: 1px solid rgba(255,255,255,.3); color: #fff; }
.np-ach__close:hover { color: var(--np-magenta); }
.np-ach__status { background: rgba(0,0,0,.6); padding: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.np-ach__status-row { display: flex; flex-direction: column; gap: 16px; margin-bottom: 12px; }
@media (min-width: 640px) { .np-ach__status-row { flex-direction: row; align-items: center; justify-content: space-between; } }
.np-ach__status-label { font: 700 12px/1.4 var(--np-font-mono); color: rgba(255,255,255,.9); }
.np-ach__grade { font-size: 24px; }
.np-ach__stats { display: flex; align-items: center; gap: 16px; font-family: var(--np-font-mono); }
.np-ach__stat { background: var(--np-black); padding: 6px 12px; border: 1px solid rgba(255,255,255,.2); }
.np-ach__stat-label { display: block; font: 700 10px/1.4 var(--np-font-mono); color: rgba(255,255,255,.9); }
.np-ach__stat-value { font-family: var(--np-font-display); font-size: 20px; letter-spacing: .05em; }
.np-ach__grid { padding: 24px; overflow-y: auto; flex: 1; display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .np-ach__grid { grid-template-columns: repeat(2, 1fr); } }
.np-ach__foot { padding: 12px 24px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.np-ach__foot a { display: inline-flex; align-items: center; gap: 6px; color: var(--np-cyan); font-family: var(--np-font-display); font-size: 13px; letter-spacing: .05em; text-decoration: none; }
.np-ach__foot a:hover { color: var(--np-yellow); }
.np-ach__card { background: var(--np-black); padding: 16px; border: 1px solid rgba(255,255,255,.1); opacity: .7; display: flex; align-items: flex-start; gap: 12px; transition: all .15s; }
.np-ach__card.is-unlocked { opacity: 1; border-color: var(--np-cyan); box-shadow: 0 0 10px rgba(0,179,204,.2); }
.np-ach__card-icon { width: 48px; height: 48px; flex-shrink: 0; background: #000; border: 1px solid rgba(255,255,255,.2); display: inline-flex; align-items: center; justify-content: center; }
.np-ach__card-body { flex: 1; min-width: 0; }
.np-ach__card-title { font-size: 18px; line-height: 1.2; color: #fff; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-ach__card-desc { font: 500 12px/1.3 var(--np-font-mono); color: rgba(255,255,255,.9); margin-bottom: 8px; }
.np-ach__card-foot { display: flex; align-items: center; justify-content: space-between; font: 700 11px/1.4 var(--np-font-mono); text-transform: uppercase; }

/* --- MODALI INFO FOOTER ---------------------------------------------------- */
.np-info-modal__box { width: 100%; max-width: 512px; background: var(--np-black); color: #fff; border: 4px solid #000; box-shadow: 8px 8px 0 var(--np-cyan); border-radius: 8px; overflow: hidden; animation: np-zoom-in .15s ease; }
.np-info-modal__head { padding: 16px; background: var(--np-gray-1); border-bottom: 2px solid #000; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.np-info-modal__head-title { display: flex; align-items: center; gap: 8px; }
.np-info-modal__head-title h3 { font-size: 18px; text-transform: uppercase; color: #fff; }
.np-info-modal__close { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: #000; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; color: #fff; transition: background-color .15s; flex-shrink: 0; }
.np-info-modal__close:hover { background: var(--np-magenta); }
.np-info-modal__body { padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.np-info-modal__text { font: 400 12px/1.7 var(--np-font-mono); color: #fff; }
.np-info-modal__text p { margin-bottom: 12px; }
.np-info-modal__text ul { list-style: disc; padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
[data-np-info-section="pagamento"] .np-info-modal__text { font-family: var(--np-font-body); }
[data-np-info-section="resi"] .np-info-modal__text { font: 400 14px/1.7 var(--np-font-body); }
[data-np-info-section="assistenza"] .np-info-modal__text { font: 400 14px/1.7 var(--np-font-body); }
[data-np-info-section="chisiamo"] .np-info-modal__text { font: 400 14px/1.7 var(--np-font-body); }
[data-np-info-section="contattaci"] .np-info-modal__text { font: 400 14px/1.7 var(--np-font-body); }
[data-np-info-section="ritirousato"] .np-info-modal__text { font: 400 14px/1.7 var(--np-font-body); }
.np-info-modal__wa { display: inline-flex; align-items: center; gap: 6px; color: var(--np-cyan); text-decoration: underline; }
.np-info-modal__wa svg { color: var(--np-cyan); transition: color .15s; }
.np-info-modal__wa:hover svg { color: #fff; }
.np-info-modal__support { font-size: 12px; color: rgba(255,255,255,.7); }
.np-info-modal__support a { color: var(--np-cyan); text-decoration: underline; }
.np-info-modal__hq { padding: 12px; background: var(--np-black); border: 1px solid rgba(255,255,255,.2); }
.np-info-modal__hq-title { font-family: var(--np-font-display); font-size: 14px; letter-spacing: .05em; color: var(--np-yellow); margin-bottom: 4px; }
.np-info-modal__foot { padding: 16px; background: #000; border-top: 2px solid rgba(255,255,255,.1); display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 10px; }
@media (min-width: 640px) { .np-info-modal__foot { flex-direction: row; } }
.np-info-modal__ok { width: 100%; padding: 8px 16px; background: #000; border: 1px solid #fff; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; color: #fff; transition: all .15s; }
@media (min-width: 640px) { .np-info-modal__ok { width: auto; } }
.np-info-modal__ok:hover { background: #333; color: #fff; }
.np-info-modal__more { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 16px; background: var(--np-cyan); color: #000; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; border: 2px solid #000; box-shadow: 2px 2px 0 var(--np-yellow); text-decoration: none; transition: all .1s; }
@media (min-width: 640px) { .np-info-modal__more { width: auto; } }
.np-info-modal__more:hover { background: #00d0ee; }
.np-info-modal__more:active { transform: translate(2px,2px); box-shadow: none; }

/* --- QUEST VICTORY --------------------------------------------------------- */
.np-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 16px; background: rgba(0,0,0,.9); backdrop-filter: blur(12px); opacity: 0; transition: opacity .2s; }
.np-modal.is-open { opacity: 1; }
.np-modal[hidden] { display: none; }
.np-victory__box { width: 100%; max-width: 672px; background: var(--np-black); color: #fff; border: 4px solid var(--np-cyan); box-shadow: 0 0 30px rgba(0,179,204,.5); padding: 24px; text-align: center; animation: np-zoom-in .2s ease; }
@media (min-width: 640px) { .np-victory__box { padding: 32px; } }
.np-victory__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--np-yellow); color: var(--np-black); font-family: var(--np-font-display); font-size: 16px; letter-spacing: .05em; padding: 6px 16px; border: 2px solid #000; margin-bottom: 16px; }
@media (min-width: 640px) { .np-victory__badge { font-size: 18px; } }
.np-victory__title { font-size: 36px; line-height: 1; text-transform: uppercase; margin-bottom: 12px; }
@media (min-width: 640px) { .np-victory__title { font-size: 48px; } }
@media (min-width: 768px) { .np-victory__title { font-size: 60px; } }
.np-victory__rewards { background: rgba(0,0,0,.8); border: 2px solid var(--np-cyan); padding: 16px; margin: 24px 0; display: flex; flex-direction: column; align-items: center; justify-content: space-around; gap: 16px; }
@media (min-width: 640px) { .np-victory__rewards { flex-direction: row; } }
.np-victory__reward { display: flex; align-items: center; gap: 12px; text-align: left; }
.np-victory__reward--alt { border-top: 1px solid rgba(255,255,255,.2); padding-top: 12px; }
@media (min-width: 640px) { .np-victory__reward--alt { border-top: 0; border-left: 1px solid rgba(255,255,255,.2); padding-top: 0; padding-left: 24px; } }
.np-victory__reward-icon { width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.np-victory__reward-icon--cyan { background: rgba(0,179,204,.2); border: 1px solid var(--np-cyan); }
.np-victory__reward-icon--yellow { background: rgba(255,230,0,.2); border: 1px solid var(--np-yellow); }
.np-victory__reward-label { display: block; font: 400 12px/1.4 var(--np-font-mono); color: #9ca3af; text-transform: uppercase; }
.np-victory__reward-value { font-family: var(--np-font-display); font-size: 30px; letter-spacing: .05em; }
@media (min-width: 640px) { .np-victory__reward-value { font-size: 36px; } }
.np-victory__details { background: #000; border: 1px solid rgba(255,255,255,.2); padding: 16px; text-align: left; font: 400 12px/1.4 var(--np-font-mono); display: flex; flex-direction: column; gap: 6px; margin-bottom: 24px; color: #9ca3af; }
.np-victory__details > div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.1); }
.np-victory__details > div:last-child { border-bottom: 0; }
.np-victory__details strong { color: #fff; display: inline-flex; align-items: center; gap: 4px; }
.np-victory__cta { width: 100%; }
@media (min-width: 640px) { .np-victory__cta { width: auto; } }
