:root {
  --nps-navy: #082e64;
  --nps-blue: #086bd8;
  --nps-ink: #17243a;
  --nps-muted: #5f6e83;
  --nps-line: #dce5ee;
  --nps-soft: #f4f8fb;
}

.single-product .site-content { padding: 0 !important; }
.single-product .site-content > .ast-container { max-width: none; padding: 0; }
.single-product #primary { width: 100%; margin: 0; padding: 0; }
.single-product #secondary, .single-product .entry-header { display: none; }
.nps-product, .nps-product * { box-sizing: border-box; }
.nps-product { max-width: 100%; margin: 0; overflow: hidden; color: var(--nps-ink); background: var(--nps-soft); font-family: Inter,"Helvetica Neue",Arial,sans-serif; }
.nps-shell { width: min(1240px,calc(100% - 48px)); max-width: calc(100vw - 48px); margin-inline: auto; }

.nps-breadcrumb { padding-block: 14px; overflow: hidden; color: #6c7889; background: #fff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.nps-breadcrumb .woocommerce-breadcrumb { margin: 0; }
.nps-breadcrumb a { color: #526279; }

.nps-hero { padding: 22px 0 28px; border-block: 1px solid var(--nps-line); background: linear-gradient(135deg,#fff 15%,#f7fbff 100%); }
.nps-hero__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(410px,.92fr); gap: 38px; align-items: start; }
.nps-hero__grid > * { min-width: 0; }
.nps-gallery { position: relative; display: grid; min-width: 0; gap: 12px; }
.nps-gallery__main { position: relative; display: block; width: 100%; aspect-ratio: 1/1; overflow: hidden; border: 1px solid var(--nps-line); border-radius: 7px; background: #fff; cursor: zoom-in; }
.nps-product .nps-gallery__main > img { position: absolute !important; inset: 4% !important; display: block; width: 92% !important; height: 92% !important; max-width: none !important; max-height: none !important; object-fit: contain !important; object-position: center !important; transform: scale(1); transition: transform .18s ease; will-change: transform; }
.nps-gallery__main.is-zooming img { transform: scale(1.75); }
.nps-gallery__main:focus-visible { outline: 3px solid rgba(8,107,216,.28); outline-offset: 2px; }
.nps-gallery__zoom-hint { position: absolute; right: 13px; bottom: 13px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #d5e1ed; border-radius: 50%; color: var(--nps-navy); background: rgba(255,255,255,.94); box-shadow: 0 3px 12px rgba(15,45,78,.12); font-size: 24px; line-height: 1; pointer-events: none; }
.nps-gallery__thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 68px; justify-content: start; gap: 8px; max-width: 100%; overflow-x: auto; padding: 1px 1px 5px; scrollbar-width: thin; }
.nps-gallery__thumb { display: grid; width: 68px; height: 68px; padding: 5px; place-items: center; overflow: hidden; border: 1px solid var(--nps-line); border-radius: 5px; background: #fff; cursor: pointer; }
.nps-gallery__thumb:hover { border-color: #8eb9e6; }
.nps-gallery__thumb.is-active { padding: 4px; border: 2px solid var(--nps-blue); box-shadow: 0 0 0 2px rgba(8,107,216,.08); }
.nps-product .nps-gallery__thumb img { display: block; width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; object-position: center !important; pointer-events: none; }
.nps-gallery-lightbox { width: min(1100px,calc(100vw - 44px)); height: min(88vh,900px); max-width: none; max-height: none; padding: 28px 64px; overflow: hidden; border: 0; border-radius: 9px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.nps-gallery-lightbox::backdrop { background: rgba(5,18,34,.82); }
.nps-gallery-lightbox img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nps-gallery-lightbox button { position: absolute; z-index: 2; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(6,38,73,.78); cursor: pointer; font-size: 32px; line-height: 1; }
.nps-gallery-lightbox__close { top: 12px; right: 12px; }
.nps-gallery-lightbox__prev, .nps-gallery-lightbox__next { top: 50%; transform: translateY(-50%); }
.nps-gallery-lightbox__prev { left: 10px; }
.nps-gallery-lightbox__next { right: 10px; }

.nps-summary { min-width: 0; padding-top: 2px; }
.nps-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.nps-tags span { padding: 6px 11px; border-radius: 999px; color: #24527f; background: #e7f2fc; font-size: 12px; line-height: 1; }
.nps-tags span + span { color: #536176; background: #eef1f4; }
.nps-summary h1 { max-width: 720px; margin: 0 0 10px; overflow-wrap: anywhere; color: var(--nps-navy); font-size: clamp(34px,3vw,48px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.nps-model { margin: 0 0 15px; color: #394a62; font-size: 15px; }
.nps-intro { margin-bottom: 19px; color: #536178; font-size: 16px; line-height: 1.55; }
.nps-intro p { margin: 0; }
.nps-summary-facts { margin: 0 0 20px; }
.nps-summary-facts > div { display: grid; grid-template-columns: 120px minmax(0,1fr); padding: 8px 0; border-bottom: 1px solid var(--nps-line); }
.nps-summary-facts dt, .nps-summary-facts dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 14px; }
.nps-summary-facts dt { color: var(--nps-navy); font-weight: 700; }
.nps-summary-facts dd { color: #4e5d72; }
.nps-quote-action .yith-ywraq-add-to-quote, .nps-quote-action .yith-ywraq-add-button, .nps-quote-action .yith_ywraq_add_item_browse_message { width: 100%; margin: 0; }
.nps-quote-action .add-request-quote-button, .nps-quote-action .yith_ywraq_add_item_browse_message a, .nps-fallback-quote { display: flex !important; width: 100%; min-height: 58px; align-items: center; justify-content: center !important; border: 1px solid var(--nps-blue) !important; border-radius: 5px !important; color: #fff !important; background: linear-gradient(110deg,#0758b7,#0877df) !important; box-shadow: 0 8px 18px rgba(8,99,198,.16); font-size: 16px !important; font-weight: 700 !important; text-decoration: none !important; }
.nps-quote-action .add-request-quote-button::before { margin-right: 10px; content: "✉"; }
.nps-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 15px 0 0; color: #657287; font-size: 12px; }
.nps-trust span { color: var(--nps-blue); }
.nps-trust i { width: 1px; height: 15px; background: #cbd5df; }

.nps-section { padding: 26px 0 0; }
.nps-section h2, .nps-oem h2 { margin: 0 0 19px; color: var(--nps-navy); font-size: 23px; font-weight: 700; letter-spacing: -.02em; }
.nps-section h2::after { display: block; width: 42px; height: 3px; margin-top: 8px; background: var(--nps-blue); content: ""; }
.nps-section-lead { max-width: 920px; margin: -10px 0 18px; color: #627086; font-size: 14px; line-height: 1.55; }
.nps-customize { padding: 24px 0 26px; border-bottom: 1px solid var(--nps-line); background: linear-gradient(115deg,#eef7ff,#f8fbfe); }
.nps-customize-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.nps-customize-card { min-width: 0; padding: 20px; border: 1px solid #dbe6f0; border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: 0 5px 20px rgba(26,65,106,.04); }
.nps-customize-card > span { display: grid; width: 38px; height: 38px; margin-bottom: 14px; place-items: center; border-radius: 50%; color: #fff; background: var(--nps-blue); font-size: 12px; font-weight: 700; }
.nps-customize-card h3 { margin: 0 0 7px; color: var(--nps-navy); font-size: 16px; }
.nps-customize-card p { margin: 0; color: #607087; font-size: 13px; line-height: 1.5; }
.nps-overview-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: 16px; }
.nps-overview-grid > * { min-width: 0; padding: 22px; border: 1px solid #e4ebf2; border-radius: 8px; background: #fff; box-shadow: 0 4px 18px rgba(25,56,90,.035); }
.nps-copy { overflow-wrap: anywhere; color: #536178; font-size: 15px; line-height: 1.65; }
.nps-copy p:first-child { margin-top: 0; }
.nps-copy p:last-child { margin-bottom: 0; }
.nps-specs dl { margin: 0; border: 1px solid #d9e2eb; border-bottom: 0; }
.nps-specs dl > div { display: grid; grid-template-columns: 38% 62%; border-bottom: 1px solid #d9e2eb; }
.nps-specs dt, .nps-specs dd { min-width: 0; margin: 0; padding: 7px 10px; overflow-wrap: anywhere; font-size: 13px; }
.nps-specs dt { color: var(--nps-navy); font-weight: 700; background: #f7f9fb; }
.nps-specs dd { border-left: 1px solid #d9e2eb; color: #506078; }

.nps-contents-section > .nps-shell { padding: 22px; border: 1px solid #e4ebf2; border-radius: 8px; background: #fff; }
.nps-component-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.nps-component-card { display: grid; min-width: 0; min-height: 72px; align-items: center; padding: 13px 15px; border: 1px solid #dfe7ef; border-radius: 6px; background: #fff; }
.nps-component-card.has-component-image { grid-template-columns: 58px minmax(0,1fr); gap: 12px; padding-left: 10px; }
.nps-component-card__media { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; justify-self: center; overflow: hidden; border: 1px solid #e1e8f0; border-radius: 5px; background: #fff; }
.nps-component-card__media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nps-component-card__copy { min-width: 0; }
.nps-component-card__copy strong, .nps-component-card__copy small { display: block; overflow-wrap: anywhere; }
.nps-component-card__copy strong { color: var(--nps-navy); font-size: 14px; font-weight: 700; line-height: 1.3; }
.nps-component-card__copy small { margin-top: 5px; color: #758398; font-size: 12px; line-height: 1.3; }

.nps-process { padding-bottom: 26px; }
.nps-process-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.nps-process-grid > div { position: relative; min-width: 0; padding: 16px 12px 15px; border-top: 2px solid #cfe2f5; text-align: center; }
.nps-process-grid > div:not(:last-child)::after { position: absolute; top: 27px; right: -9px; color: #6ba9e7; content: "→"; font-size: 17px; }
.nps-process-grid span { display: grid; width: 26px; height: 26px; margin: 0 auto 10px; place-items: center; border-radius: 50%; color: #fff; background: var(--nps-blue); font-size: 12px; font-weight: 700; }
.nps-process-grid strong, .nps-process-grid small { display: block; overflow-wrap: anywhere; }
.nps-process-grid strong { color: var(--nps-navy); font-size: 13px; line-height: 1.35; }
.nps-process-grid small { margin-top: 5px; color: #69778b; font-size: 11px; line-height: 1.4; }

.nps-oem { margin: 16px 0 0; padding: 22px 0; border-block: 1px solid #d4dfeb; background: #fff; }
.nps-oem__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.nps-eyebrow { margin: 0 0 5px; color: var(--nps-blue); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.nps-oem h2 { margin-bottom: 5px; }
.nps-oem p:last-child { margin: 0; color: #637083; font-size: 14px; }
.nps-oem a { display: inline-flex; flex: 0 0 auto; min-height: 50px; align-items: center; gap: 22px; padding: 0 23px; border-radius: 5px; color: #fff !important; background: var(--nps-blue); font-size: 14px; font-weight: 700; text-decoration: none !important; }
.nps-related ul.products { margin-bottom: 0; }
.nps-related ul.products li.product a img { width: 100%; aspect-ratio: 1/1; padding: clamp(8px,1.5vw,16px); object-fit: contain; object-position: center; background: #fff; }
.nps-bottom-inquiry { margin-top: 28px; padding: 28px 0; border-block: 1px solid #cdddec; background: linear-gradient(110deg,#eef7ff,#fff); }
.nps-bottom-inquiry__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nps-bottom-inquiry h2 { margin: 0 0 6px; color: var(--nps-navy); font-size: 24px; }
.nps-bottom-inquiry p:last-child { margin: 0; color: #607087; font-size: 14px; }
.nps-bottom-inquiry a { display: inline-flex; min-height: 50px; flex: 0 0 auto; align-items: center; gap: 24px; padding: 0 22px; border-radius: 5px; color: #fff !important; background: var(--nps-blue); font-size: 14px; font-weight: 700; text-decoration: none !important; }

@media (max-width: 1024px) {
  .nps-shell { width: min(900px,calc(100% - 40px)); max-width: calc(100vw - 40px); }
  .nps-hero__grid, .nps-overview-grid { grid-template-columns: 1fr; }
  .nps-customize-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nps-component-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nps-process-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .nps-process-grid > div:nth-child(3)::after { content: none; }
}

@media (max-width: 640px) {
  .nps-shell { width: calc(100% - 28px); max-width: calc(100vw - 28px); }
  .nps-breadcrumb { padding-block: 10px; }
  .nps-hero { padding-top: 6px; }
  .nps-gallery__main { aspect-ratio: 1/1; }
  .nps-gallery__thumbs { grid-auto-columns: 60px; gap: 7px; }
  .nps-gallery__thumb { width: 60px; height: 60px; }
  .nps-gallery__main.is-zooming img { transform: none; }
  .nps-gallery-lightbox { width: calc(100vw - 20px); height: 82vh; padding: 48px 10px 56px; }
  .nps-gallery-lightbox__prev, .nps-gallery-lightbox__next { top: auto; bottom: 8px; transform: none; }
  .nps-gallery-lightbox__prev { left: calc(50% - 52px); }
  .nps-gallery-lightbox__next { right: calc(50% - 52px); }
  .nps-summary h1 { font-size: 31px; }
  .nps-summary-facts > div { grid-template-columns: 105px minmax(0,1fr); }
  .nps-overview-grid > *, .nps-contents-section > .nps-shell { padding: 18px 14px; }
  .nps-specs dl > div { grid-template-columns: 42% 58%; }
  .nps-specs dt, .nps-specs dd { padding: 7px 6px; font-size: 12px; }
  .nps-component-grid { grid-template-columns: 1fr; }
  .nps-component-card { min-height: 76px; }
  .nps-customize-grid, .nps-process-grid { grid-template-columns: 1fr; }
  .nps-customize-card { padding: 17px; }
  .nps-process-grid > div { display: grid; grid-template-columns: 34px minmax(0,1fr); column-gap: 10px; padding: 13px 4px; text-align: left; }
  .nps-process-grid span { grid-row: 1 / 3; margin: 0; }
  .nps-process-grid > div::after { content: none !important; }
  .nps-oem__inner { align-items: flex-start; flex-direction: column; }
  .nps-oem a { width: 100%; justify-content: space-between; }
  .nps-bottom-inquiry__inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .nps-bottom-inquiry a { width: 100%; justify-content: space-between; }
}
