/* GAMESPSN Product Builder v2.6.26 — scoped custom product template */

/* --------------------------------------------------------------------------
   Header offset (XStore Elementor overlap / sticky)
   Live site: etheme_header_overlap_on = desktop only → position:absolute,
   z-index:5, no spacer. Tablet/mobile keep normal flow (offset 0).

   CRITICAL: default to a safe desktop clearance in CSS so first paint never
   places product content under the header. JS may refine --gpsnpb-header-offset
   on documentElement only after measurement — it must never write 0 while the
   header is still overlapping / transitioning / unmeasured.
   -------------------------------------------------------------------------- */
:root {
  --gpsnpb-header-offset: 72px;
}

@media (max-width: 1024px){
  :root {
    --gpsnpb-header-offset: 0px;
  }
}

body.gpsnpb-active {
  background: #1a1a1a;
  color: #f7f8fb;
  overflow-x: hidden;
}

body.gpsnpb-active .page-heading,
body.gpsnpb-active .breadcrumb-trail,
body.gpsnpb-active .single-product-builder,
body.gpsnpb-active .content-page > .woocommerce,
body.gpsnpb-active .product-images,
body.gpsnpb-active .woocommerce-product-gallery:not(.gpsnpb-page *) {
  display: none !important;
}

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

.gpsnpb-page {
  /* Brand */
  --gpsnpb-accent: #776BF8;
  --gpsnpb-bg: #1a1a1a;
  --gpsnpb-card: #23262F;
  --gpsnpb-surface: #1b1e26;
  --gpsnpb-muted: #a5a8b2;
  --gpsnpb-text: #ffffff;
  --gpsnpb-green: #7fe6a1;
  --gpsnpb-max: 1520px;
  --gpsnpb-max-body: 1300px;
  --gpsnpb-max-narrow: 1050px;
  --gpsnpb-font: "Rethink Sans", "RethinkSans-Medium", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --gpsnpb-font-display: "Unbounded-Medium", "Unbounded", var(--gpsnpb-font);
  --gpsnpb-font-body: var(--gpsnpb-font);

  /* Unified typography tokens */
  --gpsnpb-text-xs: 11px;
  --gpsnpb-text-sm: 12px;
  --gpsnpb-text-base: 14px;
  --gpsnpb-text-md: 16px;
  --gpsnpb-text-lg: 17px;
  --gpsnpb-text-xl: clamp(28px, 2.4vw, 34px);
  --gpsnpb-text-2xl: clamp(32px, 2.8vw, 38px);
  --gpsnpb-text-3xl: clamp(34px, 3.1vw, 42px);
  --gpsnpb-weight-regular: 400;
  --gpsnpb-weight-medium: 600;
  --gpsnpb-weight-semibold: 700;
  --gpsnpb-weight-bold: 800;

  /* Legacy aliases → unified scale */
  --gpsnpb-fs-title: var(--gpsnpb-text-3xl);
  --gpsnpb-fs-h2: var(--gpsnpb-text-2xl);
  --gpsnpb-fs-h3: var(--gpsnpb-text-lg);
  --gpsnpb-fs-body: var(--gpsnpb-text-md);
  --gpsnpb-fs-body-sm: var(--gpsnpb-text-base);
  --gpsnpb-fs-meta: var(--gpsnpb-text-sm);
  --gpsnpb-fs-label: var(--gpsnpb-text-xs);
  --gpsnpb-fs-badge: 10px;
  --gpsnpb-fs-button: 15px;
  --gpsnpb-fs-price: 40px;
  --gpsnpb-fs-price-old: 16px;
  --gpsnpb-lh: 1.6;
  --gpsnpb-lh-tight: 1.25;
  --gpsnpb-lh-title: 1.1;

  /* Spacing system (8px base) */
  --gpsnpb-space-1: 8px;
  --gpsnpb-space-2: 12px;
  --gpsnpb-space-3: 16px;
  --gpsnpb-space-4: 20px;
  --gpsnpb-space-5: 24px;
  --gpsnpb-space-6: 40px;
  --gpsnpb-space-7: 48px;
  --gpsnpb-hero-gap: 24px;
  --gpsnpb-card-pad: 20px;
  --gpsnpb-section-gap: 44px;
  --gpsnpb-buy-h: 46px;
  --gpsnpb-sticky-clearance: calc(128px + env(safe-area-inset-bottom, 0px));

  /* Radius / borders / shadows */
  --gpsnpb-radius-sm: 8px;
  --gpsnpb-radius-md: 12px;
  --gpsnpb-radius-lg: 14px;
  --gpsnpb-radius-pill: 999px;
  --gpsnpb-border: 1px solid rgba(255, 255, 255, 0.06);
  --gpsnpb-border-subtle: 1px solid rgba(255, 255, 255, 0.05);
  --gpsnpb-shadow-card: 0 16px 48px rgba(0, 0, 0, 0.32);
  --gpsnpb-shadow-cover: 0 20px 48px rgba(0, 0, 0, 0.42);
  --gpsnpb-ease: 0.18s ease;

  display: block !important;
  float: none !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  /* Begin below overlapping/fixed header — never negative top/margin/translate */
  padding: var(--gpsnpb-header-offset, 72px) 0 0 !important;
  clear: both !important;
  /* Match the GAMESPSN homepage main canvas. Cards keep their own darker surfaces. */
  background: #1a1a1a;
  color: var(--gpsnpb-text);
  font-family: var(--gpsnpb-font);
  font-size: var(--gpsnpb-fs-body);
  line-height: var(--gpsnpb-lh);
  -webkit-font-smoothing: antialiased;
  min-height: 0;
  overflow: hidden;
}

/* Visually hidden — keep WooCommerce a11y text available, not visible */
.gpsnpb-page .gpsnpb-visually-hidden,
.gpsnpb-page .screen-reader-text,
.gpsnpb-page .screen-reader-text:not(:focus):not(:active),
.gpsnpb-page .gpsnpb-price .screen-reader-text,
.gpsnpb-page .gpsnpb-cart-wrap .screen-reader-text,
.gpsnpb-page .gpsnpb-purchase-actions .screen-reader-text,
.gpsnpb-page .gpsnpb-purchase-actions label[for^="quantity_"],
.gpsnpb-page .gpsnpb-cart-wrap .quantity .screen-reader-text,
.gpsnpb-page .gpsnpb-cart-wrap label.screen-reader-text,
.gpsnpb-page .gpsnpb-buy-card .screen-reader-text,
.gpsnpb-page .gpsnpb-buy-card label.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gpsnpb-page img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

.gpsnpb-page a { color: inherit; text-decoration: none; }
.gpsnpb-page ul, .gpsnpb-page ol { margin: 0; padding: 0; list-style: none; }
.gpsnpb-page button, .gpsnpb-page input, .gpsnpb-page select { font: inherit; }

.gpsnpb-shell {
  width: min(var(--gpsnpb-max), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  position: relative;
  clear: both;
}

/* Icons — scoped; never inherit unbounded XStore svg rules */
.gpsnpb-page .gpsnpb-svg-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  line-height: 0;
  color: currentColor;
  max-width: 2em;
  max-height: 2em;
}
.gpsnpb-page .gpsnpb-svg-icon svg {
  width: 1em;
  height: 1em;
  max-width: 28px;
  max-height: 28px;
  display: block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.gpsnpb-page .gpsnpb-svg-icon svg path:first-child:only-child {
  fill: currentColor;
  stroke: none;
}

.gpsnpb-eyebrow {
  margin: 0 0 var(--gpsnpb-space-1);
  color: var(--gpsnpb-accent);
  font-family: var(--gpsnpb-font-display);
  font-size: var(--gpsnpb-text-xs);
  font-weight: var(--gpsnpb-weight-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: var(--gpsnpb-lh-tight);
}

.gpsnpb-section-head h2 {
  margin: 0 0 var(--gpsnpb-space-3);
  color: #fff;
  font-family: var(--gpsnpb-font-display);
  font-size: var(--gpsnpb-text-2xl);
  line-height: var(--gpsnpb-lh-title);
  letter-spacing: -0.03em;
  font-weight: var(--gpsnpb-weight-bold);
}

.gpsnpb-page .gpsnpb-star-row {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  vertical-align: middle;
  line-height: 0;
  max-width: 100%;
  flex: 0 0 auto;
}
.gpsnpb-page .gpsnpb-star,
.gpsnpb-page svg.gpsnpb-star {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex: 0 0 14px !important;
  display: block !important;
  overflow: visible;
  box-sizing: border-box;
  fill: rgba(255, 255, 255, 0.18);
}
.gpsnpb-page .gpsnpb-star.is-on,
.gpsnpb-page svg.gpsnpb-star.is-on { fill: #ffc857; }
.gpsnpb-page .gpsnpb-star-row--sm .gpsnpb-star,
.gpsnpb-page .gpsnpb-star-row--sm svg.gpsnpb-star {
  width: 11px !important;
  height: 11px !important;
  max-width: 11px !important;
  max-height: 11px !important;
  flex: 0 0 11px !important;
}

/* Guard against theme star-rating / icon-font fallbacks inside our page */
.gpsnpb-page .star-rating,
.gpsnpb-page .star-rating::before,
.gpsnpb-page .star-rating span::before {
  font-size: 14px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.gpsnpb-page .gpsnpb-hero {
  display: block !important;
  float: none !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--gpsnpb-space-3) 0 var(--gpsnpb-space-4) !important;
  isolation: isolate;
  overflow: hidden;
  /* Long, soft dark-to-page-background fade. Ends at the exact existing
     #1a1a1a canvas before the Why Choose Us section. */
  background: linear-gradient(
    180deg,
    #050505 0%,
    #080808 14%,
    #0b0b0b 30%,
    #0f0f0f 47%,
    #131313 64%,
    #171717 82%,
    #1a1a1a 100%
  ) !important;
  background-image: linear-gradient(
    180deg,
    #050505 0%,
    #080808 14%,
    #0b0b0b 30%,
    #0f0f0f 47%,
    #131313 64%,
    #171717 82%,
    #1a1a1a 100%
  ) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 0 !important;
  height: auto !important;
}

.gpsnpb-page .gpsnpb-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: transparent;
  opacity: 0;
}

/* CRITICAL: CSS Grid for three stable columns. Trust strip is NOT a grid child. */
/* Artwork ~44% | Info ~29% | Purchase ~27% — one connected composition */
.gpsnpb-page .gpsnpb-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.15fr) minmax(300px, 1fr);
  gap: var(--gpsnpb-hero-gap);
  align-items: start;
  justify-items: stretch;
  width: min(var(--gpsnpb-max), calc(100% - 48px));
  max-width: var(--gpsnpb-max);
  margin: 0 auto;
  float: none !important;
  position: relative;
  z-index: 1;
}

.gpsnpb-page .gpsnpb-col {
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
  align-self: start;
}

/* Left: cover + thumbs */
.gpsnpb-page .gpsnpb-col-gallery {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.gpsnpb-page .gpsnpb-cover-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--gpsnpb-radius-lg);
}

.gpsnpb-page .gpsnpb-cover {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 540px;
  object-fit: contain !important;
  object-position: center top;
  border-radius: var(--gpsnpb-radius-lg);
  border: 0;
  box-shadow: var(--gpsnpb-shadow-cover);
  transition: opacity var(--gpsnpb-ease);
}

.gpsnpb-page .gpsnpb-cover.is-changing { opacity: 0.4; }

.gpsnpb-page .gpsnpb-cover-platform {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.gpsnpb-page .gpsnpb-cover-platform-logo {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex: 0 0 auto;
}

.gpsnpb-page .gpsnpb-cover-platform--ps5 {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.gpsnpb-page .gpsnpb-cover-platform--ps4 {
  background: #1674ea;
  border: 1px solid rgba(96, 165, 250, 0.45);
}

.gpsnpb-page .gpsnpb-cover-platform--xbox {
  background: #16a34a;
  border: 1px solid rgba(74, 222, 128, 0.45);
}

.gpsnpb-page .gpsnpb-cover-platform--steam {
  background: #1b2838;
  border: 1px solid rgba(102, 192, 244, 0.35);
}

.gpsnpb-page .gpsnpb-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--gpsnpb-space-1);
  width: 100%;
  max-width: 100%;
  margin-top: var(--gpsnpb-space-2);
}

.gpsnpb-page .gpsnpb-thumb {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d121b;
  border-radius: var(--gpsnpb-radius-sm);
  padding: 3px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color var(--gpsnpb-ease), box-shadow var(--gpsnpb-ease);
}

.gpsnpb-page .gpsnpb-thumb:hover { border-color: rgba(255, 255, 255, 0.32); }
.gpsnpb-page .gpsnpb-thumb.is-active {
  border-color: var(--gpsnpb-accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--gpsnpb-accent) 28%, transparent);
}

.gpsnpb-page .gpsnpb-thumb img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

/* Center: details — title → meta → viewers → notice → specs (delivery lives in buy card) */
.gpsnpb-page .gpsnpb-col-details { padding-top: 0; }
.gpsnpb-page .gpsnpb-details-intro { display: block; }

.gpsnpb-page .gpsnpb-title {
  display: block;
  margin: 0 0 14px;
  color: #fff;
  font-size: var(--gpsnpb-fs-title);
  line-height: var(--gpsnpb-lh-title);
  letter-spacing: -0.035em;
  font-weight: 900;
}

/* Platform / Global / Instant Delivery metadata row */
.gpsnpb-page .gpsnpb-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 12px;
  color: #c5cbd6;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.gpsnpb-page .gpsnpb-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.gpsnpb-page .gpsnpb-meta-sep {
  color: #6b7280;
  font-weight: 500;
  line-height: 1;
  user-select: none;
}
.gpsnpb-page .gpsnpb-meta-text {
  color: #d1d5db;
  letter-spacing: 0.02em;
}
.gpsnpb-page .gpsnpb-meta-ico {
  font-size: 15px;
  color: #9ca3af;
  flex: 0 0 auto;
}
.gpsnpb-page .gpsnpb-meta-item--delivery .gpsnpb-meta-ico {
  color: #16a34a;
}
.gpsnpb-page .gpsnpb-meta-item--delivery .gpsnpb-meta-text {
  color: #86efac;
}
.gpsnpb-page .gpsnpb-meta-item--warranty .gpsnpb-meta-ico {
  color: var(--gpsnpb-accent);
}
.gpsnpb-page .gpsnpb-meta-item--warranty .gpsnpb-meta-text {
  color: #d9d6ff;
}
.gpsnpb-page .gpsnpb-platform-logo {
  width: 17px;
  height: 17px;
  object-fit: contain;
  flex: 0 0 auto;
  display: block;
}
.gpsnpb-page .gpsnpb-meta-xs {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #7cffae;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.gpsnpb-page .gpsnpb-rating-row {
  min-height: 22px;
  margin: 0 0 18px;
}
.gpsnpb-page .gpsnpb-rating-fallback {
  display: inline-flex;
  align-items: center;
  gap: var(--gpsnpb-space-1);
  color: #d4d9e4;
  font-size: var(--gpsnpb-fs-body-sm);
  text-decoration: none;
  transition: color var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-rating-fallback:hover .gpsnpb-rating-text {
  color: #fff;
  text-decoration: underline;
}

.gpsnpb-page .gpsnpb-excerpt {
  max-width: 720px;
  margin: 0 0 var(--gpsnpb-space-4);
  color: #aeb6c6;
  font-size: var(--gpsnpb-fs-body);
  line-height: var(--gpsnpb-lh);
}

/* Compact account notice — soft grey icon, not a warning card */
.gpsnpb-page .gpsnpb-info-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: var(--gpsnpb-radius-sm);
  background: rgba(16, 22, 33, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.gpsnpb-page .gpsnpb-info-notice-ico {
  flex: 0 0 auto;
  margin-top: 1px;
  font-size: 15px;
  color: #9ca3af;
  opacity: 1;
}
.gpsnpb-page .gpsnpb-info-notice-ico svg {
  fill: none !important;
  stroke: currentColor !important;
}
.gpsnpb-page .gpsnpb-info-notice-body { min-width: 0; flex: 1; }
.gpsnpb-page .gpsnpb-info-notice-label {
  display: block;
  margin: 0 0 2px;
  color: #e8ecf5;
  font-size: 13px;
  font-weight: 650;
  line-height: var(--gpsnpb-lh-tight);
}
.gpsnpb-page .gpsnpb-info-notice p {
  margin: 0;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.45;
}
.gpsnpb-page .gpsnpb-info-more {
  display: inline;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--gpsnpb-accent);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-info-more:hover { opacity: 0.85; }
.gpsnpb-page .gpsnpb-info-extra {
  margin-top: var(--gpsnpb-space-1);
  padding-top: var(--gpsnpb-space-1);
  border-top: var(--gpsnpb-border-subtle);
}
.gpsnpb-page .gpsnpb-info-extra[hidden] { display: none !important; }
.gpsnpb-page .gpsnpb-info-extra p { margin: 0 0 6px; }

/* Hero key attributes — 3 cols × 2 rows on desktop */
.gpsnpb-page .gpsnpb-hero-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 10px;
  margin: 0;
  padding-top: 18px;
  border-top: var(--gpsnpb-border);
}
.gpsnpb-page .gpsnpb-spec--compact {
  padding: 6px 2px 6px 0;
  gap: 7px;
  min-width: 0;
}
.gpsnpb-page .gpsnpb-spec--compact .gpsnpb-svg-icon,
.gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-ico { font-size: 15px; color: #9ca3af; }
.gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-platform-logo,
.gpsnpb-page .gpsnpb-spec-platform-logo {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: 0.92;
}
.gpsnpb-page .gpsnpb-spec--compact small { font-size: 9px; }
.gpsnpb-page .gpsnpb-spec--compact strong {
  font-size: 12px;
  color: #f3f5fa;
  font-weight: 750;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.gpsnpb-page .gpsnpb-spec {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: var(--gpsnpb-space-2) var(--gpsnpb-space-1) var(--gpsnpb-space-2) 0;
  min-width: 0;
  background: transparent;
  border: 0;
}
.gpsnpb-page .gpsnpb-spec .gpsnpb-svg-icon {
  flex: 0 0 auto;
  font-size: 15px;
  color: #9ca3af;
}
.gpsnpb-page .gpsnpb-spec > div {
  flex: 1 1 auto;
  min-width: 0;
}
.gpsnpb-page .gpsnpb-spec small,
.gpsnpb-page .gpsnpb-spec strong { display: block; min-width: 0; }
.gpsnpb-page .gpsnpb-spec small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #929aac;
  font-weight: 800;
}
.gpsnpb-page .gpsnpb-spec strong {
  margin-top: 2px;
  color: #f3f5fa;
  font-size: var(--gpsnpb-fs-body-sm);
  font-weight: 750;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Instant Delivery — green accent; compact when inside purchase card */
.gpsnpb-page .gpsnpb-delivery-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 4px;
  padding: 10px 12px;
  border-radius: var(--gpsnpb-radius-sm);
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.22);
  box-shadow: 0 0 18px rgba(22, 163, 74, 0.08);
}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box,
.gpsnpb-page .gpsnpb-delivery-box--in-card {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 8px;
}
.gpsnpb-page .gpsnpb-delivery-box > .gpsnpb-svg-icon,
.gpsnpb-page .gpsnpb-delivery-ico {
  font-size: 16px;
  color: #16a34a;
  flex: 0 0 auto;
  margin-top: 1px;
  filter: drop-shadow(0 0 6px rgba(22, 163, 74, 0.45));
}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-ico {
  font-size: 15px;
  filter: none;
}
.gpsnpb-page .gpsnpb-delivery-box-body { min-width: 0; flex: 1; }
.gpsnpb-page .gpsnpb-delivery-box strong,
.gpsnpb-page .gpsnpb-delivery-box span { display: block; }
.gpsnpb-page .gpsnpb-delivery-box strong {
  color: #16a34a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.gpsnpb-page .gpsnpb-delivery-box span {
  margin-top: 3px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box strong { font-size: 13px; }
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box span { font-size: 12px; margin-top: 2px; }

/* Right: purchase card — must stay inside the grid cell; never stretch to fill hero */
.gpsnpb-page .gpsnpb-col-buy {
  justify-self: stretch;
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

.gpsnpb-page .gpsnpb-buy-card {
  /* Purchase card type scale — aligned with page typography system */
  --gpsnpb-buy-fs-deal: clamp(13px, 0.5vw + 0.55rem, 15px);
  --gpsnpb-buy-fs-countdown: clamp(13px, 0.5vw + 0.55rem, 14px);
  --gpsnpb-buy-fs-unit: 10px;
  --gpsnpb-buy-fs-urgency: clamp(14px, 0.5vw + 0.65rem, 16px);
  --gpsnpb-buy-fs-old: clamp(15px, 0.45vw + 0.75rem, 17px);
  --gpsnpb-buy-fs-save: clamp(13px, 0.45vw + 0.6rem, 15px);
  --gpsnpb-buy-fs-button: clamp(15px, 0.45vw + 0.7rem, 17px);
  --gpsnpb-buy-fs-qty: clamp(14px, 0.4vw + 0.7rem, 16px);
  --gpsnpb-buy-fs-qty-ctrl: clamp(16px, 0.45vw + 0.75rem, 18px);
  --gpsnpb-buy-fs-assure-title: clamp(13px, 0.45vw + 0.55rem, 15px);
  --gpsnpb-buy-fs-assure-desc: clamp(12px, 0.35vw + 0.5rem, 13px);
  --gpsnpb-buy-fs-trusted: clamp(14px, 0.45vw + 0.65rem, 16px);
  --gpsnpb-buy-fs-rating: clamp(12px, 0.4vw + 0.5rem, 14px);
  --gpsnpb-buy-fs-pay: clamp(11px, 0.35vw + 0.45rem, 12px);
  --gpsnpb-buy-h: 48px;

  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: var(--gpsnpb-card-pad);
  border-radius: var(--gpsnpb-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(
    145deg,
    rgba(23, 30, 43, 0.9),
    rgba(15, 21, 32, 0.84)
  );
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  font-family: var(--gpsnpb-font-body);
}

.gpsnpb-page .gpsnpb-urgency-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 0;
  margin: 0;
  border: 0;
}
.gpsnpb-page .gpsnpb-urgency-row .gpsnpb-countdown {
  flex: 0 0 auto;
  margin-left: 0 !important;
}
.gpsnpb-page .gpsnpb-deal {
  display: none !important;
}
.gpsnpb-page .gpsnpb-deal-label {
  display: none !important;
}
.gpsnpb-page .gpsnpb-warning-icon {
  color: #ffb347;
  transform-origin: center center;
}
.gpsnpb-page .gpsnpb-warning-icon svg {
  fill: none !important;
  stroke: currentColor !important;
}
.gpsnpb-page .gpsnpb-warning-icon svg path {
  fill: none !important;
  stroke: currentColor !important;
}

.gpsnpb-page .gpsnpb-countdown {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.gpsnpb-page .gpsnpb-countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
}
.gpsnpb-page .gpsnpb-countdown span {
  display: block;
  min-width: 28px;
  padding: 5px 3px;
  text-align: center;
  background: #0a0f17;
  border: var(--gpsnpb-border-subtle);
  border-radius: 6px;
  color: #fff;
  font-size: var(--gpsnpb-buy-fs-countdown);
  font-weight: var(--gpsnpb-weight-bold);
  line-height: 1.15;
  box-sizing: border-box;
}
.gpsnpb-page .gpsnpb-countdown-unit small {
  display: block;
  color: var(--gpsnpb-muted);
  font-size: var(--gpsnpb-buy-fs-unit);
  font-weight: var(--gpsnpb-weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.gpsnpb-page .gpsnpb-countdown > b {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
  font-size: calc(var(--gpsnpb-buy-fs-countdown) - 1px);
  line-height: 1;
  padding-top: 7px;
  align-self: flex-start;
}

/* Live viewers — quiet left-aligned line in product info column */

.gpsnpb-page .gpsnpb-live-dot {
  display: none;
}
.gpsnpb-page .gpsnpb-eye-icon {
  color: #9ca3af;
  font-size: 14px;
  flex: 0 0 auto;
  transform: none;
  animation: none;
  opacity: 1;
}
.gpsnpb-page .gpsnpb-eye-icon svg {
  fill: none !important;
  stroke: currentColor !important;
}
.gpsnpb-page .gpsnpb-eye-icon svg path,
.gpsnpb-page .gpsnpb-eye-icon svg circle {
  fill: none !important;
  stroke: currentColor !important;
}

.gpsnpb-page .gpsnpb-live-count {
  color: #e8ecf5;
  font-weight: 650;
}
@keyframes gpsnpb-eye-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes gpsnpb-live-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(85, 231, 138, 0.4);
    opacity: 0.85;
  }
  50% {
    box-shadow: 0 0 0 4px rgba(85, 231, 138, 0);
    opacity: 1;
  }
}

.gpsnpb-page .gpsnpb-urgency {
  display: flex;
  align-items: center;
  gap: var(--gpsnpb-space-1);
  margin: 0;
  color: #ff9f8c;
  font-size: var(--gpsnpb-buy-fs-urgency);
  line-height: var(--gpsnpb-lh-tight);
  min-width: 0;
  flex: 0 1 auto;
}
.gpsnpb-page .gpsnpb-urgency strong {
  color: #fff;
  font-weight: 800;
}
.gpsnpb-page .gpsnpb-urgency-accent {
  color: #ff9f8c;
  font-style: normal;
  font-weight: 700;
}
.gpsnpb-page .gpsnpb-fire { color: #ff765f; font-size: 16px; }
.gpsnpb-page .gpsnpb-fire svg { fill: currentColor; stroke: none; }

.gpsnpb-page .gpsnpb-price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gpsnpb-page .gpsnpb-price {
  flex: 0 0 auto;
  margin: 0;
}
.gpsnpb-page .gpsnpb-price .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0;
}
.gpsnpb-page .gpsnpb-discount {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: var(--gpsnpb-radius-pill);
  background: #e11d48;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
.gpsnpb-page .gpsnpb-save {
  margin-left: 0;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--gpsnpb-green);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  align-self: center;
  white-space: nowrap;
}
.gpsnpb-page .gpsnpb-price .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gpsnpb-page .gpsnpb-price ins { text-decoration: none; background: none; }
.gpsnpb-page .gpsnpb-price .amount,
.gpsnpb-page .gpsnpb-price .woocommerce-Price-amount {
  color: #fff !important;
  font-size: var(--gpsnpb-fs-price);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}
.gpsnpb-page .gpsnpb-price del .amount,
.gpsnpb-page .gpsnpb-price del .woocommerce-Price-amount {
  color: #8b93a4 !important;
  font-size: var(--gpsnpb-buy-fs-old) !important;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.gpsnpb-page .gpsnpb-save .amount { color: inherit !important; font-size: inherit !important; }

/* Cart: Buy Now full width — quantity UI hidden (WooCommerce qty stays 1) */
.gpsnpb-page .gpsnpb-cart-wrap { margin: 0; }
.gpsnpb-page .gpsnpb-cart-wrap form.cart {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
}
.gpsnpb-page .gpsnpb-purchase-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
}
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button,
.gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button,
.gpsnpb-page .gpsnpb-cart-wrap .single_add_to_cart_button,
.gpsnpb-page .gpsnpb-cart-wrap button.single_add_to_cart_button {
  order: 1;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: var(--gpsnpb-buy-h) !important;
  height: var(--gpsnpb-buy-h) !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: var(--gpsnpb-radius-md) !important;
  background: linear-gradient(135deg, var(--gpsnpb-accent), color-mix(in srgb, var(--gpsnpb-accent) 72%, #fff)) !important;
  color: #fff !important;
  font-size: var(--gpsnpb-buy-fs-button) !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em;
  line-height: 1 !important;
  text-transform: uppercase;
  gap: 8px !important;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--gpsnpb-accent) 26%, transparent);
  cursor: pointer;
  transition: transform var(--gpsnpb-ease), box-shadow var(--gpsnpb-ease), filter var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button:hover,
.gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--gpsnpb-accent) 32%, transparent);
}
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button:active,
.gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

/* Hide visible quantity controls; keep WooCommerce qty input value = 1 */
.gpsnpb-page .gpsnpb-purchase-actions .quantity,
.gpsnpb-page .gpsnpb-purchase-actions div.quantity,
.gpsnpb-page .gpsnpb-cart-wrap .quantity,
.gpsnpb-page .gpsnpb-cart-wrap div.quantity,
.gpsnpb-page .gpsnpb-cart-wrap .minus,
.gpsnpb-page .gpsnpb-cart-wrap .plus,
.gpsnpb-page .gpsnpb-cart-wrap .quantity .minus,
.gpsnpb-page .gpsnpb-cart-wrap .quantity .plus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.gpsnpb-page .gpsnpb-cart-wrap input.qty,
.gpsnpb-page .gpsnpb-cart-wrap input[name="quantity"],
.gpsnpb-page .gpsnpb-purchase-actions input.qty,
.gpsnpb-page .gpsnpb-purchase-actions input[name="quantity"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gpsnpb-page .gpsnpb-cart-wrap form.cart:not(:has(.gpsnpb-purchase-actions)) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

/* Purchase card: actions → quiet trust → payment logos */
.gpsnpb-page .gpsnpb-assurances {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 10px 0 0;
  border-top: var(--gpsnpb-border-subtle);
  opacity: 0.75;
}
.gpsnpb-page .gpsnpb-assurances li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px 0 0;
  min-width: 0;
  border: 0;
  white-space: nowrap;
}
.gpsnpb-page .gpsnpb-assurances li + li {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
}
.gpsnpb-page .gpsnpb-assurances .gpsnpb-svg-icon {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 0;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  opacity: 0.95;
}
.gpsnpb-page .gpsnpb-assurances b {
  display: block;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
.gpsnpb-page .gpsnpb-assurances small {
  display: none;
}
.gpsnpb-page .gpsnpb-assure-short { display: none; }
.gpsnpb-page .gpsnpb-assure-full { display: inline; }
.gpsnpb-page .gpsnpb-trusted,
.gpsnpb-page .gpsnpb-avatars {
  display: none !important;
}


.gpsnpb-page .gpsnpb-trusted {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gpsnpb-space-2);
  margin: 0;
  padding-top: 10px;
  border-top: var(--gpsnpb-border-subtle);
}
.gpsnpb-page .gpsnpb-trusted-copy {
  min-width: 0;
  flex: 1 1 auto;
}
.gpsnpb-page .gpsnpb-trusted-copy strong {
  display: block;
  color: #fff;
  font-size: var(--gpsnpb-buy-fs-trusted);
  font-weight: 750;
  line-height: 1.25;
}
.gpsnpb-page .gpsnpb-trusted-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: var(--gpsnpb-muted);
  font-size: var(--gpsnpb-buy-fs-rating);
  line-height: 1.35;
  white-space: nowrap;
}
.gpsnpb-page .gpsnpb-trusted-rating .gpsnpb-star-row {
  flex: 0 0 auto;
}
.gpsnpb-page .gpsnpb-avatars {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 8px;
}
.gpsnpb-page .gpsnpb-avatars span,
.gpsnpb-page .gpsnpb-avatars em {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--gpsnpb-surface);
  margin-left: -7px;
  font-size: 9px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.gpsnpb-page .gpsnpb-avatars span:first-child { margin-left: 0; }
.gpsnpb-page .gpsnpb-avatars em {
  background: var(--gpsnpb-accent);
  color: #fff;
  font-style: normal;
  font-size: 8px;
}

/* Payment logos — Visa | Mastercard | Amex | JCB | Bitcoin */
.gpsnpb-page .gpsnpb-payments {
  margin: 0;
  padding-top: 10px;
  border-top: var(--gpsnpb-border-subtle);
  text-align: center;
}
.gpsnpb-page .gpsnpb-payments-label {
  margin: 0 0 8px;
  color: var(--gpsnpb-muted);
  font-size: var(--gpsnpb-buy-fs-pay);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
}
.gpsnpb-page .gpsnpb-payments-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gpsnpb-page .gpsnpb-payment-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 26px;
  line-height: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.gpsnpb-page .gpsnpb-payment-item img {
  display: block;
  height: 24px;
  width: auto;
  max-height: 24px;
  max-width: 72px;
  object-fit: contain;
  object-position: center;
  opacity: 0.95;
  filter: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  image-rendering: -webkit-optimize-contrast;
  transition: opacity var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-payment-item img:hover {
  opacity: 1;
}

/* Benefits strip — sibling BELOW hero grid, never a column */


.gpsnpb-page .gpsnpb-benefit {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: var(--gpsnpb-space-1);
  align-items: center;
  padding: var(--gpsnpb-space-3) var(--gpsnpb-space-2) var(--gpsnpb-space-3) 0;
  border-right: 0;
  min-width: 0;
}
.gpsnpb-page .gpsnpb-benefit:last-child { border-right: 0; }
.gpsnpb-page .gpsnpb-benefit .gpsnpb-svg-icon {
  font-size: 17px;
  color: var(--gpsnpb-accent);
}
.gpsnpb-page .gpsnpb-benefit b,
.gpsnpb-page .gpsnpb-benefit small { display: block; overflow-wrap: anywhere; }
.gpsnpb-page .gpsnpb-benefit b {
  color: #fff;
  font-size: var(--gpsnpb-fs-meta);
  font-weight: 750;
  line-height: 1.25;
}
.gpsnpb-page .gpsnpb-benefit small {
  margin-top: 2px;
  color: var(--gpsnpb-muted);
  font-size: var(--gpsnpb-fs-label);
  line-height: 1.3;
}

/* --------------------------------------------------------------------------
   Body sections — quieter, flatter, tighter
   Hero stays wide (--gpsnpb-max). Body content is a centered premium width.
   -------------------------------------------------------------------------- */
.gpsnpb-page .gpsnpb-body {
  /* Hero pad-bottom (~20px) + body pad-top (~20px) ≈ 32–40px to benefits */
  padding: var(--gpsnpb-space-4) 0 var(--gpsnpb-space-7);
  width: calc(100% - 48px);
  max-width: var(--gpsnpb-max-body);
  margin: 0 auto;
  box-sizing: border-box;
}


/* Removed section — never render gaps */
.gpsnpb-page .gpsnpb-how {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

.gpsnpb-page .gpsnpb-how,
.gpsnpb-page .gpsnpb-reviews,
.gpsnpb-page .gpsnpb-overview,
.gpsnpb-page .gpsnpb-faq,
.gpsnpb-page .gpsnpb-related,
.gpsnpb-page .gpsnpb-recent,
.gpsnpb-page .gpsnpb-tabs-wrap {
  margin-bottom: var(--gpsnpb-section-gap);
}

/*
 * Desktop body widths:
 * BODY   — benefits, how, reviews, related/recent (~1300px, via .gpsnpb-body)
 * NARROW — overview, FAQ, tabs / long prose (~1050px, centered inside body)
 */


@media (min-width: 769px){
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-tabs-wrap {
    width: 100%;
    max-width: var(--gpsnpb-max-narrow);
    margin-left: auto;
    margin-right: auto;
  }
}

.gpsnpb-page .gpsnpb-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gpsnpb-space-3);
  position: relative;
  counter-reset: none;
}
.gpsnpb-page .gpsnpb-steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 12%;
  right: 12%;
  height: 0;
  border-top: 1px dotted color-mix(in srgb, var(--gpsnpb-accent) 32%, rgba(255, 255, 255, 0.1));
  pointer-events: none;
  z-index: 0;
}
.gpsnpb-page .gpsnpb-steps li {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4px 6px 0;
}
.gpsnpb-page .gpsnpb-step-ico {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #141a27;
  border: 1px solid color-mix(in srgb, var(--gpsnpb-accent) 32%, rgba(255, 255, 255, 0.08));
  color: var(--gpsnpb-accent);
  font-size: 17px;
}
.gpsnpb-page .gpsnpb-step-ico b {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gpsnpb-accent);
  color: #fff;
  font-size: 9px;
  box-shadow: 0 0 0 3px #0c1017;
}
.gpsnpb-page .gpsnpb-steps h3 {
  margin: 0 0 6px;
  color: #fff;
  font-family: var(--gpsnpb-font-display);
  font-size: var(--gpsnpb-text-lg);
  font-weight: var(--gpsnpb-weight-semibold);
  line-height: 1.3;
}
.gpsnpb-page .gpsnpb-steps p {
  margin: 0;
  color: #929aab;
  font-size: var(--gpsnpb-text-base);
  line-height: var(--gpsnpb-lh);
  font-weight: var(--gpsnpb-weight-regular);
}

/* Reviews */
.gpsnpb-page .gpsnpb-reviews { overflow: hidden; }
.gpsnpb-page .gpsnpb-reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--gpsnpb-space-3);
}
.gpsnpb-page .gpsnpb-view-all {
  color: var(--gpsnpb-accent);
  font-size: var(--gpsnpb-fs-body-sm);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: var(--gpsnpb-space-4);
  transition: opacity var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-view-all:hover { opacity: 0.85; }
.gpsnpb-page .gpsnpb-reviews-layout {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: var(--gpsnpb-space-4);
  align-items: stretch;
}
.gpsnpb-page .gpsnpb-reviews-summary {
  padding: var(--gpsnpb-space-4) var(--gpsnpb-space-3);
  border-radius: var(--gpsnpb-radius-lg);
  background: rgba(18, 22, 32, 0.55);
  border: var(--gpsnpb-border-subtle);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.gpsnpb-page .gpsnpb-score {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.gpsnpb-page .gpsnpb-reviews-summary small {
  color: var(--gpsnpb-muted);
  font-size: var(--gpsnpb-fs-meta);
}

.gpsnpb-page .gpsnpb-slider-viewport { overflow: hidden; width: 100%; touch-action: pan-y; }
.gpsnpb-page .gpsnpb-slider-track {
  display: flex;
  gap: var(--gpsnpb-space-3);
  transition: transform 0.4s ease;
  will-change: transform;
}
.gpsnpb-page .gpsnpb-review-card {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
  height: 176px;
  padding: var(--gpsnpb-space-3);
  border-radius: var(--gpsnpb-radius-md);
  background: rgba(18, 22, 32, 0.5);
  border: var(--gpsnpb-border-subtle);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.gpsnpb-page .gpsnpb-review-top {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.gpsnpb-page .gpsnpb-review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: var(--gpsnpb-fs-meta);
  font-weight: 800;
  overflow: hidden;
  flex-shrink: 0;
  background: #2a3344;
}
.gpsnpb-page .gpsnpb-review-avatar--image {
  padding: 0;
  background: transparent;
}
.gpsnpb-page .gpsnpb-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.gpsnpb-page .gpsnpb-review-meta strong {
  display: block;
  color: #fff;
  font-size: var(--gpsnpb-text-base);
  font-weight: var(--gpsnpb-weight-semibold);
  line-height: 1.25;
}
.gpsnpb-page .gpsnpb-review-flag { font-style: normal; }
.gpsnpb-page .gpsnpb-review-country {
  display: block;
  color: #8f98aa;
  font-size: var(--gpsnpb-text-sm);
  margin-top: 2px;
}
.gpsnpb-page .gpsnpb-review-top small {
  color: #697386;
  font-size: var(--gpsnpb-text-sm);
  white-space: nowrap;
}
.gpsnpb-page .gpsnpb-review-stars { margin-bottom: 6px; }
.gpsnpb-page .gpsnpb-review-card p {
  margin: 0;
  color: #d2d7e1;
  font-size: var(--gpsnpb-text-base);
  line-height: 1.55;
  flex: 1;
  overflow: hidden;
  font-weight: var(--gpsnpb-weight-regular);
}
.gpsnpb-page .gpsnpb-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gpsnpb-space-3);
  margin-top: var(--gpsnpb-space-3);
}
.gpsnpb-page .gpsnpb-slider-prev,
.gpsnpb-page .gpsnpb-slider-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: var(--gpsnpb-border);
  background: rgba(18, 22, 32, 0.7);
  color: #fff;
  cursor: pointer;
  transition: border-color var(--gpsnpb-ease), background var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-slider-prev:hover,
.gpsnpb-page .gpsnpb-slider-next:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: #161b27;
}
.gpsnpb-page .gpsnpb-slider-dots { display: flex; gap: 6px; }
.gpsnpb-page .gpsnpb-slider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: background var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-slider-dots span.is-active { background: var(--gpsnpb-accent); }

/* Overview + FAQ — narrow prose column (desktop centering above) */
.gpsnpb-page .gpsnpb-overview-copy {
  color: #b8c0cf;
  font-size: var(--gpsnpb-text-md);
  line-height: var(--gpsnpb-lh);
  font-weight: var(--gpsnpb-weight-regular);
}
.gpsnpb-page .gpsnpb-overview-copy p { margin: 0 0 var(--gpsnpb-space-3); }
.gpsnpb-page .gpsnpb-overview-lead {
  color: #f7f8fb;
  font-size: var(--gpsnpb-text-md);
  font-weight: var(--gpsnpb-weight-semibold);
  line-height: 1.55;
}

.gpsnpb-page .gpsnpb-terms { margin-top: 10px; }
.gpsnpb-page .gpsnpb-terms-toggle,
.gpsnpb-page .gpsnpb-terms-less {
  color: var(--gpsnpb-accent) !important;
  font-weight: 750;
  font-size: var(--gpsnpb-fs-body-sm);
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.gpsnpb-page .gpsnpb-terms-content { padding-top: var(--gpsnpb-space-5); }
.gpsnpb-page .gpsnpb-terms-content[hidden] { display: none !important; }
.gpsnpb-page .gpsnpb-terms-heading h3 {
  color: #fff;
  margin: 0 0 var(--gpsnpb-space-3);
  font-size: clamp(20px, 2vw, 24px);
}
.gpsnpb-page .gpsnpb-terms-list { list-style: none !important; padding: 0 !important; }
.gpsnpb-page .gpsnpb-terms-list li {
  margin: 0 0 var(--gpsnpb-space-2);
  color: #b6becc;
  font-size: 14px;
  line-height: 1.6;
}

.gpsnpb-page .gpsnpb-faq-item {
  border: 0;
  border-bottom: var(--gpsnpb-border);
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
.gpsnpb-page .gpsnpb-faq-item:first-child {
  border-top: var(--gpsnpb-border);
}
.gpsnpb-page .gpsnpb-faq-item summary {
  cursor: pointer;
  padding: var(--gpsnpb-space-3) 0;
  color: #fff;
  font-family: var(--gpsnpb-font-display);
  font-size: var(--gpsnpb-text-lg);
  font-weight: var(--gpsnpb-weight-semibold);
  list-style: none;
  line-height: 1.3;
  transition: color var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-faq-item summary:hover { color: #e8ecf5; }
.gpsnpb-page .gpsnpb-faq-item summary::-webkit-details-marker { display: none; }
.gpsnpb-page .gpsnpb-faq-item p {
  margin: 0 0 var(--gpsnpb-space-3);
  color: #aeb6c7;
  font-size: var(--gpsnpb-text-md);
  line-height: 1.6;
  font-weight: var(--gpsnpb-weight-regular);
}

/* Tabs / related / recent */
.gpsnpb-page .gpsnpb-tabs-wrap {
  padding: var(--gpsnpb-space-4) 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: var(--gpsnpb-border);
}
.gpsnpb-page .gpsnpb-tabs-wrap .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gpsnpb-space-1);
  border: 0 !important;
  margin: 0 0 var(--gpsnpb-space-4) !important;
  padding: 0 !important;
}
.gpsnpb-page .gpsnpb-tabs-wrap .tabs li {
  margin: 0 !important;
  border: 0 !important;
  background: #1b202b !important;
  border-radius: var(--gpsnpb-radius-sm) !important;
}
.gpsnpb-page .gpsnpb-tabs-wrap .tabs li a {
  color: #c0c6d4 !important;
  padding: 10px 14px !important;
  font-size: var(--gpsnpb-fs-body-sm) !important;
}
.gpsnpb-page .gpsnpb-tabs-wrap .tabs li.active { background: var(--gpsnpb-accent) !important; }
.gpsnpb-page .gpsnpb-tabs-wrap .tabs li.active a { color: #fff !important; }
.gpsnpb-page .gpsnpb-tabs-wrap .woocommerce-Tabs-panel { color: #adb5c5; }
.gpsnpb-page .gpsnpb-tabs-wrap h2 { color: #fff; }

.gpsnpb-page .gpsnpb-related ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gpsnpb-space-3);
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.gpsnpb-page .gpsnpb-related ul.products::before,
.gpsnpb-page .gpsnpb-related ul.products::after { display: none !important; content: none !important; }
.gpsnpb-page .gpsnpb-related ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: var(--gpsnpb-space-2);
  background: rgba(18, 22, 32, 0.4);
  border: var(--gpsnpb-border-subtle);
  border-radius: var(--gpsnpb-radius-md);
  transition: border-color var(--gpsnpb-ease), background var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-related ul.products li.product:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(18, 22, 32, 0.65);
}
.gpsnpb-page .gpsnpb-related .woocommerce-loop-product__title,
.gpsnpb-page .gpsnpb-related .price,
.gpsnpb-page .gpsnpb-related h2 { color: #fff !important; }

.gpsnpb-page .gpsnpb-recent { margin: var(--gpsnpb-section-gap) 0; }
.gpsnpb-page .gpsnpb-recent-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gpsnpb-space-3);
}
.gpsnpb-page .gpsnpb-recent-card {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: var(--gpsnpb-radius-md);
  overflow: hidden;
  background: rgba(17, 23, 34, 0.7);
  border: var(--gpsnpb-border-subtle);
  transition: border-color var(--gpsnpb-ease);
}
.gpsnpb-page .gpsnpb-recent-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
}
.gpsnpb-page .gpsnpb-recent-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.gpsnpb-page .gpsnpb-recent-card div { padding: var(--gpsnpb-space-2); }
.gpsnpb-page .gpsnpb-recent-card strong {
  display: block;
  font-size: var(--gpsnpb-fs-body-sm);
}
.gpsnpb-page .gpsnpb-recent-card span {
  font-size: var(--gpsnpb-fs-label);
  color: var(--gpsnpb-accent);
  font-weight: 800;
  text-transform: uppercase;
}

/* Drawers / help / mobile bar */














/* Need help tab is not rendered on this product page. */


/* --------------------------------------------------------------------------
   Need help? — styles retained but unused (tab not rendered)
   -------------------------------------------------------------------------- */





/* Tablet: ~20–25% smaller, lower so it clears the purchase panel */


/* Mobile: compact circular help FAB (bottom-right, above sticky buy) */


.gpsnpb-mobile-bar { display: none; }


/* No blur / backdrop / continuous animation (performance) — except purchase card glass */
.gpsnpb-page,
.gpsnpb-page *:not(.gpsnpb-buy-card) {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.gpsnpb-page .gpsnpb-buy-card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* --------------------------------------------------------------------------
   Breakpoints: 1440 / 1200 / 992 / 768 / 480
   -------------------------------------------------------------------------- */
@media (max-width: 1440px){
  .gpsnpb-page .gpsnpb-hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.15fr) minmax(280px, 1fr);
    gap: 22px;
  }
  .gpsnpb-page .gpsnpb-cover { max-height: 500px; }
  .gpsnpb-page {
    --gpsnpb-fs-price: 38px;
  }
}

@media (max-width: 1280px){
  .gpsnpb-page .gpsnpb-hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr) minmax(270px, 1fr);
    gap: 18px;
  }
  .gpsnpb-page .gpsnpb-cover { max-height: 460px; }
  .gpsnpb-page {
    --gpsnpb-fs-price: 36px;
    --gpsnpb-card-pad: 18px;
  }
}

@media (max-width: 1200px){
  .gpsnpb-page .gpsnpb-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr) minmax(260px, 1fr);
    gap: 16px;
  }
  .gpsnpb-page .gpsnpb-cover { max-height: 420px; }
  .gpsnpb-page .gpsnpb-title { font-size: clamp(26px, 2.8vw, 36px); }
  .gpsnpb-page .gpsnpb-buy-card {
    --gpsnpb-buy-fs-assure-title: 12px;
    --gpsnpb-buy-fs-assure-desc: 10px;
  }
  .gpsnpb-page .gpsnpb-hero-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gpsnpb-page .gpsnpb-assurances {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    opacity: 0.75;
  }
  .gpsnpb-page .gpsnpb-assurances li {
    padding: 0 8px 0 0;
    white-space: nowrap;
  }
  .gpsnpb-page .gpsnpb-assurances li + li {
    padding-left: 8px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .gpsnpb-page .gpsnpb-benefit:nth-child(3) { border-right: 0; }
  .gpsnpb-page .gpsnpb-benefit:nth-child(n/**/+4) { border-top: var(--gpsnpb-border); }
  .gpsnpb-page .gpsnpb-review-card { flex-basis: calc((100% - 16px) / 2); height: 190px; }
  .gpsnpb-page .gpsnpb-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpsnpb-page .gpsnpb-steps::before { display: none; }
  .gpsnpb-page .gpsnpb-related ul.products,
  .gpsnpb-page .gpsnpb-recent-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 992px){
  .gpsnpb-page .gpsnpb-hero-grid {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) !important;
    gap: 20px;
  }
  .gpsnpb-page .gpsnpb-col-buy {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 22px;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .gpsnpb-page .gpsnpb-reviews-layout { grid-template-columns: 1fr; }
  .gpsnpb-page .gpsnpb-reviews-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }
  .gpsnpb-page .gpsnpb-score { font-size: 36px; }
}

/* --------------------------------------------------------------------------
   Mobile single-column page (≤768) — flat canvas, not desktop columns
   -------------------------------------------------------------------------- */
@media (max-width: 768px){
  .gpsnpb-page {
    --gpsnpb-text-xs: 10px;
    --gpsnpb-text-sm: 12px;
    --gpsnpb-text-base: 15px;
    --gpsnpb-text-md: 16px;
    --gpsnpb-text-lg: 17px;
    --gpsnpb-text-xl: clamp(27px, 7vw, 33px);
    --gpsnpb-text-2xl: clamp(28px, 7vw, 34px);
    --gpsnpb-text-3xl: clamp(28px, 7.5vw, 36px);
    --gpsnpb-fs-title: var(--gpsnpb-text-3xl);
    --gpsnpb-fs-h2: var(--gpsnpb-text-2xl);
    --gpsnpb-fs-h3: var(--gpsnpb-text-lg);
    --gpsnpb-fs-body: var(--gpsnpb-text-md);
    --gpsnpb-fs-body-sm: var(--gpsnpb-text-base);
    --gpsnpb-fs-meta: var(--gpsnpb-text-sm);
    --gpsnpb-fs-label: var(--gpsnpb-text-xs);
    --gpsnpb-fs-price: clamp(30px, 8.5vw, 38px);
    --gpsnpb-pad-x: 16px;
    --gpsnpb-section-gap: 32px;
    --gpsnpb-hero-gap: 16px;
    --gpsnpb-card-pad: 16px;
    --gpsnpb-sticky-clearance: calc(136px + env(safe-area-inset-bottom, 0px));
    overflow: visible !important;
    overflow-x: clip !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 32px !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .gpsnpb-shell,
  .gpsnpb-page .gpsnpb-hero-grid,
  .gpsnpb-page .gpsnpb-body {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--gpsnpb-pad-x) !important;
    padding-right: var(--gpsnpb-pad-x) !important;
    box-sizing: border-box !important;
  }

  /* Hero: one column, compact vertical flow for fast time-to-purchase */
  .gpsnpb-page .gpsnpb-hero {
    padding: 2px 0 10px !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .gpsnpb-page .gpsnpb-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .gpsnpb-page .gpsnpb-col,
  .gpsnpb-page .gpsnpb-col-gallery,
  .gpsnpb-page .gpsnpb-col-details,
  .gpsnpb-page .gpsnpb-col-buy,
  .gpsnpb-page .gpsnpb-details-intro {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    min-height: 0 !important;
    height: auto !important;
  }
  /* Flatten details so intro / buy / account / specs can reorder independently */
  .gpsnpb-page .gpsnpb-col-details {
    display: contents !important;
  }
  /*
   * Mobile conversion hierarchy:
   * 1. Cover → 2. Title/meta → 3. Purchase → 4. Account Access → 5. Specs
   */
  .gpsnpb-page .gpsnpb-col-gallery { order: 1; width: 100% !important; align-items: stretch; }
  .gpsnpb-page .gpsnpb-details-intro {
    order: 2;
    width: 100%;
    margin: 0 0 20px; /* ~18–22px meta → purchase card */
  }
  .gpsnpb-page .gpsnpb-col-buy {
    order: 3;
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    grid-column: auto !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .gpsnpb-page .gpsnpb-info-notice {
    order: 4;
    width: 100%;
    margin: 25px 0 0; /* ~24–26px after purchase card */
    padding: 6px 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-left: 2px solid rgba(156, 163, 175, 0.28) !important;
    padding-left: 10px !important;
    box-shadow: none !important;
    gap: 7px;
  }
  .gpsnpb-page .gpsnpb-info-notice-label { font-size: 12.5px; }
  .gpsnpb-page .gpsnpb-info-notice p { font-size: 12px; margin: 0; }
  .gpsnpb-page .gpsnpb-info-notice-ico { font-size: 14px; margin-top: 0; }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box,
  .gpsnpb-page .gpsnpb-delivery-box--in-card {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    gap: 6px;
    align-items: flex-start;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box strong { font-size: 12px; line-height: 1.2; }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box span { font-size: 11px; margin-top: 1px; line-height: 1.35; }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-ico { font-size: 13px; margin-top: 1px; }
  .gpsnpb-page .gpsnpb-hero-specs {
    order: 5;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
    margin: 26px 0 6px; /* ~26px after Account Access */
    padding-top: 0;
    gap: 12px 14px;
    row-gap: 12px;
  }

  /* Cover — ~96–97% content width; small edge margin; badge stays on image */
  .gpsnpb-page .gpsnpb-cover-wrap {
    position: relative;
    width: 96.5%;
    max-width: none;
    padding: 0;
    margin: 0 auto 20px; /* ~18–22px cover → title */
    overflow: hidden;
    border-radius: var(--gpsnpb-radius-md);
  }
  .gpsnpb-page .gpsnpb-cover-platform {
    top: 13px;
    right: 13px;
    padding: 9px 13px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    gap: 6px;
  }
  .gpsnpb-page .gpsnpb-cover-platform-logo {
    width: 16px;
    height: 16px;
  }
  .gpsnpb-page .gpsnpb-cover {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: var(--gpsnpb-radius-md);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }
  .gpsnpb-page .gpsnpb-thumbs { margin-top: 6px; gap: 6px; justify-content: center; }
  .gpsnpb-page .gpsnpb-thumb img { height: 52px; }

  /* Intro — title → meta → purchase (viewers removed) */
  .gpsnpb-page {
    --gpsnpb-fs-title: clamp(28px, 7.2vw, 32px);
    --gpsnpb-section-gap: 38px;
    --gpsnpb-buy-h: 52px;
  }
  .gpsnpb-page .gpsnpb-title {
    display: block;
    text-align: left;
    font-size: var(--gpsnpb-fs-title);
    line-height: 1.08;
    margin: 0 0 8px;
    letter-spacing: -0.03em;
  }
  .gpsnpb-page .gpsnpb-meta-row {
    margin: 0;
    gap: 6px 8px;
    font-size: 13px;
  }
  .gpsnpb-page .gpsnpb-meta-ico { font-size: 14px; }
  .gpsnpb-page .gpsnpb-platform-logo {
    width: 14px;
    height: 14px;
  }
  /* Gamers viewing fully removed from template */
  

  /* Purchase card compact */
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card {
    --gpsnpb-buy-fs-countdown: 12px;
    --gpsnpb-buy-fs-unit: 9px;
    --gpsnpb-buy-fs-urgency: 13px;
    --gpsnpb-buy-fs-old: 13px;
    --gpsnpb-buy-fs-save: 12px;
    --gpsnpb-buy-fs-button: 15px;
    --gpsnpb-buy-fs-pay: 11px;
    --gpsnpb-buy-h: 52px;
    gap: 6px;
    padding: 10px;
  }
  .gpsnpb-page .gpsnpb-urgency-row {
    gap: 8px 10px;
    justify-content: flex-start;
  }
  .gpsnpb-page .gpsnpb-urgency {
    font-size: var(--gpsnpb-buy-fs-urgency);
    margin: 0;
    flex: 0 1 auto;
  }
  .gpsnpb-page .gpsnpb-urgency-row .gpsnpb-countdown {
    margin-left: 0 !important;
  }
  .gpsnpb-page .gpsnpb-price-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .gpsnpb-page .gpsnpb-price {
    flex: 0 0 auto;
  }
  .gpsnpb-page .gpsnpb-price .price {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 8px;
  }
  .gpsnpb-page .gpsnpb-discount {
    margin: 0;
    flex: 0 0 auto;
  }
  .gpsnpb-page .gpsnpb-save {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  /* Trust — tiny row; short labels on mobile */
  .gpsnpb-page .gpsnpb-assure-full { display: none !important; }
  .gpsnpb-page .gpsnpb-assure-short { display: inline !important; }
  .gpsnpb-page .gpsnpb-assurances {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 2px 0 0;
    opacity: 0.94;
  }
  .gpsnpb-page .gpsnpb-assurances li {
    gap: 4px;
    padding: 0 7px 0 0;
    white-space: nowrap;
  }
  .gpsnpb-page .gpsnpb-assurances li + li {
    padding-left: 7px;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }
  .gpsnpb-page .gpsnpb-assurances .gpsnpb-svg-icon { font-size: 11px; color: #c5cbd6; }
  .gpsnpb-page .gpsnpb-assurances b { font-size: 10px; font-weight: 600; color: #c5cbd6; }

  /* Payments — no heading; balanced logo heights (+~6%) */
  .gpsnpb-page .gpsnpb-payments {
    padding-top: 6px;
    border-top: var(--gpsnpb-border-subtle);
  }
  .gpsnpb-page .gpsnpb-payments-label { display: none !important; }
  .gpsnpb-page .gpsnpb-payments-row {
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .gpsnpb-page .gpsnpb-payment-item {
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .gpsnpb-page .gpsnpb-payment-item img {
    height: 24px;
    max-height: 24px;
    width: auto;
    max-width: 74px;
    object-fit: contain;
    object-position: center;
    opacity: 1;
  }
  /* Visa artboard is squarer — optically match card-network logos */
  .gpsnpb-page .gpsnpb-payment-item img[alt="Visa"] {
    height: 19px;
    max-height: 19px;
  }
  .gpsnpb-page .gpsnpb-payment-item img[alt="Bitcoin"] {
    height: 22px;
    max-height: 22px;
  }

  /* Specs — larger readable 2×3 on mobile */
  .gpsnpb-page .gpsnpb-spec--compact {
    padding: 5px 0;
    gap: 8px;
    min-height: 0;
    align-items: flex-start;
  }
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-svg-icon,
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-ico {
    font-size: 17px;
    color: #9ca3af;
    margin-top: 2px;
  }
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-platform-logo {
    width: 17px;
    height: 17px;
    margin-top: 2px;
  }
  .gpsnpb-page .gpsnpb-spec--compact small {
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  .gpsnpb-page .gpsnpb-spec--compact strong {
    font-size: 15px;
    font-weight: 650;
    line-height: 1.3;
    color: #f3f5fa;
  }

  /* Body sections */
  .gpsnpb-page .gpsnpb-how {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .gpsnpb-page .gpsnpb-body {
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-related {
    margin-bottom: 28px;
    max-width: none;
    width: 100%;
  }
  .gpsnpb-page .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-overview-copy p {
    max-width: none !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .gpsnpb-page .gpsnpb-section-head h2 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.15;
  }
  .gpsnpb-page .gpsnpb-faq-item summary {
    min-height: 44px;
    padding: 10px 0;
    font-size: 16px;
  }
  .gpsnpb-page .gpsnpb-faq-item p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 10px;
  }

  /* Sticky buy — safe area + page clearance (keep bar compact; trim extra FAQ dead space) */
  .gpsnpb-mobile-bar {
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    padding: 6px 8px;
    min-height: 46px;
  }
  body.gpsnpb-sticky-buy-on.gpsnpb-active .gpsnpb-page {
    padding-bottom: var(--gpsnpb-sticky-clearance) !important;
  }
  body.gpsnpb-sticky-buy-on.gpsnpb-active .gpsnpb-page .gpsnpb-body {
    padding-bottom: 8px;
  }

  body.gpsnpb-sticky-buy-on .gpsnpb-page .gpsnpb-faq {
    margin-bottom: 12px;
    padding-bottom: 0;
  }
  body.gpsnpb-sticky-buy-on .gpsnpb-page .gpsnpb-faq-list {
    padding-bottom: 0;
  }


  /* Purchase card — keep compact; do not reintroduce quantity */
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card {
    --gpsnpb-buy-fs-countdown: 12px;
    --gpsnpb-buy-fs-unit: 9px;
    --gpsnpb-buy-fs-urgency: 13px;
    --gpsnpb-buy-fs-old: 13px;
    --gpsnpb-buy-fs-save: 12px;
    --gpsnpb-buy-fs-button: 15px;
    --gpsnpb-buy-h: 50px;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px;
    gap: 8px;
    height: auto !important;
    min-height: 0 !important;
  }
  .gpsnpb-page .gpsnpb-urgency-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .gpsnpb-page .gpsnpb-deal,
  .gpsnpb-page .gpsnpb-deal-label,
  .gpsnpb-page .gpsnpb-trusted,
  .gpsnpb-page .gpsnpb-avatars {
    display: none !important;
  }
  .gpsnpb-page .gpsnpb-countdown { gap: 3px; align-items: flex-start; }
  .gpsnpb-page .gpsnpb-countdown span {
    min-width: 26px;
    padding: 4px 3px;
    font-size: var(--gpsnpb-buy-fs-countdown);
    border-radius: 6px;
  }
  .gpsnpb-page .gpsnpb-purchase-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button,
  .gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button {
    min-height: 50px !important;
    height: 50px !important;
    font-size: var(--gpsnpb-buy-fs-button) !important;
    width: 100% !important;
  }
  .gpsnpb-page .gpsnpb-purchase-actions .quantity,
  .gpsnpb-page .gpsnpb-purchase-actions div.quantity,
  .gpsnpb-page .gpsnpb-cart-wrap .quantity,
  .gpsnpb-page .gpsnpb-cart-wrap div.quantity {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .gpsnpb-page .gpsnpb-payments-label { display: none !important; }
  .gpsnpb-page .gpsnpb-assure-full { display: none !important; }
  .gpsnpb-page .gpsnpb-assure-short { display: inline !important; }

  /* Benefits strip — hide on mobile only (no empty gap) */
  

  /*
   * Shared mobile content width — match Product Attributes (hero-grid pad-x).
   * Body must keep the same horizontal inset as .gpsnpb-hero-grid (~16px).
   * Do NOT reset padding to vertical-only (that caused edge-to-edge text).
   */
  .gpsnpb-page .gpsnpb-body {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 16px var(--gpsnpb-pad-x) 20px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    overflow-x: clip !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .gpsnpb-page .gpsnpb-how,
  .gpsnpb-page .gpsnpb-reviews,
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-related,
  .gpsnpb-page .gpsnpb-recent,
  .gpsnpb-page .gpsnpb-tabs-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 var(--gpsnpb-section-gap) !important;
    padding-top: var(--gpsnpb-space-4);
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-top: var(--gpsnpb-border) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* Benefits strip stays hidden on mobile — no empty gap */
  

  /* Direct children stay inside the shared inset */
  .gpsnpb-page .gpsnpb-body > *,
  .gpsnpb-page .gpsnpb-how > *,
  .gpsnpb-page .gpsnpb-reviews > *,
  .gpsnpb-page .gpsnpb-overview > *,
  .gpsnpb-page .gpsnpb-faq > *,
  .gpsnpb-page .gpsnpb-related > *,
  .gpsnpb-page .gpsnpb-recent > *,
  .gpsnpb-page .gpsnpb-tabs-wrap > *,
  .gpsnpb-page .gpsnpb-section-head,
  .gpsnpb-page .gpsnpb-steps,
  .gpsnpb-page .gpsnpb-reviews-layout,
  .gpsnpb-page .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-faq-list,
  .gpsnpb-page .gpsnpb-related ul.products,
  .gpsnpb-page .gpsnpb-recent-track {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  /* Account notice stays light on mobile (not a large card) */
  .gpsnpb-page .gpsnpb-info-notice {
    border: 0 !important;
    border-left: 2px solid rgba(156, 163, 175, 0.28) !important;
    border-radius: 0 !important;
    padding: 6px 0 6px 10px !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .gpsnpb-page .gpsnpb-eyebrow {
    max-width: 100%;
    width: auto;
    text-align: left;
    font-size: var(--gpsnpb-text-xs);
    letter-spacing: 0.1em;
    font-weight: var(--gpsnpb-weight-semibold);
  }
  .gpsnpb-page .gpsnpb-section-head {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .gpsnpb-page .gpsnpb-section-head h2 {
    max-width: 100%;
    width: 100%;
    text-align: left;
    font-size: var(--gpsnpb-text-2xl);
    line-height: 1.1;
    margin: 0 0 14px;
    font-weight: var(--gpsnpb-weight-bold);
  }

  /* How It Works — vertical timeline inside shared pad-x width */
  .gpsnpb-page .gpsnpb-how .gpsnpb-section-head,
  .gpsnpb-page .gpsnpb-how .gpsnpb-eyebrow,
  .gpsnpb-page .gpsnpb-how h2 {
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
  }
  .gpsnpb-page .gpsnpb-steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .gpsnpb-page .gpsnpb-steps::before { display: none !important; content: none !important; }
  .gpsnpb-page .gpsnpb-steps li {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "ico title"
      "ico text";
    column-gap: 14px;
    row-gap: 4px;
    text-align: left !important;
    padding: 0;
    margin: 0;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-step-ico {
    grid-area: ico;
    width: 44px;
    height: 44px;
    margin: 0;
    font-size: 18px;
    flex: 0 0 44px;
  }
  .gpsnpb-page .gpsnpb-steps h3 {
    grid-area: title;
    margin: 2px 0 0;
    font-size: var(--gpsnpb-text-lg);
    font-weight: var(--gpsnpb-weight-semibold);
    text-align: left;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .gpsnpb-page .gpsnpb-steps p {
    grid-area: text;
    font-size: var(--gpsnpb-text-base);
    line-height: 1.55;
    text-align: left;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* Reviews — constrained to shared pad-x; one card, no body overflow */
  .gpsnpb-page .gpsnpb-reviews {
    overflow: hidden !important;
  }
  .gpsnpb-page .gpsnpb-reviews-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-view-all {
    margin-bottom: 0;
    max-width: 100%;
    white-space: normal;
  }
  .gpsnpb-page .gpsnpb-reviews-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-reviews-summary {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    gap: 10px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-score { font-size: 32px; }
  .gpsnpb-page .gpsnpb-slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  .gpsnpb-page .gpsnpb-slider-viewport {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-slider-track {
    gap: 0;
    width: auto;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-review-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto !important;
    min-height: 0;
    padding: 14px;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-review-card p,
  .gpsnpb-page .gpsnpb-review-meta,
  .gpsnpb-page .gpsnpb-review-meta strong,
  .gpsnpb-page .gpsnpb-review-country {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .gpsnpb-page .gpsnpb-review-card p {
    overflow: visible;
    font-size: 14px;
    line-height: 1.5;
  }
  .gpsnpb-page .gpsnpb-slider-controls {
    margin-top: 14px;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-slider-prev,
  .gpsnpb-page .gpsnpb-slider-next {
    width: 44px;
    height: 44px;
    font-size: 18px;
    flex: 0 0 auto;
  }

  /* Overview / FAQ / tabs — same shared pad-x as Product Attributes */
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-tabs-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    text-align: left !important;
  }
  .gpsnpb-page .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-overview-copy p,
  .gpsnpb-page .gpsnpb-overview-lead,
  .gpsnpb-page .gpsnpb-faq-item,
  .gpsnpb-page .gpsnpb-faq-item summary,
  .gpsnpb-page .gpsnpb-faq-item p {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: left !important;
  }
  .gpsnpb-page .gpsnpb-overview-copy {
    color: #b8c0cf;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .gpsnpb-page .gpsnpb-overview-copy p {
    margin: 0 0 14px;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .gpsnpb-page .gpsnpb-overview-lead {
    color: #f7f8fb;
    font-size: 16px !important;
    font-weight: var(--gpsnpb-weight-semibold);
    line-height: 1.55;
  }

  /* FAQ — flat list, no boxed widgets */
  .gpsnpb-page .gpsnpb-faq-item {
    padding: 0;
    margin-bottom: 0;
    border: 0 !important;
    border-bottom: var(--gpsnpb-border) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .gpsnpb-page .gpsnpb-faq-item:first-child {
    border-top: var(--gpsnpb-border) !important;
  }
  .gpsnpb-page .gpsnpb-faq-item summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px !important;
    font-weight: var(--gpsnpb-weight-semibold);
    line-height: 1.3;
  }
  .gpsnpb-page .gpsnpb-faq-item p {
    margin: 0 0 10px;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* Related — same shared width; cards cannot exceed parent */
  .gpsnpb-page .gpsnpb-related ul.products,
  .gpsnpb-page .gpsnpb-recent-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .gpsnpb-page .gpsnpb-related ul.products li.product,
  .gpsnpb-page .gpsnpb-recent-card {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }
  .gpsnpb-page .gpsnpb-related ul.products li.product { padding: 10px; }
  .gpsnpb-page .gpsnpb-related .woocommerce-loop-product__title,
  .gpsnpb-page .gpsnpb-related h2 {
    font-size: 13px !important;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .gpsnpb-page .gpsnpb-related .button,
  .gpsnpb-page .gpsnpb-related a.button {
    min-height: 40px;
    font-size: 13px !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .gpsnpb-page .gpsnpb-tabs-wrap {
    padding: 16px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Sticky buy bar */
  .gpsnpb-mobile-bar {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    z-index: 9999;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    border-radius: 12px;
    background: #10131b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  }
  .gpsnpb-mobile-bar.is-visible { display: flex; }
  .gpsnpb-mobile-bar[hidden] { display: none !important; }
  .gpsnpb-mobile-bar-price {
    flex: 0 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  .gpsnpb-mobile-bar-price del,
  .gpsnpb-mobile-bar-price .woocommerce-Price-amount {
    color: inherit !important;
    font-size: inherit !important;
  }
  .gpsnpb-mobile-bar-price del { display: none; }
  .gpsnpb-mobile-bar-buy.button,
  .gpsnpb-mobile-bar .gpsnpb-mobile-bar-buy {
    flex: 1 1 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--gpsnpb-accent) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
  }

  /* Clear sticky bar over content + FABs / scroll-to-top */
  body.gpsnpb-sticky-buy-on.gpsnpb-active .gpsnpb-page {
    padding-bottom: var(--gpsnpb-sticky-clearance) !important;
  }
  body.gpsnpb-sticky-buy-on.gpsnpb-active .gpsnpb-page .gpsnpb-body {
    padding-top: 16px !important;
    padding-left: var(--gpsnpb-pad-x) !important;
    padding-right: var(--gpsnpb-pad-x) !important;
    padding-bottom: 8px !important;
  }
  body.gpsnpb-sticky-buy-on .back-top,
  body.gpsnpb-sticky-buy-on #back-top,
  body.gpsnpb-sticky-buy-on .et-scroll-up,
  body.gpsnpb-sticky-buy-on .scroll-to-top,
  body.gpsnpb-sticky-buy-on .btt,
  body.gpsnpb-sticky-buy-on .back-to-top,
  body.gpsnpb-sticky-buy-on .etheme-scroll-top,
  body.gpsnpb-sticky-buy-on a.back-top {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 430px){
  .gpsnpb-page {
    --gpsnpb-pad-x: 16px;
    --gpsnpb-fs-title: clamp(30px, 7.2vw, 32px);
  }
  .gpsnpb-page .gpsnpb-badge { font-size: 9px; padding: 4px 8px; }
  /* Specs: keep 2 compact columns at 430 */
  .gpsnpb-page .gpsnpb-hero-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 10px;
  }
  .gpsnpb-page .gpsnpb-spec--compact {
    padding: 6px 0;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card {
    --gpsnpb-buy-fs-deal: 11px;
    --gpsnpb-buy-fs-countdown: 13px;
    --gpsnpb-buy-fs-urgency: 12px;
    --gpsnpb-buy-fs-assure-title: 11px;
    --gpsnpb-buy-fs-assure-desc: 10px;
    --gpsnpb-buy-fs-trusted: 12px;
    --gpsnpb-buy-fs-rating: 11px;
    gap: 7px;
  }
}

@media (max-width: 390px){
  .gpsnpb-page .gpsnpb-related ul.products,
  .gpsnpb-page .gpsnpb-recent-track {
    grid-template-columns: 1fr;
  }
  .gpsnpb-page .gpsnpb-benefit:last-child {
    grid-column: 1 / -1;
  }
  .gpsnpb-page .gpsnpb-assurances {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    opacity: 0.94;
  }
  .gpsnpb-page .gpsnpb-assurances li {
    white-space: nowrap;
  }
  .gpsnpb-page .gpsnpb-assurances li:last-child {
    grid-column: auto;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card {
    --gpsnpb-buy-fs-button: 14px;
    --gpsnpb-buy-fs-pay: 10px;
    --gpsnpb-buy-fs-save: 12px;
    --gpsnpb-buy-fs-old: 13px;
    gap: 7px;
  }
  .gpsnpb-page {
    /* Keep current price strong — do not squeeze to fit “You save” on row 1 */
    --gpsnpb-fs-price: clamp(30px, 8.2vw, 36px);
    --gpsnpb-fs-title: clamp(28px, 7.4vw, 30px);
  }
  .gpsnpb-page .gpsnpb-price-block {
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
  }
  .gpsnpb-page .gpsnpb-price .price {
    flex-wrap: nowrap;
    gap: 8px;
  }
  /* Old + current + discount on row 1; You save cleanly on row 2 */
  .gpsnpb-page .gpsnpb-save {
    margin: 0;
    flex: 1 0 100%;
    padding: 0;
    background: none;
    font-size: 12px;
  }
  .gpsnpb-page .gpsnpb-trusted {
    flex-wrap: wrap;
  }
  .gpsnpb-page .gpsnpb-avatars {
    margin-left: 0;
  }
  .gpsnpb-page .gpsnpb-payments-row { gap: 9px; }
  .gpsnpb-page .gpsnpb-payment-item img {
    height: 23px;
    max-height: 23px;
    max-width: 68px;
  }
  .gpsnpb-page .gpsnpb-payment-item img[alt="Visa"] {
    height: 18px;
    max-height: 18px;
  }
  .gpsnpb-page .gpsnpb-payment-item img[alt="Bitcoin"] {
    height: 21px;
    max-height: 21px;
  }
}

@media (max-width: 375px){
  .gpsnpb-page {
    --gpsnpb-pad-x: 14px;
    --gpsnpb-card-pad: 14px;
    --gpsnpb-fs-price: clamp(30px, 8.4vw, 35px);
  }
  .gpsnpb-page .gpsnpb-hero-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card {
    --gpsnpb-buy-fs-deal: 10px;
    --gpsnpb-buy-fs-countdown: 12px;
    --gpsnpb-buy-fs-urgency: 12px;
    --gpsnpb-buy-fs-old: 13px;
    --gpsnpb-buy-fs-assure-title: 11px;
    --gpsnpb-buy-fs-trusted: 12px;
    --gpsnpb-buy-h: 48px;
    gap: 7px;
  }
  .gpsnpb-page .gpsnpb-save {
    flex: 1 0 100%;
  }
  .gpsnpb-page .gpsnpb-assurances {
    flex-wrap: nowrap;
    opacity: 0.94;
  }
  .gpsnpb-mobile-bar {
    left: 10px;
    right: 10px;
    padding: 7px 9px;
  }
}

@media (max-width: 360px){
  .gpsnpb-page {
    --gpsnpb-fs-title: clamp(27px, 7.6vw, 29px);
    --gpsnpb-fs-price: clamp(29px, 8.6vw, 34px);
  }
  .gpsnpb-page .gpsnpb-hero-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 12px;
    row-gap: 12px;
  }
  .gpsnpb-page .gpsnpb-spec--compact strong { font-size: 15px; }
  .gpsnpb-page .gpsnpb-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gpsnpb-page .gpsnpb-urgency-row {
    flex-wrap: nowrap;
    gap: 6px;
  }
  .gpsnpb-page .gpsnpb-countdown { gap: 2px; }
  .gpsnpb-page .gpsnpb-countdown span {
    min-width: 22px;
    padding: 3px 2px;
    font-size: 11px;
  }
  .gpsnpb-page .gpsnpb-countdown-unit small { font-size: 8px; }
  .gpsnpb-page .gpsnpb-urgency {
    font-size: 12px;
    min-width: 0;
  }
  /* Old + current + discount together; You save on second row */
  .gpsnpb-page .gpsnpb-price-block {
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
  }
  .gpsnpb-page .gpsnpb-price .price {
    flex-wrap: nowrap;
    gap: 6px;
  }
  .gpsnpb-page .gpsnpb-save {
    margin: 0;
    flex: 1 0 100%;
    padding: 0;
    background: none;
    font-size: 12px;
  }
  .gpsnpb-page .gpsnpb-assurances {
    flex-wrap: nowrap;
    opacity: 0.94;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card {
    --gpsnpb-buy-fs-countdown: 11px;
    --gpsnpb-buy-fs-urgency: 12px;
    --gpsnpb-buy-fs-button: 14px;
    --gpsnpb-buy-fs-save: 12px;
    --gpsnpb-buy-h: 48px;
    gap: 6px;
    padding: 10px;
  }
  .gpsnpb-page .gpsnpb-payments-row { gap: 8px; }
  .gpsnpb-page .gpsnpb-payment-item img {
    height: 22px;
    max-height: 22px;
    max-width: 62px;
  }
  .gpsnpb-page .gpsnpb-payment-item img[alt="Visa"] {
    height: 17px;
    max-height: 17px;
  }
  .gpsnpb-page .gpsnpb-payment-item img[alt="Bitcoin"] {
    height: 20px;
    max-height: 20px;
  }
}

@media (prefers-reduced-motion: reduce){
  .gpsnpb-page .gpsnpb-slider-track,
  .gpsnpb-page .gpsnpb-cover,
  .gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button {
    transition: none !important;
  }
  .gpsnpb-page .gpsnpb-warning-icon,
  .gpsnpb-page .gpsnpb-eye-icon,
  .gpsnpb-page .gpsnpb-live-dot {
    animation: none !important;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }
}


/* --------------------------------------------------------------------------
   v2.6.1 production consolidation — final authoritative overrides only.
   Historical patch blocks were merged by selector/media context to reduce
   cascade conflicts while preserving the approved visual state.
   -------------------------------------------------------------------------- */

.gpsnpb-page .gpsnpb-delivery-box--details{display:none;}
.gpsnpb-page .gpsnpb-reviews .gpsnpb-star.is-on,
.gpsnpb-page .gpsnpb-reviews svg.gpsnpb-star.is-on{fill:#00b67a;}
.gpsnpb-page .gpsnpb-why-choose-head{text-align:center;margin:0 auto 22px;}
.gpsnpb-page .gpsnpb-why-choose-head h2{margin:0;color:#fff;font-size:clamp(28px, 2vw, 38px);line-height:1.1;font-weight:800;letter-spacing:-0.025em;}
.gpsnpb-page .gpsnpb-why-choose-head p{margin:7px 0 0;color:#aab2c2;font-size:15px;line-height:1.5;}
.gpsnpb-page .gpsnpb-why-choose-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:20px;}
.gpsnpb-page .gpsnpb-why-choose-card{min-width:0;min-height:190px;padding:22px 20px 20px;border:1px solid rgba(148, 163, 184, 0.22);border-radius:14px;background:rgba(13, 18, 28, 0.72);text-align:center;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;}
.gpsnpb-page .gpsnpb-why-choose-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin-bottom:13px;border:1px solid currentColor;background:rgba(255, 255, 255, 0.035);}
.gpsnpb-page .gpsnpb-why-choose-icon .gpsnpb-svg-icon,
.gpsnpb-page .gpsnpb-why-choose-icon svg{width:29px;height:29px;font-size:29px;}
.gpsnpb-page .gpsnpb-why-choose-card--delivery .gpsnpb-why-choose-icon{color:#16c55d;background:rgba(22, 197, 93, 0.10);}
.gpsnpb-page .gpsnpb-why-choose-card--authentic .gpsnpb-why-choose-icon{color:#2f9dff;background:rgba(47, 157, 255, 0.10);}
.gpsnpb-page .gpsnpb-why-choose-card--support .gpsnpb-why-choose-icon{color:#f97316;background:rgba(249, 115, 22, 0.10);}
.gpsnpb-page .gpsnpb-why-choose-card--worldwide .gpsnpb-why-choose-icon{color:#22c7d9;background:rgba(34, 199, 217, 0.10);}
.gpsnpb-page .gpsnpb-why-choose-card h3{margin:0 0 10px;color:#fff;font-size:18px;line-height:1.25;font-weight:750;}
.gpsnpb-page .gpsnpb-why-choose-card p{margin:0;color:#b4bccb;font-size:14px;line-height:1.6;max-width:240px;}
.gpsnpb-page .gpsnpb-cover-platform--switch,
.gpsnpb-page .gpsnpb-cover-platform--switch2{background:#090a0e;border:1px solid rgba(230, 0, 18, 0.55);}
.gpsnpb-page .gpsnpb-cover-platform--switch .gpsnpb-cover-platform-logo,
.gpsnpb-page .gpsnpb-cover-platform--switch2 .gpsnpb-cover-platform-logo{width:16px;height:16px;}
.gpsnpb-page .gpsnpb-cover-platform-variant{display:inline-flex;align-items:center;padding:2px 5px;margin-left:2px;border-radius:4px;background:#e60012;color:#fff;font-size:9px;font-weight:800;letter-spacing:0.035em;line-height:1.1;white-space:nowrap;}
.gpsnpb-page .gpsnpb-meta-xs--nintendo{background:rgba(230, 0, 18, 0.14);border-color:rgba(230, 0, 18, 0.45);color:#ff6b76;text-transform:none;}
.gpsnpb-page .gpsnpb-meta-item--platform:has(.gpsnpb-meta-xs--nintendo) .gpsnpb-platform-logo,
.gpsnpb-page .gpsnpb-spec-platform-logo[src*="platform-nintendo"]{object-fit:contain;}
.gpsnpb-page .gpsnpb-delivery-note{display:flex;align-items:center;gap:6px;margin:-5px 0 14px;color:#8f98a8;font-size:12.5px;font-weight:450;line-height:1.4;}
.gpsnpb-page .gpsnpb-delivery-note-ico{width:12px;height:12px;color:#7f8998;flex:0 0 12px;}
.gpsnpb-page .gpsnpb-delivery-note-ico svg{width:12px;height:12px;}
.gpsnpb-page .gpsnpb-description-shell{width:min(100%, 1120px);max-width:1120px;}
.gpsnpb-page .gpsnpb-description-kicker{margin:0 0 8px;color:#9ca3af;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.gpsnpb-page .gpsnpb-description-card > h3{margin:0 0 16px;color:#fff;font-size:clamp(22px,2vw,30px);line-height:1.2;}
.gpsnpb-page .gpsnpb-description-card .gpsnpb-overview-copy{max-width:980px;}
.gpsnpb-page .gpsnpb-description-group-head h3{margin:0;color:#fff;font-size:20px;line-height:1.25;}
.gpsnpb-page .gpsnpb-description-group-head p:not(.gpsnpb-eyebrow){margin:3px 0 0;color:#9ca3af;font-size:13px;}
.gpsnpb-page .gpsnpb-description-group-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#16c55d;background:rgba(22,197,93,.10);border:1px solid rgba(22,197,93,.26);}
.gpsnpb-page .gpsnpb-description-group-icon svg{width:21px;height:21px;}
.gpsnpb-page .gpsnpb-description-group-icon--blue{color:#2f9dff;background:rgba(47,157,255,.10);border-color:rgba(47,157,255,.25);}
.gpsnpb-page .gpsnpb-description-group-icon--orange{color:#f97316;background:rgba(249,115,22,.10);border-color:rgba(249,115,22,.25);}
.gpsnpb-page .gpsnpb-description-benefits article > span{color:#aeb7c7;flex:0 0 18px;margin-top:2px;}
.gpsnpb-page .gpsnpb-description-benefits svg{width:17px;height:17px;}
.gpsnpb-page .gpsnpb-description-benefits strong,.gpsnpb-page .gpsnpb-description-steps strong{color:#f5f7fb;font-size:14px;}
.gpsnpb-page .gpsnpb-description-benefits p,.gpsnpb-page .gpsnpb-description-steps p{margin:4px 0 0;color:#aeb6c5;font-size:13px;line-height:1.5;}
.gpsnpb-page .gpsnpb-description-steps b{flex:0 0 26px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(108,99,255,.16);color:#c8c4ff;font-size:12px;}
.gpsnpb-page .gpsnpb-description-closing{margin:16px 0 0;color:#b7bfcd;font-size:14px;line-height:1.6;}
.gpsnpb-page .gpsnpb-description-access-intro{margin:0 0 18px;color:#c0c7d3;font-size:14px;line-height:1.65;}
.gpsnpb-page .gpsnpb-description-access-cols h4{margin:0 0 10px;color:#fff;font-size:15px;}
.gpsnpb-page .gpsnpb-description-access-cols ul{margin:0;padding-left:18px;}
.gpsnpb-page .gpsnpb-description-card{box-sizing:border-box;padding:24px 26px;border:1px solid rgba(148,163,184,.14);border-radius:14px;background:rgba(255,255,255,.012);}
.gpsnpb-page .gpsnpb-description-more{padding-top:18px;}
.gpsnpb-page .gpsnpb-description-group{margin-top:28px;padding:0;border:0;border-radius:0;background:transparent;}
.gpsnpb-page .gpsnpb-description-group-head{display:flex;align-items:center;gap:13px;margin-bottom:16px;}
.gpsnpb-page .gpsnpb-description-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.gpsnpb-page .gpsnpb-description-benefits article{display:flex;gap:10px;min-width:0;padding:14px 15px;border:1px solid rgba(148,163,184,.14);border-radius:11px;background:rgba(255,255,255,.025);}
.gpsnpb-page .gpsnpb-description-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid rgba(148,163,184,.12);border-bottom:1px solid rgba(148,163,184,.12);}
.gpsnpb-page .gpsnpb-description-steps article{display:flex;gap:10px;padding:16px 18px;border:0;border-radius:0;background:transparent;position:relative;}
.gpsnpb-page .gpsnpb-description-steps article + article{border-left:1px solid rgba(148,163,184,.12);}
.gpsnpb-page .gpsnpb-description-group.gpsnpb-description-access{margin-top:30px;padding:22px 24px;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:rgba(13,18,28,.50);}
.gpsnpb-page .gpsnpb-description-access-cols{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;}
.gpsnpb-page .gpsnpb-description-access-cols > div{padding:0;border:0;border-radius:0;background:transparent;}
.gpsnpb-page .gpsnpb-description-access-cols > div + div{padding-left:28px;border-left:1px solid rgba(148,163,184,.12);}
.gpsnpb-page .gpsnpb-description-access-cols li{margin:0 0 7px;color:#aeb6c5;font-size:13px;line-height:1.55;padding-bottom:7px;margin-bottom:7px;border-bottom:1px solid rgba(148,163,184,.07);}
.gpsnpb-page .gpsnpb-description-access-cols li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0;}
.gpsnpb-page .gpsnpb-description-note{margin:16px 0 0;color:#c7cdd7;font-size:13px;line-height:1.55;padding:12px 14px;border-left:3px solid #f97316;border-radius:0 8px 8px 0;background:rgba(249,115,22,.065);margin-top:18px;border:0;}
.gpsnpb-page .gpsnpb-why-choose{width:100%;margin:44px 0 52px;padding:28px 30px 30px;border-radius:16px;background:linear-gradient(180deg, rgba(15, 20, 31, 0.72), rgba(9, 13, 22, 0.62));box-sizing:border-box;border:0;}

@media (max-width: 390px){
.gpsnpb-page{--gpsnpb-pad-x:12px;--gpsnpb-fs-price:clamp(35px, 10.5vw, 41px);}
.gpsnpb-page .gpsnpb-title{font-size:clamp(29px, 8vw, 34px);}
.gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card{padding:14px;}
.gpsnpb-page .gpsnpb-urgency{font-size:13px;}
.gpsnpb-page .gpsnpb-countdown span{min-width:28px;font-size:13px;}
.gpsnpb-page .gpsnpb-price del .amount,
  .gpsnpb-page .gpsnpb-price del .woocommerce-Price-amount{font-size:15px!important;}
.gpsnpb-page .gpsnpb-discount{font-size:13.5px;}
.gpsnpb-page .gpsnpb-save{font-size:14.5px;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box strong{font-size:14.5px;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box span{font-size:13.5px;}
}

@media (max-width: 360px){
.gpsnpb-page{--gpsnpb-pad-x:10px;--gpsnpb-fs-price:36px;}
.gpsnpb-page .gpsnpb-title{font-size:29px;}
.gpsnpb-page .gpsnpb-meta-row{font-size:13px;}
.gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card{padding:13px;gap:9px;}
.gpsnpb-page .gpsnpb-hero-specs{gap:9px 12px;row-gap:9px;}
}

@media (max-width: 1100px){
.gpsnpb-page .gpsnpb-why-choose-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}

@media (max-width: 768px){
.gpsnpb-page{--gpsnpb-pad-x:12px;--gpsnpb-fs-price:clamp(36px, 10.2vw, 44px);}
.gpsnpb-page .gpsnpb-hero{padding-top:8px!important;}
.gpsnpb-page .gpsnpb-cover-wrap{width:100%;margin-bottom:24px;border-radius:12px;}
.gpsnpb-page .gpsnpb-cover{width:100%!important;}
.gpsnpb-page .gpsnpb-details-intro{margin-bottom:20px;}
.gpsnpb-page .gpsnpb-title{font-size:clamp(30px, 8.2vw, 38px);line-height:1.06;margin-bottom:10px;}
.gpsnpb-page .gpsnpb-meta-row{font-size:14px;gap:7px 9px;}
.gpsnpb-page .gpsnpb-urgency{font-size:14px;}
.gpsnpb-page .gpsnpb-countdown span{font-size:14px;min-width:30px;}
.gpsnpb-page .gpsnpb-countdown-unit small{font-size:9px;}
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button{min-height:56px;font-size:16px!important;}
.gpsnpb-page .gpsnpb-info-notice{margin-top:20px;padding-top:8px!important;padding-bottom:8px!important;}
.gpsnpb-page .gpsnpb-info-notice-label{font-size:15px;}
.gpsnpb-page .gpsnpb-info-notice p{font-size:14px;line-height:1.5;}
.gpsnpb-page .gpsnpb-info-more{font-size:14px;margin-top:5px;}
.gpsnpb-page .gpsnpb-hero-specs{margin-top:20px;gap:10px 16px;row-gap:10px;}
.gpsnpb-page .gpsnpb-spec--compact{padding:7px 0;gap:8px;}
.gpsnpb-page .gpsnpb-spec--compact small{font-size:11px;}
.gpsnpb-page .gpsnpb-spec--compact strong{font-size:15px;line-height:1.3;}
.gpsnpb-page .gpsnpb-spec--compact .gpsnpb-svg-icon,
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-ico{font-size:17px;}
.gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-platform-logo{width:18px;height:18px;}
.gpsnpb-page .gpsnpb-save{flex:1 0 100%;font-size:15px;font-weight:650;display:none!important;}
.gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card{border-radius:14px;padding:14px!important;gap:10px!important;--gpsnpb-fs-price:clamp(34px, 9.8vw, 40px);--gpsnpb-buy-fs-old:14px;--gpsnpb-buy-fs-urgency:14px;--gpsnpb-buy-fs-countdown:13px;--gpsnpb-buy-fs-unit:9px;--gpsnpb-buy-fs-button:16px;}
.gpsnpb-page .gpsnpb-price-block{gap:0 9px!important;margin:0!important;}
.gpsnpb-page .gpsnpb-price .price{gap:8px!important;align-items:baseline!important;}
.gpsnpb-page .gpsnpb-price .amount,
  .gpsnpb-page .gpsnpb-price .woocommerce-Price-amount{font-size:var(--gpsnpb-fs-price)!important;line-height:.98!important;}
.gpsnpb-page .gpsnpb-price del .amount,
  .gpsnpb-page .gpsnpb-price del .woocommerce-Price-amount{font-size:var(--gpsnpb-buy-fs-old)!important;}
.gpsnpb-page .gpsnpb-discount{font-size:14px!important;padding:5px 9px!important;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box{margin-top:0!important;gap:7px!important;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box strong{font-size:15px!important;line-height:1.2!important;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box span{font-size:13px!important;line-height:1.45!important;color:#aeb5c2!important;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-ico{font-size:15px!important;}
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button,
  .gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button{min-height:52px!important;height:52px!important;font-size:16px!important;}
.gpsnpb-page .gpsnpb-assurances{justify-content:center!important;padding-top:4px!important;}
.gpsnpb-page .gpsnpb-assurances li{flex:0 1 auto!important;padding-right:8px!important;gap:4px!important;}
.gpsnpb-page .gpsnpb-assurances li + li{padding-left:8px!important;}
.gpsnpb-page .gpsnpb-assurances .gpsnpb-svg-icon{font-size:11px!important;}
.gpsnpb-page .gpsnpb-assurances b{font-size:10.5px!important;}
.gpsnpb-page .gpsnpb-payments{padding-top:8px!important;}
.gpsnpb-page .gpsnpb-payments-row{gap:9px!important;}
.gpsnpb-mobile-bar{gap:12px;min-height:58px!important;padding:7px 9px!important;border-radius:13px!important;}
.gpsnpb-mobile-bar-price{font-size:20px!important;font-weight:900!important;}
.gpsnpb-mobile-bar-buy.button,
  .gpsnpb-mobile-bar .gpsnpb-mobile-bar-buy{min-height:44px!important;font-size:15px!important;}
.gpsnpb-page .gpsnpb-cover-platform-variant{font-size:8.5px;padding:2px 4px;}
.gpsnpb-page .gpsnpb-meta-xs--nintendo{font-size:9px;padding:2px 5px;}
.gpsnpb-page .gpsnpb-delivery-note{gap:5px;margin:-4px 0 15px;font-size:12px;line-height:1.4;}
.gpsnpb-page .gpsnpb-delivery-note-ico,
  .gpsnpb-page .gpsnpb-delivery-note-ico svg{width:11px;height:11px;}
}

@media (max-width: 900px){
.gpsnpb-page .gpsnpb-description-benefits{grid-template-columns:repeat(2,minmax(0,1fr));}
.gpsnpb-page .gpsnpb-description-access-cols{grid-template-columns:1fr;}
.gpsnpb-page .gpsnpb-description-steps{grid-template-columns:repeat(2,minmax(0,1fr));border:0;}
.gpsnpb-page .gpsnpb-description-steps article{padding:14px 12px;border-bottom:1px solid rgba(148,163,184,.10);}
.gpsnpb-page .gpsnpb-description-steps article + article{border-left:0;}
.gpsnpb-page .gpsnpb-description-access-cols > div + div{padding-left:0;padding-top:20px;border-left:0;border-top:1px solid rgba(148,163,184,.12);}
}

@media (max-width: 600px){
.gpsnpb-page .gpsnpb-why-choose{margin:34px 0 40px;padding:22px 16px 20px;border-radius:14px;}
.gpsnpb-page .gpsnpb-why-choose-head{margin-bottom:18px;}
.gpsnpb-page .gpsnpb-why-choose-head h2{font-size:28px;}
.gpsnpb-page .gpsnpb-why-choose-head p{font-size:14px;}
.gpsnpb-page .gpsnpb-why-choose-grid{grid-template-columns:1fr;gap:12px;}
.gpsnpb-page .gpsnpb-why-choose-card{min-height:0;padding:18px 16px;}
.gpsnpb-page .gpsnpb-why-choose-icon{width:54px;height:54px;margin-bottom:10px;}
.gpsnpb-page .gpsnpb-why-choose-card h3{font-size:17px;margin-bottom:7px;}
.gpsnpb-page .gpsnpb-why-choose-card p{font-size:14px;max-width:310px;}
.gpsnpb-page .gpsnpb-description-card > h3{font-size:21px;}
.gpsnpb-page .gpsnpb-description-group-head{align-items:flex-start;}
.gpsnpb-page .gpsnpb-description-benefits,.gpsnpb-page .gpsnpb-description-steps{grid-template-columns:1fr;}
.gpsnpb-page .gpsnpb-description-access-cols > div{padding:14px;}
.gpsnpb-page .gpsnpb-description-card{border-radius:12px;padding:18px 16px;}
.gpsnpb-page .gpsnpb-description-group{padding:0;margin-top:24px;}
.gpsnpb-page .gpsnpb-description-group.gpsnpb-description-access{margin-top:26px;padding:18px 16px;}
.gpsnpb-page .gpsnpb-description-benefits article{padding:13px;}
}

@media (min-width: 1025px){
.gpsnpb-page .gpsnpb-cover-wrap{border-radius:12px;}
.gpsnpb-page .gpsnpb-cover{width:100%!important;max-height:530px;object-fit:contain!important;object-position:center top;}
.gpsnpb-page .gpsnpb-info-notice p,
  .gpsnpb-page .gpsnpb-info-more{font-size:13px;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box strong{font-size:14px;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box span{font-size:12px;}
.gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card{display:none!important;}
.gpsnpb-page .gpsnpb-body{width:min(var(--gpsnpb-max), calc(100% - 48px));max-width:var(--gpsnpb-max);margin-left:auto;margin-right:auto;}
.gpsnpb-page .gpsnpb-hero-grid{align-items:start;grid-template-columns:minmax(0, 1.27fr) minmax(430px, 1.12fr) minmax(400px, 1.05fr);gap:24px;}
.gpsnpb-page .gpsnpb-title{margin-bottom:12px;}
.gpsnpb-page .gpsnpb-meta-row{margin-bottom:18px;font-size:16px;gap:9px 12px;line-height:1.35;}
.gpsnpb-page .gpsnpb-meta-ico{font-size:18px;}
.gpsnpb-page .gpsnpb-platform-logo{width:19px;height:19px;}
.gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card{padding:26px;gap:16px;--gpsnpb-buy-fs-urgency:16px;--gpsnpb-buy-fs-countdown:17px;--gpsnpb-buy-fs-unit:10.5px;--gpsnpb-buy-fs-old:17px;--gpsnpb-buy-fs-save:17px;--gpsnpb-buy-fs-button:18px;border-radius:16px;}
.gpsnpb-page .gpsnpb-deal-label,
  .gpsnpb-page .gpsnpb-urgency{font-size:16px;}
.gpsnpb-page .gpsnpb-countdown span{min-width:34px;font-size:17px;}
.gpsnpb-page .gpsnpb-countdown-unit small{font-size:10.5px;}
.gpsnpb-page .gpsnpb-price .amount,
  .gpsnpb-page .gpsnpb-price .woocommerce-Price-amount{letter-spacing:-0.045em;font-size:clamp(50px, 3.45vw, 58px)!important;line-height:.98;}
.gpsnpb-page .gpsnpb-price del .amount,
  .gpsnpb-page .gpsnpb-price del .woocommerce-Price-amount{line-height:1.1;font-size:18px!important;}
.gpsnpb-page .gpsnpb-cart-wrap .single_add_to_cart_button,
  .gpsnpb-page .gpsnpb-cart-wrap button.single_add_to_cart_button,
  .gpsnpb-page .gpsnpb-cart-wrap .button{min-height:58px;font-size:18px!important;height:58px!important;}
.gpsnpb-page .gpsnpb-assurances li + li{padding-left:13px;}
.gpsnpb-page .gpsnpb-payments{padding-top:13px;}
.gpsnpb-page .gpsnpb-payments-label{font-size:13px;margin-bottom:10px;}
.gpsnpb-page .gpsnpb-payments-row{gap:16px;}
.gpsnpb-page .gpsnpb-payment-item{height:32px;}
.gpsnpb-page .gpsnpb-payment-item img{height:30px;max-height:30px;max-width:88px;}
.gpsnpb-page .gpsnpb-score{font-size:42px;}
.gpsnpb-page .gpsnpb-review-meta strong{font-size:16px;}
.gpsnpb-page .gpsnpb-review-country,
  .gpsnpb-page .gpsnpb-review-top small{font-size:13px;}
.gpsnpb-page .gpsnpb-reviews{display:block!important;height:auto!important;overflow:hidden!important;padding:0;border:0;width:min(100%, 1360px);max-width:1360px;margin-left:auto;margin-right:auto;}
.gpsnpb-page .gpsnpb-reviews-summary small{line-height:1.4;max-width:none;font-size:14px;white-space:nowrap;}
.gpsnpb-page .gpsnpb-review-card p{font-size:15.5px;line-height:1.45;}
.gpsnpb-page .gpsnpb-overview-lead{font-size:18px;line-height:1.5;}
.gpsnpb-page .gpsnpb-faq-item summary{font-size:18px;padding:16px 0;}
.gpsnpb-page .gpsnpb-price-block{gap:10px 14px;flex-wrap:nowrap;display:grid;align-items:center;grid-template-columns:minmax(0, 1fr) auto;grid-template-areas:"price discount"
      "save  save";column-gap:12px;row-gap:9px;width:100%;min-width:0;}
.gpsnpb-page .gpsnpb-price{order:1;min-width:0;grid-area:price;overflow:visible;}
.gpsnpb-page .gpsnpb-price .price{gap:9px 12px;flex-wrap:nowrap;min-width:0;}
.gpsnpb-page .gpsnpb-discount{font-size:14px;padding:7px 12px;order:3;flex:0 0 auto;margin-left:0;grid-area:discount;justify-self:end;max-width:100%;white-space:nowrap;}
.gpsnpb-page .gpsnpb-save{font-weight:700;font-size:16px;order:2;white-space:nowrap;grid-area:save;justify-self:start;margin:0;}
.gpsnpb-page .gpsnpb-assurances{padding-top:13px;opacity:.92;justify-content:space-between;gap:0;}
.gpsnpb-page .gpsnpb-assurances li{padding-right:13px;gap:5px;flex:1 1 0;justify-content:center;padding:0 7px;min-width:0;}
.gpsnpb-page .gpsnpb-assurances li:first-child{padding-left:0;}
.gpsnpb-page .gpsnpb-assurances li:last-child{padding-right:0;}
.gpsnpb-page .gpsnpb-assurances .gpsnpb-svg-icon{color:#aeb5c3;opacity:1;font-size:14px;flex:0 0 auto;}
.gpsnpb-page .gpsnpb-assurances b{color:#b9c0cc;font-weight:650;font-size:12px;line-height:1.2;white-space:nowrap;}
.gpsnpb-page .gpsnpb-spec--compact:nth-child(3n){border-right:0;}
.gpsnpb-page .gpsnpb-spec--compact:nth-child(n/**/+4){border-bottom:0;}
.gpsnpb-page .gpsnpb-col-details{flex-direction:column;align-self:start!important;display:block!important;min-height:0!important;height:auto!important;}
.gpsnpb-page .gpsnpb-info-notice{background:linear-gradient(135deg, rgba(20,25,39,.78), rgba(12,17,28,.58));border:1px solid rgba(139,130,255,.14);padding:12px 16px!important;margin-bottom:12px!important;gap:10px!important;border-radius:12px!important;}
.gpsnpb-page .gpsnpb-info-notice-ico{display:inline-flex;align-items:center;justify-content:center;margin-top:0;border-radius:50%;color:#b7b2ff;background:rgba(109,94,252,.10);border:1px solid rgba(109,94,252,.20);font-size:17px!important;width:34px!important;height:34px!important;flex:0 0 34px!important;}
.gpsnpb-page .gpsnpb-info-notice-label{margin-bottom:4px;font-size:15px!important;line-height:1.25!important;}
.gpsnpb-page .gpsnpb-info-notice p{font-size:13.2px!important;line-height:1.42!important;margin-top:3px!important;}
.gpsnpb-page .gpsnpb-info-more{margin-top:4px!important;font-size:13px!important;line-height:1.25!important;}
.gpsnpb-page .gpsnpb-delivery-box--details{box-shadow:none;margin-bottom:15px;display:flex;align-items:center;border:1px solid rgba(34,197,94,.18);background:linear-gradient(90deg, rgba(22,163,74,.08), rgba(16,22,33,.32));gap:11px!important;margin:0 0 12px!important;padding:10px 15px!important;border-radius:12px!important;min-height:0!important;}
.gpsnpb-page .gpsnpb-delivery-box--details .gpsnpb-delivery-ico{margin-top:2px;color:#35d66f;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(34,197,94,.10);border:1px solid rgba(34,197,94,.28);font-size:17px!important;width:32px!important;height:32px!important;flex:0 0 32px!important;}
.gpsnpb-page .gpsnpb-delivery-box--details strong{color:#22c55e;font-weight:750;font-size:15px!important;line-height:1.25!important;}
.gpsnpb-page .gpsnpb-delivery-box--details span{color:#aeb5c2;margin-top:1px!important;font-size:13px!important;line-height:1.35!important;}
.gpsnpb-page .gpsnpb-hero-specs{padding-top:16px;row-gap:12px;gap:0;padding:0;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(16,22,33,.44);overflow:hidden;margin-top:0!important;}
.gpsnpb-page .gpsnpb-spec--compact{padding-top:5px;padding-bottom:5px;align-items:center;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:12px 13px!important;gap:8px!important;min-height:78px!important;}
.gpsnpb-page .gpsnpb-spec--compact small{letter-spacing:.09em;font-size:10px!important;}
.gpsnpb-page .gpsnpb-spec--compact strong{font-size:14px!important;line-height:1.22!important;}
.gpsnpb-page .gpsnpb-spec--compact .gpsnpb-svg-icon,
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-ico{font-size:18px!important;}
.gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-platform-logo{width:19px!important;height:19px!important;}
.gpsnpb-page{--gpsnpb-max:1480px;--gpsnpb-hero-gap:26px;--gpsnpb-fs-title:clamp(42px, 2.75vw, 54px);--gpsnpb-lower-section-width:1180px;}
.gpsnpb-page .gpsnpb-reviews,
  .gpsnpb-page .gpsnpb-why-choose,
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq{width:min(100%, var(--gpsnpb-lower-section-width));max-width:var(--gpsnpb-lower-section-width);margin-left:auto;margin-right:auto;box-sizing:border-box;}
.gpsnpb-page .gpsnpb-reviews-head{position:relative;display:block;text-align:center;margin:0 auto 24px;min-height:64px;}
.gpsnpb-page .gpsnpb-reviews-head > div{text-align:center;}
.gpsnpb-page .gpsnpb-reviews-head .gpsnpb-eyebrow{margin-left:auto;margin-right:auto;}
.gpsnpb-page .gpsnpb-reviews-head h2{margin-left:auto;margin-right:auto;}
.gpsnpb-page .gpsnpb-reviews-head .gpsnpb-view-all{position:absolute;right:0;bottom:5px;margin:0;}
.gpsnpb-page .gpsnpb-reviews-layout{align-items:stretch;grid-template-columns:190px minmax(0, 1fr);gap:22px;}
.gpsnpb-page .gpsnpb-reviews-summary{gap:8px;min-height:166px;padding:18px 16px;height:166px;}
.gpsnpb-page .gpsnpb-slider{justify-self:start;width:100%;max-width:none;}
.gpsnpb-page .gpsnpb-review-card{flex:0 0 calc((100% - 32px) / 3);height:166px;padding:16px;max-width:none;}
.gpsnpb-page .gpsnpb-why-choose{margin-top:44px;margin-bottom:52px;padding-left:26px;padding-right:26px;}
.gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq{width:min(100%, 1120px);max-width:1120px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;}
.gpsnpb-page .gpsnpb-overview-copy{font-size:17px;line-height:1.62;max-width:1080px;}
.gpsnpb-page .gpsnpb-faq-list{max-width:1180px;width:100%;}
.gpsnpb-page .gpsnpb-faq-item p{font-size:16.5px;line-height:1.6;max-width:1080px;}
}


/* --------------------------------------------------------------------------
   v2.6.1 premium desktop polish — alignment, restraint, readability.
   Desktop-only; mobile/tablet approved layout remains untouched.
   -------------------------------------------------------------------------- */
@media (min-width: 1025px){
  /* 1. One lower-page alignment system. */
  .gpsnpb-page{--gpsnpb-lower-section-width:1180px;}
  .gpsnpb-page .gpsnpb-reviews,
  .gpsnpb-page .gpsnpb-why-choose,
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq{
    width:min(100%, var(--gpsnpb-lower-section-width));
    max-width:var(--gpsnpb-lower-section-width);
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
  }
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card,
  .gpsnpb-page .gpsnpb-faq .gpsnpb-faq-list{
    width:min(100%, 1040px);
    max-width:1040px;
  }
  .gpsnpb-page .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-faq-item p{
    max-width:100%;
  }

  /* 2 + 6. Account access becomes a lighter editorial callout; specs read more comfortably. */
  .gpsnpb-page .gpsnpb-info-notice{
    background:rgba(108,99,255,.035)!important;
    border:0!important;
    border-left:3px solid rgba(139,130,255,.72)!important;
    border-radius:0 10px 10px 0!important;
    padding:11px 14px!important;
    margin-bottom:14px!important;
    gap:10px!important;
    box-shadow:none!important;
  }
  .gpsnpb-page .gpsnpb-info-notice-ico{
    width:32px!important;
    height:32px!important;
    flex:0 0 32px!important;
    font-size:16px!important;
    border:0!important;
    background:rgba(109,94,252,.10)!important;
  }
  .gpsnpb-page .gpsnpb-info-notice-label{font-size:15px!important;}
  .gpsnpb-page .gpsnpb-info-notice p{font-size:14px!important;line-height:1.5!important;}
  .gpsnpb-page .gpsnpb-info-more{font-size:13px!important;}
  .gpsnpb-page .gpsnpb-spec--compact strong{font-size:15px!important;line-height:1.25!important;}

  /* 3. Why Choose Us: cards sit directly on the page canvas; keep each card intact. */
  .gpsnpb-page .gpsnpb-why-choose{
    background:transparent!important;
    padding:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  /* 4. Reviews: intentional truncation and a centered, connected secondary action. */
  .gpsnpb-page .gpsnpb-reviews-head{
    position:static!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:8px!important;
    min-height:0!important;
    margin:0 auto 24px!important;
  }
  .gpsnpb-page .gpsnpb-reviews-head .gpsnpb-view-all{
    position:static!important;
    margin:0!important;
    font-size:12.5px!important;
    color:#9f98ff!important;
    opacity:.9;
  }
  .gpsnpb-page .gpsnpb-review-card p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  /* 5. FAQ: unmistakably expandable without adding another card/border. */
  .gpsnpb-page .gpsnpb-faq-item summary{
    position:relative;
    padding-right:34px!important;
  }
  .gpsnpb-page .gpsnpb-faq-item summary::after{
    content:"";
    position:absolute;
    right:4px;
    top:50%;
    width:8px;
    height:8px;
    border-right:1.5px solid #8f98aa;
    border-bottom:1.5px solid #8f98aa;
    transform:translateY(-70%) rotate(45deg);
    transform-origin:center;
    transition:transform .18s ease, border-color .18s ease;
  }
  .gpsnpb-page .gpsnpb-faq-item[open] summary::after{
    transform:translateY(-30%) rotate(225deg);
    border-color:#b6b0ff;
  }
}

/* --------------------------------------------------------------------------
   v2.6.2 final production polish — spacing, type, color discipline, catalog.
   Keeps the approved hero/purchase composition intact.
   -------------------------------------------------------------------------- */
.gpsnpb-page{
  --gpsnpb-color-action:#776BF8;
  --gpsnpb-color-success:#22c55e;
  --gpsnpb-color-urgency:#ff5f6d;
  --gpsnpb-color-info:#3b82f6;
  --gpsnpb-color-warning:#f59e0b;
  --gpsnpb-color-secondary:#9aa3b4;
}

@media (min-width:1025px){
  /* 7. One predictable rhythm through the lower sales page. */
  .gpsnpb-page .gpsnpb-reviews,
  .gpsnpb-page .gpsnpb-why-choose,
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-related,
  .gpsnpb-page .gpsnpb-recent{
    width:min(100%, var(--gpsnpb-lower-section-width));
    max-width:var(--gpsnpb-lower-section-width);
    margin-left:auto;
    margin-right:auto;
  }
  .gpsnpb-page .gpsnpb-reviews{margin-bottom:52px;}
  .gpsnpb-page .gpsnpb-why-choose{margin-top:0!important;margin-bottom:60px!important;}
  .gpsnpb-page .gpsnpb-overview{margin-bottom:60px;}
  .gpsnpb-page .gpsnpb-faq{margin-bottom:60px;}
  .gpsnpb-page .gpsnpb-related,
  .gpsnpb-page .gpsnpb-recent{margin-top:60px;margin-bottom:60px;}

  /* 8. Editorial typography: fewer competing sizes, easier desktop scanning. */
  .gpsnpb-page .gpsnpb-reviews-head h2,
  .gpsnpb-page .gpsnpb-why-choose-head h2,
  .gpsnpb-page .gpsnpb-overview h2,
  .gpsnpb-page .gpsnpb-faq h2{font-size:clamp(30px,2.25vw,36px);line-height:1.12;letter-spacing:-.025em;}
  .gpsnpb-page .gpsnpb-why-choose-card h3,
  .gpsnpb-page .gpsnpb-description-card > h3{font-size:17px;line-height:1.3;}
  .gpsnpb-page .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-faq-item p{font-size:16px;line-height:1.65;}
  .gpsnpb-page .gpsnpb-eyebrow{font-size:11px;letter-spacing:.14em;}

  /* 9. Keep semantic colors disciplined in lower-page UI. */
  .gpsnpb-page .gpsnpb-eyebrow,
  .gpsnpb-page .gpsnpb-view-all{color:var(--gpsnpb-color-action)!important;}
  .gpsnpb-page .gpsnpb-review-stars{color:var(--gpsnpb-color-success)!important;}

  /* 10. Related products: consistent editorial cards, not default Woo tiles. */
  .gpsnpb-page .gpsnpb-related ul.products{gap:16px!important;align-items:stretch;}
  .gpsnpb-page .gpsnpb-related ul.products li.product{
    display:flex!important;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    padding:12px!important;
    border-radius:12px!important;
    background:rgba(17,23,34,.58)!important;
  }
  .gpsnpb-page .gpsnpb-related ul.products li.product > a:first-child{display:flex;flex-direction:column;min-width:0;text-decoration:none;}
  .gpsnpb-page .gpsnpb-related ul.products li.product img{
    width:100%!important;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:9px;
    margin:0 0 11px!important;
  }
  .gpsnpb-page .gpsnpb-related .woocommerce-loop-product__title{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    overflow:hidden;
    min-height:2.7em;
    margin:0 0 8px!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:700!important;
    letter-spacing:-.01em;
  }
  .gpsnpb-page .gpsnpb-related .price{margin-top:auto!important;font-size:15px!important;font-weight:800!important;line-height:1.25;}
  .gpsnpb-page .gpsnpb-related .price del{font-size:12px!important;opacity:.55;}
  .gpsnpb-page .gpsnpb-related .price ins{text-decoration:none!important;}
  .gpsnpb-page .gpsnpb-related .button,
  .gpsnpb-page .gpsnpb-related a.button{display:none!important;}

  .gpsnpb-page .gpsnpb-recent-track{gap:16px;}
  .gpsnpb-page .gpsnpb-recent-card strong{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    overflow:hidden;
    min-height:2.7em;
    font-size:14px;
    line-height:1.35;
  }
}

/* Related/recent keep the same tidy catalog behavior on smaller screens. */
@media (max-width:1024px){
  .gpsnpb-page .gpsnpb-related .woocommerce-loop-product__title{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    overflow:hidden;
  }
  .gpsnpb-page .gpsnpb-related ul.products li.product img{aspect-ratio:4/3;object-fit:cover;}
}

/* v2.6.3 — final lower-page sales flow + editorial heading alignment */
@media (min-width:1025px){
  .gpsnpb-page .gpsnpb-why-choose-head,
  .gpsnpb-page .gpsnpb-reviews-head{
    text-align:left;
    margin-left:0;
    margin-right:0;
    align-items:flex-start;
  }
  .gpsnpb-page .gpsnpb-why-choose-head h2{
    font-size:clamp(30px,2vw,38px);
  }
  .gpsnpb-page .gpsnpb-why-choose-head p{
    margin:0 0 7px;
    color:#7567ff;
    font-size:12px;
    line-height:1.25;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    order:-1;
  }
  .gpsnpb-page .gpsnpb-reviews-head{
    justify-content:space-between;
  }
  .gpsnpb-page .gpsnpb-reviews-head>div{
    text-align:left;
  }
  .gpsnpb-page .gpsnpb-view-all{
    position:static;
    align-self:flex-end;
    margin:0 0 5px auto;
  }
}
@media (max-width:1024px){
  .gpsnpb-page .gpsnpb-why-choose-head,
  .gpsnpb-page .gpsnpb-reviews-head,
  .gpsnpb-page .gpsnpb-reviews-head>div{
    text-align:left;
  }
  .gpsnpb-page .gpsnpb-why-choose-head p{
    margin:0 0 6px;
    color:#7567ff;
    font-size:11px;
    line-height:1.25;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
    order:-1;
  }
}


/* v2.6.4 — purchase trust details + safe checkout label + final heading hierarchy */
@media (min-width:1025px){
  .gpsnpb-page .gpsnpb-assurances{
    align-items:flex-start!important;
    padding-top:14px!important;
    padding-bottom:2px;
  }
  .gpsnpb-page .gpsnpb-assurances li{
    align-items:flex-start!important;
    gap:7px!important;
    padding-left:9px!important;
    padding-right:9px!important;
    white-space:normal!important;
  }
  .gpsnpb-page .gpsnpb-assurances li:first-child{padding-left:0!important;}
  .gpsnpb-page .gpsnpb-assurances li:last-child{padding-right:0!important;}
  .gpsnpb-page .gpsnpb-assurances .gpsnpb-svg-icon{font-size:15px!important;margin-top:1px;}
  .gpsnpb-page .gpsnpb-assurances li>div{min-width:0;}
  .gpsnpb-page .gpsnpb-assurances b{font-size:12px!important;line-height:1.25!important;}
  .gpsnpb-page .gpsnpb-assurances small{
    display:block!important;
    margin-top:4px;
    color:#7f899b;
    font-size:10.5px;
    font-weight:500;
    line-height:1.3;
    white-space:nowrap;
  }
  .gpsnpb-page .gpsnpb-payments{padding-top:12px;}
  .gpsnpb-page .gpsnpb-payments-label{
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:7px;
    margin-bottom:10px;
  }
  .gpsnpb-page .gpsnpb-payments-lock{
    display:inline-grid;
    place-items:center;
    color:#22c55e;
    line-height:1;
  }
  .gpsnpb-page .gpsnpb-payments-lock .gpsnpb-svg-icon,
  .gpsnpb-page .gpsnpb-payments-lock svg{width:16px;height:16px;font-size:16px;}
  .gpsnpb-page .gpsnpb-why-choose-head{display:block!important;text-align:left!important;}
  .gpsnpb-page .gpsnpb-why-choose-head .gpsnpb-eyebrow{
    margin:0 0 7px!important;
    color:#7567ff!important;
    font-size:11px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:.16em!important;
    text-transform:uppercase!important;
  }
  .gpsnpb-page .gpsnpb-why-choose-head h2{margin:0!important;}
}
@media (max-width:1024px){
  .gpsnpb-page .gpsnpb-why-choose-head{display:block!important;text-align:left!important;}
  .gpsnpb-page .gpsnpb-why-choose-head .gpsnpb-eyebrow{
    margin:0 0 6px!important;
    color:#7567ff!important;
    font-size:11px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:.14em!important;
    text-transform:uppercase!important;
  }
  .gpsnpb-page .gpsnpb-payments-lock{display:none;}
}


/* v2.6.5 — payment trust microcopy + accessible info tooltip */
.gpsnpb-page .gpsnpb-payments-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.gpsnpb-page .gpsnpb-payments-lock {
  display: inline-flex;
  color: #22c55e;
}
.gpsnpb-page .gpsnpb-payments-lock svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
}
.gpsnpb-page .gpsnpb-payments-subline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: -2px 0 9px;
  color: var(--gpsnpb-muted);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .01em;
  text-transform: none;
  opacity: .78;
}
.gpsnpb-page .gpsnpb-payment-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: var(--gpsnpb-muted);
  cursor: help;
  outline: none;
}
.gpsnpb-page .gpsnpb-payment-info-icon,
.gpsnpb-page .gpsnpb-payment-info-icon svg {
  display: block;
  width: 13px;
  height: 13px;
}
.gpsnpb-page .gpsnpb-payment-info-icon svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}
.gpsnpb-page .gpsnpb-payment-tooltip {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: calc(100% + 9px);
  width: min(270px, 72vw);
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;
  background: #111827;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  color: #e5e7eb;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.gpsnpb-page .gpsnpb-payment-info:hover .gpsnpb-payment-tooltip,
.gpsnpb-page .gpsnpb-payment-info:focus .gpsnpb-payment-tooltip,
.gpsnpb-page .gpsnpb-payment-info:focus-visible .gpsnpb-payment-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .gpsnpb-page .gpsnpb-payments-subline { font-size: 10px; }
  .gpsnpb-page .gpsnpb-payment-tooltip { left: auto; right: -12px; transform: translateY(4px); }
  .gpsnpb-page .gpsnpb-payment-info:hover .gpsnpb-payment-tooltip,
  .gpsnpb-page .gpsnpb-payment-info:focus .gpsnpb-payment-tooltip,
  .gpsnpb-page .gpsnpb-payment-info:focus-visible .gpsnpb-payment-tooltip { transform: translateY(0); }
}


/* --------------------------------------------------------------------------
   v2.6.6 — GAMESPSN Brand UI Sync
   Visual tokens only: approved layout/behavior is intentionally unchanged.
   -------------------------------------------------------------------------- */
.gpsnpb-page{
  --gpsnpb-brand-purple:#776BF8;
  --gpsnpb-brand-bg:#0b0d12;
  --gpsnpb-brand-surface:#23262F;
  --gpsnpb-brand-surface-2:#1b1e26;
  --gpsnpb-brand-text:#ffffff;
  --gpsnpb-brand-text-2:#b4b7c1;
  --gpsnpb-brand-text-3:#8f94a1;
  --gpsnpb-brand-border:rgba(255,255,255,.075);
  --gpsnpb-color-action:var(--gpsnpb-brand-purple);
  --gpsnpb-font-display:"Unbounded-Medium","Unbounded",var(--gpsnpb-font);
  --gpsnpb-font-body:"RethinkSans-Medium","Rethink Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  color:var(--gpsnpb-brand-text);
  font-family:var(--gpsnpb-font-body);
}
/* Brand display face: headings, product title and primary price only. */
.gpsnpb-page .gpsnpb-title,
.gpsnpb-page .gpsnpb-price ins,
.gpsnpb-page .gpsnpb-price .amount,
.gpsnpb-page .gpsnpb-section-head h2,
.gpsnpb-page .gpsnpb-reviews-head h2,
.gpsnpb-page .gpsnpb-why-choose-head h2,
.gpsnpb-page .gpsnpb-overview h2,
.gpsnpb-page .gpsnpb-faq h2,
.gpsnpb-page .gpsnpb-related h2,
.gpsnpb-page .gpsnpb-recent h2{
  font-family:var(--gpsnpb-font-display);
}
/* Primary commerce/action purple follows the storefront, independent of platform badges. */
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button,
.gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button,
.gpsnpb-page .gpsnpb-cart-wrap .single_add_to_cart_button,
.gpsnpb-page .gpsnpb-cart-wrap button.single_add_to_cart_button{
  background:linear-gradient(135deg,#776BF8,color-mix(in srgb,#776BF8 78%,#fff))!important;
}
.gpsnpb-page .gpsnpb-eyebrow,
.gpsnpb-page .gpsnpb-view-all,
.gpsnpb-page .gpsnpb-read-details,
.gpsnpb-page .gpsnpb-description a{
  color:var(--gpsnpb-brand-purple)!important;
}
/* Align neutral surfaces with GAMESPSN product-card identity. */
.gpsnpb-page .gpsnpb-purchase,
.gpsnpb-page .gpsnpb-purchase-card{
  background:var(--gpsnpb-brand-surface)!important;
  border-color:var(--gpsnpb-brand-border)!important;
}
.gpsnpb-page .gpsnpb-specs,
.gpsnpb-page .gpsnpb-why-choose-card,
.gpsnpb-page .gpsnpb-review-card,
.gpsnpb-page .gpsnpb-rating-summary,
.gpsnpb-page .gpsnpb-description-card,
.gpsnpb-page .gpsnpb-platform-access{
  border-color:var(--gpsnpb-brand-border)!important;
}
.gpsnpb-page .gpsnpb-meta,
.gpsnpb-page .gpsnpb-muted,
.gpsnpb-page .gpsnpb-overview-copy,
.gpsnpb-page .gpsnpb-faq-item p,
.gpsnpb-page .gpsnpb-why-choose-card p,
.gpsnpb-page .gpsnpb-review-text{
  color:var(--gpsnpb-brand-text-2);
}
/* Brand-consistent focus treatment. */
.gpsnpb-page a:focus-visible,
.gpsnpb-page button:focus-visible,
.gpsnpb-page summary:focus-visible{
  outline:2px solid var(--gpsnpb-brand-purple);
  outline-offset:3px;
}


/* --------------------------------------------------------------------------
   v2.6.7 — Effective GAMESPSN Brand UI Sync
   Uses the live storefront identity (#776BF8 / #23262F / Unbounded / Rethink Sans)
   without changing approved layout or component order.
   -------------------------------------------------------------------------- */
body.gpsnpb-active{
  background:#0b0d12!important;
  color:#fff;
}
.gpsnpb-page{
  --gpsnpb-accent:#776BF8;
  --gpsnpb-bg:#0b0d12;
  --gpsnpb-card:#23262F;
  --gpsnpb-surface:#1b1e26;
  --gpsnpb-muted:#a5a8b2;
  --gpsnpb-text:#fff;
  --gpsnpb-border:1px solid rgba(255,255,255,.075);
  --gpsnpb-border-subtle:1px solid rgba(255,255,255,.055);
  --gpsnpb-radius-sm:8px;
  --gpsnpb-radius-md:10px;
  --gpsnpb-radius-lg:12px;
  background:#0b0d12!important;
  color:#fff!important;
  font-family:"RethinkSans-Medium","Rethink Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.gpsnpb-page .gpsnpb-title,
.gpsnpb-page .gpsnpb-price ins,
.gpsnpb-page .gpsnpb-price ins .amount,
.gpsnpb-page .gpsnpb-section-head h2,
.gpsnpb-page .gpsnpb-why-choose-head h2,
.gpsnpb-page .gpsnpb-reviews-head h2,
.gpsnpb-page .gpsnpb-faq h2,
.gpsnpb-page .gpsnpb-related h2,
.gpsnpb-page .gpsnpb-recent h2{
  font-family:"Unbounded-Medium","Unbounded","RethinkSans-Medium",sans-serif!important;
  letter-spacing:-.025em;
}
/* Brand surfaces: make the product page feel like the storefront, not a separate app. */
.gpsnpb-page .gpsnpb-buy-card,
.gpsnpb-page .gpsnpb-hero-specs,
.gpsnpb-page .gpsnpb-why-choose-card,
.gpsnpb-page .gpsnpb-review-card,
.gpsnpb-page .gpsnpb-rating-summary,
.gpsnpb-page .gpsnpb-description-card,
.gpsnpb-page .gpsnpb-platform-access{
  background:#23262F!important;
  border-color:rgba(255,255,255,.075)!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
/* Secondary/informational surfaces stay one step darker. */
.gpsnpb-page .gpsnpb-info-notice,
.gpsnpb-page .gpsnpb-delivery-box--in-card{
  background:#1b1e26!important;
  border-color:rgba(255,255,255,.065)!important;
  border-radius:10px!important;
}
/* Specs stay structured but visually lighter than the purchase card. */
.gpsnpb-page .gpsnpb-hero-specs .gpsnpb-spec{
  background:transparent!important;
}
/* One brand purple for interaction/editorial accents. */
.gpsnpb-page .gpsnpb-eyebrow,
.gpsnpb-page .gpsnpb-view-all,
.gpsnpb-page .gpsnpb-read-details,
.gpsnpb-page .gpsnpb-info-more,
.gpsnpb-page .gpsnpb-description a,
.gpsnpb-page .gpsnpb-faq summary:hover{
  color:#776BF8!important;
}
.gpsnpb-page .gpsnpb-cart-wrap .single_add_to_cart_button,
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button{
  background:#776BF8!important;
  border-radius:10px!important;
  box-shadow:none!important;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease!important;
}
.gpsnpb-page .gpsnpb-cart-wrap .single_add_to_cart_button:hover,
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button:hover{
  filter:brightness(1.06);
  transform:translateY(-1px);
  box-shadow:0 8px 22px rgba(119,107,248,.22)!important;
}
/* Storefront text hierarchy. */
.gpsnpb-page .gpsnpb-meta-row,
.gpsnpb-page .gpsnpb-info-notice p,
.gpsnpb-page .gpsnpb-spec-label,
.gpsnpb-page .gpsnpb-assurances small,
.gpsnpb-page .gpsnpb-payments-subline,
.gpsnpb-page .gpsnpb-review-meta,
.gpsnpb-page .gpsnpb-review-text,
.gpsnpb-page .gpsnpb-why-choose-card p,
.gpsnpb-page .gpsnpb-overview-copy,
.gpsnpb-page .gpsnpb-faq-item p{
  color:#a5a8b2!important;
}
.gpsnpb-page .gpsnpb-spec-value,
.gpsnpb-page .gpsnpb-info-notice-label,
.gpsnpb-page .gpsnpb-assurances b,
.gpsnpb-page .gpsnpb-payments-label{
  color:#fff!important;
}
/* Keep semantic commerce colors — green delivery/safe, red urgency/discount. */
.gpsnpb-page .gpsnpb-meta-item--delivery,
.gpsnpb-page .gpsnpb-delivery-note,
.gpsnpb-page .gpsnpb-delivery-box--in-card,
.gpsnpb-page .gpsnpb-payments-lock{
  color:#22c55e;
}
/* Related/recent cards inherit the same storefront card language. */
.gpsnpb-page .gpsnpb-related .product,
.gpsnpb-page .gpsnpb-recent .product,
.gpsnpb-page .gpsnpb-related-card,
.gpsnpb-page .gpsnpb-recent-card{
  background:#23262F!important;
  border-color:rgba(255,255,255,.075)!important;
  border-radius:10px!important;
}

/* --------------------------------------------------------------------------
   v2.6.8 — live QA correction pass
   Purchase trust separation, review heading alignment, tighter lower rhythm.
   Desktop-only to preserve the approved mobile layout.
   -------------------------------------------------------------------------- */
@media (min-width:1025px){
  /* Give each reassurance its own readable column so microcopy never runs together. */
  .gpsnpb-page .gpsnpb-assurances{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:start!important;
    gap:0!important;
    padding:14px 0 10px!important;
  }
  .gpsnpb-page .gpsnpb-assurances li{
    display:grid!important;
    grid-template-columns:17px minmax(0,1fr)!important;
    align-items:start!important;
    column-gap:7px!important;
    min-width:0!important;
    padding:0 12px!important;
    border-left:1px solid rgba(255,255,255,.07)!important;
  }
  .gpsnpb-page .gpsnpb-assurances li:first-child{
    padding-left:0!important;
    border-left:0!important;
  }
  .gpsnpb-page .gpsnpb-assurances li:last-child{padding-right:0!important;}
  .gpsnpb-page .gpsnpb-assurances li>div{display:block!important;min-width:0!important;}
  .gpsnpb-page .gpsnpb-assurances b{
    display:block!important;
    font-size:12px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
  .gpsnpb-page .gpsnpb-assurances small{
    display:block!important;
    margin-top:4px!important;
    color:var(--gpsnpb-muted)!important;
    font-size:10.5px!important;
    line-height:1.35!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
  }

  /* Reviews use the same editorial left edge as the other lower-page sections. */
  .gpsnpb-page .gpsnpb-reviews-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    justify-content:stretch!important;
    text-align:left!important;
    gap:20px!important;
    margin:0 0 20px!important;
  }
  .gpsnpb-page .gpsnpb-reviews-head>div{
    text-align:left!important;
    justify-self:start!important;
  }
  .gpsnpb-page .gpsnpb-reviews-head .gpsnpb-eyebrow,
  .gpsnpb-page .gpsnpb-reviews-head h2{
    margin-left:0!important;
    margin-right:0!important;
    text-align:left!important;
  }
  .gpsnpb-page .gpsnpb-reviews-head .gpsnpb-view-all{
    position:static!important;
    justify-self:end!important;
    align-self:end!important;
    margin:0 0 4px!important;
  }

  /* Slightly tighter commerce rhythm without changing section order or widths. */
  .gpsnpb-page .gpsnpb-why-choose,
  .gpsnpb-page .gpsnpb-description,
  .gpsnpb-page .gpsnpb-reviews,
  .gpsnpb-page .gpsnpb-faq{
    margin-bottom:44px!important;
  }
}


/* --------------------------------------------------------------------------
   v2.6.9 — premium GAMESPSN dark palette refinement
   Uses the approved UI reference as a tonal system, not a flat recolor.
   Layout, sizing and functionality intentionally unchanged.
   -------------------------------------------------------------------------- */
.gpsnpb-page{
  --gpsnpb-bg:#0B0D12;
  --gpsnpb-surface:#181C25;
  --gpsnpb-surface-raised:#23262F;
  --gpsnpb-surface-soft:#0F121A;
  --gpsnpb-surface-warm:#272224;
  --gpsnpb-border:#303540;
  --gpsnpb-separator:#252A35;
  --gpsnpb-text:#FFFFFF;
  --gpsnpb-muted:#A8AFC0;
  --gpsnpb-muted-2:#7F8798;
  --gpsnpb-brand:#776BF8;
  background:var(--gpsnpb-bg)!important;
  color:var(--gpsnpb-text)!important;
}

/* Primary commerce/info surfaces: restrained deep navy. */
.gpsnpb-page .gpsnpb-buy-card,
.gpsnpb-page .gpsnpb-hero-specs,
.gpsnpb-page .gpsnpb-why-choose-card,
.gpsnpb-page .gpsnpb-platform-access,
.gpsnpb-page .gpsnpb-description-group.gpsnpb-description-access{
  background:var(--gpsnpb-surface)!important;
  border-color:var(--gpsnpb-border)!important;
  box-shadow:none!important;
}

/* Social proof gets one subtle elevation step, matching the reference. */
.gpsnpb-page .gpsnpb-review-card{
  background:var(--gpsnpb-surface-raised)!important;
  border-color:#343A47!important;
}
.gpsnpb-page .gpsnpb-rating-summary{
  background:var(--gpsnpb-surface-soft)!important;
  border-color:#252B36!important;
}

/* Softer nested information blocks, avoiding card-inside-card heaviness. */
.gpsnpb-page .gpsnpb-info-notice,
.gpsnpb-page .gpsnpb-delivery-box--in-card{
  background:var(--gpsnpb-surface-soft)!important;
  border-color:#252B36!important;
}
.gpsnpb-page .gpsnpb-description-benefits article{
  background:rgba(24,28,37,.72)!important;
  border-color:#2B303B!important;
}
.gpsnpb-page .gpsnpb-description-steps{
  border-color:var(--gpsnpb-separator)!important;
}
.gpsnpb-page .gpsnpb-description-steps article + article,
.gpsnpb-page .gpsnpb-description-access-cols > div + div,
.gpsnpb-page .gpsnpb-description-access-cols li{
  border-color:var(--gpsnpb-separator)!important;
}

/* Important notice: warm muted surface from the approved UI, not a loud warning box. */
.gpsnpb-page .gpsnpb-description-note{
  background:var(--gpsnpb-surface-warm)!important;
  color:#D7DAE3!important;
  border:0!important;
  border-left:3px solid rgba(249,115,22,.72)!important;
  border-radius:0 8px 8px 0!important;
}
.gpsnpb-page .gpsnpb-description-note strong{color:#F2F3F6!important;}

/* Consistent text hierarchy from the same palette. */
.gpsnpb-page .gpsnpb-meta-row,
.gpsnpb-page .gpsnpb-info-notice p,
.gpsnpb-page .gpsnpb-spec-label,
.gpsnpb-page .gpsnpb-assurances small,
.gpsnpb-page .gpsnpb-payments-subline,
.gpsnpb-page .gpsnpb-review-meta,
.gpsnpb-page .gpsnpb-review-text,
.gpsnpb-page .gpsnpb-why-choose-card p,
.gpsnpb-page .gpsnpb-overview-copy,
.gpsnpb-page .gpsnpb-faq-item p,
.gpsnpb-page .gpsnpb-description-benefits p,
.gpsnpb-page .gpsnpb-description-steps p,
.gpsnpb-page .gpsnpb-description-access-intro,
.gpsnpb-page .gpsnpb-description-access-cols li{
  color:var(--gpsnpb-muted)!important;
}
.gpsnpb-page .gpsnpb-review-card time,
.gpsnpb-page .gpsnpb-spec-label,
.gpsnpb-page .gpsnpb-description-group-head p:not(.gpsnpb-eyebrow){
  color:var(--gpsnpb-muted-2)!important;
}

/* Neutral structural lines use one border family. */
.gpsnpb-page .gpsnpb-buy-card,
.gpsnpb-page .gpsnpb-hero-specs,
.gpsnpb-page .gpsnpb-why-choose-card,
.gpsnpb-page .gpsnpb-review-card,
.gpsnpb-page .gpsnpb-rating-summary{
  border-width:1px!important;
  border-style:solid!important;
}
.gpsnpb-page .gpsnpb-assurances,
.gpsnpb-page .gpsnpb-payments,
.gpsnpb-page .gpsnpb-spec,
.gpsnpb-page .gpsnpb-faq-item{
  border-color:var(--gpsnpb-separator)!important;
}

/* Related/recent items share the main product surface, while imagery provides contrast. */
.gpsnpb-page .gpsnpb-related .product,
.gpsnpb-page .gpsnpb-recent .product,
.gpsnpb-page .gpsnpb-related-card,
.gpsnpb-page .gpsnpb-recent-card{
  background:var(--gpsnpb-surface)!important;
  border-color:var(--gpsnpb-border)!important;
}

/* Preserve brand/commerce semantics. */
.gpsnpb-page .gpsnpb-eyebrow,
.gpsnpb-page .gpsnpb-view-all,
.gpsnpb-page .gpsnpb-read-details,
.gpsnpb-page .gpsnpb-info-more,
.gpsnpb-page .gpsnpb-description a,
.gpsnpb-page .gpsnpb-terms-less{
  color:var(--gpsnpb-brand)!important;
}
.gpsnpb-page .gpsnpb-meta-item--delivery,
.gpsnpb-page .gpsnpb-delivery-note,
.gpsnpb-page .gpsnpb-payments-lock{
  color:#18C58F!important;
}


/* --------------------------------------------------------------------------
   v2.6.10 — darker structured information surfaces
   Visual-only refinement requested from live desktop QA.
   -------------------------------------------------------------------------- */
.gpsnpb-page{
  --gpsnpb-info-card:#12161E;
  --gpsnpb-info-card-2:#151A23;
  --gpsnpb-info-border:#282E39;
  --gpsnpb-info-separator:#242A34;
}

/* Product specification matrix: one step darker than the purchase surface. */
.gpsnpb-page .gpsnpb-hero-specs{
  background:var(--gpsnpb-info-card)!important;
  border:1px solid var(--gpsnpb-info-border)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.012)!important;
}
.gpsnpb-page .gpsnpb-hero-specs .gpsnpb-spec{
  background:transparent!important;
  border-color:var(--gpsnpb-info-separator)!important;
}
.gpsnpb-page .gpsnpb-hero-specs .gpsnpb-spec:hover{
  background:rgba(255,255,255,.012)!important;
}

/* Game Overview intro: darker than benefit/review cards, with a clean single border. */
.gpsnpb-page .gpsnpb-overview .gpsnpb-description-card{
  background:var(--gpsnpb-info-card-2)!important;
  border:1px solid var(--gpsnpb-info-border)!important;
  border-radius:10px!important;
  box-shadow:none!important;
  overflow:hidden;
}

/* Keep the expanded overview content visually connected without stacked border noise. */
.gpsnpb-page .gpsnpb-overview .gpsnpb-description-card .gpsnpb-description-more{
  border-top-color:var(--gpsnpb-info-separator)!important;
}
.gpsnpb-page .gpsnpb-overview .gpsnpb-description-benefits article{
  background:#181C25!important;
  border-color:var(--gpsnpb-info-border)!important;
}

/* Read-more/less remains part of the card rather than looking like a separate gray bar. */
.gpsnpb-page .gpsnpb-overview .gpsnpb-terms-toggle,
.gpsnpb-page .gpsnpb-overview .gpsnpb-terms-less{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

/* --------------------------------------------------------------------------
   v2.6.11 — final live-page polish from desktop QA
   Desktop-only. Keeps approved structure and mobile rules untouched.
   -------------------------------------------------------------------------- */
@media (min-width:1025px){
  /* Hero purchase card: tighter, cleaner hierarchy. */
  .gpsnpb-page .gpsnpb-buy-card{padding-top:24px!important;padding-bottom:22px!important;}
  .gpsnpb-page .gpsnpb-save{display:none!important;}
  .gpsnpb-page .gpsnpb-price-block{align-items:center!important;column-gap:12px!important;row-gap:0!important;}
  .gpsnpb-page .gpsnpb-discount{margin-left:2px!important;}

  /* Top metadata delivery reassurance stays useful but intentionally secondary. */
  .gpsnpb-page .gpsnpb-delivery-note{color:#7fdcb9!important;opacity:.82!important;font-size:12px!important;}

  /* Compact account-access notice. */
  .gpsnpb-page .gpsnpb-info-notice{padding:14px 16px!important;}
  .gpsnpb-page .gpsnpb-info-notice p{margin-top:3px!important;margin-bottom:4px!important;line-height:1.42!important;}
  .gpsnpb-page .gpsnpb-info-more,
  .gpsnpb-page .gpsnpb-read-details{font-size:12.5px!important;}

  /* Specs: darker, quieter matrix with softer internal separators. */
  .gpsnpb-page .gpsnpb-hero-specs{background:#10141B!important;border-color:#242A34!important;}
  .gpsnpb-page .gpsnpb-hero-specs .gpsnpb-spec{border-color:#202630!important;}

  /* Trust row: three equal columns with aligned titles/descriptions. */
  .gpsnpb-page .gpsnpb-assurances{padding-top:14px!important;padding-bottom:14px!important;gap:0!important;}
  .gpsnpb-page .gpsnpb-assurances li{display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:start!important;gap:8px!important;padding:0 12px!important;min-width:0!important;}
  .gpsnpb-page .gpsnpb-assurances li + li{border-left:1px solid #252A35!important;}
  .gpsnpb-page .gpsnpb-assurances li svg{width:16px!important;height:16px!important;margin-top:2px!important;}
  .gpsnpb-page .gpsnpb-assurances li div{display:flex!important;flex-direction:column!important;min-width:0!important;}
  .gpsnpb-page .gpsnpb-assurances b{display:flex!important;align-items:flex-start!important;min-height:34px!important;font-size:12.5px!important;line-height:1.25!important;}
  .gpsnpb-page .gpsnpb-assurances small{display:block!important;margin-top:3px!important;font-size:10.5px!important;line-height:1.35!important;color:#8E96A7!important;}

  /* Checkout reassurance: retain structure, slightly improve payment-logo legibility. */
  .gpsnpb-page .gpsnpb-payments{padding-top:14px!important;}
  .gpsnpb-page .gpsnpb-payments-row img{transform:scale(1.06);transform-origin:center;}

  /* Game Overview intro becomes editorial content, not another giant card. */
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;padding-left:0!important;padding-right:0!important;}
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card > .gpsnpb-description-kicker,
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card > h3,
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card > .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card > .gpsnpb-terms > .gpsnpb-terms-toggle{max-width:1080px;}
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card .gpsnpb-description-more{border-top:0!important;margin-top:18px!important;padding-top:0!important;}
  .gpsnpb-page .gpsnpb-overview .gpsnpb-terms-toggle,
  .gpsnpb-page .gpsnpb-overview .gpsnpb-terms-less{display:inline-block!important;background:transparent!important;border:0!important;padding-left:0!important;padding-right:0!important;}

  /* Expanded overview: structure only where structure helps. */
  .gpsnpb-page .gpsnpb-description-group{border-color:#252B35!important;}
  .gpsnpb-page .gpsnpb-description-access{background:#151A22!important;border-color:#2A303A!important;}
  .gpsnpb-page .gpsnpb-description-note{background:#272224!important;}

  /* Reviews: connected surfaces, stronger reading hierarchy. */
  .gpsnpb-page .gpsnpb-reviews-head{position:relative!important;display:flex!important;flex-direction:row!important;align-items:flex-end!important;justify-content:space-between!important;text-align:left!important;gap:24px!important;margin:0 0 24px!important;}
  .gpsnpb-page .gpsnpb-reviews-head > div{text-align:left!important;}
  .gpsnpb-page .gpsnpb-reviews-head .gpsnpb-eyebrow,
  .gpsnpb-page .gpsnpb-reviews-head h2{margin-left:0!important;margin-right:0!important;}
  .gpsnpb-page .gpsnpb-reviews-head .gpsnpb-view-all{position:static!important;margin:0 0 5px auto!important;white-space:nowrap!important;}
  .gpsnpb-page .gpsnpb-rating-summary{background:#181C25!important;border-color:#272D37!important;}
  .gpsnpb-page .gpsnpb-review-card{background:#23262F!important;border-color:#303540!important;}
  .gpsnpb-page .gpsnpb-review-card time,
  .gpsnpb-page .gpsnpb-review-country{color:#7F8798!important;}
  .gpsnpb-page .gpsnpb-review-card p{color:#D7DAE3!important;}
  .gpsnpb-page .gpsnpb-slider-control{width:38px!important;height:38px!important;}

  /* Pull FAQ slightly closer to social proof. */
  .gpsnpb-page .gpsnpb-reviews{margin-bottom:36px!important;}
}


/* --------------------------------------------------------------------------
   v2.6.12 — desktop long-title / Nintendo metadata / specs / price polish
   -------------------------------------------------------------------------- */
@media (min-width:1025px){
  /* Keep platform + region + delivery on one deliberate metadata line. */
  .gpsnpb-page .gpsnpb-meta-row{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:8px!important;
    white-space:nowrap!important;
    min-width:0!important;
  }
  .gpsnpb-page .gpsnpb-meta-item{
    flex:0 0 auto!important;
    min-width:0!important;
  }
  .gpsnpb-page .gpsnpb-meta-item--delivery{
    margin-left:2px!important;
  }
  .gpsnpb-page .gpsnpb-meta-text{white-space:nowrap!important;}

  /* Specs become a quiet transparent matrix: only hairline structure. */
  .gpsnpb-page .gpsnpb-hero-specs{
    background:transparent!important;
    border:1px solid #202630!important;
    border-radius:10px!important;
    box-shadow:none!important;
  }
  .gpsnpb-page .gpsnpb-hero-specs .gpsnpb-spec{
    background:transparent!important;
    border-color:#1C222C!important;
  }

  /* Price row: reserve real space for the discount badge so it can never
     overlap or visually enter the current price. */
  .gpsnpb-page .gpsnpb-price-block{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    min-width:0!important;
  }
  .gpsnpb-page .gpsnpb-price{
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .gpsnpb-page .gpsnpb-price .price{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:baseline!important;
    gap:10px!important;
    min-width:0!important;
  }
  .gpsnpb-page .gpsnpb-discount{
    position:static!important;
    flex:0 0 auto!important;
    margin:0 0 0 auto!important;
    justify-self:auto!important;
    white-space:nowrap!important;
    z-index:1!important;
  }
}

/* v2.6.14 — final desktop price sizing + collision-proof grid */
@media (min-width:1025px){
  .gpsnpb-page .gpsnpb-price-block{
    display:grid!important;
    grid-template-columns:max-content minmax(0,1fr) max-content!important;
    grid-template-areas:"old current discount"!important;
    align-items:center!important;
    column-gap:14px!important;
    row-gap:0!important;
    width:100%!important;
    min-width:0!important;
  }
  .gpsnpb-page .gpsnpb-price{
    display:contents!important;
  }
  .gpsnpb-page .gpsnpb-price-old{
    grid-area:old!important;
    align-self:center!important;
    white-space:nowrap!important;
  }
  .gpsnpb-page .gpsnpb-price-old del,
  .gpsnpb-page .gpsnpb-price-old .amount,
  .gpsnpb-page .gpsnpb-price-old .woocommerce-Price-amount{
    color:#8b93a4!important;
    font-size:16px!important;
    font-weight:600!important;
    line-height:1.1!important;
    letter-spacing:-.01em!important;
  }
  .gpsnpb-page .gpsnpb-price-current{
    grid-area:current!important;
    min-width:0!important;
    max-width:100%!important;
    justify-self:start!important;
    white-space:nowrap!important;
    line-height:1!important;
    overflow:visible!important;
  }
  .gpsnpb-page .gpsnpb-price-current .amount,
  .gpsnpb-page .gpsnpb-price-current .woocommerce-Price-amount{
    color:#fff!important;
    font-family:"Unbounded-Medium",sans-serif!important;
    font-size:clamp(42px,2.75vw,48px)!important;
    font-weight:900!important;
    letter-spacing:-.035em!important;
    line-height:.98!important;
    white-space:nowrap!important;
  }
  .gpsnpb-page .gpsnpb-discount{
    grid-area:discount!important;
    position:static!important;
    inset:auto!important;
    right:auto!important;
    left:auto!important;
    transform:none!important;
    translate:none!important;
    justify-self:end!important;
    align-self:center!important;
    margin:0!important;
    min-width:56px!important;
    padding:6px 10px!important;
    font-size:12.5px!important;
    justify-content:center!important;
    white-space:nowrap!important;
    z-index:1!important;
  }
  .gpsnpb-page .gpsnpb-save{
    display:none!important;
  }
}


/* --------------------------------------------------------------------------
   v2.6.16 — complete mobile responsive production pass
   IMPORTANT: mobile-only. Desktop >=769px is intentionally untouched.
   -------------------------------------------------------------------------- */
@media (max-width:768px){
  .gpsnpb-page{
    --gpsnpb-pad-x:14px;
    --gpsnpb-mobile-section-gap:30px;
    --gpsnpb-mobile-card:#181C25;
    --gpsnpb-mobile-card-raised:#23262F;
    --gpsnpb-mobile-border:#2A303A;
    --gpsnpb-mobile-separator:#222833;
    --gpsnpb-mobile-muted:#98A1B2;
    --gpsnpb-fs-price:clamp(34px,9.2vw,40px);
    overflow-x:clip!important;
  }

  /* 1–2. Hero title + metadata: readable, not desktop-sized. */
  .gpsnpb-page .gpsnpb-cover-wrap{margin-bottom:18px!important;}
  .gpsnpb-page .gpsnpb-details-intro{margin-bottom:17px!important;}
  .gpsnpb-page .gpsnpb-title{
    font-size:clamp(26px,7vw,32px)!important;
    line-height:1.08!important;
    letter-spacing:-.028em!important;
    margin:0 0 9px!important;
    overflow-wrap:anywhere;
  }
  .gpsnpb-page .gpsnpb-meta-row{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:5px 8px!important;
    font-size:12.5px!important;
    line-height:1.35!important;
    white-space:normal!important;
  }
  .gpsnpb-page .gpsnpb-meta-item,
  .gpsnpb-page .gpsnpb-meta-text{white-space:nowrap!important;}
  .gpsnpb-page .gpsnpb-meta-ico{font-size:13px!important;}
  .gpsnpb-page .gpsnpb-platform-logo{width:14px!important;height:14px!important;}
  .gpsnpb-page .gpsnpb-delivery-note{
    margin:-1px 0 12px!important;
    color:#8CD9BA!important;
    opacity:.82!important;
    font-size:11.5px!important;
    line-height:1.4!important;
  }

  /* 3–5. Purchase hierarchy: clearer, less cramped, still conversion-first. */
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card{
    padding:13px!important;
    gap:9px!important;
    border-radius:13px!important;
    background:var(--gpsnpb-mobile-card)!important;
    border-color:var(--gpsnpb-mobile-border)!important;
  }
  .gpsnpb-page .gpsnpb-urgency-row{gap:7px 9px!important;align-items:center!important;}
  .gpsnpb-page .gpsnpb-urgency{font-size:12.5px!important;line-height:1.3!important;}
  .gpsnpb-page .gpsnpb-countdown span{min-width:28px!important;padding:4px 3px!important;font-size:12.5px!important;}
  .gpsnpb-page .gpsnpb-countdown-unit small{font-size:8.5px!important;}
  .gpsnpb-page .gpsnpb-price-block{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:baseline!important;
    gap:8px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  .gpsnpb-page .gpsnpb-price{min-width:0!important;flex:1 1 auto!important;}
  .gpsnpb-page .gpsnpb-price .price{display:flex!important;align-items:baseline!important;gap:7px!important;min-width:0!important;}
  .gpsnpb-page .gpsnpb-price-current .amount,
  .gpsnpb-page .gpsnpb-price-current .woocommerce-Price-amount,
  .gpsnpb-page .gpsnpb-price ins .amount,
  .gpsnpb-page .gpsnpb-price ins .woocommerce-Price-amount{
    font-size:var(--gpsnpb-fs-price)!important;
    line-height:.98!important;
    letter-spacing:-.035em!important;
    white-space:nowrap!important;
  }
  .gpsnpb-page .gpsnpb-price-old del,
  .gpsnpb-page .gpsnpb-price del .amount,
  .gpsnpb-page .gpsnpb-price del .woocommerce-Price-amount{font-size:13px!important;white-space:nowrap!important;}
  .gpsnpb-page .gpsnpb-discount{
    position:static!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:4px 7px!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }
  .gpsnpb-page .gpsnpb-save{display:none!important;}
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box{gap:6px!important;}
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box strong{font-size:13.5px!important;}
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box span{font-size:12px!important;line-height:1.4!important;color:#9CA5B6!important;}
  .gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button,
  .gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button{
    min-height:52px!important;height:52px!important;font-size:16px!important;border-radius:10px!important;
  }

  /* Trust: mobile gets three clean equal columns, no microscopic descriptions. */
  .gpsnpb-page .gpsnpb-assurances{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    align-items:start!important;
    justify-content:stretch!important;
    padding:4px 0 2px!important;
    opacity:1!important;
  }
  .gpsnpb-page .gpsnpb-assurances li{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:4px!important;
    padding:2px 6px!important;
    text-align:center!important;
    white-space:normal!important;
    min-width:0!important;
    border:0!important;
  }
  .gpsnpb-page .gpsnpb-assurances li + li{border-left:1px solid var(--gpsnpb-mobile-separator)!important;}
  .gpsnpb-page .gpsnpb-assurances .gpsnpb-svg-icon,
  .gpsnpb-page .gpsnpb-assurances svg{width:15px!important;height:15px!important;font-size:15px!important;color:#C9CFD9!important;}
  .gpsnpb-page .gpsnpb-assurances li>div{display:block!important;min-width:0!important;}
  .gpsnpb-page .gpsnpb-assurances b{display:block!important;font-size:10.5px!important;line-height:1.25!important;color:#D8DCE5!important;}
  .gpsnpb-page .gpsnpb-assurances small{display:none!important;}

  /* 6. Payments: visible trust heading + legible logos without bloating card. */
  .gpsnpb-page .gpsnpb-payments{padding-top:9px!important;border-top:1px solid var(--gpsnpb-mobile-separator)!important;}
  .gpsnpb-page .gpsnpb-payments-label{
    display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
    margin:0 0 2px!important;font-size:11.5px!important;line-height:1.25!important;color:#D9DEE6!important;
  }
  .gpsnpb-page .gpsnpb-payments-lock{display:inline-flex!important;color:#18C58F!important;}
  .gpsnpb-page .gpsnpb-payments-lock svg{width:13px!important;height:13px!important;}
  .gpsnpb-page .gpsnpb-payments-subline{font-size:9.5px!important;margin:0 0 7px!important;opacity:.72!important;}
  .gpsnpb-page .gpsnpb-payments-row{gap:9px!important;justify-content:center!important;}
  .gpsnpb-page .gpsnpb-payment-item{height:30px!important;}
  .gpsnpb-page .gpsnpb-payment-item img{height:26px!important;max-height:26px!important;max-width:80px!important;}
  .gpsnpb-page .gpsnpb-payment-item img[alt="Visa"]{height:21px!important;max-height:21px!important;}
  .gpsnpb-page .gpsnpb-payment-item img[alt="Bitcoin"]{height:24px!important;max-height:24px!important;}

  /* 7–8. Account Access + specs: readable, compact, aligned. */
  .gpsnpb-page .gpsnpb-info-notice{
    margin-top:18px!important;padding:8px 0 8px 11px!important;gap:8px!important;
    border-left:2px solid #3A4250!important;background:transparent!important;
  }
  .gpsnpb-page .gpsnpb-info-notice-label{font-size:14px!important;line-height:1.3!important;}
  .gpsnpb-page .gpsnpb-info-notice p{font-size:13px!important;line-height:1.48!important;color:#AAB2C1!important;}
  .gpsnpb-page .gpsnpb-info-more,
  .gpsnpb-page .gpsnpb-read-details{font-size:12.5px!important;margin-top:4px!important;}
  .gpsnpb-page .gpsnpb-hero-specs{
    margin:18px 0 4px!important;padding:4px 0!important;gap:0 14px!important;row-gap:0!important;
    background:transparent!important;border:1px solid #202630!important;border-radius:10px!important;
  }
  .gpsnpb-page .gpsnpb-spec--compact{
    min-height:58px!important;padding:8px 7px!important;gap:8px!important;border-color:#1E2530!important;
  }
  .gpsnpb-page .gpsnpb-spec--compact small{font-size:10.5px!important;line-height:1.2!important;letter-spacing:.075em!important;}
  .gpsnpb-page .gpsnpb-spec--compact strong{font-size:15.5px!important;line-height:1.25!important;}
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-svg-icon,
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-ico{font-size:18px!important;margin-top:1px!important;}
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-platform-logo{width:18px!important;height:18px!important;margin-top:1px!important;}

  /* Shared mobile section rhythm: remove accidental desktop-style dead space. */
  .gpsnpb-page .gpsnpb-body{padding:14px var(--gpsnpb-pad-x) 10px!important;}
  .gpsnpb-page .gpsnpb-why-choose,
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-reviews,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-related,
  .gpsnpb-page .gpsnpb-recent{
    margin:0 0 var(--gpsnpb-mobile-section-gap)!important;
    padding-top:20px!important;
    border-top:1px solid #202630!important;
  }
  .gpsnpb-page .gpsnpb-section-head,
  .gpsnpb-page .gpsnpb-why-choose-head,
  .gpsnpb-page .gpsnpb-reviews-head{margin-bottom:14px!important;}
  .gpsnpb-page .gpsnpb-eyebrow,
  .gpsnpb-page .gpsnpb-why-choose-head .gpsnpb-eyebrow{font-size:9.5px!important;letter-spacing:.12em!important;margin-bottom:5px!important;}
  .gpsnpb-page .gpsnpb-section-head h2,
  .gpsnpb-page .gpsnpb-why-choose-head h2,
  .gpsnpb-page .gpsnpb-reviews-head h2,
  .gpsnpb-page .gpsnpb-overview h2,
  .gpsnpb-page .gpsnpb-faq h2{
    font-size:clamp(23px,6.2vw,28px)!important;line-height:1.12!important;letter-spacing:-.025em!important;margin-bottom:0!important;
  }

  /* 9–10. Why Choose Us: 2x2 compact mobile grid instead of four long desktop cards. */
  .gpsnpb-page .gpsnpb-why-choose{background:transparent!important;padding-left:0!important;padding-right:0!important;border-radius:0!important;}
  .gpsnpb-page .gpsnpb-why-choose-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .gpsnpb-page .gpsnpb-why-choose-card{min-height:0!important;padding:13px 12px!important;border-radius:10px!important;background:var(--gpsnpb-mobile-card)!important;}
  .gpsnpb-page .gpsnpb-why-choose-icon{width:38px!important;height:38px!important;margin:0 0 8px!important;}
  .gpsnpb-page .gpsnpb-why-choose-icon svg{width:18px!important;height:18px!important;}
  .gpsnpb-page .gpsnpb-why-choose-card h3{font-size:14.5px!important;line-height:1.25!important;margin:0 0 5px!important;}
  .gpsnpb-page .gpsnpb-why-choose-card p{font-size:12.5px!important;line-height:1.42!important;margin:0!important;max-width:none!important;color:#9FA8B8!important;}

  /* 11–13. Game Overview: editorial intro, tighter expanded blocks + steps. */
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card{
    background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important;
  }
  .gpsnpb-page .gpsnpb-description-kicker{font-size:10px!important;line-height:1.35!important;margin-bottom:8px!important;}
  .gpsnpb-page .gpsnpb-description-card>h3{font-size:19px!important;line-height:1.3!important;margin-bottom:10px!important;}
  .gpsnpb-page .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-overview-copy p{font-size:14.5px!important;line-height:1.56!important;color:#AAB2C1!important;}
  .gpsnpb-page .gpsnpb-overview-copy p{margin-bottom:11px!important;}
  .gpsnpb-page .gpsnpb-terms-toggle,
  .gpsnpb-page .gpsnpb-terms-less{font-size:13px!important;padding-left:0!important;padding-right:0!important;background:transparent!important;border:0!important;}
  .gpsnpb-page .gpsnpb-description-more{padding-top:6px!important;}
  .gpsnpb-page .gpsnpb-description-group{margin-top:20px!important;padding:0!important;border:0!important;background:transparent!important;}
  .gpsnpb-page .gpsnpb-description-group-head{gap:9px!important;margin-bottom:11px!important;}
  .gpsnpb-page .gpsnpb-description-group-icon{width:34px!important;height:34px!important;}
  .gpsnpb-page .gpsnpb-description-group-head h3{font-size:16px!important;line-height:1.25!important;}
  .gpsnpb-page .gpsnpb-description-benefits{grid-template-columns:1fr!important;gap:8px!important;}
  .gpsnpb-page .gpsnpb-description-benefits article{padding:11px 12px!important;border-radius:9px!important;gap:9px!important;}
  .gpsnpb-page .gpsnpb-description-benefits h4{font-size:13.5px!important;margin-bottom:3px!important;}
  .gpsnpb-page .gpsnpb-description-benefits p{font-size:12.5px!important;line-height:1.45!important;}
  .gpsnpb-page .gpsnpb-description-steps{display:block!important;border-top:1px solid #242A34!important;border-bottom:1px solid #242A34!important;}
  .gpsnpb-page .gpsnpb-description-steps article{padding:10px 2px!important;gap:9px!important;border:0!important;border-bottom:1px solid #202630!important;}
  .gpsnpb-page .gpsnpb-description-steps article:last-child{border-bottom:0!important;}
  .gpsnpb-page .gpsnpb-description-steps h4{font-size:13.5px!important;margin-bottom:2px!important;}
  .gpsnpb-page .gpsnpb-description-steps p{font-size:12.5px!important;line-height:1.42!important;}
  .gpsnpb-page .gpsnpb-description-closing{font-size:13px!important;line-height:1.5!important;margin-top:11px!important;}
  .gpsnpb-page .gpsnpb-description-group.gpsnpb-description-access{margin-top:20px!important;padding:14px!important;border-radius:10px!important;}
  .gpsnpb-page .gpsnpb-description-access-cols{display:block!important;}
  .gpsnpb-page .gpsnpb-description-access-cols>div{padding:0!important;}
  .gpsnpb-page .gpsnpb-description-access-cols>div+div{padding:12px 0 0!important;margin-top:12px!important;border-left:0!important;border-top:1px solid #252B35!important;}
  .gpsnpb-page .gpsnpb-description-access-intro,
  .gpsnpb-page .gpsnpb-description-access-cols li{font-size:12.5px!important;line-height:1.48!important;}
  .gpsnpb-page .gpsnpb-description-note{margin-top:12px!important;padding:10px 11px!important;font-size:12.5px!important;line-height:1.48!important;}

  /* 14. Reviews: compact summary/card/controls, still readable. */
  .gpsnpb-page .gpsnpb-reviews-head{gap:4px!important;}
  .gpsnpb-page .gpsnpb-view-all{font-size:12px!important;margin:2px 0 0!important;}
  .gpsnpb-page .gpsnpb-reviews-layout{gap:10px!important;}
  .gpsnpb-page .gpsnpb-reviews-summary{gap:9px!important;align-items:center!important;}
  .gpsnpb-page .gpsnpb-score{font-size:28px!important;line-height:1!important;}
  .gpsnpb-page .gpsnpb-reviews-summary small{font-size:11.5px!important;line-height:1.35!important;}
  .gpsnpb-page .gpsnpb-review-card{padding:13px!important;border-radius:10px!important;background:var(--gpsnpb-mobile-card-raised)!important;}
  .gpsnpb-page .gpsnpb-review-meta strong{font-size:13.5px!important;}
  .gpsnpb-page .gpsnpb-review-country,
  .gpsnpb-page .gpsnpb-review-top small,
  .gpsnpb-page .gpsnpb-review-card time{font-size:10.5px!important;}
  .gpsnpb-page .gpsnpb-review-card p{
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;line-clamp:4!important;
    overflow:hidden!important;font-size:13px!important;line-height:1.48!important;margin-top:8px!important;
  }
  .gpsnpb-page .gpsnpb-slider-controls{margin-top:10px!important;gap:11px!important;}
  .gpsnpb-page .gpsnpb-slider-prev,
  .gpsnpb-page .gpsnpb-slider-next{width:36px!important;height:36px!important;font-size:15px!important;}

  /* 15. FAQ: less visual jump between question and answer sizes. */
  .gpsnpb-page .gpsnpb-faq-item summary{min-height:42px!important;padding:10px 22px 10px 0!important;font-size:15.5px!important;line-height:1.35!important;}
  .gpsnpb-page .gpsnpb-faq-item p{font-size:14.5px!important;line-height:1.56!important;margin:0 0 11px!important;color:#AAB2C1!important;}

  /* 16. Recently viewed + Related: proper 2-col cards; no landscape strips. */
  .gpsnpb-page .gpsnpb-related ul.products,
  .gpsnpb-page .gpsnpb-recent-track{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .gpsnpb-page .gpsnpb-related ul.products li.product,
  .gpsnpb-page .gpsnpb-recent-card{padding:9px!important;border-radius:10px!important;background:var(--gpsnpb-mobile-card)!important;border:1px solid #292F39!important;}
  .gpsnpb-page .gpsnpb-related ul.products li.product img,
  .gpsnpb-page .gpsnpb-recent-card img{
    width:100%!important;aspect-ratio:1/1!important;object-fit:contain!important;border-radius:7px!important;background:#11151C!important;
  }
  .gpsnpb-page .gpsnpb-recent-card div{padding:8px 1px 1px!important;}
  .gpsnpb-page .gpsnpb-related .woocommerce-loop-product__title,
  .gpsnpb-page .gpsnpb-recent-card strong{font-size:12.5px!important;line-height:1.35!important;min-height:2.7em!important;}
  .gpsnpb-page .gpsnpb-related .price{font-size:13px!important;margin-top:6px!important;}
  .gpsnpb-page .gpsnpb-recent-card span{font-size:9px!important;letter-spacing:.08em!important;}

  /* 17. Remove below-content dead space; sticky clearance is added only while bar is visible. */
  .gpsnpb-page{padding-bottom:12px!important;}
  .gpsnpb-page .gpsnpb-body{padding-bottom:6px!important;}
  .gpsnpb-page .gpsnpb-related:last-child,
  .gpsnpb-page .gpsnpb-recent:last-child{margin-bottom:8px!important;}
  body:not(.gpsnpb-sticky-buy-on).gpsnpb-active .gpsnpb-page{padding-bottom:12px!important;}

  /* 18. Sticky CTA: strong, compact, safe-area aware. */
  .gpsnpb-mobile-bar{
    left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;
    min-height:58px!important;padding:7px!important;gap:10px!important;border-radius:13px!important;
    background:#151922!important;border:1px solid #303642!important;box-shadow:0 14px 36px rgba(0,0,0,.48)!important;
  }
  .gpsnpb-mobile-bar-price{font-family:var(--gpsnpb-font-display)!important;font-size:18px!important;line-height:1!important;}
  .gpsnpb-mobile-bar-price ins{text-decoration:none!important;}
  .gpsnpb-mobile-bar-price del{display:none!important;}
  .gpsnpb-mobile-bar-buy.button,
  .gpsnpb-mobile-bar .gpsnpb-mobile-bar-buy{min-height:44px!important;border-radius:9px!important;font-size:14px!important;}
  body.gpsnpb-sticky-buy-on.gpsnpb-active .gpsnpb-page{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;}
}

@media (max-width:360px){
  .gpsnpb-page{--gpsnpb-pad-x:12px;--gpsnpb-fs-price:34px;}
  .gpsnpb-page .gpsnpb-title{font-size:26px!important;}
  .gpsnpb-page .gpsnpb-why-choose-grid{grid-template-columns:1fr!important;}
  .gpsnpb-page .gpsnpb-why-choose-card{padding:12px!important;}
  .gpsnpb-page .gpsnpb-assurances b{font-size:10px!important;}
  .gpsnpb-page .gpsnpb-payments-row{gap:7px!important;}
  .gpsnpb-page .gpsnpb-payment-item img{max-width:66px!important;}
}


/* --------------------------------------------------------------------------
   v2.6.17 — mobile-only purchase/spec/account-access refinement
   Desktop >=769px intentionally unchanged.
   -------------------------------------------------------------------------- */
@media (max-width:768px){
  /* Remove duplicated delivery sentence under the hero metadata on mobile. */
  .gpsnpb-page .gpsnpb-delivery-note{display:none!important;}

  /* Purchase delivery reassurance: one compact outlined card, not a heavy dark slab. */
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    margin:1px 0 2px!important;
    padding:9px 11px!important;
    min-height:0!important;
    border:1px solid rgba(24,197,143,.28)!important;
    border-radius:9px!important;
    background:rgba(24,197,143,.035)!important;
    box-shadow:none!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card .gpsnpb-delivery-ico{
    width:26px!important;
    height:26px!important;
    flex:0 0 26px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    border-radius:7px!important;
    border:0!important;
    background:transparent!important;
    color:#18C58F!important;
    font-size:17px!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card .gpsnpb-delivery-box-body{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:2px!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card strong{
    font-size:13.5px!important;
    line-height:1.2!important;
    color:#18C58F!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card span{
    font-size:11.5px!important;
    line-height:1.32!important;
    color:#A8B0BF!important;
  }

  /* Account-access notice: stronger warning cue, still clean and compact. */
  .gpsnpb-page .gpsnpb-info-notice{
    padding:9px 0 9px 12px!important;
    gap:10px!important;
    border-left:2px solid #D6A23B!important;
  }
  .gpsnpb-page .gpsnpb-info-notice-ico{
    width:32px!important;
    height:32px!important;
    flex:0 0 32px!important;
    margin-top:0!important;
    border-radius:9px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#F2B84B!important;
    background:rgba(242,184,75,.08)!important;
    border:1px solid rgba(242,184,75,.24)!important;
    font-size:18px!important;
  }
  .gpsnpb-page .gpsnpb-info-notice-ico svg{
    width:18px!important;
    height:18px!important;
  }

  /* Specs: transparent premium frame with softer, thinner internal separators. */
  .gpsnpb-page .gpsnpb-hero-specs{
    margin:17px 0 4px!important;
    padding:0!important;
    gap:0!important;
    background:transparent!important;
    border:1px solid #2A303A!important;
    border-radius:11px!important;
    overflow:hidden!important;
  }
  .gpsnpb-page .gpsnpb-spec--compact{
    min-height:62px!important;
    padding:9px 10px!important;
    gap:9px!important;
    border-color:#232A34!important;
    background:transparent!important;
  }
  .gpsnpb-page .gpsnpb-spec--compact:nth-child(2n){border-right:0!important;}
  .gpsnpb-page .gpsnpb-spec--compact:nth-child(n+5){border-bottom:0!important;}
  .gpsnpb-page .gpsnpb-spec--compact small{
    font-size:10px!important;
    letter-spacing:.08em!important;
    color:#98A1B2!important;
  }
  .gpsnpb-page .gpsnpb-spec--compact strong{
    font-size:15px!important;
    line-height:1.22!important;
    color:#F5F7FA!important;
  }
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-svg-icon,
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-ico{
    color:#AAB2C1!important;
    font-size:18px!important;
  }
  .gpsnpb-page .gpsnpb-spec--compact .gpsnpb-spec-platform-logo{
    width:19px!important;
    height:19px!important;
  }
}

/* --------------------------------------------------------------------------
   v2.6.18 — mobile-only Instant Delivery card refinement
   Desktop >=769px intentionally unchanged.
   -------------------------------------------------------------------------- */
@media (max-width:768px){
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card{
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:8px!important;
    row-gap:3px!important;
    align-items:center!important;
    margin:4px 0 8px!important;
    padding:9px 11px 8px!important;
    min-height:0!important;
    background:#0F121A!important;
    border:1px solid #252B36!important;
    border-radius:10px!important;
    box-shadow:none!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card .gpsnpb-delivery-ico{
    grid-column:1!important;
    grid-row:1!important;
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    margin:0!important;
    padding:0!important;
    align-self:center!important;
    justify-self:center!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#18C58F!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card .gpsnpb-delivery-ico svg{
    width:17px!important;
    height:17px!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card .gpsnpb-delivery-box-body{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto!important;
    gap:3px!important;
    align-items:center!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card strong{
    display:block!important;
    margin:0!important;
    font-size:13.5px!important;
    line-height:1.2!important;
    color:#18C58F!important;
  }
  .gpsnpb-page .gpsnpb-buy-card .gpsnpb-delivery-box--in-card span{
    display:block!important;
    margin:0!important;
    font-size:11.5px!important;
    line-height:1.3!important;
    color:#A8B0BF!important;
  }
}


/* ================================================================
   v2.6.19 — mobile sticky price + Buy Now bar reliability
   Desktop intentionally untouched.
================================================================ */
@media (max-width:768px){
  .gpsnpb-mobile-bar{
    display:none;
    grid-template-columns:max-content minmax(0,1fr);
    align-items:center;
  }
  .gpsnpb-mobile-bar.is-visible{display:grid!important;}
  .gpsnpb-mobile-bar-price{
    display:flex!important;align-items:center!important;min-width:0!important;
    font-size:18px!important;font-weight:800!important;white-space:nowrap!important;
  }
  .gpsnpb-mobile-bar-price ins{display:inline!important;text-decoration:none!important;}
  .gpsnpb-mobile-bar-price del{display:none!important;}
  .gpsnpb-mobile-bar-price .screen-reader-text{
    position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
    overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
  }
  .gpsnpb-mobile-bar-buy.button,.gpsnpb-mobile-bar .gpsnpb-mobile-bar-buy{
    width:100%!important;min-width:0!important;min-height:46px!important;
  }
}

/* --------------------------------------------------------------------------
   v2.6.20 — desktop proportions + comfortable store typography
   Desktop only. Mobile/tablet rules below 1025px are intentionally untouched.
   -------------------------------------------------------------------------- */
@media (min-width:1025px){
  .gpsnpb-page{
    --gpsnpb-max:1360px;
    --gpsnpb-max-body:1360px;
    --gpsnpb-max-narrow:1100px;
    --gpsnpb-text-base:14px;
    --gpsnpb-text-md:15px;
    --gpsnpb-text-lg:16px;
    --gpsnpb-text-xl:26px;
    --gpsnpb-text-2xl:28px;
    --gpsnpb-text-3xl:34px;
    --gpsnpb-fs-title:34px;
    --gpsnpb-fs-h2:28px;
    --gpsnpb-fs-h3:16px;
    --gpsnpb-fs-body:15px;
    --gpsnpb-fs-body-sm:14px;
    --gpsnpb-fs-price:42px;
    --gpsnpb-section-gap:40px;
  }

  /* One desktop width from hero through the page body. */
  .gpsnpb-page .gpsnpb-hero-grid,
  .gpsnpb-page .gpsnpb-body{
    width:min(1360px,calc(100% - 48px))!important;
    max-width:1360px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Smaller commerce column; center information gets the extra room. */
  .gpsnpb-page .gpsnpb-hero-grid{
    grid-template-columns:minmax(360px,1.05fr) minmax(0,1.30fr) minmax(300px,320px)!important;
    gap:24px!important;
  }
  .gpsnpb-page .gpsnpb-col-buy{
    width:100%!important;
    max-width:320px!important;
    justify-self:end!important;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card{
    width:100%!important;
    max-width:320px!important;
    padding:18px!important;
    gap:12px!important;
    border-radius:12px!important;
    --gpsnpb-buy-fs-urgency:14px;
    --gpsnpb-buy-fs-countdown:14px;
    --gpsnpb-buy-fs-unit:9px;
    --gpsnpb-buy-fs-old:14px;
    --gpsnpb-buy-fs-save:14px;
    --gpsnpb-buy-fs-button:15px;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-price .amount,
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-price .woocommerce-Price-amount{
    font-size:42px!important;
    letter-spacing:-.035em!important;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-price del .amount,
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-price del .woocommerce-Price-amount{
    font-size:14px!important;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-discount{
    font-size:12px!important;
    padding:5px 8px!important;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-countdown span{
    min-width:29px!important;
    padding:5px 3px!important;
    font-size:14px!important;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-countdown-unit small{font-size:9px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-cart-wrap .single_add_to_cart_button,
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-cart-wrap button.single_add_to_cart_button,
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-cart-wrap .button{
    min-height:50px!important;
    height:50px!important;
    font-size:15px!important;
  }
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-assurances{padding-top:10px!important;padding-bottom:10px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-assurances li{padding-left:6px!important;padding-right:6px!important;gap:5px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-assurances b{font-size:11px!important;min-height:29px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-assurances small{font-size:9.5px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-payments{padding-top:10px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-payments-label{font-size:11px!important;margin-bottom:7px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-payments-row{gap:10px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-payment-item{height:28px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-payment-item img{height:25px!important;max-height:25px!important;max-width:72px!important;}

  /* Product header: product-page hierarchy, not landing-page hierarchy. */
  .gpsnpb-page .gpsnpb-title{
    font-size:clamp(30px,2.25vw,34px)!important;
    line-height:1.14!important;
    margin-bottom:10px!important;
  }
  .gpsnpb-page .gpsnpb-meta-row{font-size:14px!important;margin-bottom:16px!important;gap:7px 9px!important;}
  .gpsnpb-page .gpsnpb-meta-ico{font-size:16px!important;}
  .gpsnpb-page .gpsnpb-info-notice-label{font-size:14px!important;}
  .gpsnpb-page .gpsnpb-info-notice p,
  .gpsnpb-page .gpsnpb-info-more{font-size:13px!important;}
  .gpsnpb-page .gpsnpb-spec--compact strong{font-size:14px!important;}
  .gpsnpb-page .gpsnpb-spec--compact small{font-size:10px!important;}

  /* Consistent editorial scale across all desktop content sections. */
  .gpsnpb-page .gpsnpb-section-head h2,
  .gpsnpb-page .gpsnpb-reviews-head h2,
  .gpsnpb-page .gpsnpb-why-choose-head h2,
  .gpsnpb-page .gpsnpb-overview h2,
  .gpsnpb-page .gpsnpb-faq h2,
  .gpsnpb-page .gpsnpb-related h2,
  .gpsnpb-page .gpsnpb-recent h2{
    font-size:26px!important;
    line-height:1.2!important;
    letter-spacing:-.02em!important;
  }
  .gpsnpb-page .gpsnpb-description-card > h3{font-size:20px!important;line-height:1.3!important;}
  .gpsnpb-page .gpsnpb-description-group-head h3,
  .gpsnpb-page .gpsnpb-why-choose-card h3,
  .gpsnpb-page .gpsnpb-steps h3{font-size:16px!important;line-height:1.35!important;}
  .gpsnpb-page .gpsnpb-overview-copy,
  .gpsnpb-page .gpsnpb-overview-lead,
  .gpsnpb-page .gpsnpb-faq-item p,
  .gpsnpb-page .gpsnpb-review-card p,
  .gpsnpb-page .gpsnpb-why-choose-card p,
  .gpsnpb-page .gpsnpb-steps p{
    font-size:14.5px!important;
    line-height:1.58!important;
  }
  .gpsnpb-page .gpsnpb-overview-lead{font-weight:600!important;}
  .gpsnpb-page .gpsnpb-faq-item summary{font-size:16px!important;line-height:1.4!important;padding:14px 0!important;}
  .gpsnpb-page .gpsnpb-review-meta strong{font-size:14px!important;}
  .gpsnpb-page .gpsnpb-review-country,
  .gpsnpb-page .gpsnpb-review-top small{font-size:12px!important;}
  .gpsnpb-page .gpsnpb-score{font-size:36px!important;}

  /* Keep prose readable but visually aligned with the same full page row. */
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-tabs-wrap{
    max-width:1100px!important;
  }
}


/* --------------------------------------------------------------------------
   v2.6.21 — desktop hero width alignment
   Keep the approved purchase/price card unchanged. Reduce only the image and
   center information columns so the complete hero row aligns with the lower
   1180px content system. Mobile/tablet remain untouched.
   -------------------------------------------------------------------------- */
@media (min-width:1025px){
  .gpsnpb-page .gpsnpb-hero-grid{
    width:min(var(--gpsnpb-lower-section-width,1180px),calc(100% - 48px))!important;
    max-width:var(--gpsnpb-lower-section-width,1180px)!important;
    grid-template-columns:minmax(285px,300px) minmax(0,1fr) minmax(300px,320px)!important;
    gap:24px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .gpsnpb-page .gpsnpb-col-media{
    width:100%!important;
    max-width:300px!important;
    justify-self:start!important;
  }
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{
    max-width:300px!important;
  }
  .gpsnpb-page .gpsnpb-col-info{
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
  }
}

/* --------------------------------------------------------------------------
   v2.6.22 — responsive desktop hero grid
   Shared 1180px desktop content system with fluid media/info columns.
   Purchase card styling and mobile/tablet rules are intentionally untouched.
   -------------------------------------------------------------------------- */
@media (min-width:1025px){
  .gpsnpb-page{
    --gpsnpb-desktop-shell:var(--gpsnpb-lower-section-width,1180px);
    --gpsnpb-desktop-gutter:24px;
  }

  /* Hero uses the same outer width as the lower desktop sections. */
  .gpsnpb-page .gpsnpb-hero-grid{
    width:min(var(--gpsnpb-desktop-shell),calc(100% - 48px))!important;
    max-width:var(--gpsnpb-desktop-shell)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    grid-template-columns:minmax(250px,300px) minmax(0,1fr) minmax(300px,320px)!important;
    gap:var(--gpsnpb-desktop-gutter)!important;
    align-items:start!important;
  }

  /* Media scales inside its flexible grid track instead of forcing page width. */
  .gpsnpb-page .gpsnpb-col-media{
    width:100%!important;
    min-width:0!important;
    max-width:300px!important;
    justify-self:stretch!important;
  }
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{
    width:100%!important;
    max-width:300px!important;
  }

  /* Information always owns all remaining room between image and purchase card. */
  .gpsnpb-page .gpsnpb-col-info{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}

/* Standard desktop / laptop: trim image and gaps first, preserve purchase card. */
@media (min-width:1200px) and (max-width:1439px){
  .gpsnpb-page{
    --gpsnpb-desktop-gutter:20px;
  }
  .gpsnpb-page .gpsnpb-hero-grid{
    grid-template-columns:minmax(260px,290px) minmax(0,1fr) minmax(300px,320px)!important;
  }
  .gpsnpb-page .gpsnpb-col-media,
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{
    max-width:290px!important;
  }
}

/* Smaller desktop / laptop: keep three columns, give center column priority. */
@media (min-width:1025px) and (max-width:1199px){
  .gpsnpb-page{
    --gpsnpb-desktop-gutter:16px;
  }
  .gpsnpb-page .gpsnpb-hero-grid{
    width:min(var(--gpsnpb-desktop-shell),calc(100% - 32px))!important;
    grid-template-columns:minmax(225px,260px) minmax(0,1fr) minmax(300px,320px)!important;
  }
  .gpsnpb-page .gpsnpb-col-media,
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{
    max-width:260px!important;
  }
}

/* --------------------------------------------------------------------------
   v2.6.23 — responsive mobile layout system
   Fluid mobile shell, media sizing and content grids across common phone widths.
   Desktop/tablet >=769px intentionally unchanged.
   -------------------------------------------------------------------------- */
@media (max-width:768px){
  .gpsnpb-page{
    --gpsnpb-mobile-shell:680px;
    --gpsnpb-mobile-gutter:clamp(12px,3.8vw,20px);
    --gpsnpb-mobile-flow-gap:clamp(16px,4vw,22px);
    --gpsnpb-mobile-card-gap:clamp(9px,2.8vw,12px);
  }

  /* One shared mobile width from hero through every lower section. */
  .gpsnpb-page .gpsnpb-hero-grid,
  .gpsnpb-page .gpsnpb-body{
    width:min(var(--gpsnpb-mobile-shell),calc(100% - (var(--gpsnpb-mobile-gutter) * 2)))!important;
    max-width:var(--gpsnpb-mobile-shell)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  /* Mobile hero remains stacked, but every track is genuinely flexible. */
  .gpsnpb-page .gpsnpb-hero-grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
  }
  .gpsnpb-page .gpsnpb-col-gallery,
  .gpsnpb-page .gpsnpb-col-media,
  .gpsnpb-page .gpsnpb-col-info,
  .gpsnpb-page .gpsnpb-col-details,
  .gpsnpb-page .gpsnpb-col-buy,
  .gpsnpb-page .gpsnpb-details-intro{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }

  /* Image follows the available phone width without becoming oversized on wide phones. */
  .gpsnpb-page .gpsnpb-col-gallery,
  .gpsnpb-page .gpsnpb-col-media{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
  }
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{
    width:min(100%,560px)!important;
    max-width:560px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .gpsnpb-page .gpsnpb-cover{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
  }

  /* Fluid type: same hierarchy, no abrupt jump between phone sizes. */
  .gpsnpb-page .gpsnpb-title{
    font-size:clamp(25px,6.7vw,31px)!important;
    line-height:1.1!important;
  }
  .gpsnpb-page .gpsnpb-section-head h2,
  .gpsnpb-page .gpsnpb-why-choose-head h2,
  .gpsnpb-page .gpsnpb-reviews-head h2,
  .gpsnpb-page .gpsnpb-overview h2,
  .gpsnpb-page .gpsnpb-faq h2,
  .gpsnpb-page .gpsnpb-related h2,
  .gpsnpb-page .gpsnpb-recent h2{
    font-size:clamp(21px,5.7vw,27px)!important;
    line-height:1.16!important;
  }

  /* Flexible content grids instead of device-specific fixed card widths. */
  .gpsnpb-page .gpsnpb-why-choose-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:var(--gpsnpb-mobile-card-gap)!important;
  }
  .gpsnpb-page .gpsnpb-hero-specs{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  /* Purchase area consumes the same shared shell and never overflows. */
  .gpsnpb-page .gpsnpb-col-buy,
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card,
  .gpsnpb-page .gpsnpb-purchase-actions,
  .gpsnpb-page .gpsnpb-cart-wrap{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .gpsnpb-page .gpsnpb-price-block,
  .gpsnpb-page .gpsnpb-price,
  .gpsnpb-page .gpsnpb-price .price{
    min-width:0!important;
    max-width:100%!important;
  }

  /* Lower cards and text inherit exactly the same usable phone width. */
  .gpsnpb-page .gpsnpb-why-choose,
  .gpsnpb-page .gpsnpb-overview,
  .gpsnpb-page .gpsnpb-reviews,
  .gpsnpb-page .gpsnpb-faq,
  .gpsnpb-page .gpsnpb-related,
  .gpsnpb-page .gpsnpb-recent,
  .gpsnpb-page .gpsnpb-tabs-wrap{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
}

/* Wide phones / portrait small tablets: preserve breathing room and avoid giant media. */
@media (min-width:481px) and (max-width:768px){
  .gpsnpb-page{--gpsnpb-mobile-shell:680px;}
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{width:min(100%,540px)!important;max-width:540px!important;}
  .gpsnpb-page .gpsnpb-col-buy .gpsnpb-buy-card{max-width:100%!important;}
}

/* Normal phones: use nearly the full screen while retaining safe side gutters. */
@media (min-width:391px) and (max-width:480px){
  .gpsnpb-page{--gpsnpb-mobile-gutter:14px;}
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{width:100%!important;max-width:100%!important;}
}

/* Compact phones: reduce gutters/gaps before reducing readability. */
@media (max-width:390px){
  .gpsnpb-page{
    --gpsnpb-mobile-gutter:12px;
    --gpsnpb-mobile-card-gap:8px;
  }
  .gpsnpb-page .gpsnpb-media-stage,
  .gpsnpb-page .gpsnpb-cover-wrap{width:100%!important;max-width:100%!important;}
  .gpsnpb-page .gpsnpb-title{font-size:clamp(24px,7vw,27px)!important;}
}

/* Very narrow screens: cards stack only when two columns would become cramped. */
@media (max-width:340px){
  .gpsnpb-page{--gpsnpb-mobile-gutter:10px;}
  .gpsnpb-page .gpsnpb-why-choose-grid{grid-template-columns:1fr!important;}
  .gpsnpb-page .gpsnpb-assurances li{padding-left:3px!important;padding-right:3px!important;}
}

/* --------------------------------------------------------------------------
   v2.6.25 — homepage canvas background final cascade fix
   Previous v2.6.24 values were overridden later by legacy brand palette rules.
   Keep component/card surfaces unchanged; only unify the product-page canvas.
   -------------------------------------------------------------------------- */
body.gpsnpb-active,
body.gpsnpb-active .gpsnpb-page {
  background: #1A1A1A !important;
}
body.gpsnpb-active .gpsnpb-page {
  --gpsnpb-bg: #1A1A1A !important;
  --gpsnpb-brand-bg: #1A1A1A !important;
}


/* --------------------------------------------------------------------------
   v2.6.26 — unified raised-card surface
   Match purchase, Why Choose Us and account-access notice to review cards.
   Visual-only: layout, responsive behavior and functionality unchanged.
   -------------------------------------------------------------------------- */
.gpsnpb-page{
  --gpsnpb-unified-card:#23262F;
  --gpsnpb-unified-card-border:#303540;
}

/* Main purchase / price card uses the same raised surface as review cards. */
.gpsnpb-page .gpsnpb-buy-card{
  background:var(--gpsnpb-unified-card)!important;
  border-color:var(--gpsnpb-unified-card-border)!important;
  box-shadow:none!important;
}

/* Why Choose Us: all four benefit cards share the same visual surface. */
.gpsnpb-page .gpsnpb-why-choose-card{
  background:var(--gpsnpb-unified-card)!important;
  border:1px solid var(--gpsnpb-unified-card-border)!important;
  box-shadow:none!important;
}

/* Account access notice: same family, with the existing purple icon/accent preserved. */
.gpsnpb-page .gpsnpb-info-notice{
  background:var(--gpsnpb-unified-card)!important;
  border:1px solid var(--gpsnpb-unified-card-border)!important;
  box-shadow:none!important;
}

/* --------------------------------------------------------------------------
   v2.6.27 — final card color hierarchy
   Page: #1A1A1A
   Standard raised cards: #23262F / #303540
   Purchase card: one subtle elevation step #252832 / #373C49
   Account-access notice: standard card + brand-purple left accent.
   Visual-only: no layout, sizing, responsive or functional changes.
   -------------------------------------------------------------------------- */
.gpsnpb-page{
  --gpsnpb-standard-card:#23262F;
  --gpsnpb-standard-card-border:#303540;
  --gpsnpb-purchase-card:#252832;
  --gpsnpb-purchase-card-border:#373C49;
}

/* Social proof and Why Choose Us share the same secondary-card surface. */
.gpsnpb-page .gpsnpb-review-card,
.gpsnpb-page .gpsnpb-why-choose-card{
  background:var(--gpsnpb-standard-card)!important;
  border-color:var(--gpsnpb-standard-card-border)!important;
  box-shadow:none!important;
}

/* Purchase card is intentionally only one small elevation step brighter. */
.gpsnpb-page .gpsnpb-buy-card{
  background:var(--gpsnpb-purchase-card)!important;
  border:1px solid var(--gpsnpb-purchase-card-border)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.16)!important;
}

/* Account-access notice belongs to the standard family but remains identifiable. */
.gpsnpb-page .gpsnpb-info-notice{
  background:var(--gpsnpb-standard-card)!important;
  border:1px solid var(--gpsnpb-standard-card-border)!important;
  border-left:3px solid #776BF8!important;
  box-shadow:none!important;
}
.gpsnpb-page .gpsnpb-info-notice-ico{
  color:#8C82FF!important;
  background:rgba(119,107,248,.10)!important;
  border-color:rgba(119,107,248,.30)!important;
}


/* --------------------------------------------------------------------------
   v2.6.29 — subtler account-access surface
   Purchase card: #22252D / #343842
   Account-access notice: #1D1E22 / #292B31 with existing purple accent.
   Visual-only: no layout, responsive or functional changes.
   -------------------------------------------------------------------------- */
.gpsnpb-page{
  --gpsnpb-purchase-card:#22252D;
  --gpsnpb-purchase-card-border:#343842;
  --gpsnpb-account-card:#1D1E22;
  --gpsnpb-account-card-border:#292B31;
}

.gpsnpb-page .gpsnpb-buy-card{
  background:var(--gpsnpb-purchase-card)!important;
  border-color:var(--gpsnpb-purchase-card-border)!important;
}

.gpsnpb-page .gpsnpb-info-notice{
  background:var(--gpsnpb-account-card)!important;
  border:1px solid var(--gpsnpb-account-card-border)!important;
  border-left:3px solid #776BF8!important;
  box-shadow:none!important;
}

/* --------------------------------------------------------------------------
   v2.6.30 — discount badge moved to urgency/timer area
   Keeps the price line completely collision-free at every price length.
   -------------------------------------------------------------------------- */
.gpsnpb-page .gpsnpb-urgency-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:
    "urgency discount"
    "countdown countdown"!important;
  align-items:center!important;
  gap:8px 10px!important;
  width:100%!important;
}
.gpsnpb-page .gpsnpb-urgency-row .gpsnpb-urgency{
  grid-area:urgency!important;
  min-width:0!important;
}
.gpsnpb-page .gpsnpb-urgency-row .gpsnpb-discount--urgency{
  grid-area:discount!important;
  position:static!important;
  justify-self:end!important;
  align-self:center!important;
  margin:0!important;
  white-space:nowrap!important;
  flex:none!important;
}
.gpsnpb-page .gpsnpb-urgency-row .gpsnpb-countdown{
  grid-area:countdown!important;
  justify-self:start!important;
  margin:0!important;
}

/* Price block now contains only price/save content; no badge reservation needed. */
.gpsnpb-page .gpsnpb-price-block{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  gap:4px 10px!important;
  width:100%!important;
  min-width:0!important;
}
.gpsnpb-page .gpsnpb-price-block .gpsnpb-price{
  display:flex!important;
  flex:1 1 100%!important;
  min-width:0!important;
  align-items:baseline!important;
  gap:10px!important;
}
.gpsnpb-page .gpsnpb-price-block .gpsnpb-price-old,
.gpsnpb-page .gpsnpb-price-block .gpsnpb-price-current,
.gpsnpb-page .gpsnpb-price-block .gpsnpb-save{
  grid-area:auto!important;
}

@media (max-width:480px){
  .gpsnpb-page .gpsnpb-urgency-row{
    gap:7px 8px!important;
  }
  .gpsnpb-page .gpsnpb-urgency-row .gpsnpb-discount--urgency{
    font-size:11px!important;
    padding:4px 7px!important;
  }
}


/* --------------------------------------------------------------------------
   v2.6.38 — quiet premium luster
   Same approved colors; no prominent glow, bright edge, or raised hover.
   -------------------------------------------------------------------------- */
.gpsnpb-page .gpsnpb-buy-card{
  background:linear-gradient(145deg,rgba(255,255,255,.018),rgba(255,255,255,0) 46%,rgba(0,0,0,.025)),#22252D!important;
  border-color:#343842!important;
  box-shadow:0 12px 30px rgba(0,0,0,.18)!important;
}
.gpsnpb-page .gpsnpb-why-choose-card,
.gpsnpb-page .gpsnpb-review-card{
  background:linear-gradient(145deg,rgba(255,255,255,.014),rgba(255,255,255,0) 48%,rgba(0,0,0,.018)),#23262F!important;
  border-color:#303540!important;
  box-shadow:0 8px 22px rgba(0,0,0,.10)!important;
}
.gpsnpb-page .gpsnpb-info-notice{
  background:linear-gradient(145deg,rgba(255,255,255,.009),rgba(255,255,255,0) 55%),#1D1E22!important;
  border-color:#292B31!important;
  border-left-color:#776BF8!important;
  box-shadow:0 6px 16px rgba(0,0,0,.07)!important;
}
.gpsnpb-page .gpsnpb-info-notice-ico{box-shadow:none!important;}
.gpsnpb-page .gpsnpb-specs{
  background:transparent!important;
  border-color:rgba(255,255,255,.07)!important;
  box-shadow:none!important;
}
.gpsnpb-page .gpsnpb-purchase-actions .single_add_to_cart_button,
.gpsnpb-page .gpsnpb-purchase-actions button.single_add_to_cart_button,
.gpsnpb-page .gpsnpb-cart-wrap .single_add_to_cart_button,
.gpsnpb-page .gpsnpb-cart-wrap button.single_add_to_cart_button{
  box-shadow:0 7px 18px rgba(0,0,0,.17)!important;
  text-shadow:none!important;
}
.gpsnpb-page .gpsnpb-price-current,
.gpsnpb-page .gpsnpb-price ins{text-shadow:none!important;}
.gpsnpb-page .gpsnpb-why-choose-icon{box-shadow:none!important;}
.gpsnpb-page .gpsnpb-cover-wrap img,
.gpsnpb-page .gpsnpb-media-stage img{filter:saturate(1.015) contrast(1.01);}
@media (min-width:1025px){
  .gpsnpb-page .gpsnpb-why-choose-card:hover,
  .gpsnpb-page .gpsnpb-review-card:hover{
    border-color:#303540!important;
    box-shadow:0 8px 22px rgba(0,0,0,.10)!important;
    transform:none!important;
  }
}


/* ============================================================
   v2.6.38 — Enhanced Quiet Luster
   Same approved palette. More satin depth, no neon edge/glow.
   ============================================================ */

/* Main purchase surface: richer internal lighting only. */
.gpb-buy-card,
.gpb-purchase-card,
.gpb-price-card {
    background:
        radial-gradient(120% 75% at 50% -15%, rgba(255,255,255,.045) 0%, rgba(255,255,255,0) 52%),
        linear-gradient(145deg, #24272E 0%, #22252D 48%, #202329 100%) !important;
    border-color: #343842 !important;
    box-shadow:
        0 15px 34px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.025) !important;
}

/* Account notice remains deliberately quiet and close to page BG. */
.gpb-account-notice,
.gpb-account-access,
.gpb-access-card {
    background:
        radial-gradient(110% 80% at 35% -20%, rgba(255,255,255,.025), transparent 55%),
        linear-gradient(145deg, #1F2024 0%, #1D1E22 72%, #1C1D21 100%) !important;
    border-color: #292B31 !important;
    box-shadow:
        0 9px 22px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.018) !important;
}

/* Secondary cards: noticeable satin finish, but same color family. */
.gpb-why-card,
.gpb-benefit-card,
.gpb-review-card,
.gpb-review-item {
    background:
        radial-gradient(120% 80% at 45% -20%, rgba(255,255,255,.042), transparent 54%),
        linear-gradient(145deg, #252831 0%, #23262F 56%, #21242C 100%) !important;
    border-color: #303540 !important;
    box-shadow:
        0 11px 27px rgba(0,0,0,.17),
        inset 0 1px 0 rgba(255,255,255,.022) !important;
}

/* Explicitly prevent the satin treatment becoming a bright edge. */
.gpb-buy-card::before,
.gpb-purchase-card::before,
.gpb-price-card::before,
.gpb-why-card::before,
.gpb-benefit-card::before,
.gpb-review-card::before,
.gpb-review-item::before,
.gpb-account-notice::before,
.gpb-account-access::before,
.gpb-access-card::before {
    opacity: 0 !important;
    box-shadow: none !important;
}

/* Richer CTA, still within the existing purple brand color. */
.gpb-buy-now,
.gpb-buy-button,
.gpb-purchase-card .button,
.gpb-price-card .button {
    filter: saturate(1.07) brightness(1.035);
    box-shadow:
        0 9px 22px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.10) !important;
}

/* Slightly richer artwork/icons without recoloring the UI. */
.gpb-product-image img,
.gpb-gallery-main img {
    filter: saturate(1.045) contrast(1.035) brightness(1.01);
}

.gpb-wrap svg,
.gpb-product-page svg {
    filter: saturate(1.045);
}

/* Keep desktop interaction quiet: no lift, no luminous hover borders. */
@media (hover:hover) and (pointer:fine) {
    .gpb-why-card:hover,
    .gpb-benefit-card:hover,
    .gpb-review-card:hover,
    .gpb-review-item:hover {
        transform: none !important;
        border-color: #303540 !important;
        box-shadow:
            0 11px 27px rgba(0,0,0,.17),
            inset 0 1px 0 rgba(255,255,255,.022) !important;
    }
}


/* ============================================================
   v2.6.38 — Brilliant + Clear Premium Finish
   Same approved palette; clearer surfaces and typography.
   No neon borders, no luminous edge strips, no layout changes.
   ============================================================ */

/* Purchase card: clearer satin lighting and deeper clean contrast. */
.gpb-buy-card,
.gpb-purchase-card,
.gpb-price-card {
    background:
        radial-gradient(125% 88% at 48% -18%, rgba(255,255,255,.070) 0%, rgba(255,255,255,.018) 34%, transparent 58%),
        linear-gradient(145deg, #252830 0%, #22252D 52%, #1F2228 100%) !important;
    border-color: #343842 !important;
    box-shadow:
        0 17px 38px rgba(0,0,0,.27),
        inset 0 1px 0 rgba(255,255,255,.035) !important;
}

/* Account card remains subtle, only slightly cleaner. */
.gpb-account-notice,
.gpb-account-access,
.gpb-access-card {
    background:
        radial-gradient(120% 90% at 40% -25%, rgba(255,255,255,.036), transparent 56%),
        linear-gradient(145deg, #1F2024 0%, #1D1E22 70%, #1C1D20 100%) !important;
    border-color: #292B31 !important;
    box-shadow:
        0 10px 24px rgba(0,0,0,.14),
        inset 0 1px 0 rgba(255,255,255,.022) !important;
}

/* Why Choose Us / review surfaces: more brilliant internally,
   while preserving the exact dark card family and understated border. */
.gpb-why-card,
.gpb-benefit-card,
.gpb-review-card,
.gpb-review-item {
    background:
        radial-gradient(125% 88% at 48% -20%, rgba(255,255,255,.060) 0%, rgba(255,255,255,.014) 38%, transparent 60%),
        linear-gradient(145deg, #262932 0%, #23262F 57%, #20232B 100%) !important;
    border-color: #303540 !important;
    box-shadow:
        0 13px 30px rgba(0,0,0,.19),
        inset 0 1px 0 rgba(255,255,255,.030) !important;
}

/* No bright edge decoration. */
.gpb-buy-card::before,
.gpb-purchase-card::before,
.gpb-price-card::before,
.gpb-why-card::before,
.gpb-benefit-card::before,
.gpb-review-card::before,
.gpb-review-item::before,
.gpb-account-notice::before,
.gpb-account-access::before,
.gpb-access-card::before {
    opacity: 0 !important;
    box-shadow: none !important;
}

/* CTA: clearer/richer, but not glowing outside the button. */
.gpb-buy-now,
.gpb-buy-button,
.gpb-purchase-card .button,
.gpb-price-card .button {
    filter: saturate(1.11) brightness(1.055) contrast(1.025);
    box-shadow:
        0 10px 24px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.14),
        inset 0 -1px 0 rgba(0,0,0,.12) !important;
}

/* Make content feel cleaner without enlarging fonts or changing colors. */
.gpb-product-page h1,
.gpb-product-page h2,
.gpb-product-page h3,
.gpb-wrap h1,
.gpb-wrap h2,
.gpb-wrap h3 {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.gpb-product-image img,
.gpb-gallery-main img {
    filter: saturate(1.065) contrast(1.055) brightness(1.018);
}

.gpb-wrap svg,
.gpb-product-page svg {
    filter: saturate(1.07) brightness(1.025);
}

/* Preserve the quiet interaction model. */
@media (hover:hover) and (pointer:fine) {
    .gpb-why-card:hover,
    .gpb-benefit-card:hover,
    .gpb-review-card:hover,
    .gpb-review-item:hover {
        transform: none !important;
        border-color: #303540 !important;
        box-shadow:
            0 13px 30px rgba(0,0,0,.19),
            inset 0 1px 0 rgba(255,255,255,.030) !important;
    }
}


/* ============================================================
   v2.6.38 — Desktop hero image vertical alignment
   Raise/extend the main product image so its lower edge aligns
   with the bottom of the specification rows (Activation /
   Languages / Multiplayer). Purchase card is untouched.
   ============================================================ */
@media (min-width: 1025px) {
    /* Let the gallery column use the full hero-row height available to it. */
    .gpb-gallery,
    .gpb-product-gallery,
    .gpb-gallery-column,
    .gpb-media-column {
        align-self: stretch;
    }

    /* Main artwork should visually finish on the same horizontal line
       as the final specification row instead of stopping too early. */
    .gpb-gallery-main,
    .gpb-product-image,
    .gpb-main-image {
        height: 100%;
        min-height: 0;
        display: flex;
        align-items: stretch;
    }

    .gpb-gallery-main img,
    .gpb-product-image img,
    .gpb-main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}


/* ============================================================
   v2.6.38 — REAL desktop cover-to-spec alignment
   Uses the actual gpsnpb markup. Mobile/tablet untouched.
   ============================================================ */
@media (min-width:1025px){
  .gpsnpb-page .gpsnpb-hero-grid{
    align-items:start!important;
  }
  .gpsnpb-page .gpsnpb-col-gallery{
    align-self:start!important;
  }
  .gpsnpb-page .gpsnpb-cover-wrap{
    width:100%!important;
    max-width:none!important;
  }
  .gpsnpb-page .gpsnpb-cover{
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
}


/* v2.6.38 PURE SMOKED GLASS — no spotlights, shine streaks, glow or color changes */
.gpsnpb-purchase-card,
.gpsnpb-buy-card,
.gpsnpb-price-card {
 background-image:none!important;
 background-color:rgba(34,37,45,.82)!important;
 -webkit-backdrop-filter:blur(14px) saturate(110%);
 backdrop-filter:blur(14px) saturate(110%);
 border-color:rgba(255,255,255,.07)!important;
 box-shadow:0 10px 26px rgba(0,0,0,.18)!important;
}
.gpsnpb-account-notice,
.gpsnpb-account-access,
.gpsnpb-access-card {
 background-image:none!important;
 background-color:rgba(29,30,34,.72)!important;
 -webkit-backdrop-filter:blur(14px) saturate(108%);
 backdrop-filter:blur(14px) saturate(108%);
 border-color:rgba(255,255,255,.055)!important;
 box-shadow:0 8px 20px rgba(0,0,0,.13)!important;
}
.gpsnpb-why-card,.gpsnpb-benefit-card,.gpsnpb-review-card,.gpsnpb-review-item {
 background-image:none!important;
 background-color:rgba(35,38,47,.76)!important;
 -webkit-backdrop-filter:blur(14px) saturate(110%);
 backdrop-filter:blur(14px) saturate(110%);
 border-color:rgba(255,255,255,.07)!important;
 box-shadow:0 10px 26px rgba(0,0,0,.18)!important;
}
.gpsnpb-specs,.gpsnpb-spec-grid,.gpsnpb-specs-grid {
 background-image:none!important;
 background-color:rgba(25,27,31,.52)!important;
 -webkit-backdrop-filter:blur(12px) saturate(108%);
 backdrop-filter:blur(12px) saturate(108%);
}
.gpsnpb-purchase-card::before,.gpsnpb-buy-card::before,.gpsnpb-price-card::before,
.gpsnpb-account-notice::before,.gpsnpb-account-access::before,.gpsnpb-access-card::before,
.gpsnpb-why-card::before,.gpsnpb-benefit-card::before,.gpsnpb-review-card::before,.gpsnpb-review-item::before,
.gpsnpb-purchase-card::after,.gpsnpb-buy-card::after,.gpsnpb-price-card::after,
.gpsnpb-why-card::after,.gpsnpb-benefit-card::after,.gpsnpb-review-card::after,.gpsnpb-review-item::after {
 background:none!important; opacity:0!important; box-shadow:none!important;
}
.gpsnpb-cover,.gpsnpb-cover img,.gpsnpb-product-image img {filter:none!important;}
@media (hover:hover) and (pointer:fine){
 .gpsnpb-why-card:hover,.gpsnpb-benefit-card:hover,.gpsnpb-review-card:hover,.gpsnpb-review-item:hover{
  transform:none!important;border-color:rgba(255,255,255,.07)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.18)!important;
 }
}


/* ======================================================================
   v2.6.38 — TRUE SMOKED GLASS (REAL LIVE SELECTORS)
   Material only: transparency + backdrop blur.
   No gradients, spotlights, reflections, glow, bright borders or color shifts.
   ====================================================================== */

/* Purchase / price card */
.gpsnpb-page .gpsnpb-buy-card{
  background:#22252D !important;
  background:rgba(34,37,45,.60) !important;
  -webkit-backdrop-filter:blur(18px) saturate(112%) !important;
  backdrop-filter:blur(18px) saturate(112%) !important;
  border:1px solid rgba(255,255,255,.075) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18) !important;
}

/* Account access product — actual live class */
.gpsnpb-page .gpsnpb-info-notice{
  background:#1D1E22 !important;
  background:rgba(29,30,34,.52) !important;
  -webkit-backdrop-filter:blur(18px) saturate(108%) !important;
  backdrop-filter:blur(18px) saturate(108%) !important;
  border:1px solid rgba(255,255,255,.055) !important;
  border-left:3px solid #776BF8 !important;
  box-shadow:0 8px 20px rgba(0,0,0,.12) !important;
}

/* Key product attributes / specs — actual live class */
.gpsnpb-page .gpsnpb-hero-specs{
  background:rgba(20,22,27,.48) !important;
  -webkit-backdrop-filter:blur(16px) saturate(108%) !important;
  backdrop-filter:blur(16px) saturate(108%) !important;
  border-color:rgba(255,255,255,.065) !important;
  box-shadow:0 8px 20px rgba(0,0,0,.10) !important;
}
.gpsnpb-page .gpsnpb-hero-specs .gpsnpb-spec{
  background:transparent !important;
  border-color:rgba(255,255,255,.055) !important;
}

/* Why Choose Us — actual live class */
.gpsnpb-page .gpsnpb-why-choose-card{
  background:#23262F !important;
  background:rgba(35,38,47,.56) !important;
  -webkit-backdrop-filter:blur(18px) saturate(110%) !important;
  backdrop-filter:blur(18px) saturate(110%) !important;
  border:1px solid rgba(255,255,255,.07) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.14) !important;
}

/* What Gamers Say */
.gpsnpb-page .gpsnpb-review-card{
  background:#23262F !important;
  background:rgba(35,38,47,.56) !important;
  -webkit-backdrop-filter:blur(18px) saturate(110%) !important;
  backdrop-filter:blur(18px) saturate(110%) !important;
  border:1px solid rgba(255,255,255,.07) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.14) !important;
}

/* Remove every decorative lighting layer from these glass surfaces. */
.gpsnpb-page .gpsnpb-buy-card::before,
.gpsnpb-page .gpsnpb-buy-card::after,
.gpsnpb-page .gpsnpb-info-notice::before,
.gpsnpb-page .gpsnpb-info-notice::after,
.gpsnpb-page .gpsnpb-hero-specs::before,
.gpsnpb-page .gpsnpb-hero-specs::after,
.gpsnpb-page .gpsnpb-why-choose-card::before,
.gpsnpb-page .gpsnpb-why-choose-card::after,
.gpsnpb-page .gpsnpb-review-card::before,
.gpsnpb-page .gpsnpb-review-card::after{
  background:none !important;
  background-image:none !important;
  opacity:0 !important;
  box-shadow:none !important;
}

@media (hover:hover) and (pointer:fine){
  .gpsnpb-page .gpsnpb-why-choose-card:hover,
  .gpsnpb-page .gpsnpb-review-card:hover{
    transform:none !important;
    background:rgba(35,38,47,.56) !important;
    border-color:rgba(255,255,255,.07) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.14) !important;
  }
}

/* Approved product-meta / overview refinements */
.gpsnpb-page .gpsnpb-meta-sep{display:none!important;}
@media (max-width:768px){
  .gpsnpb-page .gpsnpb-meta-row{column-gap:14px;row-gap:10px;}
  .gpsnpb-page .gpsnpb-meta-item{white-space:nowrap;}
}
@media (max-width:390px){
  .gpsnpb-page .gpsnpb-meta-row{column-gap:11px;row-gap:9px;font-size:13px;}
  .gpsnpb-page .gpsnpb-description-card{padding:16px 14px;}
}

/* Final approved refinements — metadata row + Game Overview */
.gpsnpb-page .gpsnpb-overview .gpsnpb-description-card{
  background:transparent!important;
  border:1px solid rgba(148,163,184,.16)!important;
  border-radius:12px!important;
  box-shadow:none!important;
  padding:24px 26px!important;
  overflow:visible!important;
}
@media (max-width:768px){
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card{
    border-color:rgba(148,163,184,.14)!important;
    border-radius:11px!important;
    padding:18px 16px!important;
  }
}
@media (max-width:390px){
  .gpsnpb-page .gpsnpb-overview .gpsnpb-description-card{
    padding:16px 14px!important;
  }
}

/* Safe Buy Now loading feedback — visual overlay only. */
.gpsnpb-page #gpsnpb-buy .single_add_to_cart_button.gpsnpb-checkout-loading {
  position: relative !important;
  color: transparent !important;
  text-shadow: none !important;
  cursor: wait !important;
}
.gpsnpb-page #gpsnpb-buy .single_add_to_cart_button.gpsnpb-checkout-loading > * {
  visibility: hidden !important;
}
.gpsnpb-page #gpsnpb-buy .single_add_to_cart_button.gpsnpb-checkout-loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -43px;
  margin-top: -7px;
  border: 2px solid rgba(255,255,255,.38);
  border-top-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: gpsnpbSafeCheckoutSpin .7s linear infinite;
  pointer-events: none;
}
.gpsnpb-page #gpsnpb-buy .single_add_to_cart_button.gpsnpb-checkout-loading::after {
  content: "Loading…";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-19px, -50%);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  pointer-events: none;
}
@keyframes gpsnpbSafeCheckoutSpin { to { transform: rotate(360deg); } }
@media (max-width: 480px) {
  .gpsnpb-page #gpsnpb-buy .single_add_to_cart_button.gpsnpb-checkout-loading::after { font-size: 13px; }
}

/* v2.6.43 — already-in-cart confirmation. */
.gpsnpb-cart-popup{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(8,12,22,.48);backdrop-filter:blur(3px);opacity:0;transition:opacity .18s ease}
.gpsnpb-cart-popup[hidden]{display:none!important}.gpsnpb-cart-popup.is-visible{opacity:1}
.gpsnpb-cart-popup-card{position:relative;width:min(430px,100%);background:#fff;border:1px solid rgba(15,23,42,.09);border-radius:18px;box-shadow:0 24px 70px rgba(2,6,23,.24);padding:28px;text-align:center;color:#111827;transform:translateY(8px) scale(.985);transition:transform .18s ease}
.gpsnpb-cart-popup.is-visible .gpsnpb-cart-popup-card{transform:translateY(0) scale(1)}
.gpsnpb-cart-popup-close{position:absolute;right:13px;top:10px;border:0!important;background:transparent!important;color:#64748b!important;font-size:28px!important;line-height:1!important;width:36px!important;height:36px!important;padding:0!important;cursor:pointer!important;box-shadow:none!important}
.gpsnpb-cart-popup-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 15px;border-radius:50%;background:#ecfdf3;color:#16a34a;font-size:27px;font-weight:900}
.gpsnpb-cart-popup-copy strong{display:block;font-size:21px;line-height:1.2;font-weight:900;color:#111827}.gpsnpb-cart-popup-copy p{margin:9px auto 0;max-width:330px;font-size:14px;line-height:1.55;color:#64748b}
.gpsnpb-cart-popup-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.gpsnpb-cart-popup-actions a,.gpsnpb-cart-popup-actions button{min-height:46px!important;border-radius:10px!important;padding:12px 14px!important;font-size:14px!important;font-weight:800!important;line-height:20px!important;text-align:center!important;text-decoration:none!important;cursor:pointer!important;box-sizing:border-box!important}
.gpsnpb-cart-popup-checkout{display:flex;align-items:center;justify-content:center;background:var(--gpsnpb-accent,#776BF8)!important;color:#fff!important;border:1px solid var(--gpsnpb-accent,#776BF8)!important}.gpsnpb-cart-popup-continue{background:#fff!important;color:#334155!important;border:1px solid #dbe2ea!important;box-shadow:none!important}
@media(max-width:600px){.gpsnpb-cart-popup{align-items:flex-end;padding:12px 12px calc(12px + env(safe-area-inset-bottom,0px))}.gpsnpb-cart-popup-card{width:100%;border-radius:18px;padding:25px 18px 18px}.gpsnpb-cart-popup-actions{grid-template-columns:1fr}.gpsnpb-cart-popup-checkout{order:1}.gpsnpb-cart-popup-continue{order:2}}
