:root{
  --nx-ink:#0d1b33;
  --nx-ink-2:#172641;
  --nx-blue:#1769ff;
  --nx-blue-2:#0a4bd9;
  --nx-cyan:#66c8ff;
  --nx-bg:#ffffff;
  --nx-soft:#f7faff;
  --nx-soft-2:#eef5ff;
  --nx-line:#dce7f7;
  --nx-line-2:#c9dbf8;
  --nx-muted:#65738b;
  --nx-shadow:0 24px 60px rgba(18,62,129,.11);
  --nx-shadow-soft:0 16px 38px rgba(23,105,255,.10);
  --nx-shadow-strong:0 28px 70px rgba(23,105,255,.18),0 0 0 1px rgba(23,105,255,.08);
  --nx-radius:22px;
  --nx-max:1460px;
}
*{box-sizing:border-box}
html{scroll-behavior:auto}
body{margin:0;background:#fff;color:var(--nx-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
.nx-shell{width:min(calc(100% - 48px),var(--nx-max));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-80px;left:16px;z-index:9999;background:#fff;padding:12px 16px;border-radius:10px}.skip-link:focus{top:16px}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(22,67,126,.08);transition:.25s}
.site-header.is-scrolled{box-shadow:0 16px 38px rgba(15,55,110,.08)}
.nx-header-inner{height:104px;display:flex;align-items:center;gap:24px}
.nx-brand{width:360px;flex:0 0 auto;display:flex;align-items:center}
.nx-brand img{width:100%;height:88px;object-fit:contain;object-position:left center}
.nx-nav{margin-left:auto}
.nx-menu{display:flex;gap:25px;align-items:center;list-style:none;margin:0;padding:0}
.nx-menu a{font-size:13px;font-weight:800;color:#162238;transition:.2s}
.nx-menu a:hover{color:var(--nx-blue)}
.nx-search-btn,.nx-menu-toggle{border:0;background:transparent;color:var(--nx-ink);cursor:pointer}
.nx-search-btn{font-size:28px;line-height:1;padding:8px}
.nx-header-cta{display:inline-flex;align-items:center;gap:15px;padding:14px 22px;border-radius:14px;background:linear-gradient(135deg,var(--nx-blue),#055de8);color:#fff;font-size:13px;font-weight:850;box-shadow:0 11px 26px rgba(23,105,255,.24);transition:.2s;white-space:nowrap}
.nx-header-cta:hover{transform:translateY(-1px);box-shadow:0 15px 34px rgba(23,105,255,.30)}
.nx-menu-toggle{display:none}
.nx-menu-toggle>span:not(.screen-reader-text){display:block;width:26px;height:2px;background:#12213b;margin:5px}

.nx-eyebrow{display:block;color:var(--nx-blue);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}
.nx-btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:56px;padding:0 24px;border-radius:14px;font-size:14px;font-weight:850;transition:.22s}
.nx-btn-primary{background:linear-gradient(135deg,#1268ff,#0753da);color:#fff;box-shadow:0 14px 30px rgba(23,105,255,.25)}
.nx-btn-outline{background:#fff;color:#12346a;border:1px solid #c5d8f8;box-shadow:0 10px 24px rgba(35,75,130,.07)}
.nx-btn:hover{transform:translateY(-2px)}

.nx-glow-card,.nx-light-card{position:relative;background:#fff;border:1px solid rgba(72,137,238,.17);box-shadow:var(--nx-shadow);overflow:hidden}
.nx-glow-card:before,.nx-light-card:before{content:"";position:absolute;z-index:0;inset:-170% -65%;background:linear-gradient(112deg,transparent 42%,rgba(121,190,255,.03) 46%,rgba(71,144,255,.18) 50%,rgba(255,255,255,.86) 51.5%,rgba(91,159,255,.12) 54%,transparent 59%);transform:translateX(-48%);animation:nxSweep 9s linear infinite;pointer-events:none}
.nx-glow-card:after,.nx-light-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(92,157,255,.06), inset 0 -28px 56px rgba(45,126,255,.028);pointer-events:none}
.nx-glow-card>*,.nx-light-card>*{position:relative;z-index:1}
@keyframes nxSweep{0%{transform:translateX(-48%) rotate(.01deg)}45%,100%{transform:translateX(52%) rotate(.01deg)}}
@keyframes nxPulse{0%,100%{box-shadow:0 18px 45px rgba(31,99,190,.10),0 0 0 1px rgba(23,105,255,.03)}50%{box-shadow:0 23px 58px rgba(23,105,255,.16),0 0 28px rgba(58,143,255,.08),0 0 0 1px rgba(23,105,255,.10)}}
@keyframes nxFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

.nx-hero-light{position:relative;min-height:660px;background:radial-gradient(circle at 73% 38%,rgba(99,176,255,.16),transparent 36%),linear-gradient(180deg,#fff 0%,#fbfdff 100%);overflow:hidden;padding:54px 0 22px}
.nx-hero-light:after{content:"";position:absolute;inset:auto 0 0;height:105px;background:linear-gradient(transparent,#fff)}
.nx-hero-layout{display:grid;grid-template-columns:minmax(340px,.74fr) minmax(0,1.26fr);gap:30px;align-items:center;position:relative;z-index:2}
.nx-hero-copy{padding:36px 0 40px}
.nx-hero-copy h1{font-size:clamp(56px,5.7vw,92px);line-height:.95;letter-spacing:-.06em;margin:0 0 26px;color:#0d1b33}
.nx-hero-copy h1 span{color:#2167e8}
.nx-hero-copy>p{font-size:18px;line-height:1.72;color:#445675;max-width:560px;margin:0}
.nx-hero-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}
.nx-film-link{display:inline-flex;align-items:center;gap:12px;margin-top:28px;color:#254064}
.nx-film-link .nx-play{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid #bdd2f2;color:var(--nx-blue);box-shadow:0 8px 22px rgba(23,105,255,.10);font-size:11px;background:#fff}
.nx-film-link strong,.nx-film-link small{display:block}
.nx-film-link strong{font-size:12px}
.nx-film-link small{font-size:11px;color:#7a8ba4;margin-top:2px}

.nx-hero-stage{position:relative;padding-right:36px}
.nx-hero-media{height:510px;border-radius:34px;background:#f7fbff;animation:nxPulse 5s ease-in-out infinite;display:flex;align-items:center;justify-content:center;isolation:isolate}
.nx-hero-media img,.nx-hero-media video{width:100%;height:100%;object-fit:cover;border-radius:inherit;mix-blend-mode:multiply}
.nx-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.36) 18%,transparent 40%),linear-gradient(0deg,rgba(255,255,255,.42),transparent 34%);z-index:2;pointer-events:none}
.nx-hero-beam{position:absolute;z-index:3;width:440px;height:2px;background:linear-gradient(90deg,transparent,#4bb0ff,#fff,transparent);filter:drop-shadow(0 0 8px #4bb0ff);opacity:.65;transform:rotate(-12deg);animation:nxBeam 5s ease-in-out infinite}
.beam-a{left:34%;top:31%}.beam-b{left:55%;top:64%;animation-delay:-2.3s}
@keyframes nxBeam{0%,100%{opacity:.15;transform:translateX(-80px) rotate(-12deg)}50%{opacity:.82;transform:translateX(128px) rotate(-12deg)}}
.nx-hero-film-card{position:absolute;right:0;bottom:34px;display:flex;align-items:center;gap:14px;width:280px;padding:18px 18px;border-radius:22px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:var(--nx-shadow-soft)}
.nx-film-play{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#edf5ff,#fff);color:var(--nx-blue);border:1px solid #d8e7fb;font-size:18px;box-shadow:0 10px 24px rgba(23,105,255,.14)}
.nx-hero-film-card strong,.nx-hero-film-card b,.nx-hero-film-card small{display:block}
.nx-hero-film-card strong{font-size:11px;color:#61758f;font-weight:700}
.nx-hero-film-card b{font-size:18px;color:#172641;line-height:1.25;margin-top:3px}
.nx-hero-film-card small{font-size:13px;color:#61758f;margin-top:5px}
.nx-float-actions{position:fixed;right:18px;top:210px;z-index:50;width:88px;border:1px solid #dce8f8;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-radius:22px;box-shadow:0 18px 45px rgba(31,87,170,.15);overflow:hidden}
.nx-float-actions a{display:grid;place-items:center;gap:6px;padding:16px 8px;border-bottom:1px solid #e9f0fa;color:#193967;text-align:center;transition:.22s}
.nx-float-actions a:hover{background:#f8fbff}
.nx-float-actions a:last-child{border-bottom:0}
.nx-float-actions span{font-size:20px;color:var(--nx-blue)}
.nx-float-actions b{font-size:10px}

.nx-metrics-strip{position:relative;z-index:4;margin-top:-18px;border-radius:24px;display:grid;grid-template-columns:repeat(5,1fr);min-height:118px;padding:12px 18px;animation:nxPulse 6s ease-in-out infinite}
.nx-metric{display:grid;place-items:center;align-content:center;padding:14px 22px;border-right:1px solid #e3ecf8;text-align:center}
.nx-metric:last-child{border-right:0}
.nx-metric strong{font-size:34px;line-height:1;color:#1857c0;letter-spacing:-.04em}
.nx-metric small{display:block;margin-top:8px;font-size:13px;font-weight:700;color:#6b7d98}

.nx-catalog-section{padding:38px 0 90px;background:linear-gradient(180deg,#fff,#f8fbff 44%,#fff)}
.nx-market-layout{display:grid;grid-template-columns:255px minmax(0,1fr) 325px;gap:20px;align-items:start}
.nx-filter-panel,.nx-products-panel,.nx-config-panel{border-radius:24px}
.nx-filter-panel{padding:22px;position:sticky;top:112px;background:linear-gradient(180deg,#fff,#fbfdff)}
.nx-panel-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #e8eff8}
.nx-panel-head strong{font-size:12px;letter-spacing:.08em}
.nx-panel-head button{border:0;background:transparent;color:var(--nx-blue);font-size:11px;font-weight:700;cursor:pointer}
.nx-field{display:block;padding:16px 0;border-bottom:1px solid #edf2f9}
.nx-field>span{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:850;color:#172641;margin-bottom:10px;letter-spacing:.02em}
.nx-field>span b{font-size:9px;color:#6681a8;font-weight:700}
.nx-field select,.nx-field input[type=search],.nx-config-step select{width:100%;min-height:40px;border:1px solid #d6e3f4;border-radius:11px;background:#fff;padding:0 12px;color:#19345f;outline:none;transition:border-color .2s,box-shadow .2s}
.nx-field select:focus,.nx-field input[type=search]:focus,.nx-config-step select:focus{border-color:#7db1ff;box-shadow:0 0 0 4px rgba(23,105,255,.08)}
.nx-range-field input[type=range]{width:100%;accent-color:var(--nx-blue)}
.nx-range-field i{display:flex;justify-content:space-between;font-style:normal;font-size:9px;color:#8291a8;margin-top:5px}
.nx-range-field em{font-style:normal}
.nx-check{display:block;font-size:11px;color:#445875;padding:6px 0}
.nx-check input{accent-color:var(--nx-blue)}
.nx-more-filter,.nx-doc-btn,.nx-load-more{width:100%;border:1px solid #d8e4f4;background:#fff;color:#1b58b4;border-radius:12px;min-height:44px;font-size:11px;font-weight:800;cursor:pointer;transition:.22s}
.nx-more-filter:hover,.nx-doc-btn:hover,.nx-load-more:hover{box-shadow:var(--nx-shadow-soft);transform:translateY(-1px)}
.nx-more-filter{margin-top:16px}
.nx-extra-filters{padding-top:5px}

.nx-products-panel{padding:24px;min-width:0;background:linear-gradient(180deg,#fff,#fbfdff)}
.nx-products-head{display:flex;justify-content:space-between;gap:25px;align-items:end;padding:0 6px 20px;border-bottom:1px solid #e7eef8}
.nx-products-head h2,.nx-config-title h2{margin:0;color:#0d1b33;letter-spacing:-.04em}
.nx-products-head h2{font-size:36px}
.nx-products-head p{margin:6px 0 0;color:#72829a;font-size:13px;max-width:560px}
.nx-search-field input{width:240px;height:42px;border:1px solid #d8e5f5;border-radius:12px;padding:0 14px;outline:none}
.nx-result-toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;color:#71829c;font-size:11px}
.nx-result-toolbar span b{color:#1b345f;font-size:16px}
.nx-result-toolbar>div{display:flex;align-items:center;gap:8px}
.nx-result-toolbar select{border:1px solid #d8e5f5;border-radius:10px;background:#fff;height:36px;padding:0 10px;color:#516580}
.nx-result-toolbar button{width:36px;height:36px;border:1px solid #d8e5f5;background:#fff;color:#4e6380;border-radius:10px;cursor:pointer}
.nx-result-toolbar button.is-active{color:var(--nx-blue);border-color:#8eb6ff;box-shadow:0 5px 15px rgba(23,105,255,.10)}
.nx-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.nx-product-card{border-radius:18px;min-width:0;transition:.28s;animation:nxPulse 7s ease-in-out infinite;background:linear-gradient(180deg,#fff,#fcfdff)}
.nx-product-card:nth-child(2n){animation-delay:-2s}.nx-product-card:nth-child(3n){animation-delay:-4s}
.nx-product-card:hover{transform:translateY(-7px);box-shadow:0 26px 62px rgba(23,105,255,.18),0 0 36px rgba(64,150,255,.10);border-color:#88b5ff}
.nx-product-card:hover:before{animation-duration:4.4s}
.nx-fav{position:absolute;right:10px;top:10px;z-index:5;width:30px;height:30px;border-radius:50%;border:1px solid #dbe7f6;background:rgba(255,255,255,.92);color:#627b9f;cursor:pointer;transition:.2s}
.nx-fav:hover{transform:scale(1.06)}
.nx-fav.is-active{color:#1769ff;border-color:#74a8ff;background:#eef5ff}
.nx-product-image{height:172px;display:flex;align-items:center;justify-content:center;padding:14px;background:radial-gradient(circle at 50% 45%,#fff 0%,#f8fbff 70%);overflow:hidden}
.nx-product-image img{width:100%;height:100%;object-fit:contain;transition:.35s}
.nx-product-card:hover .nx-product-image img{transform:scale(1.05)}
.nx-product-body{padding:15px 14px 15px;min-height:170px;display:flex;flex-direction:column}
.nx-product-body h3{font-size:14px;line-height:1.35;margin:0 0 2px;letter-spacing:-.015em}
.nx-product-body>small{font-size:10px;color:#7a8aa2}
.nx-spec-row{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #edf2f8;margin-top:14px;padding-top:10px;gap:10px}
.nx-spec-row span{font-size:9px;color:#7e8da3}
.nx-spec-row strong{display:block;font-size:11px;color:#304768;margin-top:4px}
.nx-card-arrow{display:grid;place-items:center;margin:12px 0 0 auto;width:30px;height:30px;border-radius:9px;color:var(--nx-blue);border:1px solid #d7e4f5;box-shadow:0 6px 16px rgba(23,105,255,.08)}
.nx-empty-state{padding:35px;border:1px dashed #b7cceb;border-radius:14px;text-align:center;color:#667b9a;background:#f9fbff;font-size:13px}
.nx-load-more{display:block;width:auto;padding:0 24px;margin:22px auto 0}
.nx-product-card[hidden]{display:none}

.nx-config-panel{padding:22px;position:sticky;top:112px;background:linear-gradient(180deg,#fcfeff,#f7fbff);box-shadow:0 30px 70px rgba(23,105,255,.10)}
.nx-config-title{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px}
.nx-config-title h2{font-size:24px}
.nx-config-title>span{color:var(--nx-blue);font-size:22px;animation:nxFloat 4.5s ease-in-out infinite}
.nx-config-step{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid #eaf0f7}
.nx-config-step>b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--nx-blue);color:#fff;font-size:10px;box-shadow:0 6px 16px rgba(23,105,255,.22)}
.nx-config-step label{font-size:10px;font-weight:850;color:#1b2c47}
.nx-config-step select{height:36px;min-height:36px;font-size:10px;margin-top:6px}
.nx-config-step small{display:block;font-size:8px;color:#8291a6;margin-top:4px}
.nx-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.nx-option-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px}
.nx-option-list label{font-size:9px;font-weight:600}
.nx-option-list input{accent-color:var(--nx-blue)}
.nx-config-summary{padding:16px;border-radius:14px;background:linear-gradient(135deg,#f2f7ff,#fff);border:1px solid #dbe7f7;margin-top:16px;box-shadow:inset 0 0 0 1px rgba(23,105,255,.04)}
.nx-config-summary span,.nx-config-summary small{display:block;color:#7d8ea5;font-size:9px}
.nx-config-summary strong{display:block;color:#0c4cc0;font-size:17px;margin:5px 0}
.nx-config-cta{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1769ff,#0754de);color:#fff;padding:16px 16px;border-radius:12px;font-size:13px;font-weight:850;margin:14px 0;box-shadow:0 13px 28px rgba(23,105,255,.26);transition:.2s}
.nx-config-cta:hover{transform:translateY(-1px)}

.nx-engineering{padding:88px 0;background:#fff}
.nx-section-intro{max-width:820px;margin-bottom:30px}
.nx-section-intro h2{font-size:clamp(34px,4vw,58px);letter-spacing:-.045em;line-height:1.05;margin:0}
.nx-section-intro p{color:#6a7b94;max-width:700px}
.nx-engineering-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.nx-engineering-card{padding:28px;border-radius:18px;min-height:196px;transition:.25s;background:linear-gradient(180deg,#fff,#fcfdff)}
.nx-engineering-card:hover{transform:translateY(-4px);box-shadow:var(--nx-shadow-strong)}
.nx-engineering-card>span{color:var(--nx-blue);font-weight:900}
.nx-engineering-card h3{margin:30px 0 8px}
.nx-engineering-card p{font-size:12px;color:#6e7f98}

.nx-sector-band{padding:22px 0;background:#f6f9fe;border-block:1px solid #e5edf8}
.nx-sector-band .nx-shell{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.nx-sector-band span{font-size:12px;font-weight:800;color:#6e809b}
.nx-cta-band{padding:72px 0;background:linear-gradient(135deg,#f9fbff,#eef5ff)}
.nx-cta-band .nx-shell{display:flex;align-items:center;justify-content:space-between;gap:40px}
.nx-cta-band h2{font-size:clamp(30px,4vw,50px);line-height:1.05;letter-spacing:-.04em;margin:0;max-width:800px}

.site-footer{background:linear-gradient(180deg,#07111f,#0c1421);color:#dce8f8;padding:68px 0 24px}
.nx-footer-top{display:grid;grid-template-columns:1.6fr .7fr .7fr .8fr;gap:55px}
.nx-footer-brand img{width:420px;max-width:100%;background:#fff;border-radius:14px;padding:12px 16px;box-shadow:0 12px 34px rgba(0,0,0,.18)}
.nx-footer-brand p{color:#92a3bb;max-width:500px;font-size:13px}
.nx-footer-brand small{color:#657890}
.site-footer h3{font-size:12px;margin:0 0 15px}
.site-footer a{display:block;font-size:12px;color:#94a6bf;margin:8px 0}
.site-footer a:hover{color:#fff}
.nx-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.09);margin-top:38px;padding-top:18px;color:#647690;font-size:11px}

.nx-article{padding:130px 0 80px}
.nx-article-inner{max-width:940px}
.nx-article h1{font-size:clamp(42px,6vw,74px);letter-spacing:-.05em}
.nx-article p,.nx-article li{font-size:17px;color:#455a78;line-height:1.75}
.nx-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nx-post-card{border:1px solid var(--nx-line);border-radius:18px;padding:22px;background:#fff;box-shadow:var(--nx-shadow)}

@media(max-width:1260px){
  .nx-market-layout{grid-template-columns:230px minmax(0,1fr) 290px}
  .nx-product-grid{grid-template-columns:repeat(3,1fr)}
  .nx-brand{width:320px}
  .nx-menu{gap:16px}
  .nx-menu a{font-size:12px}
}
@media(max-width:1020px){
  .nx-search-btn,.nx-header-cta{display:none}
  .nx-menu-toggle{display:block;margin-left:auto}
  .nx-nav{position:absolute;left:20px;right:20px;top:88px;background:#fff;border:1px solid #dbe6f5;border-radius:16px;box-shadow:var(--nx-shadow);padding:14px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.2s}
  .nx-nav.is-open{opacity:1;pointer-events:auto;transform:none}
  .nx-menu{display:block}
  .nx-menu a{display:block;padding:11px}
  .nx-hero-layout{grid-template-columns:1fr}
  .nx-hero-copy{padding-bottom:10px}
  .nx-market-layout{grid-template-columns:1fr}
  .nx-filter-panel,.nx-config-panel{position:relative;top:auto}
  .nx-filter-panel{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
  .nx-panel-head,.nx-more-filter,.nx-extra-filters{grid-column:1/-1}
  .nx-config-panel{max-width:none}
  .nx-product-grid{grid-template-columns:repeat(4,1fr)}
  .nx-float-actions{display:none}
  .nx-footer-top{grid-template-columns:1.5fr 1fr 1fr}
  .nx-footer-top>div:last-child{grid-column:2/4}
}
@media(max-width:820px){
  .nx-shell{width:min(calc(100% - 28px),var(--nx-max))}
  .nx-header-inner{height:84px}
  .nx-brand{width:280px}
  .nx-brand img{height:72px}
  .nx-hero-light{padding-top:12px;min-height:auto}
  .nx-hero-copy{padding:28px 0 6px}
  .nx-hero-media{height:370px}
  .nx-hero-stage{padding-right:0}
  .nx-hero-film-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:14px}
  .nx-metrics-strip{grid-template-columns:1fr 1fr;gap:0;margin-top:16px}
  .nx-metric{border-bottom:1px solid #e3ecf8}
  .nx-metric:nth-child(2n){border-right:0}
  .nx-metric:last-child{grid-column:1/-1;border-bottom:0}
  .nx-product-grid{grid-template-columns:repeat(2,1fr)}
  .nx-engineering-grid{grid-template-columns:1fr 1fr}
  .nx-cta-band .nx-shell{display:block}
  .nx-cta-band .nx-btn{margin-top:24px}
  .nx-footer-top{grid-template-columns:1fr 1fr}
  .nx-footer-brand{grid-column:1/-1}
  .nx-footer-top>div:last-child{grid-column:auto}
  .nx-post-grid{grid-template-columns:1fr}
}
@media(max-width:540px){
  .nx-hero-copy h1{font-size:50px}
  .nx-hero-actions{display:grid}
  .nx-btn{width:100%}
  .nx-hero-media{height:270px}
  .nx-metrics-strip{display:block}
  .nx-metric{border-right:0}
  .nx-filter-panel{display:block}
  .nx-products-head{display:block}
  .nx-search-field input{width:100%;margin-top:12px}
  .nx-result-toolbar{display:block}
  .nx-result-toolbar>div{margin-top:9px}
  .nx-product-grid{grid-template-columns:1fr}
  .nx-engineering-grid{grid-template-columns:1fr}
  .nx-sector-band .nx-shell{display:grid;grid-template-columns:1fr 1fr}
  .nx-footer-top{grid-template-columns:1fr}
  .nx-footer-brand{grid-column:auto}
  .nx-footer-bottom{display:block}
  .nx-footer-bottom span{display:block;margin:5px 0}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


/* NOVRAX v0.2.3 — premium clarity pass */
:root{--nx-separator:#c8d8ed;--nx-separator-strong:#afc7e9}

/* Header balance: keep approved large logo, improve breathing room */
.nx-header-inner{gap:30px}
.nx-nav{padding-top:2px}
.nx-menu{gap:28px}
.nx-menu a{letter-spacing:-.01em}
.nx-search-btn{margin-left:2px}

/* Slimmer, less intrusive quick actions */
.nx-float-actions{width:76px;right:16px;border-radius:20px;box-shadow:0 18px 42px rgba(31,87,170,.12)}
.nx-float-actions a{padding:14px 6px}
.nx-float-actions span{font-size:18px}
.nx-float-actions b{font-size:9px;line-height:1.25}

/* Filter panel — stronger hierarchy and separators */
.nx-filter-panel{border-color:#c9dcf7;box-shadow:0 26px 60px rgba(26,87,169,.13),inset 0 0 0 1px rgba(23,105,255,.035)}
.nx-panel-head{padding-bottom:18px;border-bottom:2px solid var(--nx-separator-strong)}
.nx-panel-head strong{font-size:13px;color:#0e203d;letter-spacing:.09em}
.nx-panel-head button{font-size:11px;font-weight:850}
.nx-field{position:relative;padding:20px 0;border-bottom:1.5px solid var(--nx-separator)}
.nx-field:after{content:"";position:absolute;left:0;bottom:-1px;width:42px;height:2px;border-radius:2px;background:linear-gradient(90deg,rgba(23,105,255,.58),rgba(23,105,255,0))}
.nx-field>span{font-size:12px;color:#10213d;margin-bottom:13px}
.nx-field>span b{font-size:10px;color:#5c78a2}
.nx-field select{min-height:46px;border-color:#bfd4f3;border-radius:13px;font-size:13px}
.nx-range-field input[type=range]{height:6px}
.nx-range-field i{font-size:10px;margin-top:8px}
.nx-check{font-size:12px;padding:7px 0;color:#4a607f}
.nx-check input{width:15px;height:15px;vertical-align:-2px;margin-right:6px}
.nx-more-filter{margin-top:18px;min-height:46px;border-color:#bfd4f3;background:linear-gradient(180deg,#fff,#f9fbff)}
.nx-extra-filters .nx-field:last-child{border-bottom:0}

/* Interactive light follows pointer, while keeping white premium base */
.nx-filter-panel,.nx-products-panel,.nx-config-panel,.nx-product-card,.nx-engineering-card{
  --mx:50%;--my:50%;
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(65,145,255,.10),transparent 26%),
    linear-gradient(180deg,#fff,#fbfdff);
}

/* Product area: clearer cards and stronger elevation */
.nx-products-panel{border-color:#c9dcf7;box-shadow:0 28px 68px rgba(23,105,255,.11)}
.nx-product-grid{gap:17px}
.nx-product-card{border-color:#c8dcf8;box-shadow:0 16px 36px rgba(24,78,150,.09),0 0 0 1px rgba(23,105,255,.025)}
.nx-product-card:hover{transform:translateY(-8px) scale(1.008);border-color:#6ca4ff;box-shadow:0 30px 70px rgba(23,105,255,.20),0 0 42px rgba(62,145,255,.12)}
.nx-product-image{border-bottom:1px solid #e0eaf7}
.nx-product-body h3{color:#0b1b34;font-weight:850}
.nx-card-arrow{transition:.22s}
.nx-product-card:hover .nx-card-arrow{background:#1769ff;color:#fff;border-color:#1769ff;transform:translateX(2px)}

/* Configurator: more breathing room and stronger grouping */
.nx-config-panel{padding:26px;border-color:#c6dbf8;box-shadow:0 30px 72px rgba(23,105,255,.14)}
.nx-config-title{padding-bottom:16px;border-bottom:1.5px solid var(--nx-separator)}
.nx-config-step{padding:16px 0;border-bottom:1.5px solid var(--nx-separator)}
.nx-config-step>b{width:28px;height:28px}
.nx-config-step label{font-size:11px}
.nx-config-step select{height:40px;min-height:40px;border-color:#c2d8f7}
.nx-config-summary{margin-top:18px;padding:17px}
.nx-config-cta{padding:17px 17px}

/* Engineering cards: stronger visual rhythm */
.nx-engineering-grid{gap:20px}
.nx-engineering-card{position:relative;padding:30px 30px 28px;border-color:#c9dcf7;min-height:214px}
.nx-engineering-card>span:first-child{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:32px;padding:0 10px;border-radius:999px;background:#eef5ff;box-shadow:inset 0 0 0 1px #cfe0fa;color:#1769ff}
.nx-engineering-card h3{margin:34px 0 10px;font-size:20px}
.nx-engineering-card p{font-size:13px;line-height:1.65}
.nx-engineering-card:hover{border-color:#75aaff;transform:translateY(-6px);box-shadow:0 28px 66px rgba(23,105,255,.16),0 0 30px rgba(74,151,255,.08)}

@media(max-width:1260px){.nx-menu{gap:18px}.nx-float-actions{width:72px}}
@media(max-width:1020px){.nx-float-actions{display:none}.nx-nav{padding-top:14px}}

/* v0.2.4 — Premium filter redesign */
.nx-filter-panel{padding:24px;background:linear-gradient(180deg,#fcfeff 0%,#f6faff 100%);border-color:#c4d7f4;box-shadow:0 26px 70px rgba(26,87,169,.12), inset 0 0 0 1px rgba(255,255,255,.72)}
.nx-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #d9e5f6;margin-bottom:18px}
.nx-panel-head strong{font-size:14px;letter-spacing:.11em;color:#0c1f3d}
.nx-panel-head button{padding:0;border:0;background:transparent;color:#1663f3;font-size:12px;font-weight:800}
.nx-filter-stack{display:grid;gap:14px}
.nx-filter-group{position:relative;padding:16px 16px 14px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,251,255,.92));border:1px solid #d8e6f8;box-shadow:0 10px 26px rgba(29,84,160,.06), inset 0 1px 0 rgba(255,255,255,.85);overflow:hidden}
.nx-filter-group:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#1c6aff,#7cc7ff)}
.nx-filter-group-head{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;row-gap:6px;margin-bottom:12px}
.nx-filter-group-head span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#edf5ff,#fff);border:1px solid #cfe0f5;color:#1769ff;font-size:11px;font-weight:900;box-shadow:0 6px 16px rgba(23,105,255,.10)}
.nx-filter-group-head h3{margin:0;font-size:13px;font-weight:850;letter-spacing:-.01em;color:#0f213f}
.nx-filter-group-head b{grid-column:2/3;justify-self:start;display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#edf5ff;border:1px solid #d4e3f8;color:#6280a6;font-size:10px;font-weight:800}
.nx-field-clean{padding:0!important;border:0!important}
.nx-field-clean:after{display:none!important}
.nx-field-clean select{min-height:54px;border:1px solid #bfd4f2;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff);padding:0 18px;font-size:14px;font-weight:700;color:#203455;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 6px 18px rgba(32,71,128,.05)}
.nx-field-clean select:hover{border-color:#a8c7f4}
.nx-field-clean select:focus{border-color:#7aaeff;box-shadow:0 0 0 5px rgba(23,105,255,.08),0 12px 28px rgba(23,105,255,.08)}
.nx-range-field input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:8px;background:linear-gradient(90deg,#1f68f6,#2d74ff);border-radius:999px;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.10)}
.nx-range-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#fff,#eaf3ff);border:4px solid #1a69ff;box-shadow:0 8px 20px rgba(23,105,255,.24);cursor:pointer}
.nx-range-field input[type=range]::-moz-range-track{height:8px;background:linear-gradient(90deg,#1f68f6,#2d74ff);border-radius:999px}
.nx-range-field input[type=range]::-moz-range-thumb{width:22px;height:22px;border:none;border-radius:50%;background:linear-gradient(135deg,#fff,#eaf3ff);box-shadow:0 8px 20px rgba(23,105,255,.24);outline:4px solid #1a69ff;cursor:pointer}
.nx-range-field i{display:flex;justify-content:space-between;margin-top:12px;font-size:11px;color:#8a9ab2}
.nx-check-stack{display:grid;gap:10px}
.nx-check{display:flex;align-items:center;gap:10px;padding:12px 12px;border:1px solid #dde8f7;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdff);font-size:13px;font-weight:600;color:#465d7d;transition:.2s;cursor:pointer}
.nx-check:hover{border-color:#bdd3f4;box-shadow:0 8px 18px rgba(23,105,255,.06)}
.nx-check input{appearance:none;-webkit-appearance:none;flex:0 0 auto;width:18px;height:18px;border-radius:6px;border:1.5px solid #93b4e7;background:#fff;display:grid;place-items:center;margin:0}
.nx-check input:checked{background:linear-gradient(135deg,#1b68ff,#0f58de);border-color:#1b68ff;box-shadow:0 8px 16px rgba(23,105,255,.16)}
.nx-check input:checked::after{content:"";width:8px;height:8px;border-radius:2px;background:#fff}
.nx-check span{line-height:1.25}
.nx-more-filter{margin-top:16px;min-height:50px;border-radius:15px;border-color:#c8daf4;background:linear-gradient(180deg,#fff,#f8fbff);color:#184fb9;font-size:12px;font-weight:850;box-shadow:0 10px 22px rgba(23,105,255,.05)}
.nx-extra-filters{padding-top:14px}
.nx-filter-group--extra{margin-top:0}

@media(max-width:1020px){
  .nx-filter-stack{grid-template-columns:1fr 1fr;gap:14px}
  .nx-filter-group,.nx-filter-group--extra{height:100%}
}
@media(max-width:640px){
  .nx-filter-stack{grid-template-columns:1fr}
}

/* v0.2.5 — NOVRAX Config premium redesign */
@media(min-width:1021px){.nx-market-layout{grid-template-columns:255px minmax(0,1fr) 350px}}
.nx-config-panel{
  padding:22px;
  border-color:#bfd5f5;
  background:
    radial-gradient(circle at 88% 5%,rgba(74,157,255,.14),transparent 22%),
    linear-gradient(180deg,#fcfeff 0%,#f5f9ff 100%);
  box-shadow:0 32px 78px rgba(18,77,165,.15),inset 0 1px 0 rgba(255,255,255,.9);
  overflow:hidden;
}
.nx-config-panel:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),inset 0 -50px 90px rgba(58,137,255,.035)}
.nx-config-title{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:2px 2px 17px;border-bottom:0}
.nx-config-title h2{font-size:27px;line-height:1.04;letter-spacing:-.045em;margin:7px 0 6px;color:#0a1c37}
.nx-config-title p{margin:0;color:#7486a1;font-size:11px;line-height:1.5}
.nx-config-kicker{display:flex;align-items:center;gap:7px;color:#1769ff;font-size:10px;font-weight:900;letter-spacing:.12em}
.nx-config-kicker b{padding:3px 7px;border-radius:999px;background:#e8f2ff;color:#1769ff;font-size:8px;letter-spacing:.08em;border:1px solid #d0e2fa}
.nx-live-dot{width:7px;height:7px;border-radius:50%;background:#18a66b;box-shadow:0 0 0 4px rgba(24,166,107,.11);animation:nxLive 2.2s ease-in-out infinite}
@keyframes nxLive{0%,100%{opacity:.65}50%{opacity:1;box-shadow:0 0 0 6px rgba(24,166,107,.08)}}
.nx-config-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,#fff,#edf5ff);border:1px solid #cfe0f7;color:#1769ff;font-size:18px;box-shadow:0 10px 24px rgba(23,105,255,.10);animation:nxFloat 4.5s ease-in-out infinite}
.nx-config-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:0 2px 18px}
.nx-config-progress span{height:4px;border-radius:99px;background:#d9e6f7;overflow:hidden}
.nx-config-progress span.is-active{background:linear-gradient(90deg,#1769ff,#5bb9ff);box-shadow:0 0 10px rgba(23,105,255,.18)}
.nx-config-steps{display:grid;gap:10px}
.nx-config-step-card{position:relative;padding:13px;border:1px solid #d5e3f6;border-radius:17px;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(249,252,255,.93));box-shadow:0 10px 24px rgba(23,77,149,.055),inset 0 1px 0 rgba(255,255,255,.95);transition:.22s;overflow:hidden}
.nx-config-step-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,#1769ff,#70c8ff);opacity:.55}
.nx-config-step-card:hover{transform:translateY(-2px);border-color:#b6cff2;box-shadow:0 15px 32px rgba(23,105,255,.09)}
.nx-config-step-head{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;margin-bottom:10px}
.nx-config-step-head>b{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:linear-gradient(145deg,#1668ff,#0c55d9);color:#fff;font-size:10px;font-weight:900;box-shadow:0 8px 18px rgba(23,105,255,.20)}
.nx-config-step-head strong,.nx-config-step-head small{display:block}
.nx-config-step-head strong{font-size:12px;color:#102440;letter-spacing:-.01em}
.nx-config-step-head small{margin-top:2px;font-size:9px;color:#8999ae;font-weight:600}
.nx-config-control{display:block;margin:0}
.nx-config-control label{display:block;min-width:0}
.nx-config-control label>span{display:block;margin:0 0 5px 3px;font-size:8px;font-weight:800;letter-spacing:.07em;color:#8597af;text-transform:uppercase}
.nx-config-control select,.nx-config-step-card>label select{width:100%;height:42px;min-height:42px;border:1px solid #c9daf2;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);padding:0 11px;color:#18365f;font-size:10px;font-weight:800;outline:none;box-shadow:0 5px 13px rgba(34,81,148,.04);transition:.2s}
.nx-config-control select:hover,.nx-config-step-card>label select:hover{border-color:#a9c8f4}
.nx-config-control select:focus,.nx-config-step-card>label select:focus{border-color:#72aaff;box-shadow:0 0 0 4px rgba(23,105,255,.075)}
.nx-config-panel .nx-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.nx-unit-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:5px}
.nx-unit-row span{padding-left:4px;font-size:8px;font-weight:800;color:#93a2b5}
.nx-config-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:0}
.nx-config-chips label{position:relative;display:flex;align-items:center;justify-content:center;min-height:38px;padding:0 7px;border:1px solid #d5e2f4;border-radius:11px;background:#fff;color:#59708f;font-size:9px;font-weight:750;cursor:pointer;transition:.2s;text-align:center}
.nx-config-chips input{position:absolute;opacity:0;pointer-events:none}
.nx-config-chips label:hover{border-color:#a9c8f4;background:#f9fcff}
.nx-config-chips label:has(input:checked){color:#0e56d2;border-color:#7caeff;background:linear-gradient(180deg,#eef6ff,#f8fbff);box-shadow:0 7px 16px rgba(23,105,255,.10),inset 0 0 0 1px rgba(23,105,255,.04)}
.nx-config-chips label:has(input:checked) span:before{content:"✓ ";color:#1769ff;font-weight:900}
.nx-config-summary{position:relative;margin-top:15px;padding:17px;border-radius:17px;background:linear-gradient(135deg,#0e55d6,#1769ff 52%,#2181ff);border:0;box-shadow:0 18px 36px rgba(23,105,255,.23);color:#fff;overflow:hidden}
.nx-config-summary:before{content:"";position:absolute;width:160px;height:160px;right:-70px;top:-90px;border-radius:50%;background:rgba(255,255,255,.10)}
.nx-config-summary-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.nx-config-summary-top span{font-size:8px!important;letter-spacing:.12em;font-weight:900;color:rgba(255,255,255,.74)!important}
.nx-config-summary-top b{padding:3px 8px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.10);font-size:8px;color:#fff}
.nx-config-summary>strong{display:block;margin:0 0 6px;color:#fff;font-size:19px;letter-spacing:.01em}
.nx-config-summary>small{display:block;color:rgba(255,255,255,.78);font-size:9px;line-height:1.45}
.nx-config-note{display:flex;align-items:flex-start;gap:6px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.70);font-size:8px;line-height:1.4}
.nx-config-note span{display:grid;place-items:center;flex:0 0 auto;width:15px;height:15px;border-radius:50%;background:rgba(255,255,255,.13);color:#fff;font-size:8px}
.nx-config-cta{display:flex;align-items:center;justify-content:space-between;margin:12px 0 9px;padding:15px 16px;border-radius:14px;background:linear-gradient(135deg,#0b1f3d,#132c54);color:#fff;box-shadow:0 14px 30px rgba(8,30,63,.18);transition:.22s}
.nx-config-cta:hover{transform:translateY(-2px);box-shadow:0 18px 35px rgba(8,30,63,.22)}
.nx-config-cta span{display:block;font-size:14px;font-weight:900}
.nx-config-cta span small{display:block;margin-bottom:2px;color:#6e9ee9;font-size:7px;letter-spacing:.12em;font-weight:900}
.nx-config-cta>b{font-size:20px;font-weight:400}
.nx-config-panel .nx-doc-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:13px;border:1px solid #cbdcf3;background:linear-gradient(180deg,#fff,#f8fbff);color:#285a9f;font-size:10px;font-weight:850;box-shadow:none}
.nx-config-panel .nx-doc-btn span{font-size:13px;color:#1769ff}
.nx-config-panel.is-updating .nx-config-summary{animation:nxConfigPulse .42s ease}
@keyframes nxConfigPulse{0%{transform:scale(1)}45%{transform:scale(1.012);box-shadow:0 22px 42px rgba(23,105,255,.30)}100%{transform:scale(1)}}

@media(max-width:1020px){
 .nx-config-panel{padding:24px}.nx-config-steps{grid-template-columns:1fr 1fr}.nx-config-step-card:last-child{grid-column:1/-1}.nx-config-summary,.nx-config-cta,.nx-config-panel .nx-doc-btn{max-width:720px}
}
@media(max-width:620px){
 .nx-config-steps{grid-template-columns:1fr}.nx-config-step-card:last-child{grid-column:auto}.nx-config-chips{grid-template-columns:1fr}.nx-config-title h2{font-size:24px}
}

/* v0.2.6 — Product cards premium redesign */
.nx-product-grid{gap:20px}
.nx-product-card{
  display:flex;
  flex-direction:column;
  padding:14px;
  border-radius:24px;
  border-color:#cfe0f8;
  background:
    radial-gradient(circle at 100% 0,rgba(102,184,255,.10),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  box-shadow:0 18px 48px rgba(23,72,139,.10),inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
}
.nx-product-card:before{inset:-200% -70%;background:linear-gradient(112deg,transparent 42%,rgba(121,190,255,.025) 46%,rgba(71,144,255,.10) 50%,rgba(255,255,255,.82) 51.5%,rgba(91,159,255,.08) 54%,transparent 59%)}
.nx-product-card:hover{transform:translateY(-10px);border-color:#7cabff;box-shadow:0 32px 72px rgba(23,105,255,.18),0 0 50px rgba(64,150,255,.10)}
.nx-product-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 44px 10px 2px}
.nx-card-kicker,.nx-card-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.04em}
.nx-card-kicker{background:linear-gradient(180deg,#edf5ff,#fff);color:#1769ff;border:1px solid #d5e4f8}
.nx-card-chip{background:#f7fbff;color:#5b7397;border:1px solid #e0eaf7}
.nx-fav{top:14px;right:14px;width:34px;height:34px;border-radius:12px;border-color:#d8e6f7;box-shadow:0 8px 16px rgba(23,105,255,.07)}
.nx-product-image{position:relative;height:190px;display:flex;align-items:center;justify-content:center;padding:18px 18px 14px;border:1px solid #e3edf8;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f6faff 100%);overflow:hidden}
.nx-product-image:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 100%,rgba(43,122,255,.08),transparent 48%);pointer-events:none}
.nx-product-glow{position:absolute;inset:auto auto 10px 50%;width:70%;height:22px;transform:translateX(-50%);background:radial-gradient(circle,rgba(43,122,255,.18) 0%,rgba(43,122,255,.06) 35%,transparent 72%);filter:blur(8px);pointer-events:none}
.nx-product-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;transition:transform .38s ease, filter .38s ease}
.nx-product-card:hover .nx-product-image img{transform:translateY(-2px) scale(1.05);filter:drop-shadow(0 16px 18px rgba(19,56,113,.12))}
.nx-product-body{display:flex;flex-direction:column;flex:1;padding:16px 2px 2px;min-height:unset}
.nx-product-heading h3{margin:0;font-size:16px;line-height:1.25;letter-spacing:-.02em;color:#0c1b34}
.nx-product-heading small{display:block;margin-top:6px;font-size:12px;color:#7b8ba1;font-weight:600}
.nx-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.nx-spec-pill{display:flex;flex-direction:column;gap:4px;padding:12px 12px 11px;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dde8f7;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.nx-spec-pill:nth-child(3){grid-column:1/-1}
.nx-spec-pill em{font-style:normal;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#87a0c2}
.nx-spec-pill strong{font-size:15px;line-height:1.25;color:#17345d}
.nx-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid #e9f0f8}
.nx-card-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:12px;background:linear-gradient(180deg,#0f1f39,#15284a);color:#fff;font-size:12px;font-weight:800;box-shadow:0 12px 24px rgba(10,24,50,.18);transition:.22s}
.nx-card-link:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(10,24,50,.22)}
.nx-card-arrow{margin:0;flex:0 0 auto;width:42px;height:42px;border-radius:14px;border-color:#cfe0f7;background:#fff;box-shadow:0 8px 18px rgba(23,105,255,.09);font-size:16px;transition:.22s}
.nx-product-card:hover .nx-card-arrow{background:#1769ff;color:#fff;border-color:#1769ff;transform:translateX(1px)}

@media(max-width:1260px){
  .nx-product-heading h3{font-size:15px}
  .nx-spec-pill strong{font-size:14px}
}
@media(max-width:820px){
  .nx-product-card{padding:12px}
  .nx-product-image{height:176px}
}

/* v0.2.7 — Product cards simplified / symmetrical */
.nx-product-grid{gap:22px;align-items:stretch}
.nx-product-card{
  min-height:100%;
  padding:16px;
  border-radius:26px;
  border:1px solid #d1e1f7;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 18px 46px rgba(18,67,131,.08), inset 0 1px 0 rgba(255,255,255,.92);
}
.nx-product-card:hover{transform:translateY(-8px);border-color:#8fb7ff;box-shadow:0 28px 62px rgba(23,105,255,.14),0 0 40px rgba(78,154,255,.08)}
.nx-product-topline{padding:0 46px 12px 0;min-height:32px}
.nx-card-kicker{display:none}
.nx-card-chip{min-height:30px;padding:0 13px;font-size:11px;font-weight:850;color:#41618f;background:linear-gradient(180deg,#f5f9ff,#ffffff);border:1px solid #d9e6f6;box-shadow:0 6px 14px rgba(23,105,255,.04)}
.nx-fav{top:16px;right:16px;width:36px;height:36px;border-radius:14px;background:rgba(255,255,255,.96)}
.nx-product-image{height:208px;padding:16px;border-radius:22px;border:1px solid #e1ebf7;background:linear-gradient(180deg,#fff 0%,#f5f9ff 100%)}
.nx-product-glow{width:66%;height:20px;bottom:12px;opacity:.8}
.nx-product-body{padding:18px 2px 2px;display:flex;flex-direction:column;flex:1}
.nx-product-heading{min-height:86px}
.nx-product-heading h3{
  margin:0;
  font-size:17px;
  line-height:1.22;
  color:#0c1a34;
  letter-spacing:-.02em;
  min-height:42px;
}
.nx-product-heading small{display:block;margin-top:7px;font-size:13px;color:#7a8ba2;font-weight:600}
.nx-spec-grid--compact{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.nx-spec-grid--compact .nx-spec-pill{padding:12px 12px 11px;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dfe9f7;min-height:76px;justify-content:center}
.nx-spec-grid--compact .nx-spec-pill em{font-size:10px;color:#89a1c0}
.nx-spec-grid--compact .nx-spec-pill strong{font-size:15px;color:#17345d}
.nx-card-meta{margin-top:12px;padding-top:12px;border-top:1px solid #e9f0f8;font-size:12px;color:#6c7e98;min-height:32px}
.nx-card-meta strong{color:#18345b;font-weight:800}
.nx-card-actions--single{margin-top:16px;padding-top:0;border-top:0}
.nx-card-link--full{width:100%;min-height:46px;border-radius:14px;font-size:13px;letter-spacing:.01em;justify-content:center;background:linear-gradient(135deg,#12233f,#1a3156)}
.nx-card-arrow{display:none}

@media(max-width:1260px){
  .nx-product-image{height:190px}
  .nx-product-heading h3{font-size:16px}
}
@media(max-width:820px){
  .nx-product-heading{min-height:auto}
  .nx-product-image{height:172px}
  .nx-product-heading h3{min-height:auto}
}

/* v0.2.8 — Product cards ultra-clean + mobile-first */
.nx-product-grid{gap:24px}
.nx-product-card{
  padding:16px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid #d7e4f6;
  box-shadow:0 16px 42px rgba(18,67,131,.08), inset 0 1px 0 rgba(255,255,255,.92);
}
.nx-product-topline{padding:0 48px 12px 0;min-height:32px}
.nx-card-chip{min-height:30px;padding:0 14px;font-size:11px;font-weight:850;color:#5a769a;background:linear-gradient(180deg,#fbfdff,#f2f7ff);border:1px solid #dbe7f6}
.nx-product-image{height:220px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f6faff 100%);border:1px solid #e6eef8}
.nx-product-glow{width:60%;height:18px;bottom:14px;opacity:.72}
.nx-product-body--minimal{padding:18px 2px 2px}
.nx-product-heading--minimal{display:flex;flex-direction:column;justify-content:flex-start;min-height:82px}
.nx-product-heading--minimal h3{margin:0;font-size:18px;line-height:1.24;letter-spacing:-.02em;color:#0d1c35}
.nx-product-heading--minimal small{display:block;margin-top:6px;font-size:13px;color:#7b8ca3;font-weight:600}
.nx-spec-grid--compact,.nx-card-meta{display:none!important}
.nx-card-actions--minimal{margin-top:auto;padding-top:12px}
.nx-card-link--full{width:100%;min-height:48px;border-radius:15px;font-size:13px;font-weight:850;background:linear-gradient(135deg,#12233f,#1a3156)}

@media(max-width:1200px){
  .nx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .nx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px}
  .nx-product-card{padding:14px;border-radius:24px}
  .nx-product-image{height:190px}
  .nx-product-heading--minimal{min-height:74px}
  .nx-product-heading--minimal h3{font-size:17px}
}
@media(max-width:640px){
  .nx-product-grid{grid-template-columns:1fr!important;gap:16px}
  .nx-product-card{padding:14px;border-radius:22px}
  .nx-fav{width:34px;height:34px;top:14px;right:14px}
  .nx-product-topline{padding:0 42px 10px 0}
  .nx-product-image{height:176px;padding:14px;border-radius:18px}
  .nx-product-heading--minimal{min-height:auto}
  .nx-product-heading--minimal h3{font-size:19px}
  .nx-card-link--full{min-height:46px}
}

/* v0.2.9 — Premium header + cinematic hero */
.site-header{
  background:rgba(255,255,255,.93);
  border-bottom:1px solid rgba(44,91,156,.10);
  backdrop-filter:blur(22px) saturate(1.25);
  box-shadow:0 1px 0 rgba(255,255,255,.85);
}
.site-header.is-scrolled{box-shadow:0 18px 48px rgba(14,49,102,.10)}
.nx-header-topline{
  height:30px;
  display:flex;
  align-items:center;
  background:linear-gradient(90deg,#0a1424,#111f35 64%,#0a1424);
  color:#dbe8fb;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nx-topline-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:10px;letter-spacing:.035em}
.nx-topline-inner>span{display:flex;align-items:center;gap:8px;color:#b8c8dd}
.nx-topline-inner>span i{width:6px;height:6px;border-radius:50%;background:#43b8ff;box-shadow:0 0 0 4px rgba(67,184,255,.08),0 0 12px rgba(67,184,255,.45)}
.nx-topline-inner>div{display:flex;align-items:center;gap:14px}
.nx-topline-inner>div b{color:#fff;font-weight:800}
.nx-topline-inner>div span{color:#8599b6}
.nx-header-inner{height:96px;gap:26px}
.nx-brand{width:342px}
.nx-brand img{height:78px;filter:drop-shadow(0 8px 18px rgba(10,36,77,.06))}
.nx-nav{margin-left:auto}
.nx-menu{gap:8px}
.nx-menu li{position:relative}
.nx-menu a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 12px;
  border-radius:12px;
  color:#17263f;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.01em;
  transition:color .22s,background .22s,transform .22s;
}
.nx-menu a:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:4px;
  height:2px;
  border-radius:9px;
  background:linear-gradient(90deg,#1769ff,#72c8ff);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s;
}
.nx-menu a:hover{color:#0e58dc;background:#f6f9ff;transform:translateY(-1px)}
.nx-menu a:hover:after{transform:scaleX(1)}
.nx-header-tools{display:flex;align-items:center;gap:10px;margin-left:4px}
.nx-search-btn{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #dbe7f6;
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 8px 18px rgba(19,66,130,.06);
  color:#12233d;
  font-size:23px;
  transition:.22s;
}
.nx-search-btn:hover{border-color:#a9c8f5;color:#1769ff;transform:translateY(-1px)}
.nx-header-cta{
  min-height:48px;
  padding:0 19px;
  border-radius:15px;
  gap:10px;
  background:linear-gradient(135deg,#1769ff 0%,#0f5ae0 58%,#0648bf 100%);
  box-shadow:0 14px 30px rgba(23,105,255,.23),inset 0 1px 0 rgba(255,255,255,.22);
}
.nx-header-cta .nx-cta-dot{width:7px;height:7px;border-radius:50%;background:#bfe0ff;box-shadow:0 0 0 4px rgba(255,255,255,.08)}
.nx-header-cta b{font-size:15px;font-weight:600}

.nx-hero-light{
  position:relative;
  min-height:690px;
  padding:60px 0 30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.96)),
    #fff;
  isolation:isolate;
}
.nx-hero-light:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.45;
  background-image:
    linear-gradient(rgba(34,102,207,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(34,102,207,.035) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 88%);
}
.nx-hero-light:after{height:120px;background:linear-gradient(transparent,#fff)}
.nx-hero-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(10px);pointer-events:none}
.nx-hero-orb-a{width:560px;height:560px;right:8%;top:-170px;background:radial-gradient(circle,rgba(39,125,255,.15),rgba(94,177,255,.05) 46%,transparent 70%)}
.nx-hero-orb-b{width:360px;height:360px;left:-130px;bottom:20px;background:radial-gradient(circle,rgba(80,177,255,.09),transparent 70%)}
.nx-hero-layout{grid-template-columns:minmax(410px,.83fr) minmax(0,1.17fr);gap:48px;align-items:center}
.nx-hero-copy{padding:34px 0 46px;position:relative}
.nx-hero-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#59708f;font-size:10px;font-weight:900;letter-spacing:.16em}
.nx-hero-kicker span{width:28px;height:2px;border-radius:99px;background:linear-gradient(90deg,#1769ff,#6bc8ff);box-shadow:0 0 10px rgba(23,105,255,.22)}
.nx-hero-copy .nx-eyebrow{margin:0 0 20px;color:#1769ff;font-size:11px;letter-spacing:.15em}
.nx-hero-copy h1{max-width:660px;margin:0 0 28px;font-size:clamp(60px,5.3vw,88px);line-height:.96;letter-spacing:-.062em;color:#0b1a31;text-wrap:balance}
.nx-hero-copy h1 span{display:inline-block;background:linear-gradient(110deg,#1769ff 0%,#145cdf 58%,#438eff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.nx-hero-copy>p{max-width:600px;font-size:17px;line-height:1.72;color:#536681}
.nx-hero-actions{margin-top:32px;gap:12px}
.nx-hero-actions .nx-btn{min-height:58px;border-radius:16px;padding:0 24px}
.nx-hero-actions .nx-btn-primary{box-shadow:0 16px 34px rgba(23,105,255,.22),inset 0 1px 0 rgba(255,255,255,.24)}
.nx-hero-actions .nx-btn-outline{border-color:#c8d9f2;background:rgba(255,255,255,.78);backdrop-filter:blur(10px)}
.nx-hero-trust{display:flex;align-items:stretch;gap:10px;margin-top:30px;max-width:650px}
.nx-hero-trust>span{display:flex;align-items:center;gap:9px;min-height:46px;padding:0 13px;border:1px solid #dde8f6;border-radius:14px;background:rgba(255,255,255,.72);box-shadow:0 8px 20px rgba(23,74,142,.045);backdrop-filter:blur(10px)}
.nx-hero-trust i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#eff5ff;color:#1769ff;font-style:normal;font-size:9px;font-weight:900;border:1px solid #d6e4f8}
.nx-hero-trust b{font-size:10px;white-space:nowrap;color:#405574}

.nx-hero-stage{position:relative;padding:22px 24px 28px 0;min-width:0}
.nx-hero-stage:before{content:"";position:absolute;inset:7% 2% 5% 8%;border-radius:42px;background:radial-gradient(circle at 62% 50%,rgba(28,111,255,.13),transparent 55%);filter:blur(18px);z-index:-1}
.nx-hero-media{
  height:535px;
  border-radius:38px;
  border:1px solid #c9ddf8;
  background:linear-gradient(180deg,#fff,#f4f9ff);
  box-shadow:0 38px 90px rgba(20,83,172,.15),0 0 0 1px rgba(255,255,255,.92),inset 0 1px 0 #fff;
  animation:none;
}
.nx-hero-media:before{content:"";position:absolute;inset:12px;border-radius:30px;border:1px solid rgba(255,255,255,.76);z-index:4;pointer-events:none}
.nx-hero-media img,.nx-hero-media video{object-fit:cover;filter:saturate(1.03) contrast(1.025)}
.nx-hero-media:after{background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.22) 19%,transparent 37%),linear-gradient(0deg,rgba(255,255,255,.26),transparent 33%)}
.nx-stage-grid{position:absolute;z-index:3;inset:0;border-radius:inherit;background-image:linear-gradient(rgba(61,129,228,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(61,129,228,.035) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,transparent 20%,#000 60%,transparent 100%);pointer-events:none}
.nx-hero-beam{height:1px;width:490px;opacity:.55}
.nx-stage-badge{position:absolute;z-index:8;display:flex;align-items:center;gap:10px;border:1px solid rgba(199,219,246,.9);background:rgba(255,255,255,.84);backdrop-filter:blur(16px);box-shadow:0 18px 38px rgba(29,79,151,.10);border-radius:16px;padding:11px 14px}
.nx-stage-badge-top{top:3px;left:28px}
.nx-stage-badge i{width:8px;height:8px;border-radius:50%;background:#1f72ff;box-shadow:0 0 0 5px rgba(31,114,255,.10),0 0 14px rgba(31,114,255,.24)}
.nx-stage-badge small,.nx-stage-badge b{display:block}
.nx-stage-badge small{font-size:8px;letter-spacing:.12em;color:#8aa0bd;font-weight:900}
.nx-stage-badge b{font-size:11px;color:#1d375d;margin-top:2px}
.nx-hero-film-card{right:0;bottom:12px;width:272px;padding:15px;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 24px 52px rgba(22,76,156,.13),inset 0 1px 0 rgba(255,255,255,.95)}
.nx-film-play{width:50px;height:50px;border-radius:16px;font-size:14px;background:linear-gradient(145deg,#fff,#eaf4ff)}
.nx-hero-film-card strong{font-size:8px;letter-spacing:.11em;color:#7a8da8}
.nx-hero-film-card b{font-size:16px;margin-top:3px}
.nx-hero-film-card small{font-size:10px;margin-top:3px}
.nx-stage-signature{position:absolute;z-index:7;left:-22px;bottom:28px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:15px;border:1px solid #d8e6f7;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);box-shadow:0 18px 40px rgba(29,79,151,.09)}
.nx-stage-signature>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#1769ff,#0b4fc7);color:#fff;font-size:12px;font-weight:900;box-shadow:0 9px 20px rgba(23,105,255,.22)}
.nx-stage-signature small,.nx-stage-signature b{display:block}
.nx-stage-signature small{font-size:7px;letter-spacing:.14em;color:#8a9db7;font-weight:900}
.nx-stage-signature b{font-size:11px;color:#17345b;margin-top:2px}
.nx-float-actions{top:232px;width:70px;right:14px;border-radius:20px;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);box-shadow:0 20px 48px rgba(25,80,162,.12)}
.nx-float-actions a{padding:13px 5px}
.nx-float-actions b{font-size:8px;letter-spacing:.01em}
.nx-float-actions span{font-size:17px}

@media(max-width:1320px){
  .nx-brand{width:305px}
  .nx-menu a{padding:0 9px;font-size:11px}
  .nx-menu{gap:4px}
  .nx-header-cta{padding:0 15px}
  .nx-hero-layout{grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:32px}
}
@media(max-width:1080px){
  .nx-header-topline{display:none}
  .nx-header-inner{height:84px}
  .nx-brand{width:270px}
  .nx-brand img{height:68px}
  .nx-header-tools .nx-search-btn,.nx-header-tools .nx-header-cta{display:none}
  .nx-menu-toggle{display:block;margin-left:auto}
  .nx-nav{top:76px}
  .nx-hero-light{padding-top:28px}
  .nx-hero-layout{grid-template-columns:1fr;gap:16px}
  .nx-hero-copy{padding:28px 0 16px}
  .nx-hero-copy h1{max-width:820px;font-size:clamp(56px,8vw,78px)}
  .nx-hero-copy>p{max-width:720px}
  .nx-hero-trust{max-width:none}
  .nx-hero-stage{padding:14px 0 26px}
  .nx-hero-media{height:480px}
  .nx-stage-badge-top{top:0;left:18px}
  .nx-stage-signature{left:18px;bottom:20px}
  .nx-float-actions{display:none}
}
@media(max-width:720px){
  .nx-header-inner{height:78px}
  .nx-brand{width:230px}
  .nx-brand img{height:62px}
  .nx-nav{top:70px}
  .nx-hero-light{padding:18px 0 20px;min-height:auto}
  .nx-hero-kicker{margin-bottom:10px;font-size:9px}
  .nx-hero-copy .nx-eyebrow{font-size:9px;margin-bottom:15px}
  .nx-hero-copy h1{font-size:clamp(46px,13vw,62px);line-height:.98;margin-bottom:20px}
  .nx-hero-copy>p{font-size:15px;line-height:1.65}
  .nx-hero-actions{display:grid;grid-template-columns:1fr;margin-top:24px}
  .nx-hero-actions .nx-btn{width:100%;min-height:54px}
  .nx-hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}
  .nx-hero-trust>span{min-height:42px;padding:0 10px}
  .nx-hero-trust>span:last-child{grid-column:1/-1}
  .nx-hero-trust b{font-size:9px}
  .nx-hero-stage{padding:8px 0 0}
  .nx-hero-media{height:300px;border-radius:26px}
  .nx-hero-media:before{inset:8px;border-radius:20px}
  .nx-stage-badge-top{display:none}
  .nx-stage-signature{display:none}
  .nx-hero-film-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:10px;border-radius:17px}
  .nx-film-play{width:44px;height:44px}
}

/* v0.3.0 — Mobile UX pass */
.nx-mobile-section-toggle{display:none}

@media(max-width:720px){
  html{scroll-padding-top:74px}
  body{overflow-x:hidden}
  .nx-shell{width:min(calc(100% - 28px),var(--nx-max))}

  /* Compact sticky mobile header */
  .site-header{background:rgba(255,255,255,.97);backdrop-filter:blur(16px)}
  .nx-header-inner{height:72px;padding-inline:0}
  .nx-brand{width:205px}
  .nx-brand img{height:54px}
  .nx-menu-toggle{width:46px;height:46px;padding:9px;border:1px solid #e1eaf6;border-radius:14px;background:linear-gradient(180deg,#fff,#f7faff);box-shadow:0 8px 18px rgba(21,69,133,.06)}
  .nx-menu-toggle>span:not(.screen-reader-text){width:24px;height:2px;margin:5px auto;border-radius:99px}
  .nx-nav{top:66px;left:14px;right:14px;border-radius:18px;padding:12px}

  /* Hero: keep impact, reduce vertical cost */
  .nx-hero-light{padding:18px 0 14px}
  .nx-hero-copy{padding:20px 0 8px}
  .nx-hero-kicker{font-size:8px;letter-spacing:.14em;margin-bottom:8px}
  .nx-hero-copy .nx-eyebrow{font-size:8px;letter-spacing:.13em;margin-bottom:12px}
  .nx-hero-copy h1{font-size:clamp(42px,12vw,54px);line-height:.96;letter-spacing:-.055em;margin-bottom:18px}
  .nx-hero-copy>p{font-size:14px;line-height:1.55;color:#5c6f8b}
  .nx-hero-actions{gap:10px;margin-top:20px}
  .nx-hero-actions .nx-btn{min-height:50px;border-radius:15px;font-size:13px}
  .nx-hero-trust{display:flex;overflow-x:auto;gap:8px;margin:16px -2px 0;padding:2px 2px 6px;scroll-snap-type:x proximity;scrollbar-width:none}
  .nx-hero-trust::-webkit-scrollbar{display:none}
  .nx-hero-trust>span,.nx-hero-trust>span:last-child{grid-column:auto;flex:0 0 auto;min-height:38px;padding:0 10px;border-radius:12px;scroll-snap-align:start}
  .nx-hero-trust i{width:22px;height:22px}
  .nx-hero-trust b{font-size:9px}
  .nx-hero-stage{padding-top:8px}
  .nx-hero-media{height:260px;border-radius:24px}
  .nx-hero-media:before{inset:7px;border-radius:18px}
  .nx-hero-film-card{margin-top:8px;padding:12px;border-radius:16px}
  .nx-film-play{width:40px;height:40px;border-radius:13px}
  .nx-hero-film-card b{font-size:15px}
  .nx-hero-film-card small{font-size:9px}

  /* Metrics become one-line swipeable tiles */
  .nx-metrics-strip{display:flex!important;overflow-x:auto;gap:10px;margin-top:12px;padding:10px;border-radius:20px;min-height:auto;scroll-snap-type:x mandatory;scrollbar-width:none;animation:none}
  .nx-metrics-strip::-webkit-scrollbar{display:none}
  .nx-metric{flex:0 0 148px;min-height:100px;border:1px solid #e2ebf7!important;border-radius:16px;padding:14px 10px;background:linear-gradient(180deg,#fff,#f8fbff);scroll-snap-align:start}
  .nx-metric strong{font-size:28px}
  .nx-metric small{font-size:11px;margin-top:6px}

  /* Catalog top spacing */
  .nx-catalog-section{padding:22px 0 58px}
  .nx-market-layout{gap:16px}

  /* Filter: collapsed premium mobile module */
  .nx-filter-panel{display:block!important;padding:18px;border-radius:20px;position:relative;top:auto}
  .nx-panel-head{margin-bottom:12px;padding-bottom:12px}
  .nx-panel-head strong{font-size:13px}
  .nx-panel-head button{font-size:11px}
  .nx-mobile-section-toggle{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;width:100%;min-height:52px;padding:0 15px;border:1px solid #cbdcf4;border-radius:15px;background:linear-gradient(180deg,#fff,#f5f9ff);color:#17375f;text-align:left;box-shadow:0 9px 22px rgba(23,105,255,.05)}
  .nx-mobile-section-toggle span{font-size:13px;font-weight:850}
  .nx-mobile-section-toggle b{padding:4px 9px;border-radius:999px;background:#eaf3ff;color:#1769ff;font-size:9px;letter-spacing:.04em}
  .nx-mobile-section-toggle i{font-style:normal;color:#1769ff;font-size:15px}
  .nx-filter-panel:not(.is-mobile-open) .nx-filter-mobile-body{display:none}
  .nx-filter-mobile-body{padding-top:12px}
  .nx-filter-stack{grid-template-columns:1fr!important;gap:10px}
  .nx-filter-group{padding:13px 13px 12px;border-radius:15px}
  .nx-filter-group-head{margin-bottom:9px}
  .nx-filter-group-head span{width:22px;height:22px;font-size:9px}
  .nx-filter-group-head h3{font-size:12px}
  .nx-filter-group-head b{min-height:22px;font-size:9px;padding:0 8px}
  .nx-field-clean select{min-height:46px;border-radius:13px;font-size:13px}
  .nx-check-stack{gap:7px}
  .nx-check{padding:10px;border-radius:12px;font-size:12px}
  .nx-more-filter{min-height:44px;border-radius:13px}

  /* Product finder header more compact */
  .nx-products-panel{padding:18px;border-radius:20px}
  .nx-products-head{padding:0 0 15px;display:block}
  .nx-products-head h2{font-size:32px;line-height:1.03}
  .nx-products-head p{font-size:12px;line-height:1.5}
  .nx-search-field input{height:46px;border-radius:13px;margin-top:12px}
  .nx-result-toolbar{padding:13px 0 10px}
  .nx-result-toolbar>div{display:flex;gap:6px;flex-wrap:nowrap}
  .nx-result-toolbar select{max-width:190px}

  /* Product cards: noticeably shorter on phones */
  .nx-product-grid{grid-template-columns:1fr!important;gap:14px}
  .nx-product-card{padding:12px;border-radius:20px}
  .nx-product-topline{min-height:28px;padding:0 40px 8px 0}
  .nx-card-chip{min-height:27px;padding:0 11px;font-size:10px}
  .nx-fav{width:32px;height:32px;top:12px;right:12px;border-radius:12px}
  .nx-product-image{height:150px;padding:10px;border-radius:17px}
  .nx-product-body--minimal{padding:13px 2px 1px}
  .nx-product-heading--minimal{min-height:auto}
  .nx-product-heading--minimal h3{font-size:17px;line-height:1.2}
  .nx-product-heading--minimal small{font-size:11px;margin-top:4px}
  .nx-card-actions--minimal{margin-top:12px;padding-top:0}
  .nx-card-link--full{min-height:43px;border-radius:13px;font-size:12px}
  .nx-load-more{min-height:44px;margin-top:15px}

  /* Configurator: collapsed by default */
  .nx-config-panel{padding:18px;border-radius:20px}
  .nx-config-title{padding-bottom:12px}
  .nx-config-title h2{font-size:22px;margin-top:4px}
  .nx-config-title p{font-size:10px}
  .nx-config-mark{width:34px;height:34px}
  .nx-mobile-config-toggle{margin-top:0}
  .nx-config-panel:not(.is-mobile-open) .nx-config-mobile-body{display:none}
  .nx-config-mobile-body{padding-top:12px}
  .nx-config-progress{margin-bottom:12px}
  .nx-config-steps{gap:8px}
  .nx-config-step-card{padding:11px;border-radius:14px}

  /* Engineering: horizontal swipe instead of 4 giant vertical cards */
  .nx-engineering{padding:52px 0 46px;overflow:hidden}
  .nx-section-intro{margin-bottom:20px}
  .nx-section-intro h2{font-size:36px;line-height:1.04}
  .nx-section-intro p{font-size:13px;line-height:1.55}
  .nx-engineering-grid{display:flex!important;overflow-x:auto;gap:12px;margin-right:-14px;padding:2px 14px 14px 0;scroll-snap-type:x mandatory;scrollbar-width:none}
  .nx-engineering-grid::-webkit-scrollbar{display:none}
  .nx-engineering-card{flex:0 0 82vw;min-height:210px;padding:22px;border-radius:18px;scroll-snap-align:start}
  .nx-engineering-card h3{margin:28px 0 8px;font-size:20px}
  .nx-engineering-card p{font-size:12px;line-height:1.55}

  /* Sector labels as horizontal chips */
  .nx-sector-band{padding:15px 0;overflow:hidden}
  .nx-sector-band .nx-shell{display:flex!important;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:3px;scrollbar-width:none}
  .nx-sector-band .nx-shell::-webkit-scrollbar{display:none}
  .nx-sector-band span{flex:0 0 auto;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #e0e9f5;font-size:10px}

  /* CTA compact */
  .nx-cta-band{padding:48px 0}
  .nx-cta-band h2{font-size:34px;line-height:1.05}
  .nx-cta-band .nx-btn{min-height:52px}

  /* Footer: reduce logo and empty vertical space */
  .site-footer{padding:44px 0 20px}
  .nx-footer-top{grid-template-columns:1fr 1fr!important;gap:28px 18px}
  .nx-footer-brand{grid-column:1/-1!important}
  .nx-footer-brand img{width:260px;padding:8px 10px;border-radius:12px}
  .nx-footer-brand p{font-size:12px;line-height:1.6;margin:16px 0 10px}
  .nx-footer-brand small{display:block;font-size:10px;line-height:1.5}
  .site-footer h3{font-size:11px;margin-bottom:12px}
  .site-footer a{font-size:11px;margin:7px 0}
  .nx-footer-top>div:last-child{grid-column:1/-1!important}
  .nx-footer-bottom{margin-top:28px;padding-top:16px;font-size:10px}
}

@media(max-width:390px){
  .nx-brand{width:190px}
  .nx-hero-copy h1{font-size:40px}
  .nx-products-head h2{font-size:29px}
  .nx-engineering-card{flex-basis:86vw}
}

/* v0.3.1 — Corporate lower homepage */
.nx-application-showcase{padding:96px 0 54px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.nx-section-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}
.nx-section-intro--compact{margin-bottom:0;max-width:760px}
.nx-section-intro--compact h2{font-size:clamp(36px,4.5vw,62px)}
.nx-text-link{display:inline-flex;align-items:center;gap:14px;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid #d4e2f5;background:#fff;color:#174da9;font-size:13px;font-weight:850;box-shadow:0 10px 24px rgba(23,105,255,.06);white-space:nowrap}
.nx-showcase-grid{display:grid;grid-template-columns:1.35fr .825fr .825fr;gap:18px}
.nx-showcase-card{position:relative;min-height:420px;border-radius:28px;border:1px solid #d4e3f7;background:#fff;overflow:hidden;box-shadow:0 24px 58px rgba(23,72,139,.09);isolation:isolate}
.nx-showcase-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(7,22,45,.08) 58%,rgba(7,22,45,.82) 100%);z-index:1;pointer-events:none}
.nx-showcase-media{position:absolute;inset:0}
.nx-showcase-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.nx-showcase-card:hover .nx-showcase-media img{transform:scale(1.035)}
.nx-showcase-copy{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:#fff}
.nx-showcase-copy>span{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(10px);font-size:10px;font-weight:900;letter-spacing:.11em}
.nx-showcase-copy h3{margin:11px 0 6px;font-size:clamp(22px,2.2vw,34px);line-height:1.08;letter-spacing:-.035em;max-width:650px}
.nx-showcase-copy p{margin:0;color:rgba(255,255,255,.78);font-size:13px}

.nx-engineering{padding:88px 0 86px;background:#fff}
.nx-engineering-track{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #dbe7f6;border-radius:26px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 24px 58px rgba(22,71,137,.08);overflow:hidden}
.nx-engineering-step{position:relative;display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;min-height:210px;padding:28px 24px;border-right:1px solid #e1eaf7}
.nx-engineering-step:last-child{border-right:0}
.nx-engineering-step:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#1769ff,#79c9ff);transform:scaleX(0);transform-origin:left;transition:.28s}
.nx-engineering-step:hover:after{transform:scaleX(1)}
.nx-engineering-step-no{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#edf5ff,#fff);border:1px solid #cfe0f6;color:#1769ff;font-size:13px;font-weight:900;box-shadow:0 8px 20px rgba(23,105,255,.08)}
.nx-engineering-step h3{margin:5px 0 9px;font-size:19px;letter-spacing:-.02em;color:#0d1d36}
.nx-engineering-step p{margin:0;font-size:13px;line-height:1.65;color:#73849b}

.nx-sector-band{padding:18px 0;background:#f7faff;border-block:1px solid #e5edf8}
.nx-sector-band .nx-shell{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.nx-sector-band span{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid #dce7f5;color:#5e7393;font-size:12px;font-weight:800;box-shadow:0 7px 16px rgba(23,105,255,.035)}

.nx-cta-band--premium{padding:78px 0;background:radial-gradient(circle at 80% 30%,rgba(78,155,255,.13),transparent 28%),linear-gradient(135deg,#f7faff,#edf4ff)}
.nx-cta-band--premium .nx-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:50px}
.nx-cta-copy{max-width:900px}
.nx-cta-band--premium h2{margin:0;font-size:clamp(36px,4.5vw,62px);line-height:1.04;letter-spacing:-.045em}
.nx-cta-band--premium p{margin:18px 0 0;color:#667b99;max-width:700px;font-size:15px;line-height:1.65}
.nx-cta-project{min-width:260px;min-height:72px;justify-content:space-between;padding:0 24px;border-radius:18px}
.nx-cta-project span{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.nx-cta-project small{font-size:9px;font-weight:700;opacity:.7}
.nx-cta-project>b{font-size:22px}

.site-footer{padding:64px 0 22px;background:linear-gradient(180deg,#07111e,#0a1422);color:#dce8f8}
.nx-footer-main{display:grid;grid-template-columns:1.15fr 1fr;gap:90px;align-items:start}
.nx-footer-brand img{width:360px;max-width:100%;background:#fff;border-radius:18px;padding:12px 16px;box-shadow:0 18px 44px rgba(0,0,0,.18)}
.nx-footer-brand p{max-width:560px;margin:20px 0 0;font-size:14px;line-height:1.7;color:#8fa2bd}
.nx-footer-company{display:flex;align-items:center;gap:12px;margin-top:18px;flex-wrap:wrap}
.nx-footer-company span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:900;color:#fff}
.nx-footer-company small{color:#6f829e;font-size:11px}
.nx-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.nx-footer-nav h3{font-size:12px;color:#fff;margin:4px 0 16px;letter-spacing:.03em}
.nx-footer-nav a{display:block;margin:10px 0;font-size:12px;color:#8fa2bd;transition:.2s}
.nx-footer-nav a:hover{color:#fff;transform:translateX(2px)}
.nx-footer-bottom{margin-top:46px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#62758f;font-size:11px}

@media(max-width:1020px){
  .nx-showcase-grid{grid-template-columns:1fr 1fr}
  .nx-showcase-card--wide{grid-column:1/-1}
  .nx-engineering-track{grid-template-columns:1fr 1fr}
  .nx-engineering-step:nth-child(2){border-right:0}
  .nx-engineering-step:nth-child(-n+2){border-bottom:1px solid #e1eaf7}
  .nx-footer-main{grid-template-columns:1fr;gap:42px}
}
@media(max-width:640px){
  .nx-application-showcase{padding:62px 0 34px}
  .nx-section-row{display:block;margin-bottom:22px}
  .nx-text-link{margin-top:16px}
  .nx-showcase-grid{display:flex;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;padding-bottom:6px;margin-right:-14px}
  .nx-showcase-card,.nx-showcase-card--wide{flex:0 0 84%;min-height:350px;scroll-snap-align:start}
  .nx-showcase-copy{left:18px;right:18px;bottom:18px}
  .nx-showcase-copy h3{font-size:24px}
  .nx-engineering{padding:58px 0}
  .nx-engineering-track{display:flex;overflow-x:auto;border:0;background:transparent;box-shadow:none;border-radius:0;gap:14px;scroll-snap-type:x mandatory;margin-right:-14px;padding-bottom:8px}
  .nx-engineering-step{flex:0 0 82%;min-height:190px;border:1px solid #dce7f6!important;border-radius:22px;background:linear-gradient(180deg,#fff,#f9fbff);scroll-snap-align:start;box-shadow:0 16px 36px rgba(23,72,139,.06)}
  .nx-sector-band .nx-shell{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}
  .nx-sector-band span{flex:0 0 auto}
  .nx-cta-band--premium{padding:56px 0}
  .nx-cta-band--premium .nx-shell{grid-template-columns:1fr;gap:24px}
  .nx-cta-project{width:100%;min-width:0}
  .site-footer{padding-top:48px}
  .nx-footer-main{gap:34px}
  .nx-footer-brand img{width:100%;max-width:320px}
  .nx-footer-nav{grid-template-columns:1fr 1fr;gap:28px 22px}
  .nx-footer-nav>div:last-child{grid-column:1/-1}
  .nx-footer-bottom{display:block;margin-top:34px}
  .nx-footer-bottom span{display:block;margin:5px 0}
}

/* =========================================================
   v0.3.2 — PREMIUM INDUSTRIAL ART DIRECTION
   White hero / graphite engineering / dark product studio
   ========================================================= */
:root{
  --nx-industrial:#0b1420;
  --nx-industrial-2:#111c2a;
  --nx-industrial-3:#182534;
  --nx-metal-line:rgba(191,211,235,.18);
  --nx-electric:#1268ff;
  --nx-electric-2:#4aa8ff;
}
body{background:#fff;color:#0d1b33}
.nx-header-topline{display:none!important}
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid #e3e8ef;backdrop-filter:blur(18px)}
.site-header.is-scrolled{box-shadow:0 10px 26px rgba(10,30,60,.08)}
.nx-header-inner{height:86px}
.nx-brand{width:300px}
.nx-brand img{height:68px}
.nx-menu{gap:30px}
.nx-menu a{font-size:13px;color:#111c2e;font-weight:800}
.nx-menu a:after{height:2px;background:#1769ff}
.nx-search-btn{width:42px;height:42px;border:0;background:transparent;box-shadow:none}
.nx-header-cta{border-radius:8px;padding:0 22px;min-height:48px;background:linear-gradient(135deg,#075be8,#116fff);box-shadow:0 10px 24px rgba(17,103,255,.20)}
.nx-cta-dot{display:none}

/* Hero — cleaner, more product-led */
.nx-hero-light{min-height:600px;padding:34px 0 18px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.nx-hero-light:before{opacity:.32;background-size:54px 54px}
.nx-hero-orb{display:none}
.nx-hero-layout{grid-template-columns:minmax(390px,.72fr) minmax(0,1.28fr);gap:24px}
.nx-hero-copy{padding:54px 0 34px}
.nx-hero-kicker{font-size:11px;color:#5e7696;letter-spacing:.14em;margin-bottom:18px}
.nx-hero-kicker span{width:36px;height:3px;background:linear-gradient(90deg,#1769ff,#66c8ff)}
.nx-hero-copy>.nx-eyebrow{margin-bottom:14px;color:#1769ff;font-size:11px}
.nx-hero-copy h1{font-size:clamp(58px,5.25vw,86px);line-height:.96;letter-spacing:-.058em;margin-bottom:22px}
.nx-hero-copy h1 span{color:#1769ff}
.nx-hero-copy>p{font-size:17px;line-height:1.65;max-width:560px;color:#5c6f88}
.nx-hero-actions{margin-top:26px}
.nx-btn{min-height:50px;border-radius:6px}
.nx-btn-primary{background:linear-gradient(135deg,#075be8,#1268ff);box-shadow:0 12px 26px rgba(23,105,255,.18)}
.nx-btn-outline{border:1px solid #d6dee9;box-shadow:none;color:#162941}
.nx-hero-trust{display:none}
.nx-hero-stage{padding:0;min-height:500px}
.nx-stage-badge,.nx-stage-signature,.nx-hero-film-card{display:none!important}
.nx-hero-media{height:520px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;animation:none!important;overflow:visible}
.nx-hero-media:before,.nx-hero-media:after{display:none!important}
.nx-hero-media img,.nx-hero-media video{object-fit:contain!important;border-radius:0!important;mix-blend-mode:multiply;filter:saturate(.94) contrast(1.02)}
.nx-stage-grid{opacity:.16}
.nx-hero-beam{opacity:.55}
.nx-float-actions{display:none!important}

/* Metrics — no card, clean industrial datum strip */
.nx-metrics-strip{width:100%;max-width:none;margin:0;border-radius:0!important;border:0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;box-shadow:none!important;animation:none!important;min-height:86px;padding:0 max(24px,calc((100vw - var(--nx-max))/2));grid-template-columns:repeat(4,1fr);background:#fff}
.nx-metrics-strip:before,.nx-metrics-strip:after{display:none!important}
.nx-metric{padding:14px 28px;border-right:1px solid #e3e8ef}
.nx-metric:first-child{border-left:1px solid #e3e8ef}
.nx-metric strong{font-size:32px;color:#12233f}
.nx-metric small{font-size:11px;color:#667a95;font-weight:700}

/* Dark engineering band */
.nx-industrial-band{position:relative;overflow:hidden;background:#0b1420;color:#fff;border-bottom:1px solid #243448}
.nx-industrial-band:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,17,28,.98) 0%,rgba(8,17,28,.94) 42%,rgba(8,17,28,.72) 100%),var(--nx-industrial-bg) center right/cover no-repeat;opacity:.98}
.nx-industrial-band:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 24.8%,rgba(148,177,214,.13) 24.9% 25%,transparent 25.1% 49.8%,rgba(148,177,214,.11) 49.9% 50%,transparent 50.1% 74.8%,rgba(148,177,214,.11) 74.9% 75%,transparent 75.1%);pointer-events:none}
.nx-industrial-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 2.95fr;min-height:260px}
.nx-industrial-intro{padding:36px 40px 34px 0;display:flex;flex-direction:column;justify-content:center}
.nx-industrial-intro .nx-eyebrow{color:#4aa8ff;margin-bottom:10px}
.nx-industrial-intro h2{margin:0;font-size:36px;line-height:1.03;letter-spacing:-.04em;color:#fff}
.nx-industrial-intro p{margin:13px 0 18px;color:#aab8c9;font-size:12px;line-height:1.6;max-width:370px}
.nx-industrial-intro a{display:inline-flex;align-items:center;gap:14px;width:max-content;padding:10px 14px;border:1px solid rgba(135,166,204,.34);font-size:11px;font-weight:800;color:#dbe9fa}
.nx-industrial-capabilities{display:grid;grid-template-columns:repeat(4,1fr)}
.nx-industrial-capabilities article{position:relative;padding:42px 26px 30px;border-left:1px solid rgba(168,194,226,.17);display:flex;flex-direction:column;justify-content:center}
.nx-industrial-capabilities article>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(91,161,255,.48);color:#70b7ff;font-size:11px;font-weight:900;margin-bottom:24px}
.nx-industrial-capabilities h3{margin:0;color:#fff;font-size:16px;line-height:1.25}
.nx-industrial-capabilities p{margin:10px 0 0;color:#9dafc4;font-size:11px;line-height:1.55}

/* Dark product studio */
.nx-catalog-section{padding:0 0 54px;background:linear-gradient(180deg,#0d1723 0%,#0a131e 100%);color:#edf4ff}
.nx-market-layout{padding-top:0;gap:0;grid-template-columns:260px minmax(0,1fr) 330px}
.nx-filter-panel,.nx-products-panel,.nx-config-panel{border-radius:0!important;border:1px solid rgba(164,189,219,.18)!important;background:#111b28!important;box-shadow:none!important}
.nx-filter-panel:before,.nx-products-panel:before,.nx-config-panel:before,.nx-filter-panel:after,.nx-products-panel:after,.nx-config-panel:after{display:none!important}
.nx-filter-panel{padding:20px;top:106px}
.nx-panel-head{border-bottom:1px solid rgba(176,201,232,.18);margin-bottom:14px}
.nx-panel-head strong{color:#fff}
.nx-panel-head button{color:#67aaff}
.nx-filter-stack{gap:9px}
.nx-filter-group{padding:12px 12px 11px;border-radius:6px;background:#0d1723;border:1px solid rgba(169,194,224,.15);box-shadow:none}
.nx-filter-group:before{width:2px;background:#1769ff}
.nx-filter-group-head span{width:22px;height:22px;border-radius:4px;background:#172638;border-color:#2b4361;color:#69adff;box-shadow:none}
.nx-filter-group-head h3{color:#eaf3ff;font-size:11px}
.nx-filter-group-head b{background:#142235;border-color:#2a405b;color:#87a0bf}
.nx-field-clean select,.nx-field select{min-height:40px!important;border-radius:4px!important;border-color:#31465f!important;background:#0b1420!important;color:#e9f3ff!important;box-shadow:none!important;font-size:11px!important}
.nx-range-field i{color:#7d91aa}
.nx-check{padding:8px 9px;border-radius:4px;border-color:#263b54;background:#0b1420;color:#afc0d4;font-size:11px;box-shadow:none}
.nx-check:hover{border-color:#3c5f88;box-shadow:none}
.nx-more-filter{border-radius:4px;background:#0b1420;border-color:#31465f;color:#8bbaff;box-shadow:none}
.nx-products-panel{padding:20px 22px}
.nx-products-head{border-bottom:1px solid rgba(176,201,232,.15);padding-bottom:14px}
.nx-products-head .nx-eyebrow{display:none}
.nx-products-head h2{color:#fff;font-size:28px}
.nx-products-head p{color:#8194ad}
.nx-search-field input{background:#0b1420;border-color:#30465f;color:#e9f3ff;border-radius:4px}
.nx-search-field input::placeholder{color:#70839d}
.nx-result-toolbar{color:#7f92aa}
.nx-result-toolbar span b{color:#dbe8f8}
.nx-result-toolbar select,.nx-result-toolbar button{background:#0b1420;border-color:#30465f;color:#9bb0c9;border-radius:4px}
.nx-result-toolbar button.is-active{border-color:#1769ff;color:#5ca7ff;box-shadow:none}
.nx-product-grid{gap:12px}
.nx-product-card{padding:10px;border-radius:5px!important;border:1px solid rgba(160,187,218,.18)!important;background:#18232f!important;box-shadow:none!important;animation:none!important}
.nx-product-card:before,.nx-product-card:after{display:none!important}
.nx-product-card:hover{transform:translateY(-3px);border-color:#37679c!important;box-shadow:0 14px 30px rgba(0,0,0,.18)!important}
.nx-product-topline{padding:0 40px 7px 0;min-height:24px}
.nx-card-chip{min-height:24px;padding:0 8px;border-radius:3px;background:#202d3a;border-color:#33485e;color:#a8b9cc;font-size:9px;box-shadow:none}
.nx-fav{top:10px;right:10px;width:28px;height:28px;border-radius:3px;background:#111c29;border-color:#33495f;color:#8ea4bd;box-shadow:none}
.nx-product-image{height:145px;padding:7px;border-radius:3px;background:#202b36;border:1px solid #2a3b4c}
.nx-product-image img{filter:saturate(.86) contrast(.96)}
.nx-product-glow{display:none}
.nx-product-body--minimal{padding:11px 2px 2px}
.nx-product-heading--minimal{min-height:59px}
.nx-product-heading--minimal h3{color:#fff;font-size:13px;line-height:1.25;min-height:auto}
.nx-product-heading--minimal small{color:#8193a8;font-size:10px;margin-top:3px}
.nx-card-actions--minimal{padding-top:7px;margin-top:auto}
.nx-card-link--full{justify-content:flex-start;min-height:26px;padding:0;background:transparent!important;box-shadow:none!important;color:#5ba7ff;font-size:10px;border-radius:0}
.nx-card-link--full:after{content:" →";margin-left:6px}
.nx-load-more{border-radius:4px;background:#111c29;border-color:#344a62;color:#9ab9df}

/* Config dark studio */
.nx-config-panel{padding:20px;top:106px;background:linear-gradient(180deg,#101b28,#0d1722)!important}
.nx-config-title h2{color:#fff;font-size:22px}
.nx-config-title p{color:#7f93aa}
.nx-config-kicker{color:#5da9ff}
.nx-config-kicker b{background:#13243a;border-color:#2d4f78;color:#78b9ff}
.nx-config-mark{border-radius:4px;background:#142234;border-color:#304c6b;color:#6eb1ff;box-shadow:none}
.nx-config-progress span{background:#26384d}
.nx-config-progress span.is-active{background:#1769ff;box-shadow:none}
.nx-config-step-card{padding:10px;border-radius:5px;background:#131f2c;border-color:#2a3e54;box-shadow:none}
.nx-config-step-card:before{width:2px}
.nx-config-step-card:hover{transform:none;border-color:#3b5b7c;box-shadow:none}
.nx-config-step-head>b{width:26px;height:26px;border-radius:3px;box-shadow:none}
.nx-config-step-head strong{color:#e8f2ff;font-size:11px}
.nx-config-step-head small{color:#748aa4}
.nx-config-control select,.nx-config-step-card>label select{height:34px;min-height:34px;border-radius:3px;background:#0b1420;border-color:#30465f;color:#e9f3ff;box-shadow:none}
.nx-config-control label>span,.nx-unit-row{color:#72869f}
.nx-config-chips label span{background:#0b1420;border-color:#30465f;color:#9fb1c6;border-radius:3px}
.nx-config-chips label input:checked+span{background:#1769ff;border-color:#1769ff;color:#fff;box-shadow:none}
.nx-config-summary{border-radius:5px;background:linear-gradient(135deg,#0d5ee5,#1769ff);border:0;box-shadow:none}
.nx-config-summary strong{color:#fff}
.nx-config-summary span,.nx-config-summary small,.nx-config-note{color:#d6e9ff}
.nx-config-summary-top b{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28);color:#fff}
.nx-config-cta{border-radius:3px;background:linear-gradient(135deg,#075be8,#1769ff);box-shadow:none}
.nx-doc-btn{border-radius:3px;background:#101b27;border-color:#30465f;color:#9eb8d6;box-shadow:none}

/* White application section creates rhythm */
.nx-application-showcase{background:#fff;padding:76px 0}
.nx-section-intro--compact h2{color:#0c1b34}
.nx-showcase-card{border-radius:4px!important;border:1px solid #dce3ec;box-shadow:none;background:#fff}
.nx-showcase-media{background:#f3f5f8}
.nx-showcase-copy span{color:#1769ff}
.nx-showcase-copy h3{color:#10213a}
.nx-showcase-copy p{color:#708199}

/* Engineering process — compact white technical flow */
.nx-engineering{padding:52px 0;background:#f8fafc;border-top:1px solid #e5eaf0;border-bottom:1px solid #e5eaf0}
.nx-engineering .nx-section-intro{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;max-width:none;margin-bottom:24px}
.nx-engineering .nx-section-intro h2{font-size:38px}
.nx-engineering .nx-section-intro p{justify-self:end;max-width:520px;margin:0;color:#6d7e94}
.nx-engineering-track{grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #dbe3ec;border-bottom:1px solid #dbe3ec}
.nx-engineering-step{padding:20px 22px;border-right:1px solid #dbe3ec;border-radius:0;background:transparent;box-shadow:none;min-height:120px}
.nx-engineering-step:first-child{border-left:1px solid #dbe3ec}
.nx-engineering-step-no{width:28px;height:28px;border-radius:50%;background:#1769ff;color:#fff;box-shadow:none}
.nx-engineering-step h3{font-size:14px;color:#12233d}
.nx-engineering-step p{font-size:11px;line-height:1.5;color:#6d7e94}
.nx-sector-band{background:#fff;border-bottom:1px solid #e5eaf0}
.nx-sector-band span{border:0;background:transparent;color:#657992;padding:0;font-size:11px}

/* Strong dark closing CTA */
.nx-cta-band--premium{position:relative;overflow:hidden;background:#0b1420;color:#fff;padding:54px 0}
.nx-cta-band--premium:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,18,30,.98),rgba(9,18,30,.88)),url('../images/hero-conveyor.jpg') center/cover no-repeat;opacity:.92}
.nx-cta-band--premium .nx-shell{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr .6fr;align-items:center}
.nx-cta-copy .nx-eyebrow{color:#5aa8ff}
.nx-cta-band--premium h2{color:#fff;font-size:38px;max-width:700px}
.nx-cta-band--premium p{color:#91a5bd}
.nx-cta-project{justify-self:end;width:280px;border-radius:4px}
.site-footer{background:#09121e;border-top:1px solid #223247}
.nx-footer-main{padding-top:10px}

@media(max-width:1260px){
  .nx-market-layout{grid-template-columns:230px minmax(0,1fr) 300px}
  .nx-industrial-grid{grid-template-columns:1fr}
  .nx-industrial-intro{padding:30px 0 18px}
  .nx-industrial-capabilities{border-top:1px solid rgba(168,194,226,.17)}
  .nx-product-grid{grid-template-columns:repeat(3,1fr)!important}
}

@media(max-width:1020px){
  .nx-header-inner{height:78px}
  .nx-brand{width:250px}
  .nx-brand img{height:60px}
  .nx-hero-layout{grid-template-columns:1fr}
  .nx-hero-copy{padding:34px 0 12px}
  .nx-hero-stage{min-height:auto}
  .nx-hero-media{height:420px}
  .nx-metrics-strip{overflow-x:auto;display:flex;padding:0 20px}
  .nx-metric{min-width:190px;border-left:0!important}
  .nx-industrial-capabilities{overflow-x:auto;display:flex;scroll-snap-type:x mandatory}
  .nx-industrial-capabilities article{min-width:260px;scroll-snap-align:start}
  .nx-market-layout{grid-template-columns:1fr;gap:14px;padding:18px 0 0}
  .nx-filter-panel,.nx-products-panel,.nx-config-panel{border-radius:8px!important;position:relative;top:auto}
  .nx-products-panel{order:2}.nx-filter-panel{order:1}.nx-config-panel{order:3}
  .nx-engineering .nx-section-intro{display:block}
  .nx-engineering .nx-section-intro p{margin-top:12px}
  .nx-engineering-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border:0;gap:12px}
  .nx-engineering-step{min-width:280px;border:1px solid #dbe3ec!important;scroll-snap-align:start}
  .nx-cta-band--premium .nx-shell{grid-template-columns:1fr;gap:24px}
  .nx-cta-project{justify-self:start;width:100%}
}

@media(max-width:640px){
  .nx-header-inner{height:76px}
  .nx-brand{width:235px}
  .nx-brand img{height:58px}
  .nx-hero-light{padding-top:10px}
  .nx-hero-copy{padding:26px 0 8px}
  .nx-hero-copy h1{font-size:52px;line-height:.98}
  .nx-hero-copy>p{font-size:15px}
  .nx-hero-actions{gap:10px}
  .nx-hero-media{height:300px}
  .nx-industrial-intro h2{font-size:32px}
  .nx-industrial-capabilities article{min-width:235px;padding:28px 20px}
  .nx-catalog-section{padding-bottom:30px}
  .nx-products-panel,.nx-filter-panel,.nx-config-panel{padding:16px}
  .nx-products-head h2{font-size:30px}
  .nx-product-grid{grid-template-columns:1fr!important}
  .nx-product-card{padding:12px}
  .nx-product-image{height:170px}
  .nx-product-heading--minimal h3{font-size:17px}
  .nx-application-showcase{padding:50px 0}
  .nx-engineering{padding:42px 0}
  .nx-engineering .nx-section-intro h2{font-size:34px}
  .nx-cta-band--premium h2{font-size:34px}
}

/* v0.3.3 — Premium industrial polish */
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(19,45,79,.08)}
.nx-header-inner{height:92px;gap:18px}
.nx-brand{width:330px}
.nx-brand img{height:78px}
.nx-menu{gap:10px}
.nx-menu a{font-size:12px}
.nx-header-cta{min-height:46px;padding:0 20px;border-radius:10px}

.nx-catalog-section{position:relative;padding:0 0 36px;background:linear-gradient(180deg,#0b1420 0%,#0f1824 70%,#f8fafc 70%,#f8fafc 100%)}
.nx-market-layout{align-items:start}
.nx-filter-panel,.nx-products-panel,.nx-config-panel{border-radius:8px!important}
.nx-filter-panel,.nx-config-panel{align-self:start}
.nx-products-panel{align-self:start}

.nx-panel-head strong{font-size:13px}
.nx-panel-head button{font-size:11px}
.nx-filter-group{padding:14px 14px 13px}
.nx-filter-group-head h3{font-size:12px}
.nx-filter-group-head b{font-size:10px}
.nx-field-clean select,.nx-field select{font-size:12px!important;min-height:42px!important}
.nx-range-field i,.nx-check,.nx-more-filter{font-size:12px}

.nx-products-head{padding-bottom:16px}
.nx-products-head h2{font-size:31px}
.nx-products-head p{font-size:14px;max-width:600px}
.nx-search-field input{height:44px;font-size:13px}
.nx-result-toolbar{font-size:12px}
.nx-result-toolbar span b{font-size:17px}
.nx-result-toolbar select,.nx-result-toolbar button{height:38px;font-size:12px}

.nx-product-grid{gap:14px}
.nx-product-card{padding:12px}
.nx-product-topline{padding:0 42px 10px 0;min-height:28px}
.nx-card-chip{min-height:26px;padding:0 10px;font-size:10px;letter-spacing:.04em}
.nx-product-image{height:178px;padding:10px}
.nx-product-image img{filter:saturate(.92) contrast(.98)}
.nx-product-body--minimal{padding:13px 4px 4px}
.nx-product-heading--minimal{min-height:74px}
.nx-product-heading--minimal h3{font-size:15px;line-height:1.25}
.nx-product-heading--minimal small{font-size:11px;margin-top:4px}
.nx-card-actions--minimal{padding-top:9px}
.nx-card-link--full{font-size:11px;font-weight:800;color:#7cb9ff}
.nx-card-link--full:hover{color:#fff}

.nx-config-title h2{font-size:24px}
.nx-config-title p{font-size:12px}
.nx-config-step-head strong{font-size:12px}
.nx-config-step-head small{font-size:10px}
.nx-config-control label>span,.nx-unit-row{font-size:10px}
.nx-config-control select,.nx-config-step-card>label select{height:36px;min-height:36px;font-size:12px}
.nx-config-summary{padding:18px}
.nx-config-summary strong{font-size:20px}
.nx-config-summary small,.nx-config-summary span,.nx-config-note{font-size:10px}
.nx-config-cta{padding:17px 16px}
.nx-config-cta span{font-size:14px}
.nx-doc-btn{font-size:12px;min-height:46px}

.nx-application-showcase{padding:68px 0 60px}
.nx-showcase-grid{gap:14px}
.nx-showcase-card{border-radius:8px!important;min-height:430px;overflow:hidden}
.nx-showcase-card:after{background:linear-gradient(180deg,rgba(8,18,32,0) 28%,rgba(8,18,32,.12) 45%,rgba(8,18,32,.72) 73%,rgba(8,18,32,.94) 100%)}
.nx-showcase-copy{left:20px;right:20px;bottom:18px;padding:18px 18px 16px;border-radius:8px;background:linear-gradient(180deg,rgba(8,18,32,.12),rgba(8,18,32,.62));backdrop-filter:blur(6px)}
.nx-showcase-copy>span{background:rgba(17,105,255,.16);border-color:rgba(153,202,255,.35);color:#eaf3ff}
.nx-showcase-copy h3{color:#fff;font-size:clamp(24px,2.15vw,34px);margin-bottom:8px}
.nx-showcase-copy p{color:rgba(255,255,255,.82);font-size:13px}

.nx-engineering{padding:60px 0;background:#f6f8fb}
.nx-engineering .nx-section-intro{margin-bottom:26px}
.nx-engineering .nx-section-intro h2{font-size:42px}
.nx-engineering .nx-section-intro p{font-size:14px}
.nx-engineering-track{border-top:1px solid #d8e0e9;border-bottom:1px solid #d8e0e9;background:#fff;border-radius:12px;overflow:hidden}
.nx-engineering-step{min-height:142px;padding:26px 24px}
.nx-engineering-step h3{font-size:15px;margin:0 0 8px}
.nx-engineering-step p{font-size:12px;line-height:1.6}

.nx-sector-band{padding:18px 0 20px;background:#fff}
.nx-sector-band span{font-size:12px}

.nx-cta-band--premium{padding:50px 0}
.nx-cta-band--premium h2{font-size:40px}
.nx-cta-band--premium p{font-size:14px;max-width:640px}

.site-footer{background:#09121d}
.nx-footer-main{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start;padding-top:6px}
.nx-footer-brand img{width:270px;max-width:100%;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important}
.nx-footer-brand p{font-size:14px;line-height:1.7;color:#a8b8cc;max-width:540px}
.nx-footer-company{display:flex;align-items:center;gap:12px;margin-top:18px}
.nx-footer-company span{display:inline-flex;min-height:24px;align-items:center;padding:0 9px;border-radius:999px;background:#132134;color:#e8f2ff;font-size:10px;font-weight:800;letter-spacing:.06em}
.nx-footer-company small{color:#7f93aa;font-size:12px}
.nx-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.site-footer h3{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:#fff}
.site-footer a{font-size:13px;color:#97abc3}
.nx-footer-bottom{margin-top:28px;padding-top:16px}

@media(max-width:1260px){
  .nx-brand{width:300px}
  .nx-brand img{height:72px}
  .nx-market-layout{grid-template-columns:240px minmax(0,1fr) 310px}
  .nx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:1020px){
  .nx-header-inner{height:80px}
  .nx-brand{width:255px}
  .nx-brand img{height:60px}
  .nx-market-layout{grid-template-columns:1fr;gap:16px;padding:18px 0 0}
  .nx-catalog-section{background:linear-gradient(180deg,#0b1420 0%,#0f1824 52%,#f8fafc 52%,#f8fafc 100%)}
  .nx-products-panel,.nx-filter-panel,.nx-config-panel{padding:18px}
  .nx-engineering-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:0;background:transparent}
  .nx-engineering-step{min-width:300px;border:1px solid #dbe3ec!important;scroll-snap-align:start;background:#fff}
  .nx-footer-main{grid-template-columns:1fr;gap:28px}
}
@media(max-width:720px){
  .nx-brand{width:220px}
  .nx-brand img{height:54px}
  .nx-products-head h2{font-size:28px}
  .nx-product-grid{grid-template-columns:1fr!important}
  .nx-product-image{height:190px}
  .nx-product-heading--minimal h3{font-size:17px}
  .nx-showcase-card,.nx-showcase-card--wide{flex:0 0 88%;min-height:340px}
  .nx-showcase-copy{left:16px;right:16px;bottom:16px;padding:16px 14px 14px}
  .nx-showcase-copy h3{font-size:24px}
  .nx-engineering .nx-section-intro h2{font-size:34px}
  .nx-cta-band--premium h2{font-size:32px}
  .nx-footer-nav{grid-template-columns:1fr;gap:12px}
}

/* v0.3.4 — dark footer logo legibility fix */
.nx-footer-brand .nx-footer-logo{
  width:300px;
  max-width:100%;
  height:auto;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 8px 22px rgba(0,0,0,.22));
}
@media(max-width:720px){
  .nx-footer-brand .nx-footer-logo{width:270px}
}

/* v0.3.5 — exact logo colors + stronger header presence */
.site-header .nx-header-inner{height:104px}
.site-header .nx-brand{width:390px}
.site-header .nx-brand img{width:100%;height:92px;object-fit:contain;object-position:left center;filter:none!important}

.nx-footer-logo-plate{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:min(390px,100%);
  min-height:118px;
  padding:16px 20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:linear-gradient(105deg,#f8fafc 0%,#eef2f6 52%,#cbd3dd 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.9);
  overflow:hidden;
}
.nx-footer-brand .nx-footer-logo{
  width:100%;
  max-width:350px;
  height:auto;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:none!important;
}

@media(max-width:1260px){
  .site-header .nx-brand{width:350px}
  .site-header .nx-brand img{height:84px}
}
@media(max-width:1020px){
  .site-header .nx-header-inner{height:92px}
  .site-header .nx-brand{width:310px}
  .site-header .nx-brand img{height:74px}
}
@media(max-width:720px){
  .site-header .nx-header-inner{height:80px}
  .site-header .nx-brand{width:245px}
  .site-header .nx-brand img{height:60px}
  .nx-footer-logo-plate{width:100%;min-height:100px;padding:14px 16px;border-radius:12px}
  .nx-footer-brand .nx-footer-logo{max-width:300px}
}

/* v0.3.6 — Premium motion branding for exact NOVRAX logo */
.site-header .nx-brand,
.nx-footer-logo-plate{
  position:relative;
  isolation:isolate;
}
.site-header .nx-brand{
  overflow:hidden;
  border-radius:12px;
  transition:transform .28s ease;
}
.site-header .nx-brand img,
.nx-footer-brand .nx-footer-logo{
  position:relative;
  z-index:1;
  transform-origin:center center;
  animation:nxLogoReveal .72s cubic-bezier(.2,.75,.25,1) both;
}
.site-header .nx-brand::after,
.nx-footer-logo-plate::after{
  content:"";
  position:absolute;
  z-index:2;
  top:-24%;
  bottom:-24%;
  left:-48%;
  width:34%;
  pointer-events:none;
  transform:translateX(-180%) skewX(-18deg);
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 20%,rgba(255,255,255,.65) 50%,rgba(132,191,255,.22) 72%,transparent 100%);
  filter:blur(.2px);
  animation:nxLogoSheen 6.8s cubic-bezier(.2,.7,.2,1) 1.1s infinite;
}
.nx-footer-logo-plate::after{
  animation-delay:2.4s;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 18%,rgba(255,255,255,.72) 48%,rgba(93,165,255,.18) 72%,transparent 100%);
}
.site-header .nx-brand:hover{transform:translateY(-2px) scale(1.008)}
.site-header .nx-brand:hover::after,
.nx-footer-logo-plate:hover::after{animation-duration:2.2s}
.nx-footer-logo-plate{transition:transform .28s ease,box-shadow .28s ease}
.nx-footer-logo-plate:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.92)}

@keyframes nxLogoReveal{
  0%{opacity:0;transform:translateY(5px) scale(.985)}
  60%{opacity:1}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes nxLogoSheen{
  0%,64%{transform:translateX(-180%) skewX(-18deg);opacity:0}
  67%{opacity:.12}
  76%{opacity:.88}
  88%{transform:translateX(520%) skewX(-18deg);opacity:0}
  100%{transform:translateX(520%) skewX(-18deg);opacity:0}
}

@media(max-width:720px){
  .site-header .nx-brand::after,
  .nx-footer-logo-plate::after{animation-duration:8.5s;opacity:.72}
  .site-header .nx-brand:hover,
  .nx-footer-logo-plate:hover{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .site-header .nx-brand img,
  .nx-footer-brand .nx-footer-logo,
  .site-header .nx-brand::after,
  .nx-footer-logo-plate::after{animation:none!important}
}

/* v0.3.7 — Avare Rulolu Konveyör product detail */
.nx-pdp{padding:38px 0 0;background:linear-gradient(180deg,#fff 0%,#f7f9fc 58%,#fff 100%)}
.nx-pdp-breadcrumb{display:flex;align-items:center;gap:10px;margin:0 0 26px;color:#7d8ca0;font-size:12px}
.nx-pdp-breadcrumb a:hover{color:#1769ff}
.nx-pdp-breadcrumb strong{color:#40536f;font-weight:700}
.nx-pdp-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:end;margin-bottom:26px}
.nx-pdp-head h1{margin:0;font-size:clamp(48px,5vw,76px);line-height:.94;letter-spacing:-.055em;color:#0b1a31}
.nx-pdp-head h1 span{color:#1769ff}
.nx-pdp-head p{max-width:760px;margin:20px 0 0;color:#62738b;font-size:16px;line-height:1.7}
.nx-pdp-code{min-width:330px;padding:16px 18px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(18,57,108,.06)}
.nx-pdp-code small{display:block;color:#8495aa;font-size:9px;font-weight:900;letter-spacing:.13em}
.nx-pdp-code strong{display:block;margin-top:6px;color:#145cdd;font-size:18px;letter-spacing:-.02em;word-break:break-word}
.nx-pdp-code button{margin-top:10px;padding:0;border:0;background:transparent;color:#627b9f;font-size:11px;font-weight:800;cursor:pointer}
.nx-pdp-code button:hover{color:#1769ff}

.nx-pdp-layout{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(340px,.68fr);gap:22px;align-items:start}
.nx-pdp-gallery,.nx-pdp-specs{border:1px solid #dce4ee;background:#fff;box-shadow:0 22px 54px rgba(16,56,108,.07)}
.nx-pdp-gallery{padding:18px;border-radius:16px}
.nx-pdp-stage{position:relative;height:590px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:radial-gradient(circle at 52% 54%,#fff 0%,#f7f9fc 58%,#edf2f7 100%)}
.nx-pdp-stage:after{content:"";position:absolute;left:16%;right:14%;bottom:12%;height:10%;border-radius:50%;background:radial-gradient(ellipse,rgba(15,31,52,.20) 0%,rgba(15,31,52,.07) 42%,transparent 72%);filter:blur(17px);transform:scaleY(.48);pointer-events:none}
.nx-pdp-stage-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(32,87,162,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(32,87,162,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 86%)}
.nx-pdp-stage img{position:relative;z-index:2;width:96%;height:92%;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(10,25,45,.16));transition:opacity .18s ease,transform .28s ease}
.nx-pdp-stage img.is-changing{opacity:.15;transform:scale(.985)}
.nx-pdp-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.nx-pdp-thumbs button{height:120px;padding:7px;border:1px solid #dce5ef;border-radius:10px;background:linear-gradient(180deg,#fff,#f5f8fb);cursor:pointer;transition:.2s}
.nx-pdp-thumbs button:hover,.nx-pdp-thumbs button.is-active{border-color:#1769ff;box-shadow:0 0 0 2px rgba(23,105,255,.08)}
.nx-pdp-thumbs img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 8px rgba(11,31,58,.10))}

.nx-pdp-specs{position:sticky;top:106px;padding:24px;border-radius:16px}
.nx-pdp-spec-title{padding-bottom:18px;border-bottom:1px solid #e4ebf3}
.nx-pdp-spec-title>span{color:#1769ff;font-size:9px;font-weight:900;letter-spacing:.13em}
.nx-pdp-spec-title h2{margin:7px 0 5px;color:#0c1c34;font-size:28px;letter-spacing:-.035em}
.nx-pdp-spec-title p{margin:0;color:#8291a5;font-size:11px}
.nx-pdp-spec-list{margin:10px 0 0}
.nx-pdp-spec-list>div{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;min-height:52px;border-bottom:1px solid #e8eef5}
.nx-pdp-spec-list dt{color:#667991;font-size:12px}
.nx-pdp-spec-list dd{margin:0;color:#102444;font-size:13px;font-weight:850;text-align:right}
.nx-pdp-actions{display:grid;gap:9px;margin-top:18px}
.nx-pdp-actions .nx-btn{width:100%;min-height:52px;border-radius:8px}
.nx-pdp-secondary{display:grid;place-items:center;min-height:46px;border:1px solid #cddaea;border-radius:8px;background:#fff;color:#22456f;font-size:12px;font-weight:850}
.nx-pdp-secondary:hover{border-color:#1769ff;color:#1769ff}
.nx-pdp-note{display:block;margin-top:14px;color:#8796a9;font-size:10px;line-height:1.55}

.nx-pdp-features{padding:72px 0 66px}
.nx-pdp-section-heading{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;align-items:end;margin-bottom:24px}
.nx-pdp-section-heading .nx-eyebrow{margin:0}
.nx-pdp-section-heading h2{margin:0;font-size:clamp(30px,3vw,46px);line-height:1.08;letter-spacing:-.045em;color:#0b1a31}
.nx-pdp-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.nx-pdp-feature-grid article{min-height:190px;padding:24px;border:1px solid #dce5ef;border-radius:12px;background:#fff;box-shadow:0 16px 36px rgba(18,57,108,.05)}
.nx-pdp-feature-grid article>span{display:grid;place-items:center;width:32px;height:32px;border:1px solid #cfe0f7;border-radius:7px;background:#edf5ff;color:#1769ff;font-size:10px;font-weight:900}
.nx-pdp-feature-grid h3{margin:22px 0 8px;color:#11233f;font-size:16px}
.nx-pdp-feature-grid p{margin:0;color:#718299;font-size:12px;line-height:1.65}
.nx-pdp-cta{display:grid;grid-template-columns:1.45fr .55fr;gap:50px;align-items:center;margin-bottom:70px;padding:42px 44px;border-radius:14px;background:linear-gradient(135deg,#0b1420,#101f32);color:#fff;overflow:hidden;position:relative}
.nx-pdp-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(23,105,255,.20),transparent 34%);pointer-events:none}
.nx-pdp-cta>*{position:relative;z-index:1}
.nx-pdp-cta .nx-eyebrow{color:#63afff}
.nx-pdp-cta h2{margin:0;max-width:800px;font-size:clamp(30px,3vw,44px);line-height:1.08;letter-spacing:-.045em}
.nx-pdp-cta p{margin:14px 0 0;max-width:760px;color:#9eafc3;font-size:13px;line-height:1.7}
.nx-pdp-cta .nx-btn{justify-self:end;min-width:230px;border-radius:8px}

@media(max-width:1100px){
  .nx-pdp-head{grid-template-columns:1fr}
  .nx-pdp-code{min-width:0;max-width:520px}
  .nx-pdp-layout{grid-template-columns:1fr}
  .nx-pdp-specs{position:relative;top:auto}
  .nx-pdp-stage{height:520px}
  .nx-pdp-feature-grid{grid-template-columns:1fr 1fr}
  .nx-pdp-section-heading{grid-template-columns:1fr;gap:12px}
}
@media(max-width:720px){
  .nx-pdp{padding-top:22px}
  .nx-pdp-breadcrumb{overflow-x:auto;white-space:nowrap;margin-bottom:20px;font-size:10px}
  .nx-pdp-head h1{font-size:48px}
  .nx-pdp-head p{font-size:14px;margin-top:16px}
  .nx-pdp-code strong{font-size:15px}
  .nx-pdp-gallery{padding:10px;border-radius:12px}
  .nx-pdp-stage{height:310px}
  .nx-pdp-stage img{width:100%;height:96%}
  .nx-pdp-thumbs{gap:7px;margin-top:9px}
  .nx-pdp-thumbs button{height:76px;padding:4px;border-radius:7px}
  .nx-pdp-specs{padding:18px;border-radius:12px}
  .nx-pdp-spec-title h2{font-size:25px}
  .nx-pdp-spec-list>div{min-height:49px}
  .nx-pdp-feature-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:5px}
  .nx-pdp-feature-grid article{flex:0 0 82%;min-height:180px;scroll-snap-align:start}
  .nx-pdp-features{padding:50px 0}
  .nx-pdp-section-heading h2{font-size:32px}
  .nx-pdp-cta{grid-template-columns:1fr;gap:24px;padding:32px 24px;margin-bottom:48px}
  .nx-pdp-cta .nx-btn{justify-self:stretch;width:100%;min-width:0}
}
.nx-product-card--avare .nx-product-image{background:linear-gradient(180deg,#f8fafc,#eef3f8)!important}
.nx-product-card--avare .nx-product-image img{filter:drop-shadow(0 12px 12px rgba(8,22,40,.20))!important}

/* v0.3.8 — Gallery centering, capacity emphasis and image protection */
.nx-pdp-stage{display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important}
.nx-pdp-stage img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:50% 50%!important;margin:auto!important;user-select:none!important;-webkit-user-select:none!important;-webkit-user-drag:none!important;pointer-events:none!important}
.nx-pdp-thumbs img,.nx-product-image img,.nx-showcase-media img,.nx-hero-media img{user-select:none!important;-webkit-user-select:none!important;-webkit-user-drag:none!important}
.nx-protected-media{position:relative}
.nx-protected-media:before{content:"";position:absolute;inset:0;z-index:5;background:transparent;pointer-events:auto}
.nx-pdp-capacity{background:linear-gradient(90deg,rgba(23,105,255,.055),transparent);border-left:3px solid #1769ff;padding-left:12px!important}
.nx-pdp-capacity dt{color:#1b5fc9!important;font-weight:850!important}
.nx-pdp-capacity dd{color:#145cdd!important;font-size:14px!important}

@media(max-width:640px){
  .nx-pdp-stage{padding:12px!important}
  .nx-pdp-stage img{width:100%!important;height:100%!important;object-position:center!important}
}

/* v0.3.9 — Stock-style NOVRAX watermark + stronger floor grounding */
.nx-pdp-stage{background:radial-gradient(circle at 50% 52%,#ffffff 0%,#f7f9fc 58%,#edf2f7 100%)!important}
.nx-pdp-stage:after{left:11%!important;right:10%!important;bottom:7%!important;height:15%!important;background:radial-gradient(ellipse,rgba(10,24,42,.30) 0%,rgba(10,24,42,.14) 38%,rgba(10,24,42,.04) 62%,transparent 76%)!important;filter:blur(20px)!important;transform:scaleY(.50)!important}
.nx-pdp-thumbs button{background:radial-gradient(circle at 50% 58%,#fff 0%,#f5f8fb 66%,#edf2f7 100%)!important}
.nx-pdp-thumbs img{filter:none!important}
.nx-product-card--avare .nx-product-image{background:radial-gradient(circle at 50% 60%,#fff 0%,#f4f7fb 67%,#eaf0f6 100%)!important}
.nx-product-card--avare .nx-product-image img{filter:none!important}

/* v0.5.0 — catalogue view controls */
.nx-product-grid.is-list-view{grid-template-columns:1fr!important}
.nx-product-grid.is-list-view .nx-product-card{display:grid;grid-template-columns:minmax(180px,260px) 1fr;align-items:center;gap:18px}
.nx-product-grid.is-list-view .nx-product-topline,.nx-product-grid.is-list-view .nx-fav{position:absolute}
.nx-product-grid.is-list-view .nx-product-image{min-height:180px}
.nx-product-grid.is-list-view .nx-product-body{align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.nx-load-more[hidden]{display:none!important}
@media (max-width:720px){
  .nx-product-grid.is-list-view .nx-product-card{display:block}
}


/* v0.5.1 — SOURCE-LOCKED PRODUCT MEDIA
   Original user CAD/PNG assets are displayed unmodified. Watermark is a UI overlay,
   never baked into product pixels. This prevents geometry, contrast and material loss. */
.nx-product-card--avare .nx-product-image{
  background:#fff!important;
  isolation:isolate;
}
.nx-product-card--avare .nx-product-image img{
  filter:none!important;
  opacity:1!important;
  transform:none;
  object-fit:contain!important;
  object-position:center!important;
}
.nx-product-card--avare:hover .nx-product-image img{
  transform:scale(1.025)!important;
  filter:drop-shadow(0 10px 12px rgba(8,22,40,.12))!important;
}
.nx-product-card--avare .nx-product-image:after,
.nx-pdp-thumbs button:after,
.nx-pdp-watermark{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='140' viewBox='0 0 220 140'%3E%3Cg transform='rotate(-24 110 70)'%3E%3Ctext x='18' y='82' font-family='Arial,sans-serif' font-size='25' font-weight='700' letter-spacing='1.5' fill='%2394A4B8' fill-opacity='.16'%3ENOVRAX%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat:repeat;
  background-size:220px 140px;
}
.nx-product-card--avare .nx-product-image:after{z-index:2}
.nx-pdp-stage{
  background:#fff!important;
  padding:18px!important;
}
.nx-pdp-stage:after{display:none!important}
.nx-pdp-stage-grid{display:none!important}
.nx-pdp-stage img{
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  opacity:1!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 16px 14px rgba(9,24,42,.14))!important;
}
.nx-pdp-watermark{z-index:3;display:block}
.nx-pdp-thumbs button{position:relative;overflow:hidden;background:#fff!important}
.nx-pdp-thumbs button img{position:relative;z-index:1;opacity:1!important;filter:none!important;object-fit:contain!important}
.nx-pdp-thumbs button:after{z-index:2;background-size:120px 76px;opacity:.85}
@media (max-width:700px){
  .nx-pdp-stage{padding:8px!important;background:#fff!important}
  .nx-pdp-watermark{background-size:150px 95px}
}

/* NOVRAX v0.5.3 — avare premium showcase module */
.nx-pdp-gallery{padding:22px!important;overflow:hidden}
.nx-pdp-premium-hero{display:grid;grid-template-columns:300px minmax(0,1fr);gap:26px;align-items:start;margin-bottom:16px}
.nx-pdp-story-rail{display:flex;flex-direction:column;gap:0;padding:10px 18px;border:1px solid #dbe7f3;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 22px 52px rgba(18,57,108,.06)}
.nx-pdp-story-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;padding:20px 2px;border-bottom:1px solid #e8eef6}
.nx-pdp-story-card:last-child{border-bottom:0}
.nx-pdp-story-icon,.nx-pdp-story-metric-icon{display:grid;place-items:center;color:#2d6fff}
.nx-pdp-story-icon{width:44px;height:44px;border-radius:14px;border:1px solid #d6e4fb;background:#f4f8ff}
.nx-pdp-story-icon svg,.nx-pdp-story-metric-icon svg,.nx-pdp-story-play svg{width:24px;height:24px}
.nx-pdp-story-card h3{margin:0 0 8px;color:#12233f;font-size:16px;letter-spacing:-.02em}
.nx-pdp-story-card p{margin:0;color:#6e7f97;font-size:12px;line-height:1.72}
.nx-pdp-story-main{min-width:0}
.nx-pdp-story-head{padding:10px 4px 6px}
.nx-pdp-story-head .nx-eyebrow{margin-bottom:12px;font-size:12px}
.nx-pdp-story-head h2{margin:0;color:#091a34;font-size:clamp(38px,4vw,64px);line-height:1.02;letter-spacing:-.055em}
.nx-pdp-story-head p{max-width:820px;margin:16px 0 0;color:#5f718a;font-size:16px;line-height:1.8}
.nx-pdp-stage-shell{position:relative;margin-top:12px}
.nx-pdp-premium-hero .nx-pdp-stage{height:640px!important;border-radius:26px!important;border:1px solid #e3ebf5;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72),0 30px 80px rgba(15,53,105,.08);padding:22px!important;background:radial-gradient(circle at 48% 36%,#ffffff 0%,#f7f9fc 56%,#edf2f7 100%)!important}
.nx-pdp-premium-hero .nx-pdp-stage img{width:100%!important;height:100%!important;object-fit:contain!important;filter:drop-shadow(0 22px 28px rgba(8,24,44,.16))!important}
.nx-pdp-story-inset{position:absolute;right:18px;bottom:18px;z-index:4;width:300px;padding:8px;border-radius:18px;border:1px solid #dbe7f3;background:#fff;box-shadow:0 18px 40px rgba(12,36,72,.14);overflow:hidden;isolation:isolate}
.nx-pdp-story-inset:hover{box-shadow:0 20px 44px rgba(12,36,72,.16)}
.nx-pdp-story-media-watermark{z-index:2;border-radius:14px;background-size:120px 76px;opacity:.55}
.nx-pdp-story-inset img{position:relative;z-index:1;display:block;width:100%;aspect-ratio:1.22/1;object-fit:cover;border-radius:14px;background:#fff}
.nx-pdp-story-play{display:none}
.nx-pdp-story-caption{display:none}
.nx-pdp-story-caption b{display:none}
.nx-pdp-story-caption small{display:none}
.nx-pdp-story-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}
.nx-pdp-story-metric{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;padding:18px 14px;border-top:1px solid #e6edf6;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,251,255,.95))}
.nx-pdp-story-metric h3{margin:0 0 6px;color:#142643;font-size:15px;letter-spacing:-.02em}
.nx-pdp-story-metric p{margin:0;color:#6f8098;font-size:12px;line-height:1.7}
.nx-pdp-story-metric-icon{width:38px;height:38px;border-radius:12px;background:#f4f8ff;border:1px solid #dae6fb}
@keyframes nxBorderShift{0%{background-position:0% 50%}100%{background-position:200% 50%}}
@media(max-width:1320px){
  .nx-pdp-premium-hero{grid-template-columns:270px minmax(0,1fr)}
  .nx-pdp-premium-hero .nx-pdp-stage{height:590px!important}
  .nx-pdp-story-inset{width:260px}
  .nx-pdp-story-metrics{grid-template-columns:1fr 1fr}
}
@media(max-width:1020px){
  .nx-pdp-premium-hero{grid-template-columns:1fr}
  .nx-pdp-story-rail{order:2}
  .nx-pdp-story-main{order:1}
}
@media(max-width:820px){
  .nx-pdp-gallery{padding:14px!important}
  .nx-pdp-premium-hero{gap:16px}
  .nx-pdp-story-head h2{font-size:36px}
  .nx-pdp-story-head p{font-size:14px;line-height:1.65}
  .nx-pdp-premium-hero .nx-pdp-stage{height:360px!important;border-radius:18px!important;padding:12px!important}
  .nx-pdp-story-inset{position:relative;right:auto;bottom:auto;width:100%;margin-top:12px}
  .nx-pdp-stage-shell{display:block}
  .nx-pdp-story-metrics{grid-template-columns:1fr}
}

/* NOVRAX v0.6.2 — clean roller product page; carton/animation overlays removed. */
.nx-pdp-side{position:sticky;top:106px;display:grid;gap:16px;align-self:start}
.nx-pdp-side .nx-pdp-specs{position:relative;top:auto}
@media(max-width:1020px){.nx-pdp-side{position:relative;top:auto}}

/* =========================================================
   NOVRAX v0.7.0 — SITE POLISH / ROLLER FINAL
   Source-of-truth: v0.6.2 clean. Product media untouched.
   ========================================================= */

/* Global polish: calmer premium motion, tighter visual rhythm */
.nx-product-card,.nx-metrics-strip{animation:none!important}
.nx-product-card{box-shadow:0 12px 30px rgba(18,62,129,.07);border:1px solid #dfe8f3}
.nx-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(18,62,129,.13);border-color:#a9c9f8}
.nx-product-image{background:#fff!important}
.nx-product-image img{object-fit:contain!important}

/* Header: cleaner spacing, especially on product pages */
.site-header{background:rgba(255,255,255,.96)}
.nx-header-inner{height:92px}
.nx-brand{width:330px}
.nx-brand img{height:76px}
.nx-menu{gap:22px}
.nx-menu a{font-size:12.5px;letter-spacing:-.01em}
.nx-header-cta{border-radius:10px;padding:13px 20px}
.nx-product-detail-page .nx-header-topline{display:none}
.nx-product-detail-page .nx-header-inner{height:86px}
.nx-product-detail-page .nx-brand{width:300px}
.nx-product-detail-page .nx-brand img{height:70px}

/* Product page shell */
.nx-product-detail-page .site-main{background:#fff}
.nx-pdp{padding:24px 0 0;background:linear-gradient(180deg,#fff 0%,#f9fbfe 58%,#fff 100%)}
.nx-pdp-breadcrumb{margin-bottom:18px;font-size:11px}
.nx-pdp-head{grid-template-columns:1fr!important;gap:0;margin-bottom:20px;padding:20px 24px;border:1px solid #e2eaf4;border-radius:18px;background:linear-gradient(115deg,#fff 0%,#fbfdff 55%,#f3f7fc 100%);box-shadow:0 14px 34px rgba(17,53,101,.05)}
.nx-pdp-head h1{font-size:clamp(42px,4.5vw,64px);line-height:.98}
.nx-pdp-head p{max-width:800px;margin-top:14px;font-size:14px;line-height:1.65}
.nx-pdp-head .nx-eyebrow{margin-bottom:10px}

/* 3-column product composition */
.nx-pdp-layout{grid-template-columns:minmax(0,1fr) minmax(310px,.36fr);gap:20px}
.nx-pdp-gallery{padding:18px!important;border-radius:18px;box-shadow:0 18px 44px rgba(16,56,108,.06)}
.nx-pdp-premium-hero{grid-template-columns:245px minmax(0,1fr);gap:18px;margin-bottom:12px}
.nx-pdp-story-rail{padding:8px 14px;border-radius:16px;box-shadow:none;background:#fff}
.nx-pdp-story-card{grid-template-columns:48px 1fr;gap:12px;padding:14px 0}
.nx-pdp-story-icon{width:38px;height:38px;border-radius:11px}
.nx-pdp-story-icon svg{width:21px;height:21px}
.nx-pdp-story-card h3{font-size:14px;margin-bottom:5px}
.nx-pdp-story-card p{font-size:11px;line-height:1.55}
.nx-pdp-rail-actions{padding:14px 0 4px;border-top:1px solid #e8eef6}
.nx-pdp-rail-actions .nx-btn{width:100%;min-height:46px;border-radius:9px;font-size:12px}

.nx-pdp-story-head{padding:2px 4px 8px}
.nx-pdp-story-head .nx-eyebrow{margin-bottom:8px;font-size:10px}
.nx-pdp-story-head h2{font-size:clamp(34px,3.5vw,52px);line-height:1;letter-spacing:-.05em}
.nx-pdp-story-head p{margin-top:12px;font-size:13px;line-height:1.62}
.nx-pdp-stage-shell{margin-top:8px}
.nx-pdp-premium-hero .nx-pdp-stage{height:500px!important;border-radius:18px!important;padding:16px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 18px 44px rgba(15,53,105,.06)!important;background:#fff!important}
.nx-pdp-premium-hero .nx-pdp-stage img{filter:drop-shadow(0 16px 18px rgba(8,24,44,.12))!important}
.nx-pdp-watermark{opacity:.78}
.nx-pdp-thumbs{gap:9px;margin-top:10px}
.nx-pdp-thumbs button{height:98px;border-radius:9px;padding:6px}
.nx-pdp-thumbs button:hover,.nx-pdp-thumbs button.is-active{box-shadow:0 0 0 2px rgba(23,105,255,.07)}

/* Right technical column */
.nx-pdp-side{top:98px;gap:12px}
.nx-pdp-code--side{min-width:0!important;max-width:none!important;padding:13px 16px;border-radius:12px;box-shadow:0 10px 24px rgba(18,57,108,.05)}
.nx-pdp-code--side strong{font-size:14px;margin-top:5px}
.nx-pdp-code--side button{margin-top:6px;font-size:10px}
.nx-pdp-specs{padding:18px;border-radius:16px;box-shadow:0 16px 38px rgba(16,56,108,.06)}
.nx-pdp-spec-title{padding-bottom:14px}
.nx-pdp-spec-title h2{font-size:25px}
.nx-pdp-spec-title p{font-size:10px}
.nx-pdp-spec-list{margin-top:6px}
.nx-pdp-spec-list>div{min-height:44px;gap:12px}
.nx-pdp-spec-list dt{font-size:11px}
.nx-pdp-spec-list dd{font-size:11.5px}
.nx-pdp-capacity{padding-left:10px!important}
.nx-pdp-capacity dd{font-size:12px!important}
.nx-pdp-actions{margin-top:14px}
.nx-pdp-actions .nx-btn{min-height:48px;border-radius:9px}
.nx-pdp-secondary{min-height:42px;border-radius:9px}
.nx-pdp-note{font-size:9px;line-height:1.5}

/* Why NOVRAX block */
.nx-pdp-features{padding:62px 0 54px}
.nx-pdp-section-heading{grid-template-columns:1fr;gap:8px;text-align:center;max-width:900px;margin:0 auto 24px}
.nx-pdp-section-heading .nx-eyebrow{margin:0 auto}
.nx-pdp-section-heading h2{font-size:clamp(30px,3vw,44px)}
.nx-pdp-feature-grid{gap:14px}
.nx-pdp-feature-grid article{min-height:178px;padding:22px;border-radius:14px;box-shadow:0 12px 30px rgba(18,57,108,.05)}
.nx-pdp-feature-grid article>span{width:34px;height:34px;border-radius:9px}
.nx-pdp-feature-grid h3{margin:18px 0 7px;font-size:16px}
.nx-pdp-feature-grid p{font-size:12px;line-height:1.62}

/* Industrial CTA band */
.nx-pdp-cta{min-height:320px;margin-bottom:0;padding:44px 48px;border-radius:18px;background-image:linear-gradient(90deg,rgba(7,17,31,.97) 0%,rgba(7,17,31,.90) 46%,rgba(7,17,31,.38) 72%,rgba(7,17,31,.16) 100%),url('../images/hero-conveyor.jpg');background-size:cover;background-position:center right;box-shadow:0 24px 60px rgba(7,17,31,.14)}
.nx-pdp-cta:before{background:radial-gradient(circle at 78% 30%,rgba(23,105,255,.22),transparent 34%)}
.nx-pdp-cta-copy{max-width:760px}
.nx-pdp-cta h2{font-size:clamp(32px,3.4vw,48px)}
.nx-pdp-cta p{max-width:680px;color:#b5c2d3;font-size:13px}
.nx-pdp-trust-points{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.nx-pdp-trust-points span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(137,185,255,.26);border-radius:999px;background:rgba(255,255,255,.05);color:#d7e6fb;font-size:10px;font-weight:800}
.nx-pdp-cta .nx-btn{min-width:210px;border-radius:9px}

/* Proof strip before footer */
.nx-pdp-proof{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 0;border-radius:0;background:linear-gradient(180deg,#0a1727,#0b1b2e);color:#fff;overflow:hidden}
.nx-pdp-proof>div{display:flex;align-items:center;justify-content:center;gap:12px;min-height:82px;padding:16px;border-right:1px solid rgba(255,255,255,.08)}
.nx-pdp-proof>div:last-child{border-right:0}
.nx-pdp-proof strong{font-size:27px;letter-spacing:-.04em;color:#fff}
.nx-pdp-proof span{font-size:11px;color:#aebed1;font-weight:700}

/* Footer refinement */
.site-footer{padding:54px 0 22px;background:linear-gradient(180deg,#081321,#07101c)}
.nx-footer-main{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:64px;align-items:start}
.nx-footer-brand .nx-footer-logo-plate{display:inline-flex;padding:10px 12px;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.2)}
.nx-footer-brand img{width:290px!important;padding:0!important;border-radius:0!important;box-shadow:none!important}
.nx-footer-brand p{max-width:420px;font-size:12px;line-height:1.65}
.nx-footer-company{margin-top:16px}
.nx-footer-company span,.nx-footer-company small{display:block}
.nx-footer-company span{font-size:11px;font-weight:900;color:#dbe7f6}
.nx-footer-company small{margin-top:4px;font-size:10px;color:#7f92aa}
.nx-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.nx-footer-nav h3{font-size:11px;letter-spacing:.03em}
.nx-footer-nav a{font-size:11px;line-height:1.45}

/* Home page polish without changing media */
.nx-hero-media{animation:none!important;box-shadow:0 24px 56px rgba(18,62,129,.12)}
.nx-hero-copy h1{font-size:clamp(54px,5.3vw,84px)}
.nx-hero-copy>p{font-size:16px}
.nx-industrial-band{background-position:center;background-size:cover}
.nx-products-panel,.nx-filter-panel,.nx-config-panel{box-shadow:0 16px 40px rgba(18,62,129,.07)}

/* Responsive QA */
@media(max-width:1280px){
  .nx-brand{width:300px}
  .nx-pdp-premium-hero{grid-template-columns:220px minmax(0,1fr)}
  .nx-pdp-premium-hero .nx-pdp-stage{height:460px!important}
}
@media(max-width:1020px){
  .nx-header-inner{height:82px}
  .nx-brand,.nx-product-detail-page .nx-brand{width:270px}
  .nx-brand img,.nx-product-detail-page .nx-brand img{height:66px}
  .nx-pdp-layout{grid-template-columns:1fr}
  .nx-pdp-side{position:relative;top:auto}
  .nx-pdp-premium-hero{grid-template-columns:1fr}
  .nx-pdp-story-main{order:1}
  .nx-pdp-story-rail{order:2;display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
  .nx-pdp-story-card:nth-child(odd){border-right:1px solid #e8eef6;padding-right:14px}
  .nx-pdp-rail-actions{grid-column:1/-1}
  .nx-pdp-code--side{max-width:none}
  .nx-pdp-proof{grid-template-columns:1fr 1fr}
  .nx-pdp-proof>div:nth-child(2){border-right:0}
  .nx-pdp-proof>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
  .nx-footer-main{grid-template-columns:1fr;gap:36px}
}
@media(max-width:720px){
  .nx-pdp{padding-top:14px}
  .nx-pdp-head{padding:16px;border-radius:14px}
  .nx-pdp-head h1{font-size:40px}
  .nx-pdp-head p{font-size:13px}
  .nx-pdp-gallery{padding:10px!important}
  .nx-pdp-story-head{padding:2px}
  .nx-pdp-story-head h2{font-size:34px}
  .nx-pdp-story-head p{font-size:12px}
  .nx-pdp-premium-hero .nx-pdp-stage{height:320px!important;border-radius:14px!important;padding:8px!important}
  .nx-pdp-thumbs button{height:72px}
  .nx-pdp-story-rail{display:block;padding:8px 12px}
  .nx-pdp-story-card:nth-child(odd){border-right:0;padding-right:0}
  .nx-pdp-story-card{grid-template-columns:42px 1fr;padding:12px 0}
  .nx-pdp-feature-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
  .nx-pdp-feature-grid article{flex:0 0 82%;scroll-snap-align:start}
  .nx-pdp-cta{grid-template-columns:1fr;min-height:360px;padding:34px 24px;background-position:62% center}
  .nx-pdp-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,17,31,.02),rgba(7,17,31,.18));pointer-events:none}
  .nx-pdp-cta .nx-btn{justify-self:stretch;width:100%}
  .nx-pdp-trust-points{gap:8px}
  .nx-pdp-proof{grid-template-columns:1fr 1fr}
  .nx-pdp-proof>div{min-height:72px;gap:8px;padding:12px}
  .nx-pdp-proof strong{font-size:22px}
  .nx-pdp-proof span{font-size:10px}
  .nx-footer-nav{grid-template-columns:1fr 1fr;gap:28px 20px}
  .nx-footer-nav>div:last-child{grid-column:1/-1}
}

/* =========================================================
   v0.7.1 — NOVRAX Technical Knowledge Center / SEO pillar
   ========================================================= */
.nx-home-knowledge{padding:96px 0;background:linear-gradient(180deg,#fff 0%,#f7faff 100%);border-top:1px solid #e8eef7}
.nx-home-knowledge-head{align-items:end;margin-bottom:34px}
.nx-home-knowledge .nx-section-intro{max-width:820px}
.nx-home-knowledge .nx-section-intro h2{max-width:760px}
.nx-home-article-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);background:#fff;border:1px solid #dfe8f4;border-radius:28px;overflow:hidden;box-shadow:0 24px 58px rgba(14,50,105,.08)}
.nx-home-article-media{position:relative;min-height:390px;background:linear-gradient(145deg,#eef5ff,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden}
.nx-home-article-media:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 26%,rgba(23,105,255,.11),transparent 34%),linear-gradient(135deg,transparent 64%,rgba(23,105,255,.05));pointer-events:none}
.nx-home-article-media img{width:92%;height:92%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 24px 28px rgba(25,53,90,.14));transition:transform .35s ease}
.nx-home-article-media:hover img{transform:scale(1.025)}
.nx-home-article-badge{position:absolute;left:24px;top:24px;display:inline-flex;min-height:31px;align-items:center;padding:0 11px;border-radius:999px;background:#0d1b33;color:#fff;font-size:10px;font-weight:900;letter-spacing:.1em}
.nx-home-article-copy{padding:48px 52px;display:flex;flex-direction:column;justify-content:center}
.nx-home-article-meta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:15px;color:#55708f;font-size:10px;font-weight:900;letter-spacing:.11em}
.nx-home-article-meta span+span:before{content:"•";margin-right:14px;color:#9db0c7}
.nx-home-article-copy h3{font-size:clamp(28px,2.3vw,42px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px;color:#0d1b33}
.nx-home-article-copy h3 a:hover{color:var(--nx-blue)}
.nx-home-article-copy>p{font-size:15px;line-height:1.75;color:#5e6f87;max-width:700px;margin:0}
.nx-home-article-actions{display:flex;align-items:center;gap:22px;margin-top:28px;flex-wrap:wrap}
.nx-home-article-product{font-size:12px;font-weight:850;color:#244f86;border-bottom:1px solid #bfcfe4;padding-bottom:3px}

.nx-knowledge-hero{padding:84px 0 70px;background:radial-gradient(circle at 78% 24%,rgba(23,105,255,.13),transparent 28%),linear-gradient(180deg,#fbfdff,#f4f8fe);border-bottom:1px solid #e1eaf4}
.nx-knowledge-hero .nx-shell{max-width:1180px}
.nx-knowledge-hero h1{max-width:900px;font-size:clamp(46px,5vw,78px);line-height:.98;letter-spacing:-.055em;margin:14px 0 22px;color:#0d1b33}
.nx-knowledge-hero h1 span{color:var(--nx-blue)}
.nx-knowledge-hero>div>p{max-width:760px;font-size:17px;line-height:1.72;color:#52657f;margin:0}
.nx-knowledge-index{padding:76px 0 108px;background:#fff}
.nx-knowledge-index-head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:34px}
.nx-knowledge-index-head h2{font-size:42px;letter-spacing:-.035em;margin:0}
.nx-knowledge-index-head>p{max-width:560px;font-size:14px;line-height:1.7;color:#65738b;margin:0}
.nx-knowledge-grid{display:grid;gap:24px}
.nx-knowledge-card--feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);border:1px solid #dfe8f4;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 20px 52px rgba(21,55,102,.08)}
.nx-knowledge-media{position:relative;min-height:370px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#edf5ff,#fff)}
.nx-knowledge-media img{width:92%;height:92%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 22px 26px rgba(20,45,82,.14))}
.nx-knowledge-media>span{position:absolute;left:22px;bottom:20px;display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(13,27,51,.94);color:#fff;font-size:9px;font-weight:900;letter-spacing:.09em}
.nx-knowledge-copy{padding:44px 48px;display:flex;flex-direction:column;justify-content:center}
.nx-knowledge-meta{display:flex;gap:16px;color:#6c7f98;font-size:10px;font-weight:850;letter-spacing:.08em;margin-bottom:14px}
.nx-knowledge-copy h2{font-size:34px;line-height:1.1;letter-spacing:-.035em;margin:0 0 15px}
.nx-knowledge-copy h2 a:hover{color:var(--nx-blue)}
.nx-knowledge-copy>p{font-size:14px;line-height:1.72;color:#607189;margin:0}
.nx-knowledge-link{display:inline-flex;align-items:center;gap:12px;margin-top:24px;font-size:13px;font-weight:900;color:#0e5de5}

.nx-article{background:#fff}
.nx-article-hero{padding:54px 0 64px;background:radial-gradient(circle at 82% 18%,rgba(23,105,255,.10),transparent 25%),linear-gradient(180deg,#fbfdff,#f5f9ff);border-bottom:1px solid #e3eaf3}
.nx-article-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:58px;align-items:center}
.nx-article-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:26px;color:#74859c;font-size:11px;font-weight:750}
.nx-article-breadcrumb a:hover{color:var(--nx-blue)}
.nx-article-breadcrumb strong{color:#263b59}
.nx-article-kicker{display:inline-flex;align-items:center;gap:9px;color:#1769ff;font-size:10px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
.nx-article-kicker:before{content:"";width:26px;height:2px;background:#1769ff;border-radius:99px}
.nx-article-hero h1{font-size:clamp(46px,4.8vw,74px);line-height:1.01;letter-spacing:-.055em;margin:16px 0 22px;color:#0c1b32}
.nx-article-hero h1 span{display:block;color:#1769ff}
.nx-article-deck{max-width:810px;font-size:17px;line-height:1.72;color:#52647e;margin:0}
.nx-article-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.nx-article-meta>span{display:flex;flex-direction:column;gap:3px;min-width:135px;padding:10px 13px;border:1px solid #dce7f5;border-radius:12px;background:rgba(255,255,255,.72);font-size:11px;color:#304866}
.nx-article-meta b{font-size:8px;letter-spacing:.09em;text-transform:uppercase;color:#7d8da1}
.nx-article-hero-media{position:relative;min-height:510px;border:1px solid #d9e4f2;border-radius:30px;background:linear-gradient(145deg,#fff,#eff5fc);box-shadow:0 26px 64px rgba(26,61,112,.11);display:flex;align-items:center;justify-content:center;overflow:hidden}
.nx-article-hero-media:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(23,105,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,105,255,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 78%)}
.nx-article-hero-media img{width:94%;height:82%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 28px 28px rgba(20,48,86,.16));z-index:1}
.nx-article-media-label{position:absolute;left:22px;top:20px;z-index:4;font-size:9px;font-weight:950;letter-spacing:.12em;color:#1769ff}
.nx-article-hero-specs{position:absolute;left:18px;right:18px;bottom:17px;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(210,222,238,.9);border-radius:14px;background:rgba(255,255,255,.91);backdrop-filter:blur(10px);overflow:hidden}
.nx-article-hero-specs span{display:flex;flex-direction:column;gap:2px;padding:11px 12px;color:#748398;font-size:9px;text-align:center;border-right:1px solid #e4ebf3}
.nx-article-hero-specs span:last-child{border-right:0}
.nx-article-hero-specs b{font-size:12px;color:#122742}

.nx-article-layout{display:grid;grid-template-columns:260px minmax(0,850px);gap:64px;justify-content:center;align-items:start;padding-top:64px;padding-bottom:112px}
.nx-article-toc{position:sticky;top:124px}
.nx-article-toc-card{border:1px solid #dde6f2;border-radius:18px;background:#fbfdff;padding:20px;box-shadow:0 14px 34px rgba(30,67,118,.06)}
.nx-article-toc-card>strong{display:block;margin-bottom:12px;font-size:9px;letter-spacing:.13em;color:#6e8098}
.nx-article-toc-card>a{display:block;padding:8px 0;border-bottom:1px solid #edf1f6;color:#354b69;font-size:11px;font-weight:780;transition:.18s}
.nx-article-toc-card>a:hover{color:#1769ff;padding-left:3px}
.nx-article-toc-cta{margin-top:18px;padding:15px;border-radius:13px;background:#0d1b33;color:#fff}
.nx-article-toc-cta small,.nx-article-toc-cta b,.nx-article-toc-cta a{display:block}
.nx-article-toc-cta small{font-size:8px;letter-spacing:.1em;color:#8fafda}
.nx-article-toc-cta b{font-size:12px;margin:5px 0 10px}
.nx-article-toc-cta a{font-size:10px;font-weight:850;color:#70b0ff}

.nx-article-content{min-width:0;color:#263b56}
.nx-article-content section{scroll-margin-top:130px;margin-top:72px}
.nx-article-content h2{font-size:clamp(31px,3vw,44px);line-height:1.12;letter-spacing:-.035em;color:#0e203a;margin:8px 0 22px}
.nx-article-content h3{font-size:22px;line-height:1.25;color:#152c49;margin:30px 0 13px}
.nx-article-content p{font-size:16px;line-height:1.82;color:#465b77;margin:0 0 20px}
.nx-article-content strong{color:#172d4c}
.nx-article-lead{font-size:20px!important;line-height:1.78!important;color:#2c4564!important}
.nx-article-section-no{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;padding:0 9px;border-radius:999px;background:#eaf2ff;color:#1769ff;font-size:9px;font-weight:950;letter-spacing:.08em}
.nx-article-content blockquote{margin:30px 0;padding:24px 26px;border:1px solid #d7e4f6;border-left:4px solid #1769ff;border-radius:0 16px 16px 0;background:#f8fbff;color:#536985;font-size:15px;line-height:1.75}
.nx-article-content blockquote strong{display:inline-block;margin-bottom:4px;font-size:18px;color:#122945}
.nx-article-principle{margin:34px 0 0;padding:30px 34px;border-radius:20px;background:linear-gradient(135deg,#0e1d34,#142c4b);color:#fff;box-shadow:0 20px 48px rgba(12,35,67,.14)}
.nx-article-principle span{display:block;font-size:9px;font-weight:950;letter-spacing:.14em;color:#6cb2ff;margin-bottom:9px}
.nx-article-principle strong{display:block;font-size:25px;line-height:1.25;color:#fff}
.nx-article-principle p{margin:9px 0 0;color:#aebfd3;font-size:13px}
.nx-article-principle--light{background:#f4f8ff;border:1px solid #dce8f7;box-shadow:none;color:#172d4c}
.nx-article-principle--light span{color:#1769ff}.nx-article-principle--light strong{color:#172d4c}
.nx-article-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
.nx-article-two-col>div{padding:22px;border:1px solid #e0e8f3;border-radius:16px;background:#fbfdff}
.nx-article-two-col h3{font-size:17px;margin:0 0 8px}
.nx-article-two-col p{font-size:13px;margin:0;line-height:1.7}
.nx-formula-card{display:flex;flex-direction:column;gap:7px;margin:28px 0 34px;padding:24px 28px;border-radius:18px;background:linear-gradient(135deg,#edf5ff,#fbfdff);border:1px solid #cfe0f7}
.nx-formula-card span{font-size:9px;font-weight:950;letter-spacing:.13em;color:#1769ff}
.nx-formula-card strong{font-size:25px;color:#0e2b52}
.nx-formula-card small{font-size:11px;line-height:1.55;color:#6a7e98}
.nx-article-table-wrap{overflow-x:auto;margin:24px 0 32px;border:1px solid #dae4f0;border-radius:16px}
.nx-article-table{width:100%;border-collapse:collapse;background:#fff;min-width:560px}
.nx-article-table th{padding:14px 16px;background:#0e2039;color:#fff;text-align:left;font-size:10px;letter-spacing:.06em}
.nx-article-table td{padding:14px 16px;border-bottom:1px solid #e8edf4;font-size:13px;color:#536680}
.nx-article-table tr:last-child td{border-bottom:0}
.nx-article-table td strong{color:#17365d}
.nx-article-table-compare th:first-child,.nx-article-table-compare td:first-child{width:24%}
.nx-tech-note{margin:30px 0;padding:26px 28px;border-radius:18px;border:1px solid #bcd4f5;background:#f4f9ff;box-shadow:inset 4px 0 0 #1769ff}
.nx-tech-note>span{font-size:9px;font-weight:950;letter-spacing:.13em;color:#1769ff}
.nx-tech-note h3{margin:7px 0 9px;font-size:21px}.nx-tech-note p{font-size:14px;margin:0}
.nx-article-warning{margin:26px 0;padding:22px 24px;border-radius:16px;background:#fffaf2;border:1px solid #f0dfbd}
.nx-article-warning>strong{display:block;font-size:16px;margin-bottom:6px;color:#6f4b0d}.nx-article-warning p{font-size:13px;margin:0;color:#6d604e}
.nx-process-line{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:28px 0;padding:18px;border:1px solid #dce5f1;border-radius:15px;background:#fbfdff}
.nx-process-line span{flex:1;text-align:center;font-size:10px;font-weight:850;color:#284969}.nx-process-line i{font-style:normal;color:#1769ff;font-weight:900}
.nx-article-decision{margin:28px 0;padding:26px 28px;border:1px solid #d9e5f4;border-radius:18px;background:#fbfdff}
.nx-article-decision>span{font-size:9px;font-weight:950;letter-spacing:.13em;color:#1769ff}
.nx-article-decision>strong{display:block;font-size:21px;line-height:1.35;margin:6px 0 16px}
.nx-article-decision>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nx-article-decision p{margin:0;padding:14px;border-radius:12px;background:#fff;border:1px solid #e5ebf3;font-size:12px;line-height:1.6}
.nx-article-brand-statement{margin:34px 0;padding:34px;border-radius:22px;background:linear-gradient(135deg,#0d1b33,#103b72);box-shadow:0 24px 58px rgba(13,39,76,.16)}
.nx-article-brand-statement small{display:block;margin-bottom:8px;font-size:9px;font-weight:950;letter-spacing:.14em;color:#72b6ff}.nx-article-brand-statement strong{display:block;font-size:29px;line-height:1.25;color:#fff}
.nx-data-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:26px}
.nx-data-grid>div{min-height:132px;padding:18px;border:1px solid #dfe7f1;border-radius:15px;background:#fbfdff}
.nx-data-grid b{display:block;color:#1769ff;font-size:10px}.nx-data-grid span{display:block;margin:12px 0 4px;font-size:13px;font-weight:900;color:#183453}.nx-data-grid small{font-size:10px;line-height:1.45;color:#718299}
.nx-article-faq details{border-bottom:1px solid #e1e8f1}
.nx-article-faq summary{cursor:pointer;list-style:none;padding:20px 42px 20px 0;position:relative;font-size:15px;font-weight:850;color:#173250}
.nx-article-faq summary::-webkit-details-marker{display:none}
.nx-article-faq summary:after{content:"+";position:absolute;right:4px;top:14px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:#1769ff;font-size:18px}
.nx-article-faq details[open] summary:after{content:"−"}
.nx-article-faq details p{font-size:14px;padding:0 42px 19px 0;margin:0;color:#5a6d85}
.nx-article-conclusion{padding:36px!important;border-radius:24px;background:linear-gradient(145deg,#f5f9ff,#fff);border:1px solid #dce7f4}
.nx-article-conclusion h2{margin-top:0}
.nx-article-final-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

.nx-pdp-guide-link{display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;margin:34px 0 26px;padding:26px 28px;border:1px solid #d8e4f2;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#fff);box-shadow:0 14px 36px rgba(18,57,109,.06)}
.nx-pdp-guide-mark{display:flex;align-items:center;gap:10px;padding-right:24px;border-right:1px solid #dfe8f2}.nx-pdp-guide-mark>span{font-size:28px;font-weight:950;letter-spacing:-.05em;color:#1769ff}.nx-pdp-guide-mark small{font-size:8px;font-weight:900;letter-spacing:.08em;line-height:1.35;color:#7890aa}
.nx-pdp-guide-copy .nx-eyebrow{margin-bottom:7px}.nx-pdp-guide-copy h2{font-size:21px;line-height:1.2;margin:0 0 7px;color:#142b49}.nx-pdp-guide-copy p{font-size:12px;line-height:1.6;color:#657890;margin:0;max-width:700px}
.nx-pdp-guide-action{display:flex;align-items:center;gap:18px;min-width:190px;padding:14px 16px;border-radius:13px;background:#0d1b33;color:#fff}.nx-pdp-guide-action span{display:flex;flex-direction:column;font-size:12px;font-weight:850}.nx-pdp-guide-action small{margin-top:2px;font-size:9px;font-weight:600;color:#8fa9c8}.nx-pdp-guide-action b{font-size:18px;color:#68adff}

@media(max-width:1180px){
  .nx-article-hero-grid{grid-template-columns:1fr;gap:34px}.nx-article-hero-media{min-height:440px;max-width:820px;width:100%}
  .nx-article-layout{grid-template-columns:220px minmax(0,760px);gap:36px}
  .nx-data-grid{grid-template-columns:repeat(2,1fr)}
  .nx-home-article-copy{padding:38px}.nx-knowledge-copy{padding:38px}
  .nx-pdp-guide-link{grid-template-columns:auto 1fr}.nx-pdp-guide-action{grid-column:2;width:max-content}
}
@media(max-width:900px){
  .nx-home-knowledge{padding:72px 0}.nx-home-article-card,.nx-knowledge-card--feature{grid-template-columns:1fr}.nx-home-article-media,.nx-knowledge-media{min-height:330px}
  .nx-article-hero{padding:42px 0 48px}.nx-article-layout{display:block;padding-top:42px;padding-bottom:84px}.nx-article-toc{position:static;margin-bottom:34px}.nx-article-toc-card{display:grid;grid-template-columns:repeat(3,1fr);gap:0 16px}.nx-article-toc-card>strong,.nx-article-toc-cta{grid-column:1/-1}.nx-article-toc-card>a{font-size:10px}
  .nx-knowledge-index-head{display:block}.nx-knowledge-index-head>p{margin-top:14px}.nx-article-content section{margin-top:60px}
}
@media(max-width:680px){
  .nx-home-knowledge{padding:58px 0}.nx-home-knowledge-head{display:block}.nx-home-knowledge-head .nx-text-link{margin-top:12px}.nx-home-article-media,.nx-knowledge-media{min-height:260px}.nx-home-article-copy,.nx-knowledge-copy{padding:28px 24px}.nx-home-article-copy h3,.nx-knowledge-copy h2{font-size:27px}.nx-home-article-actions{align-items:stretch}.nx-home-article-actions .nx-btn{width:100%}
  .nx-knowledge-hero{padding:52px 0 46px}.nx-knowledge-hero h1{font-size:42px}.nx-knowledge-index{padding:56px 0 78px}
  .nx-article-hero{padding-top:28px}.nx-article-hero h1{font-size:41px}.nx-article-deck{font-size:15px}.nx-article-meta>span{min-width:calc(50% - 6px);flex:1}.nx-article-hero-media{min-height:340px;border-radius:22px}.nx-article-hero-media img{height:74%}.nx-article-hero-specs{grid-template-columns:1fr 1fr}.nx-article-hero-specs span:nth-child(2){border-right:0}.nx-article-hero-specs span:nth-child(-n+2){border-bottom:1px solid #e4ebf3}
  .nx-article-layout{padding-top:30px}.nx-article-toc-card{display:block}.nx-article-content h2{font-size:30px}.nx-article-content p{font-size:15px}.nx-article-lead{font-size:18px!important}.nx-article-two-col,.nx-article-decision>div{grid-template-columns:1fr}.nx-process-line{display:grid;grid-template-columns:1fr}.nx-process-line i{transform:rotate(90deg);text-align:center}.nx-data-grid{grid-template-columns:1fr 1fr}.nx-article-brand-statement strong{font-size:24px}.nx-article-conclusion{padding:26px!important}.nx-article-final-actions .nx-btn{width:100%}
  .nx-pdp-guide-link{grid-template-columns:1fr;padding:22px}.nx-pdp-guide-mark{border-right:0;border-bottom:1px solid #dfe8f2;padding:0 0 15px}.nx-pdp-guide-action{grid-column:auto;width:100%;justify-content:space-between}
}

/* =========================================================
   v0.7.2 — Rulo Aralığı Teknik Hesaplama Rehberi
   Approved infographic preserved as an exact source asset.
   ========================================================= */
.nx-home-article-media.is-infographic,.nx-knowledge-media.is-infographic{background:#fff}
.nx-home-article-media.is-infographic:before{background:linear-gradient(145deg,#f7fbff,#fff)}
.nx-home-article-media.is-infographic img,.nx-knowledge-media.is-infographic img{width:96%;height:96%;object-fit:contain;mix-blend-mode:normal;filter:none}
.nx-home-article-media.is-infographic:hover img{transform:scale(1.01)}

.nx-calc-article{background:#fff;color:#182e4b}
.nx-calc-hero{position:relative;overflow:hidden;padding:42px 0 48px;border-bottom:1px solid #e4ebf4;background:#f9fbfe}
.nx-calc-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 42%,rgba(255,255,255,.73) 64%,rgba(255,255,255,.24) 100%),var(--nx-calc-bg);background-repeat:no-repeat;background-size:cover,58% auto;background-position:center,right center;opacity:.98}
.nx-calc-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(242,247,253,.30));pointer-events:none}
.nx-calc-hero>.nx-shell{position:relative;z-index:2}
.nx-calc-hero .nx-article-breadcrumb{margin-bottom:30px}
.nx-calc-hero-copy{max-width:820px;padding:6px 0 0}
.nx-calc-hero h1{font-size:clamp(48px,5.6vw,78px);line-height:.98;letter-spacing:-.055em;margin:15px 0 4px;color:#0c1c34}
.nx-calc-hero h2{font-size:clamp(24px,2.5vw,38px);line-height:1.12;letter-spacing:-.025em;margin:0 0 20px;color:#4b5f7f;font-weight:650}
.nx-calc-hero-copy>p{max-width:760px;margin:0;color:#4e6380;font-size:16px;line-height:1.7}
.nx-calc-meta{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap;margin-top:26px}
.nx-calc-meta>span{min-width:120px;padding:9px 12px;border:1px solid rgba(210,222,237,.88);border-radius:11px;background:rgba(255,255,255,.82);backdrop-filter:blur(7px);display:flex;flex-direction:column;gap:2px;color:#344c6c;font-size:10px}
.nx-calc-meta b{font-size:7px;letter-spacing:.11em;color:#8292a8;text-transform:uppercase}
.nx-calc-hero-signature{position:absolute;right:6px;top:42px;display:flex;flex-direction:column;align-items:flex-end;padding-right:14px;border-right:2px solid #1769ff;color:#5d7290;font-size:9px;font-weight:850;letter-spacing:.17em;line-height:1.55}

.nx-calc-shell{padding-top:34px;padding-bottom:104px}
.nx-calc-infographic{margin:0;border:1px solid #dbe6f3;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 18px 48px rgba(20,55,102,.08)}
.nx-calc-infographic img{display:block;width:100%;height:auto;background:#fff}
.nx-calc-infographic figcaption{padding:11px 18px;border-top:1px solid #e8eef6;background:#fbfdff;color:#72839a;font-size:10px;line-height:1.55}

.nx-calc-summary{display:grid;grid-template-columns:1fr 1fr 1.08fr;gap:14px;margin:18px 0 54px}
.nx-calc-summary>article{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:start;min-height:132px;padding:20px;border:1px solid #dfe8f3;border-radius:16px;background:linear-gradient(145deg,#fbfdff,#f5f9fe)}
.nx-calc-summary>article>span{width:38px;height:38px;border-radius:12px;background:#eaf3ff;color:#1769ff;display:grid;place-items:center;font-size:10px;font-weight:950}
.nx-calc-summary strong{display:block;font-size:15px;color:#183453;margin:1px 0 7px}
.nx-calc-summary p{margin:0;color:#60748d;font-size:11px;line-height:1.6}
.nx-calc-summary p b{color:#17365f}
.nx-calc-summary-cta{background:linear-gradient(135deg,#0d1b33,#0c376a)!important;border-color:#0d376c!important}
.nx-calc-summary-cta>span{background:rgba(255,255,255,.10)!important;color:#73b3ff!important}
.nx-calc-summary-cta strong{color:#fff}.nx-calc-summary-cta p{color:#aabed6}.nx-calc-summary-cta a{display:inline-flex;margin-top:10px;color:#71b6ff;font-size:10px;font-weight:900}

.nx-calc-layout{display:grid;grid-template-columns:minmax(0,860px) 270px;gap:60px;align-items:start;justify-content:center}
.nx-calc-content{min-width:0}
.nx-calc-content section{scroll-margin-top:130px;margin-top:66px}
.nx-calc-content section:first-child{margin-top:0}
.nx-calc-content h2{font-size:clamp(31px,3vw,43px);line-height:1.12;letter-spacing:-.035em;color:#0e203a;margin:8px 0 20px}
.nx-calc-content h3{color:#17314f}
.nx-calc-content p{font-size:16px;line-height:1.82;color:#465b77;margin:0 0 19px}
.nx-calc-content strong{color:#19385f}
.nx-calc-content sub{font-size:.62em;vertical-align:-.16em}

.nx-calc-formula{margin:28px 0 30px;padding:27px 30px;border:1px solid #c9ddf8;border-radius:18px;background:linear-gradient(135deg,#eef6ff,#fbfdff);text-align:center}
.nx-calc-formula small{display:block;font-size:9px;font-weight:950;letter-spacing:.13em;color:#1769ff;margin-bottom:8px}
.nx-calc-formula strong{display:block;font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.025em;color:#0e315e}
.nx-calc-formula p{margin:10px 0 0!important;font-size:11px!important;line-height:1.55!important;color:#657b96!important}
.nx-calc-formula--blue{background:linear-gradient(135deg,#0e315e,#0f66c5);border-color:#0d5caf;box-shadow:0 18px 38px rgba(14,75,142,.13)}
.nx-calc-formula--blue small{color:#9bd0ff}.nx-calc-formula--blue strong{color:#fff}.nx-calc-formula--blue p{color:#d5e8fb!important}.nx-calc-formula--blue p b{color:#fff}
.nx-calc-equation-row{display:grid;grid-template-columns:1fr auto 1fr auto 1.25fr;gap:12px;align-items:stretch;margin:28px 0;padding:18px;border:1px solid #dce6f3;border-radius:17px;background:#fbfdff}
.nx-calc-equation-row>div{display:flex;flex-direction:column;justify-content:center;min-height:86px;padding:15px;border-radius:12px;background:#fff;border:1px solid #e5ebf3;text-align:center}
.nx-calc-equation-row small{font-size:9px;color:#788aa1}.nx-calc-equation-row strong{font-size:23px;color:#173a67;margin-top:5px}
.nx-calc-equation-row i{align-self:center;font-style:normal;color:#1769ff;font-size:23px;font-weight:900}
.nx-calc-equation-row .is-result{background:#eaf4ff;border-color:#bcd9fb}.nx-calc-equation-row .is-result strong{color:#0d63d8}
.nx-data-grid--calc{grid-template-columns:repeat(4,1fr)}
.nx-calc-checklist{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:24px 0 0}
.nx-calc-checklist>div{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:center;min-height:72px;padding:14px 16px;border:1px solid #dfe7f1;border-radius:13px;background:#fbfdff}
.nx-calc-checklist b{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eaf3ff;color:#1769ff;font-size:9px}
.nx-calc-checklist span{font-size:12px;line-height:1.45;font-weight:800;color:#294965}

.nx-calc-sidebar{position:sticky;top:118px;display:grid;gap:15px}
.nx-calc-side-card{padding:20px;border:1px solid #dde7f3;border-radius:16px;background:#fbfdff;box-shadow:0 12px 30px rgba(21,56,103,.05)}
.nx-calc-side-card>strong{display:block;margin-bottom:13px;color:#6b7e96;font-size:9px;font-weight:950;letter-spacing:.12em}
.nx-calc-toc>a{display:block;padding:8px 0;border-bottom:1px solid #e9eef5;color:#36506f;font-size:10px;font-weight:780;transition:.18s}
.nx-calc-toc>a:last-child{border-bottom:0}.nx-calc-toc>a:hover{color:#1769ff;padding-left:3px}
.nx-calc-related{display:block;padding:15px;border-radius:12px;background:#fff;border:1px solid #e4ebf3}
.nx-calc-related span,.nx-calc-related b,.nx-calc-related small,.nx-calc-related em{display:block}
.nx-calc-related span{font-size:8px;font-weight:950;letter-spacing:.1em;color:#1769ff}.nx-calc-related b{margin:7px 0 5px;font-size:14px;line-height:1.3;color:#163553}.nx-calc-related small{color:#74859a;font-size:9px;line-height:1.45}.nx-calc-related em{margin-top:11px;color:#0f62d9;font-size:9px;font-style:normal;font-weight:900}
.nx-calc-side-dark{background:linear-gradient(145deg,#0d1b33,#113866);border-color:#123865;color:#fff}
.nx-calc-side-dark small{display:block;color:#75b6ff;font-size:8px;font-weight:900;letter-spacing:.11em}.nx-calc-side-dark>strong{margin:9px 0 14px;color:#fff;font-size:16px;line-height:1.35;letter-spacing:0}.nx-calc-side-dark a{display:inline-flex;padding:10px 12px;border-radius:9px;background:#1769ff;color:#fff;font-size:9px;font-weight:900}

@media(max-width:1100px){
  .nx-calc-layout{grid-template-columns:minmax(0,1fr) 230px;gap:34px}
  .nx-calc-summary{grid-template-columns:1fr 1fr}.nx-calc-summary-cta{grid-column:1/-1}
  .nx-calc-hero:before{background-size:cover,72% auto;background-position:center,125% center}
}
@media(max-width:860px){
  .nx-calc-layout{display:block}.nx-calc-sidebar{position:static;margin-top:42px;grid-template-columns:1fr 1fr}.nx-calc-toc{grid-row:span 2}
  .nx-calc-hero:before{background-image:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.90)),var(--nx-calc-bg);background-size:cover,cover;background-position:center,center}
  .nx-calc-hero-signature{display:none}
  .nx-data-grid--calc{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .nx-calc-hero{padding:28px 0 34px}.nx-calc-hero .nx-article-breadcrumb{margin-bottom:22px}.nx-calc-hero h1{font-size:42px}.nx-calc-hero h2{font-size:24px}.nx-calc-hero-copy>p{font-size:14px}
  .nx-calc-meta>span{min-width:calc(50% - 5px);flex:1}.nx-calc-shell{padding-top:20px;padding-bottom:72px}
  .nx-calc-infographic{border-radius:14px;overflow-x:auto}.nx-calc-infographic img{min-width:740px}.nx-calc-infographic figcaption{font-size:9px}
  .nx-calc-summary{grid-template-columns:1fr;margin-bottom:40px}.nx-calc-summary-cta{grid-column:auto}
  .nx-calc-content section{margin-top:52px}.nx-calc-content h2{font-size:30px}.nx-calc-content p{font-size:15px}
  .nx-calc-equation-row{grid-template-columns:1fr}.nx-calc-equation-row i{transform:rotate(90deg)}
  .nx-calc-checklist,.nx-data-grid--calc{grid-template-columns:1fr}
  .nx-calc-sidebar{display:grid;grid-template-columns:1fr}.nx-calc-toc{grid-row:auto}
  .nx-calc-formula{padding:23px 18px}.nx-calc-formula strong{font-size:35px}
}

/* v0.7.3 — Article brand statement contrast hotfix */
body .nx-article-content .nx-article-brand-statement strong{
  color:#fff!important;
  opacity:1!important;
  -webkit-text-fill-color:#fff;
  text-shadow:0 1px 0 rgba(0,0,0,.08);
}
body .nx-article-content .nx-article-brand-statement small{
  color:#8fc8ff!important;
  opacity:1!important;
  -webkit-text-fill-color:#8fc8ff;
}

/* v0.7.5 — Düz Bantlı Konveyör customer-facing variant controls */
.nx-pdp-variant-switch{padding:14px 16px;border:1px solid #dce4ee;border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(18,57,108,.05)}
.nx-pdp-variant-switch>small{display:block;margin-bottom:9px;color:#8495aa;font-size:9px;font-weight:900;letter-spacing:.13em}
.nx-pdp-variant-switch>div{display:flex;gap:8px;flex-wrap:wrap}
.nx-pdp-variant-switch a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid #d7e2ef;border-radius:8px;background:#f8fbff;color:#40536f;font-size:11px;font-weight:850;transition:.18s}
.nx-pdp-variant-switch a:hover,.nx-pdp-variant-switch a.is-active{border-color:#1769ff;background:#1769ff;color:#fff;box-shadow:0 8px 18px rgba(23,105,255,.16)}
.nx-belt-swatch{display:inline-block;width:11px;height:11px;margin-right:7px;border:1px solid rgba(0,0,0,.16);border-radius:50%;vertical-align:-1px}
.nx-belt-swatch--black{background:#17191c}
@media(max-width:680px){.nx-pdp-variant-switch a{flex:1 1 0}}

/* v0.7.6 Düz Bantlı colour/material variants */
.nx-belt-swatch--blk,.nx-belt-swatch--black{background:#17191c}
.nx-belt-swatch--grn{background:#77d400}
.nx-belt-swatch--blu{background:#1769ff}
.nx-belt-swatch--wht{background:#f7f8fa;border-color:#9aa8ba}
.nx-pdp-variant-switch a{line-height:1.18;text-align:center}
@media(max-width:680px){.nx-pdp-variant-switch a{flex:1 1 44%;padding:8px 9px}}

/* v0.7.7 — Düz Bantlı Konveyör family landing */
.nx-family-page{padding:28px 0 72px;background:linear-gradient(180deg,#f8fbff 0,#fff 32%,#fff 100%)}
.nx-family-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:end;padding:36px 0 30px;border-bottom:1px solid #dce6f2}
.nx-family-hero h1{margin:8px 0 14px;font-size:clamp(42px,5vw,72px);line-height:.95;letter-spacing:-.045em;color:#0b1d3a}
.nx-family-hero h1 span{color:#1268f3}.nx-family-hero p{max-width:820px;margin:0;color:#5d6d84;font-size:17px;line-height:1.72}
.nx-family-summary{padding:22px 24px;border:1px solid #d8e4f2;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(12,39,78,.07)}
.nx-family-summary strong{display:block;font-size:44px;line-height:1;color:#1268f3}.nx-family-summary span{display:block;margin-top:7px;font-weight:800;color:#0c2344}.nx-family-summary small{display:block;margin-top:8px;color:#728096;line-height:1.45}
.nx-family-tabs{display:flex;gap:10px;padding:28px 0 16px;overflow:auto}.nx-family-tabs a{white-space:nowrap;padding:11px 16px;border:1px solid #d8e4f2;border-radius:999px;background:#fff;color:#17365e;font-weight:800;text-decoration:none}.nx-family-tabs a.is-active{background:#0c2344;color:#fff;border-color:#0c2344}.nx-family-tabs b{margin-left:6px;color:#3f8cff}.nx-family-tabs a.is-active b{color:#8fc0ff}
.nx-family-section-head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin:14px 0 22px}.nx-family-section-head h2{margin:5px 0 0;font-size:34px;color:#0b1d3a}.nx-family-section-head p{max-width:520px;margin:0;color:#66758a;line-height:1.6}
.nx-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.nx-family-card{overflow:hidden;border:1px solid #d9e4f0;border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(10,37,76,.065)}
.nx-family-card-image{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;padding:18px;background:linear-gradient(180deg,#fbfdff,#f5f9fd);overflow:hidden}.nx-family-card-image img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 16px rgba(23,42,70,.12))}.nx-family-card-image .nx-pdp-watermark{z-index:1}
.nx-family-card-body{padding:20px 20px 22px}.nx-family-card-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px}.nx-family-card-chips span{padding:6px 9px;border-radius:8px;background:#edf5ff;color:#1268f3;font-size:11px;font-weight:900;letter-spacing:.035em}.nx-family-card-body h3{margin:0 0 8px;color:#0b1d3a;font-size:21px;line-height:1.25}.nx-family-card-body>p{min-height:42px;margin:0 0 15px;color:#68778c;line-height:1.5;font-size:13px}
.nx-family-card dl{margin:0 0 17px;border-top:1px solid #edf1f6}.nx-family-card dl div{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid #edf1f6;font-size:12px}.nx-family-card dt{color:#7b889b}.nx-family-card dd{margin:0;text-align:right;font-weight:800;color:#142d50}.nx-family-card-link{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:10px;background:#0d64e8;color:#fff!important;text-decoration:none;font-weight:900}.nx-family-card-link:hover{background:#0a54c6}
.nx-family-guide{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-top:34px;padding:28px 30px;border-radius:22px;background:linear-gradient(115deg,#0a1d39,#103e78);color:#fff}.nx-family-guide h2{margin:5px 0 8px;font-size:31px}.nx-family-guide p{max-width:770px;margin:0;color:#d8e8ff;line-height:1.6}.nx-family-guide .nx-eyebrow{color:#6eafff}
@media(max-width:1000px){.nx-family-hero{grid-template-columns:1fr}.nx-family-summary{max-width:420px}.nx-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.nx-family-page{padding-top:18px}.nx-family-hero{padding-top:24px;gap:20px}.nx-family-hero h1{font-size:43px}.nx-family-grid{grid-template-columns:1fr}.nx-family-section-head{display:block}.nx-family-section-head p{margin-top:10px}.nx-family-guide{display:block;padding:24px 20px}.nx-family-guide .nx-btn{margin-top:18px;width:100%;justify-content:center}}

/* v0.8.0 — Düz bantlı knowledge cluster + engineering calculators */
.nx-article-product-hero{margin:0 0 20px;border:1px solid #dce6f2;border-radius:22px;background:linear-gradient(145deg,#fff,#f8fbff);overflow:hidden;box-shadow:0 18px 48px rgba(20,55,102,.07)}
.nx-article-product-hero img{display:block;width:100%;height:520px;object-fit:contain;padding:34px;background:#fff}
.nx-article-product-hero figcaption{padding:12px 18px;border-top:1px solid #e8eef6;color:#71839a;background:#fbfdff;font-size:10px;line-height:1.55}
.nx-belt-article .nx-calc-hero:before{background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 45%,rgba(255,255,255,.86) 64%,rgba(255,255,255,.48) 100%),var(--nx-calc-bg);background-size:cover,50% auto;background-position:center,92% center}
.nx-food-article .nx-calc-summary-cta{background:linear-gradient(135deg,#09253b,#0b577f)!important}
.nx-article-brand-statement .nx-btn{margin-top:20px}

.nx-family-knowledge{margin:70px 0 26px;padding:38px;border:1px solid #dbe6f3;border-radius:24px;background:linear-gradient(145deg,#f8fbff,#fff);box-shadow:0 18px 48px rgba(18,53,98,.06)}
.nx-family-knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}
.nx-family-knowledge-grid>article{padding:28px;border:1px solid #dfe7f2;border-radius:18px;background:#fff}
.nx-family-knowledge-grid>article.is-food{background:linear-gradient(145deg,#f8fdff,#eff9ff);border-color:#cfe6f5}
.nx-family-knowledge-grid>article>span{display:block;color:#1769ff;font-size:9px;font-weight:950;letter-spacing:.12em}
.nx-family-knowledge-grid h3{margin:9px 0 10px;color:#17314f;font-size:23px;line-height:1.2;letter-spacing:-.02em}
.nx-family-knowledge-grid p{margin:0;color:#63768c;font-size:13px;line-height:1.68}
.nx-family-knowledge-grid article>div{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.nx-family-knowledge-grid a{padding:10px 13px;border-radius:10px;background:#edf5ff;color:#0f61d8;font-size:10px;font-weight:900}
.nx-family-knowledge-grid a:first-child{background:#1769ff;color:#fff}

.nx-pdp-knowledge-bridge{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin:38px 0 28px;padding:28px 30px;border:1px solid #dce7f4;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#eef6ff)}
.nx-pdp-knowledge-bridge h2{margin:6px 0 8px;color:#112b49;font-size:27px;line-height:1.18;letter-spacing:-.025em}
.nx-pdp-knowledge-bridge p{max-width:760px;margin:0;color:#5b7089;font-size:13px;line-height:1.65}
.nx-pdp-knowledge-actions{display:flex;flex-direction:column;gap:8px;min-width:190px}
.nx-pdp-knowledge-actions a{display:flex;justify-content:center;padding:11px 14px;border-radius:10px;background:#1769ff;color:#fff;font-size:10px;font-weight:900}
.nx-pdp-knowledge-actions a+ a{background:#fff;color:#155fca;border:1px solid #cddff4}

.nx-knowledge-tool-link{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:34px;padding:28px 30px;border-radius:20px;background:linear-gradient(135deg,#0d1b33,#103d76);color:#fff}
.nx-knowledge-tool-link span{display:block;color:#77baff;font-size:9px;font-weight:950;letter-spacing:.12em;margin-bottom:6px}
.nx-knowledge-tool-link strong{font-size:21px;line-height:1.3}

.nx-tool-archive-hero{padding:52px 0 62px;background:linear-gradient(135deg,#f9fbfe,#edf5ff);border-bottom:1px solid #e0e8f2}
.nx-tool-archive-hero h1{margin:14px 0 12px;color:#0d213c;font-size:clamp(42px,5vw,70px);line-height:1;letter-spacing:-.05em}
.nx-tool-archive-hero h1 span{color:#1769ff}
.nx-tool-archive-hero p{max-width:820px;margin:0;color:#5b718d;font-size:16px;line-height:1.72}
.nx-tool-archive{padding:60px 0 100px;background:#fff}
.nx-tool-archive-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.nx-tool-card{padding:34px;border:1px solid #dfe8f3;border-radius:22px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 18px 50px rgba(19,55,99,.06)}
.nx-tool-card>span{color:#1769ff;font-size:9px;font-weight:950;letter-spacing:.12em}
.nx-tool-card h2{margin:9px 0 12px;color:#122d4c;font-size:30px;line-height:1.15;letter-spacing:-.025em}
.nx-tool-card p{margin:0 0 22px;color:#60748d;font-size:13px;line-height:1.68}

.nx-engineering-tool{background:#f8fbff;color:#17314f;padding-bottom:96px}
.nx-engineering-tool-hero{padding:42px 0 52px;border-bottom:1px solid #dce6f3;background:linear-gradient(135deg,#fff,#eef6ff)}
.nx-engineering-tool--food .nx-engineering-tool-hero{background:linear-gradient(135deg,#fff,#eefaff)}
.nx-engineering-tool-hero h1{max-width:920px;margin:16px 0 14px;color:#0e223d;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.05em}
.nx-engineering-tool-hero h1 span{display:block;color:#1769ff}
.nx-engineering-tool-hero p{max-width:820px;margin:0;color:#58708c;font-size:16px;line-height:1.72}
.nx-tool-disclaimer{max-width:920px;margin-top:22px;padding:12px 15px;border-left:3px solid #1769ff;border-radius:0 10px 10px 0;background:#fff;color:#5b7087;font-size:11px;line-height:1.58;box-shadow:0 9px 24px rgba(18,53,99,.05)}
.nx-tool-workspace{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;align-items:start;padding-top:34px}
.nx-tool-input-card,.nx-tool-result-card{padding:28px;border:1px solid #dce6f2;border-radius:22px;background:#fff;box-shadow:0 18px 52px rgba(20,55,102,.07)}
.nx-tool-result-card{position:sticky;top:110px}
.nx-tool-card-head{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;padding-bottom:20px;border-bottom:1px solid #e7edf5}
.nx-tool-card-head>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eaf3ff;color:#1769ff;font-size:10px;font-weight:950}
.nx-tool-card-head small{display:block;color:#7c8da4;font-size:8px;font-weight:950;letter-spacing:.12em}
.nx-tool-card-head h2{margin:3px 0 0;color:#17314f;font-size:23px;letter-spacing:-.02em}
.nx-tool-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}
.nx-tool-form-grid label>span{display:block;margin-bottom:7px;color:#39536e;font-size:10px;font-weight:850}
.nx-tool-form-grid label>span small{font-weight:600;color:#8091a6}
.nx-tool-form-grid label>div{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid #d9e3ef;border-radius:11px;background:#fbfdff;overflow:hidden}
.nx-tool-form-grid input{width:100%;padding:13px 12px;border:0;outline:0;background:transparent;color:#173451;font:inherit;font-size:14px;font-weight:800}
.nx-tool-form-grid em{padding:0 11px;color:#7b8da4;font-size:9px;font-style:normal;font-weight:800}
.nx-tool-form-grid .nx-tool-select{display:block}
.nx-tool-form-grid select{width:100%;height:44px;padding:0 34px 0 12px;border:1px solid #d9e3ef;border-radius:11px;background:#fbfdff;color:#294862;font:inherit;font-size:11px;font-weight:800;outline:0}
.nx-tool-calc-button{width:100%;justify-content:center;margin-top:20px}
.nx-tool-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:22px}
.nx-tool-result-grid article{min-height:112px;padding:16px;border:1px solid #e0e8f2;border-radius:14px;background:linear-gradient(145deg,#fbfdff,#f5f9fe)}
.nx-tool-result-grid small,.nx-tool-result-grid strong,.nx-tool-result-grid span{display:block}
.nx-tool-result-grid small{color:#7b8ca1;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.nx-tool-result-grid strong{margin:6px 0 4px;color:#103f77;font-size:21px;line-height:1.15}
.nx-tool-result-grid span{color:#74869c;font-size:9px;line-height:1.45}
.nx-tool-score{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}
.nx-tool-score>div{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;padding:11px;border:1px solid #dfe9f1;border-radius:11px;background:#f8fcfa}
.nx-tool-score i{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#e6f7ec;color:#218a4b;font-size:11px;font-style:normal;font-weight:950}
.nx-tool-score b,.nx-tool-score em{display:block}.nx-tool-score b{color:#29465f;font-size:9px}.nx-tool-score em{margin-top:2px;color:#5e7a6b;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.05em}
.nx-tool-score .is-warning{background:#fffaf1;border-color:#f0e1bd}.nx-tool-score .is-warning i{background:#fff0ca;color:#a26d00}.nx-tool-score .is-warning em{color:#96711b}
.nx-tool-score--food{grid-template-columns:1fr}
.nx-tool-recommendation{margin:17px 0;padding:19px;border-radius:15px;background:linear-gradient(135deg,#0d1c34,#10477f);color:#fff}
.nx-tool-recommendation span{display:block;color:#82c1ff;font-size:8px;font-weight:950;letter-spacing:.11em}
.nx-tool-recommendation h3{margin:6px 0 7px;color:#fff;font-size:21px;line-height:1.18}
.nx-tool-recommendation p{margin:0;color:#c5d8eb;font-size:10px;line-height:1.6}
.nx-tool-result-card>.nx-btn{width:100%;justify-content:center}
.nx-tool-tech-strip,.nx-food-gates{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.nx-food-gates{grid-template-columns:repeat(4,1fr)}
.nx-tool-tech-strip article,.nx-food-gates article{padding:22px;border:1px solid #dce6f1;border-radius:16px;background:#fff}
.nx-tool-tech-strip span,.nx-food-gates span{display:block;color:#1769ff;font-size:8px;font-weight:950;letter-spacing:.1em}
.nx-tool-tech-strip h3,.nx-food-gates h3{margin:7px 0;color:#193650;font-size:15px}
.nx-tool-tech-strip strong{display:block;margin:10px 0;color:#0f5fc9;font-size:25px}
.nx-tool-tech-strip p,.nx-food-gates p{margin:0;color:#6b7e94;font-size:10px;line-height:1.55}
.nx-tool-related{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.nx-tool-related>a{padding:22px;border:1px solid #dce6f2;border-radius:16px;background:#fff;transition:.2s}
.nx-tool-related>a:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(18,54,98,.07)}
.nx-tool-related small,.nx-tool-related strong,.nx-tool-related span{display:block}.nx-tool-related small{color:#1769ff;font-size:8px;font-weight:950;letter-spacing:.1em}.nx-tool-related strong{margin:6px 0;color:#193a58;font-size:16px}.nx-tool-related span{color:#6c8096;font-size:9px;font-weight:800}

@media (max-width:1050px){
  .nx-tool-workspace{grid-template-columns:1fr}.nx-tool-result-card{position:static}.nx-food-gates{grid-template-columns:1fr 1fr}
  .nx-belt-article .nx-calc-hero:before{background-size:cover,66% auto;background-position:center,125% center}
}
@media (max-width:760px){
  .nx-article-product-hero{border-radius:14px}.nx-article-product-hero img{height:340px;padding:16px}
  .nx-family-knowledge{padding:24px 18px;margin-top:46px}.nx-family-knowledge-grid,.nx-tool-archive-grid,.nx-tool-related{grid-template-columns:1fr}
  .nx-pdp-knowledge-bridge{grid-template-columns:1fr;padding:22px 18px}.nx-pdp-knowledge-actions{min-width:0}.nx-pdp-knowledge-bridge h2{font-size:23px}
  .nx-knowledge-tool-link{display:grid;padding:22px}.nx-knowledge-tool-link .nx-btn{width:100%;justify-content:center}
  .nx-tool-archive-hero{padding:34px 0 42px}.nx-tool-archive-hero h1{font-size:41px}.nx-tool-archive{padding:36px 0 70px}
  .nx-engineering-tool-hero{padding:30px 0 38px}.nx-engineering-tool-hero h1{font-size:40px}.nx-engineering-tool-hero p{font-size:14px}
  .nx-tool-workspace{padding-top:20px}.nx-tool-input-card,.nx-tool-result-card{padding:20px 16px;border-radius:16px}
  .nx-tool-form-grid,.nx-tool-result-grid,.nx-tool-score,.nx-tool-tech-strip,.nx-food-gates{grid-template-columns:1fr}
  .nx-tool-card-head{grid-template-columns:36px 1fr}.nx-tool-card-head>span{width:34px;height:34px}.nx-tool-card-head h2{font-size:20px}
}
.nx-home-knowledge-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.nx-home-knowledge-links .nx-text-link+ .nx-text-link{color:#1769ff}
@media (max-width:760px){.nx-home-knowledge-links{width:100%;justify-content:flex-start}}

/* ======================================================================
   v0.8.1 — NOVRAX Marketplace Catalogue
   Sahibinden-style category clarity + n11-style filters + NOVRAX polish.
   ====================================================================== */
.nx-marketplace-catalog{padding:42px 0 72px;background:linear-gradient(180deg,#f5f8fc 0%,#eef4fb 100%);border-top:1px solid #dfe8f4;border-bottom:1px solid #dce7f3}
.nx-marketplace-layout{display:grid;grid-template-columns:320px minmax(0,1fr) 310px;gap:20px;align-items:start!important}
.nx-marketplace-sidebar,.nx-marketplace-products{background:#fff!important;border:1px solid #dce6f2!important;box-shadow:0 18px 48px rgba(20,58,111,.08)!important;border-radius:14px!important;animation:none!important}
.nx-marketplace-sidebar{padding:0!important;top:108px;overflow:hidden}
.nx-marketplace-products{padding:22px!important;min-width:0}
.nx-marketplace-sidebar:before,.nx-marketplace-products:before,.nx-marketplace-sidebar:after,.nx-marketplace-products:after{display:none!important}
.nx-marketplace-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid #e5ecf5;background:linear-gradient(180deg,#fff,#fbfdff)}
.nx-marketplace-sidebar-head span{display:block;margin-bottom:4px;color:#1769ff;font-size:9px;font-weight:900;letter-spacing:.13em}
.nx-marketplace-sidebar-head strong{display:block;color:#10233f;font-size:17px;letter-spacing:-.02em}
.nx-filter-close{display:none;width:36px;height:36px;border:1px solid #d7e2f0;border-radius:10px;background:#fff;color:#183456;font-size:23px}
.nx-market-filter-open{display:none!important}
.nx-category-tree{padding:10px 10px 12px;border-bottom:1px solid #e6edf5}
.nx-category-tree-title{padding:9px 9px 8px;color:#8a9bb0;font-size:9px;font-weight:900;letter-spacing:.13em}
.nx-category-item{display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:43px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:#17365f;text-align:left;cursor:pointer;transition:.18s}
.nx-category-item:hover{background:#f3f7fc;color:#0c5cdf}
.nx-category-item.is-active{background:#edf4ff;color:#0a5cdf;box-shadow:inset 3px 0 0 #1769ff}
.nx-category-item b{font-size:12px;font-weight:800;white-space:normal}
.nx-category-item em,.nx-category-children em{font-style:normal;color:#9aa9ba;font-size:10px;font-weight:700}
.nx-category-icon{display:grid;place-items:center;width:27px;height:27px;border:1px solid #dbe6f3;border-radius:8px;background:#f7faff;color:#1769ff;font-size:11px;font-weight:900}
.nx-category-item.is-active .nx-category-icon{border-color:#c7dbfb;background:#fff}
.nx-category-branch{border-radius:10px}
.nx-category-children{display:grid;gap:2px;margin:0 4px 7px 43px;padding-left:8px;border-left:1px solid #dbe5f1}
.nx-category-children button{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:0 7px;border:0;border-radius:6px;background:transparent;color:#526b89;text-align:left;cursor:pointer;font-size:10px}
.nx-category-children button:hover{background:#f2f7fd;color:#1769ff}
.nx-filter-accordion{padding:4px 12px 10px}
.nx-filter-accordion details{border-bottom:1px solid #e8eef5}
.nx-filter-accordion details:last-child{border-bottom:0}
.nx-filter-accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:45px;padding:0 5px;color:#183757;font-size:11px;font-weight:850;cursor:pointer;list-style:none}
.nx-filter-accordion summary::-webkit-details-marker{display:none}
.nx-filter-accordion summary span{color:#7f95ae;font-size:12px;transition:.18s}
.nx-filter-accordion details[open] summary span{transform:rotate(180deg)}
.nx-filter-options{display:grid;gap:4px;padding:0 4px 11px}
.nx-filter-options label,.nx-filter-colors label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:30px;color:#566d88;font-size:10px;cursor:pointer}
.nx-filter-options input,.nx-filter-colors input{width:15px;height:15px;margin:0;accent-color:#1769ff}
.nx-filter-options em,.nx-filter-colors em{font-style:normal;color:#a1adbb;font-size:9px}
.nx-filter-colors{display:grid;grid-template-columns:1fr 1fr;gap:4px 8px;padding:0 4px 11px}
.nx-filter-colors label{grid-template-columns:18px 12px minmax(0,1fr) auto}
.nx-filter-colors i{width:10px;height:10px;border-radius:50%;border:1px solid rgba(18,40,68,.16)}
.nx-filter-colors i.is-black{background:#20242a}.nx-filter-colors i.is-green{background:#339357}.nx-filter-colors i.is-blue{background:#2584d8}.nx-filter-colors i.is-white{background:#fff}.nx-filter-colors i.is-grey{background:#8d939a}
.nx-market-range{padding:0 4px 13px}
.nx-market-range label{display:flex;justify-content:space-between;gap:10px;margin:7px 0 4px;color:#70839a;font-size:9px}
.nx-market-range label b{color:#245b9a}
.nx-market-range input[type=range]{width:100%;accent-color:#1769ff}
.nx-filter-sidebar-actions{display:grid;gap:8px;padding:12px 15px 16px;border-top:1px solid #e5ecf4;background:#fbfdff}
.nx-filter-reset,.nx-filter-show{min-height:39px;border-radius:8px;font-size:10px;font-weight:850;cursor:pointer}
.nx-filter-reset{border:1px solid #cfdae8;background:#fff;color:#536c89}.nx-filter-reset:hover{border-color:#9fbee6;color:#1769ff}
.nx-filter-show{display:none;border:0;background:#1769ff;color:#fff}

.nx-marketplace-head{display:grid!important;grid-template-columns:minmax(0,1fr) 290px;align-items:end!important;gap:24px;padding:0 0 18px!important;border-bottom:1px solid #e5ecf4!important}
.nx-marketplace-head .nx-eyebrow{display:block!important;margin-bottom:6px;color:#1769ff}
.nx-marketplace-head h2{margin:0!important;color:#10203a!important;font-size:30px!important}
.nx-marketplace-head p{margin:6px 0 0!important;color:#72839a!important;font-size:11px!important}
.nx-market-search{position:relative;display:block;max-width:none}
.nx-market-search input{width:100%;height:44px;padding:0 40px 0 14px;border:1px solid #cfdbeb!important;border-radius:10px!important;background:#f9fbfe!important;color:#183354!important;font-size:11px!important;outline:0;transition:.18s}
.nx-market-search input:focus{border-color:#6fa6ee!important;background:#fff!important;box-shadow:0 0 0 3px rgba(23,105,255,.08)}
.nx-market-search i{position:absolute;right:13px;top:50%;transform:translateY(-50%);font-style:normal;color:#1769ff;font-size:16px}
.nx-active-filter-row{display:flex;align-items:center;gap:9px;min-height:52px;padding:9px 0;border-bottom:1px solid #e8eef5}
.nx-active-filter-row>span{color:#8191a6;font-size:9px;font-weight:800;white-space:nowrap}
.nx-active-filter-row>div{display:flex;flex-wrap:wrap;gap:6px;min-width:0}
.nx-active-filter-row>div button{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 8px;border:1px solid #cfe0f7;border-radius:999px;background:#eef5ff;color:#245888;font-size:9px;font-weight:750;cursor:pointer}
.nx-active-filter-row>div button b{font-size:13px;color:#1769ff}
.nx-active-filter-row>button{margin-left:auto;border:0;background:transparent;color:#1769ff;font-size:9px;font-weight:800;cursor:pointer}
.nx-market-toolbar{min-height:54px;margin:0!important;padding:10px 0!important;border-bottom:1px solid #e6edf5!important;color:#6f8197!important}
.nx-market-toolbar .nx-result-summary{display:flex;align-items:center;gap:10px}
.nx-market-toolbar span b{color:#142e50!important;font-size:13px}
.nx-market-toolbar select,.nx-market-toolbar button{background:#fff!important;border-color:#d2ddeb!important;color:#536b86!important;border-radius:8px!important}
.nx-market-toolbar button.is-active{color:#1769ff!important;border-color:#a9c8f1!important;background:#f2f7ff!important}
.nx-mobile-filter-trigger{display:none!important;min-height:36px;padding:0 11px!important;font-weight:800}

.nx-market-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important;padding-top:15px}
.nx-market-card{display:flex;flex-direction:column;min-width:0;padding:0!important;overflow:hidden;border:1px solid #dce6f1!important;border-radius:11px!important;background:#fff!important;box-shadow:0 8px 22px rgba(21,60,111,.055)!important;animation:none!important;transition:.2s!important}
.nx-market-card:before,.nx-market-card:after{display:none!important}
.nx-market-card:hover{transform:translateY(-3px)!important;border-color:#abc9f2!important;box-shadow:0 15px 34px rgba(23,81,158,.12)!important}
.nx-market-card.is-compare-selected{border-color:#1769ff!important;box-shadow:0 0 0 2px rgba(23,105,255,.12),0 15px 34px rgba(23,81,158,.12)!important}
.nx-market-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:38px;padding:7px 9px;border-bottom:1px solid #edf1f6}
.nx-market-card-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2px}
.nx-market-card-badges span{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 14px;border-radius:11px;border:1px solid #d7e4f5;background:linear-gradient(180deg,#ffffff,#eef5ff);color:#203f66;font-size:13px;font-weight:900;letter-spacing:-.01em;box-shadow:0 10px 20px rgba(17,67,132,.08),inset 0 1px 0 rgba(255,255,255,.9);text-shadow:0 1px 0 rgba(255,255,255,.85)}
.nx-market-card-badges span:before{display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1;font-weight:900}
.nx-market-card-badges .is-belt-pvc:before{content:"◼";color:#416ea5}
.nx-market-card-badges .is-belt-pu:before{content:"●";color:#28a05d}
.nx-market-card-badges .is-belt-moduler:before{content:"▦";color:#1c6eff}
.nx-market-card-badges .is-belt-rulo:before{content:"◎";color:#607387}
.nx-market-card-badges .is-belt-zincir:before{content:"⛓";color:#607387;font-size:12px}
.nx-market-card-badges .is-belt-dikey:before{content:"↕";color:#1769ff;font-size:15px}
.nx-market-card-badges span.is-food{background:linear-gradient(180deg,#f1fbf4,#e8f8ee);border-color:#cfe8d9;color:#1f6e42}
.nx-market-card-badges span.is-food:before{content:"✓";color:#1a9955}
.nx-market-card-badges span.is-general{background:linear-gradient(180deg,#f8fbff,#eef4fb);border-color:#d3dfef;color:#325476}
.nx-market-card-badges span.is-general:before{content:"◆";color:#4f79a8}
.nx-market-card .nx-fav{position:static;width:25px;height:25px;border:0;background:transparent!important;color:#91a4ba;box-shadow:none;font-size:15px}
.nx-market-product-image{height:158px!important;padding:12px!important;border:0!important;border-radius:0!important;background:linear-gradient(180deg,#fbfdff,#f5f8fc)!important}
.nx-market-product-image img{max-width:100%;max-height:100%;object-fit:contain;filter:none!important;transition:.2s}
.nx-market-card:hover .nx-market-product-image img{transform:scale(1.025)}
.nx-market-card-body{display:flex;flex-direction:column;flex:1;padding:12px 12px 11px!important}
.nx-market-model{display:block;min-height:20px;color:#6f8199;font-size:11px;font-weight:900;letter-spacing:.03em;text-shadow:0 1px 0 rgba(255,255,255,.88)}
.nx-market-card-body h3{margin:4px 0 8px;color:#102a4b;font-size:17px;line-height:1.22;letter-spacing:-.02em;font-weight:900;text-shadow:0 1px 0 rgba(255,255,255,.8),0 4px 10px rgba(17,61,122,.06)}
.nx-market-card-body>p{margin:0;color:#6f829b;font-size:12px;line-height:1.48;min-height:34px;text-shadow:0 1px 0 rgba(255,255,255,.75)}
.nx-market-spec-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}
.nx-market-spec-row span{padding:6px 9px;border:1px solid #d8e3f1;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f3f7fc);color:#556f8f;font-size:11px;font-weight:850;box-shadow:0 8px 18px rgba(18,59,118,.06),inset 0 1px 0 rgba(255,255,255,.85);text-shadow:0 1px 0 rgba(255,255,255,.9)}
.nx-market-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:11px}
.nx-compare-check{display:flex;align-items:center;gap:7px;color:#4a678a;font-size:12.5px;font-weight:700;cursor:pointer;text-shadow:0 1px 0 rgba(255,255,255,.85)}
.nx-compare-check input{width:14px;height:14px;margin:0;accent-color:#1769ff}
.nx-market-card-actions>a{display:flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;border-radius:9px;background:#1769ff;color:#fff;font-size:11px;font-weight:900;text-decoration:none;box-shadow:0 10px 22px rgba(23,105,255,.18),inset 0 1px 0 rgba(255,255,255,.18)}
.nx-market-card-actions>a:hover{background:#0e57cf}
.nx-market-product-grid.is-list-view{grid-template-columns:1fr!important}
.nx-market-product-grid.is-list-view .nx-market-card{display:grid;grid-template-columns:190px minmax(0,1fr);grid-template-rows:auto 1fr}
.nx-market-product-grid.is-list-view .nx-market-card-top{grid-column:2;grid-row:1}
.nx-market-product-grid.is-list-view .nx-market-product-image{grid-column:1;grid-row:1/3;height:160px!important;border-right:1px solid #e5ecf4!important}
.nx-market-product-grid.is-list-view .nx-market-card-body{grid-column:2;grid-row:2}
.nx-market-product-grid.is-list-view .nx-market-card-body>p{min-height:auto}
.nx-marketplace-products .nx-load-more{margin:17px auto 0;border:1px solid #cbd9ea!important;border-radius:8px!important;background:#fff!important;color:#315f95!important}

/* Keep configurator as NOVRAX's dark engineering counterpoint. */
.nx-marketplace-layout>.nx-config-panel{top:108px!important;border-radius:14px!important;box-shadow:0 18px 48px rgba(14,38,70,.12)!important}

/* Comparison dock + modal */
.nx-compare-bar[hidden],.nx-compare-modal[hidden]{display:none!important}
.nx-compare-bar{position:fixed;z-index:120;left:0;right:0;bottom:0;background:rgba(10,24,43,.96);backdrop-filter:blur(14px);border-top:1px solid rgba(126,172,233,.25);box-shadow:0 -16px 45px rgba(6,23,46,.22)}
.nx-compare-bar .nx-shell{display:grid;grid-template-columns:220px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:82px}
.nx-compare-bar span{display:block;color:#6eacef;font-size:9px;font-weight:900;letter-spacing:.13em}.nx-compare-bar strong{display:block;margin-top:4px;color:#fff;font-size:15px;line-height:1.2}
.nx-compare-selected{display:flex;gap:8px;min-width:0;overflow-x:auto}
.nx-compare-selected>span{display:flex;align-items:center;gap:9px;min-width:180px;padding:8px 10px;border:1px solid rgba(136,175,225,.2);border-radius:10px;background:#101e2f}
.nx-compare-selected img{width:42px;height:34px;object-fit:contain;border-radius:6px;background:#fff}.nx-compare-selected b{color:#dfeaff;font-size:10px;white-space:nowrap}
.nx-compare-actions{display:flex;gap:8px}.nx-compare-actions button{min-height:42px;padding:0 15px;border:1px solid #355274;border-radius:10px;background:#13243a;color:#adc1db;font-size:11px;font-weight:850;cursor:pointer}.nx-compare-actions button.is-primary{border-color:#1769ff;background:#1769ff;color:#fff}.nx-compare-actions button:disabled{opacity:.45;cursor:not-allowed}
.nx-compare-modal{position:fixed;z-index:180;inset:0;display:grid;place-items:center;padding:24px}
.nx-compare-modal-backdrop{position:absolute;inset:0;background:rgba(5,17,31,.72);backdrop-filter:blur(5px)}
.nx-compare-dialog{position:relative;z-index:1;width:min(1220px,96vw);max-height:90vh;overflow:auto;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3)}
.nx-compare-dialog>header{position:sticky;z-index:3;top:0;display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid #e3eaf3;background:#fff}
.nx-compare-dialog>header span{color:#1769ff;font-size:10px;font-weight:900;letter-spacing:.12em}.nx-compare-dialog>header h2{margin:5px 0 0;color:#10233e;font-size:34px;line-height:1.08}.nx-compare-dialog>header button{width:44px;height:44px;border:1px solid #d5e0ed;border-radius:12px;background:#fff;color:#314e70;font-size:26px;cursor:pointer}
.nx-compare-table-wrap{overflow:auto;padding:0 24px 28px}.nx-compare-table-wrap table{width:100%;border-collapse:collapse;min-width:920px}.nx-compare-table-wrap th,.nx-compare-table-wrap td{padding:16px 14px;border-bottom:1px solid #e8eef5;border-right:1px solid #eef2f7;text-align:left;color:#405a78;font-size:14px;line-height:1.5}.nx-compare-table-wrap thead th{vertical-align:bottom;background:#f8fbff;color:#17395f}.nx-compare-table-wrap thead th:first-child{width:190px}.nx-compare-table-wrap thead img{display:block;width:148px;height:104px;object-fit:contain;margin-bottom:10px}.nx-compare-table-wrap thead strong{display:block;font-size:15px;line-height:1.35}.nx-compare-table-wrap tbody th{color:#183656;background:#fbfdff;font-size:14px;font-weight:800}.nx-compare-table-wrap tbody tr:nth-child(even) td{background:#fcfdff}.nx-compare-table-wrap a{color:#1769ff;font-weight:850;text-decoration:none;font-size:14px}
body.nx-modal-open,body.nx-filter-open{overflow:hidden}
.nx-filter-backdrop{display:none}

@media(max-width:1380px){
  .nx-marketplace-layout{grid-template-columns:292px minmax(0,1fr) 285px}
  .nx-market-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:1100px){
  .nx-marketplace-layout{grid-template-columns:275px minmax(0,1fr)}
  .nx-marketplace-layout>.nx-config-panel{grid-column:1/-1;position:relative!important;top:auto!important}
}
@media(max-width:1020px){
  .nx-marketplace-catalog{padding:24px 0 52px}
  .nx-marketplace-layout{display:block;padding-top:0!important}
  .nx-marketplace-products{padding:16px!important}
  .nx-marketplace-head{grid-template-columns:1fr!important;gap:13px}
  .nx-marketplace-sidebar{position:fixed!important;z-index:160!important;top:0!important;bottom:0;left:0;width:min(390px,92vw);max-height:none;overflow-y:auto;border-radius:0 16px 16px 0!important;transform:translateX(-105%);transition:transform .25s ease;box-shadow:24px 0 60px rgba(8,27,52,.24)!important}
  .nx-marketplace-sidebar.is-mobile-open{transform:translateX(0)}
  .nx-marketplace-sidebar-head{position:sticky;z-index:5;top:0;background:#fff}
  .nx-marketplace-sidebar .nx-filter-close{display:grid;place-items:center}
  .nx-market-filter-open{display:none!important}
  .nx-marketplace-sidebar .nx-filter-mobile-body{display:block!important}
  .nx-filter-backdrop:not([hidden]){display:block;position:fixed;z-index:150;inset:0;background:rgba(5,18,34,.58);backdrop-filter:blur(2px)}
  .nx-filter-show{display:block}
  .nx-mobile-filter-trigger{display:inline-flex!important;align-items:center;gap:5px}
  .nx-market-toolbar{align-items:center}
  .nx-marketplace-layout>.nx-config-panel{margin-top:14px}
  .nx-market-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .nx-compare-bar .nx-shell{grid-template-columns:170px minmax(0,1fr) auto}
}
@media(max-width:640px){
  .nx-marketplace-products{border-radius:10px!important;padding:13px!important}
  .nx-marketplace-head h2{font-size:27px!important}
  .nx-market-search input{height:42px}
  .nx-market-toolbar{gap:8px;flex-wrap:wrap}.nx-market-toolbar>div:last-child{margin-left:auto}
  .nx-market-toolbar select{max-width:145px}
  .nx-market-product-grid{grid-template-columns:1fr!important;gap:10px!important}
  .nx-market-product-image{height:190px!important}
  .nx-market-card-body h3{font-size:16px}.nx-market-card-body>p{font-size:11px}.nx-market-model{font-size:10px}.nx-market-spec-row span{font-size:10px}
  .nx-market-product-grid.is-list-view .nx-market-card{display:block}.nx-market-product-grid.is-list-view .nx-market-card-top,.nx-market-product-grid.is-list-view .nx-market-product-image,.nx-market-product-grid.is-list-view .nx-market-card-body{display:flex;grid-column:auto;grid-row:auto}.nx-market-product-grid.is-list-view .nx-market-product-image{display:flex;height:180px!important;border-right:0!important}
  .nx-active-filter-row{align-items:flex-start;overflow-x:auto}.nx-active-filter-row>span{padding-top:7px}.nx-active-filter-row>button{display:none}.nx-active-filter-row>div{flex-wrap:nowrap}
  .nx-compare-bar .nx-shell{grid-template-columns:1fr auto;min-height:68px}.nx-compare-selected{display:none}.nx-compare-actions button:first-child{display:none}
  .nx-compare-modal{padding:10px}.nx-compare-dialog{width:100%;max-height:94vh}.nx-compare-dialog>header{padding:16px}.nx-compare-dialog>header h2{font-size:24px}.nx-compare-dialog>header span{font-size:9px}.nx-compare-table-wrap{padding:0 12px 16px}.nx-compare-table-wrap th,.nx-compare-table-wrap td{padding:13px 10px;font-size:13px}.nx-compare-table-wrap thead img{width:110px;height:76px}.nx-compare-table-wrap thead strong{font-size:13px}.nx-compare-table-wrap tbody th,.nx-compare-table-wrap a{font-size:13px}
}

/* ======================================================================
   v0.8.2 — PDP OPTIONAL EQUIPMENT / VFD SPEED CONTROL
   Compact selectable option card beside the conveyor product.
   ====================================================================== */
.nx-pdp-options{padding:15px;border:1px solid #dce6f2;border-radius:16px;background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(16,56,108,.055)}
.nx-pdp-options-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:11px;border-bottom:1px solid #e7edf5}
.nx-pdp-options-head small{display:block;color:#1769ff;font-size:8px;font-weight:950;letter-spacing:.12em}
.nx-pdp-options-head h2{margin:4px 0 0;color:#102541;font-size:18px;line-height:1.15;letter-spacing:-.025em}
.nx-pdp-options-head>span{flex:0 0 auto;padding:5px 7px;border:1px solid #d7e3f2;border-radius:7px;background:#fff;color:#70839a;font-size:8px;font-weight:850}
.nx-pdp-option-list{display:grid;gap:10px;margin-top:11px}
.nx-pdp-option-card{display:grid;grid-template-columns:94px minmax(0,1fr);gap:11px;padding:9px;border:1px solid #dfe8f2;border-radius:12px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.nx-pdp-option-card:hover{border-color:#bcd2ef;box-shadow:0 10px 24px rgba(18,61,116,.07)}
.nx-pdp-option-card.is-selected{border-color:#1769ff;box-shadow:0 0 0 2px rgba(23,105,255,.08),0 12px 28px rgba(18,61,116,.08)}
.nx-pdp-option-media{position:relative;align-self:stretch;min-height:126px;overflow:hidden;border:1px solid #e3e9f1;border-radius:9px;background:#f4f6f9}
.nx-pdp-option-media img{display:block;width:100%;height:100%;min-height:126px;object-fit:cover;object-position:50% 46%;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}
.nx-pdp-option-media>span{position:absolute;z-index:7;left:6px;top:6px;padding:4px 6px;border-radius:5px;background:rgba(9,26,49,.88);color:#fff;font-size:7px;font-weight:900;letter-spacing:.05em}
.nx-pdp-option-copy{min-width:0;display:flex;flex-direction:column}
.nx-pdp-option-copy h3{margin:1px 0 5px;color:#122a48;font-size:12px;line-height:1.28;letter-spacing:-.015em}
.nx-pdp-option-copy p{margin:0;color:#718299;font-size:9px;line-height:1.48}
.nx-pdp-option-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}
.nx-pdp-option-badges span{padding:3px 5px;border-radius:5px;background:#eef5ff;color:#3166a9;font-size:7px;font-weight:850}
.nx-pdp-option-toggle{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:9px;cursor:pointer;user-select:none}
.nx-pdp-option-toggle input{width:16px;height:16px;flex:0 0 16px;margin:0;accent-color:#1769ff}
.nx-pdp-option-toggle>span{min-width:0}
.nx-pdp-option-toggle b,.nx-pdp-option-toggle i{display:block}
.nx-pdp-option-toggle b{color:#1769ff;font-size:9px;line-height:1.2}
.nx-pdp-option-toggle i{margin-top:2px;color:#93a1b2;font-size:7px;line-height:1.25;font-style:normal}
.nx-pdp-option-card.is-selected .nx-pdp-option-toggle b{color:#0d7b48}
.nx-pdp-option-summary{margin-top:10px;padding:9px 10px;border:1px solid #cfe0f4;border-radius:9px;background:#f2f8ff}
.nx-pdp-option-summary span,.nx-pdp-option-summary strong{display:block}
.nx-pdp-option-summary span{color:#6c83a0;font-size:7px;font-weight:900;letter-spacing:.1em}
.nx-pdp-option-summary strong{margin-top:3px;color:#155fc7;font-size:9px;line-height:1.35}

@media(max-width:1020px){
  .nx-pdp-options{max-width:none}
  .nx-pdp-option-card{grid-template-columns:120px minmax(0,1fr)}
  .nx-pdp-option-media,.nx-pdp-option-media img{min-height:138px}
  .nx-pdp-option-copy h3{font-size:13px}.nx-pdp-option-copy p{font-size:10px}
}
@media(max-width:640px){
  .nx-pdp-options{padding:13px;border-radius:13px}
  .nx-pdp-option-card{grid-template-columns:96px minmax(0,1fr);padding:8px}
  .nx-pdp-option-media,.nx-pdp-option-media img{min-height:128px}
  .nx-pdp-options-head h2{font-size:17px}
}

/* ======================================================================
   v0.8.3 — PDP WIDE TECHNICAL SPECIFICATIONS
   Technical data moves below the product/gallery row to eliminate the
   oversized blank area created by a tall sticky right column.
   ====================================================================== */
.nx-pdp--flatbelt .nx-pdp-layout{align-items:start}
.nx-pdp--flatbelt .nx-pdp-side{align-self:start}
.nx-pdp-specs--wide{
  position:relative!important;
  top:auto!important;
  margin-top:18px;
  padding:22px 24px 20px;
  border-radius:18px;
  box-shadow:0 18px 44px rgba(16,56,108,.06);
  overflow:hidden;
}
.nx-pdp-specs--wide:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:linear-gradient(180deg,#1769ff 0%,#65a5ff 58%,transparent 100%);
}
.nx-pdp-spec-wide-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding-bottom:16px;
  border-bottom:1px solid #e4ebf3;
}
.nx-pdp-specs--wide .nx-pdp-spec-title{
  padding:0;
  border:0;
}
.nx-pdp-specs--wide .nx-pdp-spec-title h2{
  margin:5px 0 4px;
  font-size:25px;
}
.nx-pdp-specs--wide .nx-pdp-spec-title p{font-size:10px}
.nx-pdp-spec-catalog-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:38px;
  padding:0 14px;
  border:1px solid #d6e1ee;
  border-radius:9px;
  background:#fff;
  color:#34506f;
  font-size:10px;
  font-weight:850;
  white-space:nowrap;
  transition:border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.nx-pdp-spec-catalog-link:hover{
  border-color:#1769ff;
  color:#1769ff;
  box-shadow:0 7px 18px rgba(23,105,255,.08);
}
.nx-pdp-spec-list--wide{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:0!important;
  border-left:1px solid #e7edf4;
  border-top:1px solid #e7edf4;
}
.nx-pdp-spec-list--wide>div{
  display:flex!important;
  min-width:0;
  min-height:78px!important;
  padding:14px 16px!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:center;
  gap:5px!important;
  border:0!important;
  border-right:1px solid #e7edf4!important;
  border-bottom:1px solid #e7edf4!important;
  background:#fff;
}
.nx-pdp-spec-list--wide>div:nth-child(-n+4){background:linear-gradient(180deg,#fbfdff 0%,#fff 100%)}
.nx-pdp-spec-list--wide dt{
  color:#77899f;
  font-size:9px!important;
  font-weight:800;
  letter-spacing:.02em;
}
.nx-pdp-spec-list--wide dd{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  color:#102444;
  font-size:13px!important;
  font-weight:900;
  line-height:1.35;
  text-align:left!important;
}
.nx-pdp-spec-list--wide .nx-pdp-capacity{
  background:linear-gradient(135deg,rgba(23,105,255,.075),rgba(23,105,255,.018))!important;
  border-left:0!important;
}
.nx-pdp-spec-list--wide .nx-pdp-capacity dt{color:#1b5fc9!important}
.nx-pdp-spec-list--wide .nx-pdp-capacity dd{color:#145cdd!important;font-size:13px!important}
.nx-pdp-spec-foot{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-top:12px;
}
.nx-pdp-spec-foot-mark{
  display:grid;
  place-items:center;
  flex:0 0 20px;
  width:20px;height:20px;
  border:1px solid #d5e3f4;
  border-radius:50%;
  background:#f2f7ff;
  color:#1769ff;
  font-size:10px;
  font-weight:950;
}
.nx-pdp-specs--wide .nx-pdp-note{
  margin:1px 0 0;
  color:#7d8da2;
  font-size:9.5px;
  line-height:1.55;
}

@media(max-width:1020px){
  .nx-pdp-spec-list--wide{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .nx-pdp-specs--wide{margin-top:12px;padding:17px 14px 15px;border-radius:13px}
  .nx-pdp-spec-wide-head{align-items:flex-start;gap:12px}
  .nx-pdp-specs--wide .nx-pdp-spec-title h2{font-size:22px}
  .nx-pdp-spec-catalog-link{min-height:34px;padding:0 10px;font-size:9px}
  .nx-pdp-spec-list--wide{grid-template-columns:1fr 1fr}
  .nx-pdp-spec-list--wide>div{min-height:70px!important;padding:11px 12px!important}
  .nx-pdp-spec-list--wide dd{font-size:11.5px!important}
  .nx-pdp-spec-list--wide .nx-pdp-capacity dd{font-size:11.5px!important}
}
@media(max-width:420px){
  .nx-pdp-spec-wide-head{display:block}
  .nx-pdp-spec-catalog-link{margin-top:11px}
  .nx-pdp-spec-list--wide{grid-template-columns:1fr}
  .nx-pdp-spec-list--wide>div{min-height:62px!important}
}

/* ======================================================================
   v0.8.5 — STABILIZATION / UX & PERFORMANCE AUDIT
   ====================================================================== */
.nx-pdp-option-media{background:#fff}
.nx-pdp-option-media img{object-fit:contain!important;object-position:center!important;padding:4px;box-sizing:border-box}

.nx-footer-request{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:38px;align-items:center;margin:0 auto 44px;padding:24px 26px;border:1px solid rgba(105,157,224,.2);border-radius:18px;background:linear-gradient(135deg,rgba(23,105,255,.12),rgba(255,255,255,.035));box-shadow:0 18px 46px rgba(0,0,0,.14)}
.nx-footer-request-copy>span{display:block;color:#6ea9ff;font-size:9px;font-weight:900;letter-spacing:.12em}
.nx-footer-request-copy h2{margin:6px 0 7px;color:#fff;font-size:24px;letter-spacing:-.025em}
.nx-footer-request-copy p{max-width:520px;margin:0;color:#91a6c1;font-size:11px;line-height:1.65}
.nx-footer-request-card{padding:14px 15px;border:1px solid rgba(166,195,232,.16);border-radius:13px;background:rgba(5,17,30,.46)}
.nx-footer-request-card dl{display:grid;gap:0;margin:0}
.nx-footer-request-card dl>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.nx-footer-request-card dl>div:last-child{border-bottom:0}
.nx-footer-request-card dt{color:#6f89a9;font-size:9px;font-weight:800}
.nx-footer-request-card dd{margin:0;color:#e5effb;font-size:10px;font-weight:750;line-height:1.45;overflow-wrap:anywhere}
.nx-footer-request-card button{display:inline-flex;align-items:center;gap:9px;min-height:36px;margin-top:10px;padding:0 12px;border:1px solid rgba(112,164,231,.28);border-radius:8px;background:#1769ff;color:#fff;font:inherit;font-size:9px;font-weight:900;cursor:pointer}
.nx-footer-request-card button:hover{background:#0f5be0}
.nx-config-control select option:disabled{color:#a5afbd}

@media(max-width:860px){
  .nx-footer-request{grid-template-columns:1fr;gap:18px;padding:20px;margin-bottom:34px}
}
@media(max-width:520px){
  .nx-footer-request{padding:16px;border-radius:14px}
  .nx-footer-request-copy h2{font-size:21px}
  .nx-footer-request-card dl>div{grid-template-columns:1fr;gap:3px}
}


/* v0.8.6 — selected optional equipment summary below technical specifications */
.nx-pdp-selected-options{margin:16px 0 34px;padding:22px 24px;border:1px solid #cfe0f4;border-radius:16px;background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);box-shadow:0 14px 34px rgba(16,56,108,.055)}
.nx-pdp-selected-options[hidden]{display:none!important}
.nx-pdp-selected-options-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding-bottom:16px;border-bottom:1px solid #dbe7f5}
.nx-pdp-selected-options-head h2{margin:4px 0 5px;color:#102541;font-size:25px;line-height:1.1;letter-spacing:-.035em}
.nx-pdp-selected-options-head p{margin:0;color:#718299;font-size:11px;line-height:1.55}
.nx-pdp-selected-options-meta{flex:0 0 auto;min-width:210px;padding:11px 13px;border:1px solid #d8e6f7;border-radius:11px;background:#fff}
.nx-pdp-selected-options-meta small,.nx-pdp-selected-options-meta strong,.nx-pdp-selected-options-meta span{display:block}
.nx-pdp-selected-options-meta small{color:#70839a;font-size:7px;font-weight:900;letter-spacing:.12em}
.nx-pdp-selected-options-meta strong{margin-top:3px;color:#145fc8;font-size:12px;line-height:1.25}
.nx-pdp-selected-options-meta span{margin-top:6px;color:#7b8ca1;font-size:9px;font-weight:800}
.nx-pdp-selected-options-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px 0}
.nx-pdp-selected-option-card{min-width:0;display:grid;grid-template-columns:116px minmax(0,1fr);gap:13px;padding:10px;border:1px solid #cfe0f4;border-radius:13px;background:#fff;box-shadow:0 8px 20px rgba(16,56,108,.045);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.nx-pdp-selected-option-card:hover{border-color:#9fc5f5;box-shadow:0 12px 26px rgba(23,105,255,.08);transform:translateY(-1px)}
.nx-pdp-selected-option-media{position:relative;display:grid;place-items:center;min-height:112px;overflow:hidden;border:1px solid #e1e9f3;border-radius:10px;background:#f7f9fc}
.nx-pdp-selected-option-media img{display:block;width:100%;height:112px;object-fit:contain;object-position:center;padding:5px;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}
.nx-pdp-selected-option-media>span{position:absolute;left:7px;top:7px;padding:4px 7px;border-radius:6px;background:#0d7b48;color:#fff;font-size:7px;font-weight:900;letter-spacing:.04em;box-shadow:0 3px 8px rgba(13,123,72,.16)}
.nx-pdp-selected-option-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.nx-pdp-selected-option-copy h3{margin:2px 0 6px;color:#102541;font-size:12px;line-height:1.28;letter-spacing:-.015em}
.nx-pdp-selected-option-copy p{display:-webkit-box;overflow:hidden;margin:0;color:#718299;font-size:8px;line-height:1.45;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.nx-pdp-selected-option-remove{display:inline-flex;align-items:center;gap:5px;margin-top:auto;padding:7px 9px;border:1px solid #d9e5f3;border-radius:7px;background:#f8fbff;color:#5e7390;font:inherit;font-size:8px;font-weight:850;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}
.nx-pdp-selected-option-remove:hover{border-color:#a9c8ee;background:#eef6ff;color:#1769ff}
.nx-pdp-selected-option-remove span{font-size:13px;line-height:1}
.nx-pdp-selected-options-foot{display:flex;align-items:center;justify-content:space-between;gap:24px}
.nx-pdp-selected-options-foot>span{color:#7d8da0;font-size:9px;line-height:1.45}
.nx-pdp-selected-options-foot .nx-btn{flex:0 0 auto;min-width:220px;border-radius:8px}
@media (max-width: 900px){
  .nx-pdp-selected-options{padding:18px 16px;margin-bottom:28px}
  .nx-pdp-selected-options-head{display:grid;gap:14px}
  .nx-pdp-selected-options-meta{min-width:0;width:100%}
  .nx-pdp-selected-options-chips{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nx-pdp-selected-options-foot{display:grid;gap:12px}
  .nx-pdp-selected-options-foot .nx-btn{width:100%;min-width:0}
}
@media (max-width: 620px){
  .nx-pdp-selected-options-chips{grid-template-columns:1fr}
  .nx-pdp-selected-option-card{grid-template-columns:104px minmax(0,1fr)}
  .nx-pdp-selected-option-media,.nx-pdp-selected-option-media img{min-height:102px;height:102px}
}


/* v0.8.8 — Large visual selected-options area + animated option transfer */
.nx-pdp-selected-options{padding:28px 30px 30px;border-radius:20px;background:linear-gradient(135deg,#fbfdff 0%,#eef6ff 100%);box-shadow:0 18px 46px rgba(16,56,108,.075)}
.nx-pdp-selected-options-head{padding-bottom:20px}
.nx-pdp-selected-options-head h2{font-size:30px}
.nx-pdp-selected-options-head p{max-width:760px;font-size:12px}
.nx-pdp-selected-options-chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:22px 0 20px}
.nx-pdp-selected-option-card{grid-template-columns:minmax(170px,42%) minmax(0,1fr);min-height:190px;gap:18px;padding:14px;border-radius:16px;box-shadow:0 12px 30px rgba(16,56,108,.065)}
.nx-pdp-selected-option-media{min-height:162px;border-radius:13px;background:linear-gradient(145deg,#fff,#f3f7fc)}
.nx-pdp-selected-option-media img{height:162px;min-height:162px;padding:10px}
.nx-pdp-selected-option-media>span{left:10px;top:10px;padding:5px 8px;font-size:8px}
.nx-pdp-selected-option-copy h3{margin:5px 0 9px;font-size:16px;line-height:1.22}
.nx-pdp-selected-option-copy p{font-size:10px;line-height:1.55;-webkit-line-clamp:5}
.nx-pdp-selected-option-remove{margin-top:auto;padding:9px 11px;font-size:9px;border-radius:8px}
.nx-pdp-selected-option-card.is-arriving{animation:nxSelectedOptionArrival .9s cubic-bezier(.16,.84,.24,1)}
@keyframes nxSelectedOptionArrival{
  0%{transform:translateY(-10px) scale(.965);box-shadow:0 0 0 0 rgba(23,105,255,.28),0 12px 30px rgba(16,56,108,.065)}
  42%{transform:translateY(2px) scale(1.018);border-color:#1769ff;box-shadow:0 0 0 8px rgba(23,105,255,.08),0 20px 38px rgba(23,105,255,.13)}
  100%{transform:none;box-shadow:0 12px 30px rgba(16,56,108,.065)}
}
.nx-option-fly-card{position:fixed;z-index:99999;pointer-events:none;overflow:hidden;border:2px solid #1769ff;border-radius:13px;background:#fff;box-shadow:0 18px 45px rgba(9,49,108,.24);transform-origin:center;will-change:transform,opacity}
.nx-option-fly-card img{display:block;width:100%;height:100%;object-fit:contain;padding:6px;background:#fff}
.nx-option-fly-card>span{position:absolute;left:8px;right:8px;bottom:7px;padding:5px 7px;border-radius:6px;background:rgba(8,31,62,.88);color:#fff;font-size:9px;font-weight:900;line-height:1.15;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nx-option-flight-tray{position:fixed;z-index:99998;left:50%;bottom:22px;display:grid;grid-template-columns:30px auto;column-gap:9px;align-items:center;min-width:260px;max-width:min(520px,calc(100vw - 34px));padding:11px 16px;border:1px solid rgba(23,105,255,.24);border-radius:13px;background:rgba(10,31,59,.95);box-shadow:0 18px 42px rgba(5,23,50,.24);color:#fff;opacity:0;transform:translate(-50%,24px) scale(.96);pointer-events:none;transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1);backdrop-filter:blur(10px)}
.nx-option-flight-tray.is-visible{opacity:1;transform:translate(-50%,0) scale(1)}
.nx-option-flight-tray>span{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#1769ff;font-size:18px;font-weight:900}
.nx-option-flight-tray strong{min-width:0;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nx-option-flight-tray small{margin-top:2px;color:#a9c6eb;font-size:8px;font-weight:750}
@media(max-width:1280px){
  .nx-pdp-selected-options-chips{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nx-pdp-selected-option-card{grid-template-columns:minmax(150px,40%) minmax(0,1fr)}
}
@media(max-width:760px){
  .nx-pdp-selected-options{padding:18px 14px 20px;border-radius:15px}
  .nx-pdp-selected-options-head h2{font-size:24px}
  .nx-pdp-selected-options-chips{grid-template-columns:1fr;gap:13px;padding-top:16px}
  .nx-pdp-selected-option-card{grid-template-columns:138px minmax(0,1fr);min-height:154px;gap:12px;padding:10px}
  .nx-pdp-selected-option-media,.nx-pdp-selected-option-media img{height:132px;min-height:132px}
  .nx-pdp-selected-option-copy h3{font-size:14px}
  .nx-pdp-selected-option-copy p{font-size:9px;-webkit-line-clamp:4}
  .nx-option-flight-tray{bottom:14px;min-width:0;width:calc(100vw - 28px)}
}
@media(max-width:470px){
  .nx-pdp-selected-option-card{grid-template-columns:1fr}
  .nx-pdp-selected-option-media,.nx-pdp-selected-option-media img{height:185px;min-height:185px}
}
@media(prefers-reduced-motion:reduce){
  .nx-pdp-selected-option-card.is-arriving{animation:none}
  .nx-option-flight-tray{transition:none}
}

/* NOVRAX v0.8.9 — Motion Showcase */
.nx-motion-showcase{position:relative;padding:92px 0 96px;overflow:hidden;background:#081321;color:#fff}
.nx-motion-showcase:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 82% 12%,rgba(28,111,255,.22),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.025),transparent 32%)}
.nx-motion-showcase:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 78%)}
.nx-motion-showcase .nx-shell{position:relative;z-index:2}
.nx-motion-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}
.nx-motion-head .nx-section-intro{max-width:780px}
.nx-motion-head .nx-eyebrow{color:#72a9ff}
.nx-motion-head h2{margin-bottom:12px;color:#fff}
.nx-motion-head h2 span{color:#6ba4ff}
.nx-motion-head p{max-width:760px;color:#9eafc2}
.nx-motion-live{display:grid;grid-template-columns:auto auto;gap:2px 8px;align-items:center;flex:0 0 auto;padding:11px 14px;border:1px solid rgba(117,162,223,.26);border-radius:12px;background:rgba(13,31,54,.76);box-shadow:0 18px 45px rgba(0,0,0,.18);backdrop-filter:blur(10px)}
.nx-motion-live i{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:#2b80ff;box-shadow:0 0 0 0 rgba(43,128,255,.6);animation:nxMotionPulse 1.8s infinite}
.nx-motion-live span{color:#7f95ae;font-size:9px;font-weight:900;letter-spacing:.12em}
.nx-motion-live b{color:#fff;font-size:10px;letter-spacing:.08em}
@keyframes nxMotionPulse{0%{box-shadow:0 0 0 0 rgba(43,128,255,.55)}70%{box-shadow:0 0 0 8px rgba(43,128,255,0)}100%{box-shadow:0 0 0 0 rgba(43,128,255,0)}}
.nx-motion-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(300px,.72fr);grid-template-rows:minmax(275px,1fr) minmax(275px,1fr);gap:18px}
.nx-motion-card{position:relative;min-height:0;overflow:hidden;border:1px solid rgba(126,166,221,.18);border-radius:24px;background:#0b1727;box-shadow:0 24px 60px rgba(0,0,0,.24);isolation:isolate}
.nx-motion-card--feature{grid-column:1;grid-row:1}
.nx-motion-card--secondary{grid-column:1;grid-row:2}
.nx-motion-card--portrait{grid-column:2;grid-row:1/3}
.nx-motion-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.012);transition:transform .75s cubic-bezier(.2,.75,.2,1),filter .35s ease;background:#08111d}
.nx-motion-card--portrait video{object-position:center center}
.nx-motion-card:hover video{transform:scale(1.035)}
.nx-motion-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,12,23,.22) 0%,rgba(4,12,23,.02) 35%,rgba(4,12,23,.78) 100%);pointer-events:none}
.nx-motion-card--portrait .nx-motion-shade{background:linear-gradient(180deg,rgba(4,12,23,.2) 0%,rgba(4,12,23,.03) 48%,rgba(4,12,23,.85) 100%)}
.nx-motion-index{position:absolute;z-index:3;left:20px;top:18px;display:flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(5,16,30,.62);backdrop-filter:blur(8px)}
.nx-motion-index span{color:#64a0ff;font-size:9px;font-weight:950;letter-spacing:.08em}
.nx-motion-index b{color:#dbe7f6;font-size:8px;letter-spacing:.1em}
.nx-motion-copy{position:absolute;z-index:3;left:22px;right:108px;bottom:20px}
.nx-motion-copy h3{max-width:650px;margin:0 0 5px;color:#fff;font-size:clamp(20px,2vw,29px);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}
.nx-motion-copy p{margin:0;color:#aebed0;font-size:11px;line-height:1.45}
.nx-motion-card--portrait .nx-motion-copy{right:20px;bottom:22px}
.nx-motion-card--portrait .nx-motion-copy h3{font-size:25px}
.nx-motion-sound{position:absolute;z-index:4;right:18px;bottom:18px;display:flex;align-items:center;gap:6px;height:36px;padding:0 11px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(5,17,32,.74);color:#fff;cursor:pointer;backdrop-filter:blur(10px);transition:background .2s ease,border-color .2s ease,transform .2s ease}
.nx-motion-sound:hover{transform:translateY(-1px);border-color:rgba(90,151,255,.55);background:rgba(17,50,94,.9)}
.nx-motion-sound span{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#1769ff;color:#fff;font-size:11px;font-weight:900}
.nx-motion-sound b{font-size:9px;letter-spacing:.02em}
.nx-motion-sound[aria-pressed="true"] span{background:#18a765}
.nx-motion-foot{display:flex;align-items:center;gap:11px;margin-top:18px;padding:0 2px;color:#748ba5;font-size:9px;font-weight:850;letter-spacing:.07em}
.nx-motion-foot i{width:4px;height:4px;border-radius:50%;background:#246fdb}
.nx-motion-foot a{margin-left:auto;color:#d6e5f8;text-decoration:none;font-size:10px;letter-spacing:0}
.nx-motion-foot a b{color:#5e9aff;margin-left:5px}
@media(max-width:980px){
  .nx-motion-showcase{padding:72px 0 76px}
  .nx-motion-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .nx-motion-card--feature{grid-column:1/3;grid-row:auto;min-height:420px}
  .nx-motion-card--secondary{grid-column:1;grid-row:auto;min-height:420px}
  .nx-motion-card--portrait{grid-column:2;grid-row:auto;min-height:420px}
  .nx-motion-card--portrait video{object-fit:cover}
  .nx-motion-foot{flex-wrap:wrap}.nx-motion-foot a{width:100%;margin:4px 0 0}
}
@media(max-width:680px){
  .nx-motion-showcase{padding:58px 0 62px}
  .nx-motion-head{align-items:flex-start;flex-direction:column;margin-bottom:20px}
  .nx-motion-live{align-self:flex-start}
  .nx-motion-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:calc(var(--nx-page-pad,18px)*-1);padding-right:18px;padding-bottom:5px;scrollbar-width:none}
  .nx-motion-grid::-webkit-scrollbar{display:none}
  .nx-motion-card,.nx-motion-card--feature,.nx-motion-card--secondary,.nx-motion-card--portrait{flex:0 0 86vw;min-height:500px;scroll-snap-align:start}
  .nx-motion-card--feature,.nx-motion-card--secondary{min-height:420px}
  .nx-motion-card--portrait{flex-basis:76vw;min-height:520px}
  .nx-motion-copy{left:17px;right:17px;bottom:65px}
  .nx-motion-copy h3,.nx-motion-card--portrait .nx-motion-copy h3{font-size:23px}
  .nx-motion-sound{left:17px;right:auto;bottom:17px}
  .nx-motion-index{left:14px;top:14px}
  .nx-motion-foot{margin-top:14px;gap:7px;font-size:8px}
}
@media(prefers-reduced-motion:reduce){.nx-motion-live i{animation:none}.nx-motion-card video{transition:none}.nx-motion-sound{transition:none}}

/* NOVRAX v0.9.0 — intelligent catalogue multi-view preview */
.nx-market-product-image{
  position:relative!important;
  isolation:isolate;
}
.nx-market-product-image .nx-card-image-base,
.nx-market-product-image .nx-card-image-swap{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  transform:none!important;
  filter:none!important;
  user-select:none;
  -webkit-user-select:none;
  -webkit-user-drag:none;
}
.nx-market-product-image .nx-card-image-base{
  position:relative;
  z-index:1;
  opacity:1;
  transition:opacity .28s ease,transform .38s cubic-bezier(.2,.7,.25,1)!important;
}
.nx-market-product-image .nx-card-image-swap{
  position:absolute;
  z-index:2;
  inset:12px;
  width:calc(100% - 24px);
  height:calc(100% - 24px);
  opacity:0;
  transform:translate3d(18px,0,0) scale(.985)!important;
  transition:opacity .30s ease,transform .38s cubic-bezier(.2,.75,.25,1)!important;
  pointer-events:none;
}
.nx-market-product-image .nx-card-image-swap.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1)!important;
}
.nx-market-card.is-previewing .nx-market-product-image{
  box-shadow:inset 0 0 0 1px rgba(23,105,255,.18),inset 0 -34px 46px rgba(23,105,255,.025);
}
.nx-card-preview-dots{
  position:absolute;
  z-index:6;
  left:50%;
  bottom:8px;
  display:flex;
  align-items:center;
  gap:4px;
  padding:5px 7px;
  border:1px solid rgba(144,169,201,.26);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  box-shadow:0 6px 18px rgba(20,52,93,.08);
  backdrop-filter:blur(7px);
  transform:translateX(-50%);
  opacity:.38;
  transition:opacity .22s ease,transform .22s ease;
}
.nx-card-preview-dots i{
  display:block;
  width:5px;
  height:5px;
  border-radius:999px;
  background:#aebed1;
  transition:width .25s ease,background .25s ease;
}
.nx-card-preview-dots i.is-active{width:16px;background:#1769ff}
.nx-market-card:hover .nx-card-preview-dots,
.nx-market-card.is-previewing .nx-card-preview-dots{opacity:1;transform:translateX(-50%) translateY(-1px)}
.nx-card-preview-hint{
  position:absolute;
  z-index:6;
  left:9px;
  top:9px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 7px;
  border:1px solid rgba(202,216,235,.70);
  border-radius:999px;
  background:rgba(255,255,255,.90);
  box-shadow:0 7px 18px rgba(17,50,91,.07);
  color:#58708f;
  font-size:7px;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(-4px);
  transition:opacity .22s ease,transform .22s ease;
  pointer-events:none;
}
.nx-card-preview-hint i{width:6px;height:6px;border-radius:50%;background:#1769ff;box-shadow:0 0 0 4px rgba(23,105,255,.10)}
.nx-market-card:hover .nx-card-preview-hint,
.nx-market-card.is-previewing .nx-card-preview-hint{opacity:1;transform:translateY(0)}
.nx-product-grid.is-list-view .nx-card-preview-dots{bottom:7px}
@media(max-width:720px){
  .nx-card-preview-hint{font-size:6px;top:7px;left:7px}
  .nx-card-preview-dots{bottom:6px;padding:4px 6px}
}
@media(prefers-reduced-motion:reduce){
  .nx-market-product-image .nx-card-image-base,
  .nx-market-product-image .nx-card-image-swap,
  .nx-card-preview-dots,
  .nx-card-preview-hint{transition:none!important}
  .nx-card-preview-hint{display:none!important}
}


/* NOVRAX v0.9.1 — cursor-scrub product gallery */
@media(hover:hover) and (pointer:fine){
  .nx-market-product-image[data-card-preview-media]{cursor:ew-resize}
}
.nx-market-product-image .nx-card-image-base{
  transition:opacity .08s linear!important;
}
.nx-market-product-image .nx-card-image-swap{display:none!important}
.nx-market-card.is-scrub-ready .nx-card-preview-hint{
  opacity:1;
  transform:translateY(0);
}
.nx-market-card.is-previewing .nx-card-preview-hint b:after{
  content:' • görünümü seç';
  opacity:.72;
}
.nx-card-preview-dots{
  left:12px;
  right:12px;
  bottom:8px;
  width:auto;
  transform:none;
  gap:3px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  opacity:0;
}
.nx-card-preview-dots i{
  flex:1 1 0;
  width:auto;
  height:3px;
  border-radius:99px;
  background:rgba(128,151,181,.30);
  box-shadow:0 1px 4px rgba(16,48,88,.08);
  transition:background .10s linear,transform .10s linear;
}
.nx-card-preview-dots i.is-active{
  width:auto;
  background:#1769ff;
  transform:scaleY(1.35);
}
.nx-market-card:hover .nx-card-preview-dots,
.nx-market-card.is-scrub-ready .nx-card-preview-dots,
.nx-market-card.is-previewing .nx-card-preview-dots{
  opacity:1;
  transform:none;
}
.nx-preview-reduced-motion .nx-card-preview-hint{display:none!important}
@media(max-width:720px){
  .nx-card-preview-hint b{font-size:0}
  .nx-card-preview-hint b:before{content:'Kaydır';font-size:6px}
}


/* NOVRAX v0.9.7 — same-structure product option drawer */
.nx-ref-product-options--structure{padding:0;border:0;background:transparent}
.nx-ref-product-options--structure .nx-ref-product-options-label{margin:0 0 8px;color:#171717;font-size:14px;font-weight:800}
.nx-ref-product-options--structure .nx-ref-product-options-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:62px;padding:14px 18px;border:2px solid #1769ff;border-radius:9px;background:#fff;color:#171717;cursor:pointer;text-align:left;transition:box-shadow .18s ease}
.nx-ref-product-options--structure .nx-ref-product-options-row:hover{box-shadow:0 8px 20px rgba(23,105,255,.10)}
.nx-ref-product-options--structure .nx-ref-product-options-row span{min-width:0}
.nx-ref-product-options--structure .nx-ref-product-options-row b{display:block;color:#1c1c1c;font-size:15px;line-height:1.3;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nx-ref-product-options--structure .nx-ref-product-options-row small{display:none}
.nx-ref-product-options--structure .nx-ref-product-options-row>strong{flex:0 0 auto;color:#1769ff;font-size:14px;font-weight:850}
.nx-ref-product-options--structure .nx-ref-product-options-row>strong i{font-size:20px;font-style:normal;vertical-align:-1px}
.nx-live-config-backdrop{position:fixed;z-index:9998;inset:0;background:rgba(0,0,0,.50);opacity:0;transition:opacity .24s ease}
.nx-live-config-backdrop.is-open{opacity:1}.nx-live-config-open{overflow:hidden}
.nx-live-config-drawer--structure{position:fixed;z-index:9999;top:0;right:0;width:min(500px,100vw);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;box-shadow:-18px 0 45px rgba(0,0,0,.18);transform:translate3d(102%,0,0);visibility:hidden;transition:transform .30s ease,visibility .30s}
.nx-live-config-drawer--structure.is-open{transform:translate3d(0,0,0);visibility:visible}
.nx-structure-drawer-head{display:flex;align-items:center;justify-content:space-between;min-height:88px;padding:0 28px;border-bottom:1px solid #e7e7e7;background:#fff}
.nx-structure-drawer-head h2{margin:0;color:#171717;font-size:24px;line-height:1.1;letter-spacing:-.02em;font-weight:850}
.nx-structure-drawer-head button{display:grid;place-items:center;width:38px;height:38px;border:0;background:transparent;color:#949494;font-size:32px;cursor:pointer}
.nx-structure-drawer-scroll{min-height:0;overflow:auto;overscroll-behavior:contain;padding:16px 28px 28px;background:#fff}
.nx-structure-product-summary{display:grid;grid-template-columns:74px minmax(0,1fr);gap:16px;padding:0 0 18px;border-bottom:1px solid #e7e7e7}
.nx-structure-product-thumb{height:100px;overflow:hidden;border:1px solid #ececec;border-radius:8px;background:#f7f8fa}
.nx-structure-product-thumb img{display:block;width:100%;height:100%;object-fit:contain}
.nx-structure-product-copy{min-width:0}.nx-structure-product-copy strong{display:block;color:#171717;font-size:15px;line-height:1.3;font-weight:800}.nx-structure-product-copy>span{display:block;margin-top:4px;color:#555;font-size:11px}.nx-structure-product-copy small{display:block;margin-top:7px;color:#666;font-size:10px}.nx-structure-product-copy small b{color:#111}.nx-structure-product-copy em{display:block;margin-top:10px;color:#1769ff;font-size:11px;font-weight:950;font-style:normal}.nx-structure-product-copy p{margin:4px 0 0;color:#111;font-size:15px;font-weight:900;line-height:1.3}
.nx-structure-info-box{display:flex;align-items:center;gap:10px;margin:18px 0 20px;padding:12px 14px;border-radius:8px;background:#eaf4ff}.nx-structure-info-box>span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#5ba9e6;color:#fff;font-size:13px;font-weight:900}.nx-structure-info-box p{margin:0;color:#374553;font-size:11px;line-height:1.4}
.nx-ref-current-pill{display:none!important}
.nx-ref-config-controls{display:grid;gap:22px}.nx-ref-config-section{padding-top:18px;border-top:1px solid #ececec}.nx-ref-config-section:first-child{padding-top:0;border-top:0}.nx-ref-config-section h3{margin:0 0 14px;color:#202020;font-size:14px;font-weight:800}.nx-ref-config-section h3 strong{font-weight:850}
.nx-ref-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.nx-ref-choice{position:relative;min-height:50px;padding:10px;border:1px solid #bfbfbf;border-radius:8px;background:#fff;color:#202020;font-size:13px;font-weight:700;cursor:pointer;text-align:center;transition:border-color .12s ease,color .12s ease,background .12s ease}.nx-ref-choice:hover{border-color:#1769ff}.nx-ref-choice.is-active{border:2px solid #1769ff;color:#1769ff;padding:9px;font-weight:900;background:#fff}.nx-ref-choice--material{display:flex;align-items:center;justify-content:center;gap:7px}.nx-ref-dot{display:block;flex:0 0 14px;width:14px;height:14px;border:1px solid #c8c8c8;border-radius:50%}.nx-ref-dot--blk{background:#1d2025}.nx-ref-dot--grn{background:#24a748}.nx-ref-dot--blu{background:#1769ff}.nx-ref-dot--wht{background:#f4f4ef}.nx-ref-choice-grid--options .nx-ref-choice{display:flex;align-items:center;justify-content:space-between;text-align:left;padding:10px 12px}.nx-ref-choice-grid--options .nx-ref-choice.is-active{padding:9px 11px}.nx-ref-choice-grid--options b{color:#1769ff;font-size:14px}.nx-ref-static-note{padding:13px;border:1px solid #e2e2e2;border-radius:8px;background:#fafafa;color:#4a4a4a;font-size:11px;line-height:1.45}
.nx-structure-drawer-foot{display:grid;grid-template-columns:1fr 1.1fr;gap:14px;padding:16px 24px;border-top:1px solid #e3e3e3;background:#fff;box-shadow:0 -5px 15px rgba(0,0,0,.03)}.nx-structure-select-btn,.nx-structure-quote-btn{display:flex;align-items:center;justify-content:center;min-height:62px;border-radius:8px;font-size:15px;font-weight:850;text-decoration:none;cursor:pointer}.nx-structure-select-btn{border:1px solid #1a1a1a;background:#fff;color:#171717}.nx-structure-quote-btn{gap:8px;border:1px solid #0f1720;background:#17191d;color:#fff}.nx-structure-quote-btn span{font-size:24px;font-weight:400;line-height:1}
@media(max-width:760px){.nx-live-config-drawer--structure{width:100vw}.nx-structure-drawer-head{min-height:74px;padding:0 16px}.nx-structure-drawer-head h2{font-size:21px}.nx-structure-drawer-scroll{padding:16px 16px 24px}.nx-ref-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nx-structure-drawer-foot{padding:14px 16px;gap:10px}.nx-structure-select-btn,.nx-structure-quote-btn{min-height:54px;font-size:14px}}
@media(prefers-reduced-motion:reduce){.nx-live-config-drawer--structure,.nx-live-config-backdrop,.nx-ref-product-options-row,.nx-ref-choice{transition:none!important}}


/* NOVRAX v0.9.8 — marketplace-style PDP hierarchy */
.nx-market-product{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:42px;align-items:start;margin:10px 0 28px;padding:26px 0 34px;border-bottom:1px solid #e4ebf4}
.nx-market-gallery{min-width:0}
.nx-market-stage{position:relative;display:grid;place-items:center;min-height:560px;overflow:hidden;border:1px solid #dfe7f1;border-radius:14px;background:#fff}
.nx-market-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,rgba(23,105,255,.04),transparent 54%);pointer-events:none}
.nx-market-stage>[data-gallery-main],.nx-market-stage>[data-gallery-main-video]{position:relative;z-index:2;display:block;width:100%;height:560px;object-fit:contain;padding:18px;transition:opacity .16s ease,transform .18s ease;user-select:none;-webkit-user-drag:none}
.nx-market-stage>[data-gallery-main].is-changing,.nx-market-stage>[data-gallery-main-video].is-changing{opacity:.28;transform:scale(.985)}
.nx-market-stage>[data-gallery-main-video]{background:#fff}
.nx-market-stage>[data-gallery-main-video][hidden]{display:none!important}
.nx-market-stage .nx-pdp-watermark{z-index:1}
.nx-market-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}
.nx-market-thumbs button{position:relative;height:88px;padding:6px;overflow:hidden;border:1px solid #dce4ee;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}
.nx-market-thumbs button:hover{border-color:#92b8ef}
.nx-market-thumbs button.is-active{border:2px solid #1769ff;padding:5px;box-shadow:0 0 0 2px rgba(23,105,255,.06)}
.nx-market-thumbs img{display:block;width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none}
.nx-market-thumb-video .nx-market-thumb-badge{position:absolute;left:6px;top:6px;padding:3px 6px;border-radius:999px;background:rgba(12,28,52,.84);color:#fff;font-size:9px;font-weight:800;letter-spacing:.06em}
.nx-market-thumb-video .nx-market-thumb-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(23,105,255,.92);color:#fff;font-size:14px;box-shadow:0 10px 18px rgba(23,105,255,.22)}
.nx-market-buybox{position:sticky;top:94px;min-width:0;padding:4px 0 0}
.nx-market-model{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding-bottom:14px;border-bottom:1px solid #e6edf5}
.nx-market-model>span{color:#7589a4;font-size:9px;font-weight:900;letter-spacing:.12em}
.nx-market-model>strong{min-width:0;color:#1769ff;font-size:11px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nx-market-model>button{padding:0;border:0;background:transparent;color:#667a94;font-size:9px;font-weight:800;cursor:pointer}
.nx-market-buybox>h1{margin:18px 0 10px;color:#0b1d36;font-size:36px;line-height:1.08;letter-spacing:-.04em;font-weight:900}
.nx-market-intro{margin:0;color:#637891;font-size:13px;line-height:1.62}
.nx-market-quickfacts{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 24px}
.nx-market-quickfacts span{padding:7px 10px;border:1px solid #d8e4f2;border-radius:7px;background:#f8fbff;color:#536b88;font-size:9px;font-weight:850}
.nx-ref-product-options--market{margin-top:6px}
.nx-ref-product-options--market .nx-ref-product-options-label{margin:0 0 9px;color:#172b47;font-size:15px;font-weight:900}
.nx-ref-product-options--market .nx-ref-product-options-row{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;min-height:68px;padding:14px 16px;border:1.5px solid #1769ff;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:box-shadow .18s ease,transform .18s ease}
.nx-ref-product-options--market .nx-ref-product-options-row:hover{box-shadow:0 10px 24px rgba(23,105,255,.10);transform:translateY(-1px)}
.nx-ref-product-options--market .nx-ref-product-options-row>span{min-width:0}
.nx-ref-product-options--market .nx-ref-product-options-row b,.nx-ref-product-options--market .nx-ref-product-options-row small{display:block}
.nx-ref-product-options--market .nx-ref-product-options-row b{color:#17253a;font-size:14px;line-height:1.3;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nx-ref-product-options--market .nx-ref-product-options-row small{margin-top:4px;color:#8998aa;font-size:9px;line-height:1.3}
.nx-ref-product-options--market .nx-ref-product-options-row>strong{flex:0 0 auto;color:#1769ff;font-size:13px;font-weight:900}
.nx-ref-product-options--market .nx-ref-product-options-row>strong i{font-style:normal;font-size:20px;vertical-align:-1px}
.nx-market-primary-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:68px;margin-top:14px;padding:12px 18px;border-radius:9px;background:#101820;color:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.nx-market-primary-cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(8,22,40,.16)}
.nx-market-primary-cta span,.nx-market-primary-cta small{display:block}
.nx-market-primary-cta span{font-size:15px;font-weight:900}
.nx-market-primary-cta small{margin-top:3px;color:#aeb9c6;font-size:8px;font-weight:650}
.nx-market-primary-cta>b{font-size:22px}
.nx-market-service-notes{display:grid;gap:0;margin-top:18px;border-top:1px solid #e3ebf4}
.nx-market-service-notes>div{display:grid;grid-template-columns:22px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #e7edf4}
.nx-market-service-notes>div>b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#eaf3ff;color:#1769ff;font-size:10px}
.nx-market-service-notes strong,.nx-market-service-notes small{display:block}
.nx-market-service-notes strong{color:#243a57;font-size:10px}
.nx-market-service-notes small{margin-top:2px;color:#8493a5;font-size:8px;line-height:1.4}
.nx-pdp-option-source[hidden]{display:none!important}
.nx-market-specs{margin-top:0!important}
.nx-live-config-drawer--structure .nx-structure-product-copy em{display:none!important}
.nx-live-config-drawer--structure .nx-structure-product-copy p{margin-top:8px!important;color:#24374e!important;font-size:11px!important;font-weight:750!important;line-height:1.45!important}

@media(max-width:1100px){
  .nx-market-product{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:28px}
  .nx-market-stage,.nx-market-stage>[data-gallery-main],.nx-market-stage>[data-gallery-main-video]{min-height:500px;height:500px}
  .nx-market-buybox>h1{font-size:32px}
}
@media(max-width:900px){
  .nx-market-product{grid-template-columns:1fr;gap:24px;padding-top:18px}
  .nx-market-buybox{position:relative;top:auto}
  .nx-market-stage,.nx-market-stage>[data-gallery-main],.nx-market-stage>[data-gallery-main-video]{min-height:460px;height:460px}
}
@media(max-width:620px){
  .nx-market-product{margin-top:4px;padding-bottom:24px}
  .nx-market-stage{min-height:330px;border-radius:10px}.nx-market-stage>[data-gallery-main],.nx-market-stage>[data-gallery-main-video]{height:330px;min-height:330px;padding:10px}
  .nx-market-thumbs{gap:7px}.nx-market-thumbs button{height:72px;border-radius:8px}
  .nx-market-buybox>h1{margin-top:14px;font-size:27px}
  .nx-market-intro{font-size:12px}
  .nx-market-model{grid-template-columns:1fr auto}.nx-market-model>span{grid-column:1/-1}.nx-market-model>strong{font-size:10px}
  .nx-ref-product-options--market .nx-ref-product-options-row{min-height:64px;padding:12px 13px}
  .nx-ref-product-options--market .nx-ref-product-options-row b{font-size:12px}
  .nx-market-primary-cta{min-height:62px}
}

/* NOVRAX v0.9.9 — marketplace-style product information tabs */
.nx-market-info-tabs{position:relative;margin:42px calc(50% - 50vw) 0}
.nx-market-tabs-shell{border-top:1px solid #dfe5ed;border-bottom:1px solid #dfe5ed;background:#fff;box-shadow:0 12px 28px rgba(15,39,69,.035)}
.nx-market-tabs-nav{width:min(1600px,calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.nx-market-tabs-nav button{position:relative;min-height:86px;padding:0 22px;border:0;background:#fff;color:#111d2d;font-size:18px;font-weight:900;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}
.nx-market-tabs-nav button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:#1769ff;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.nx-market-tabs-nav button:hover{background:#fbfdff;color:#1769ff;box-shadow:inset 0 -1px 0 #edf3fb}
.nx-market-tabs-nav button.is-active{color:#0c1d35}
.nx-market-tabs-nav button.is-active:after{transform:scaleX(1)}
.nx-market-tabs-bg{padding:38px 0 58px;background:#eef1f5}
.nx-market-tab-card{width:min(1480px,calc(100% - 96px));min-height:420px;margin:0 auto;padding:50px 58px;border:1px solid #e3e7ec;border-radius:18px;background:#fff;box-shadow:0 28px 60px rgba(18,45,82,.10),0 6px 18px rgba(18,45,82,.05)}
.nx-market-tab-panel[hidden]{display:none!important}.nx-market-tab-panel{animation:nxMarketTabIn .22s ease}
@keyframes nxMarketTabIn{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
.nx-market-tab-panel h2{margin:0 0 26px;color:#101d30;font-size:40px;line-height:1.15;letter-spacing:-.03em}
.nx-market-tab-panel h3{margin:0 0 42px 24px;color:#16243a;font-size:26px;font-weight:850}
.nx-market-tab-panel>p{max-width:1260px;margin:0 48px 20px;color:#24364d;font-size:19px;line-height:1.86}
.nx-market-tab-panel>p strong{color:#0f2745}
.nx-market-description-note{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;margin:34px 48px 0;padding:14px 18px;border:1px solid #d8e5f5;border-radius:14px;background:#f6faff;color:#526982;font-size:15px;box-shadow:0 16px 34px rgba(23,105,255,.08)}
.nx-market-description-note>b{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#1769ff;color:#fff;font-size:20px}.nx-market-description-note span strong{color:#1769ff}
.nx-market-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 24px}
.nx-market-detail-grid article{display:grid;grid-template-columns:52px 1fr;grid-template-areas:"n h" "n p";column-gap:16px;padding:24px;border:1px solid #e0e8f2;border-radius:16px;background:#fbfdff;box-shadow:0 14px 30px rgba(18,45,82,.06)}
.nx-market-detail-grid article>span{grid-area:n;display:grid;place-items:center;align-self:start;width:48px;height:48px;border-radius:14px;background:#eaf3ff;color:#1769ff;font-size:15px;font-weight:950}.nx-market-detail-grid h4{grid-area:h;margin:3px 0 7px;color:#172c49;font-size:21px}.nx-market-detail-grid p{grid-area:p;margin:0;color:#667b93;font-size:16px;line-height:1.7}
.nx-market-process-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 24px 28px}.nx-market-process-row article{display:flex;gap:14px;padding:22px;border:1px solid #e0e7ef;border-radius:16px;background:#fff;box-shadow:0 14px 30px rgba(18,45,82,.06)}.nx-market-process-row article>b{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:#1769ff;color:#fff;font-size:15px}.nx-market-process-row strong,.nx-market-process-row small{display:block}.nx-market-process-row strong{color:#172b46;font-size:18px}.nx-market-process-row small{margin-top:6px;color:#77899e;font-size:15px;line-height:1.6}
.nx-market-policy-box{margin:0 24px;padding:22px 24px;border-left:4px solid #1769ff;border-radius:14px;background:#f5f9ff;box-shadow:0 14px 30px rgba(23,105,255,.08)}.nx-market-policy-box strong{display:block;color:#17365d;font-size:20px}.nx-market-policy-box p{margin:8px 0 0;color:#667a92;font-size:16px;line-height:1.7}
.nx-market-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 48px}.nx-market-offer-grid>div{padding:22px;border:1px solid #dfe8f2;border-radius:16px;background:#fbfdff;box-shadow:0 14px 30px rgba(18,45,82,.06)}.nx-market-offer-grid span,.nx-market-offer-grid strong,.nx-market-offer-grid small{display:block}.nx-market-offer-grid span{color:#1769ff;font-size:13px;font-weight:950}.nx-market-offer-grid strong{margin-top:8px;color:#172c47;font-size:20px}.nx-market-offer-grid small{margin-top:6px;color:#788ba2;font-size:15px;line-height:1.6}
.nx-market-tab-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(620px,calc(100% - 96px));min-height:78px;margin:30px 48px 0;padding:16px 22px;border-radius:14px;background:#101820;color:#fff;text-decoration:none;box-shadow:0 18px 34px rgba(10,24,40,.22)}.nx-market-tab-cta span,.nx-market-tab-cta small{display:block}.nx-market-tab-cta span{font-size:18px;font-weight:900}.nx-market-tab-cta small{margin-top:4px;color:#acb9c8;font-size:12px}.nx-market-tab-cta>b{font-size:26px}
@media(max-width:900px){.nx-market-tabs-nav{width:100%;overflow-x:auto;display:flex}.nx-market-tabs-nav button{flex:0 0 260px;min-height:74px;font-size:15px}.nx-market-tab-card{width:calc(100% - 36px);padding:36px 28px}.nx-market-tab-panel h2{font-size:30px}.nx-market-tab-panel h3{margin-left:0;margin-bottom:28px;font-size:22px}.nx-market-tab-panel>p,.nx-market-description-note,.nx-market-policy-box,.nx-market-offer-grid,.nx-market-tab-cta{margin-left:0;margin-right:0}.nx-market-tab-panel>p{font-size:17px}.nx-market-detail-grid{grid-template-columns:1fr;margin:0}.nx-market-process-row{grid-template-columns:repeat(2,minmax(0,1fr));margin-left:0;margin-right:0}.nx-market-offer-grid{grid-template-columns:1fr}.nx-market-tab-cta{width:100%}}
@media(max-width:560px){.nx-market-info-tabs{margin-top:28px}.nx-market-tabs-nav button{flex-basis:220px;min-height:66px;font-size:14px}.nx-market-tabs-bg{padding:18px 0 30px}.nx-market-tab-card{width:calc(100% - 20px);min-height:0;padding:24px 18px;border-radius:14px}.nx-market-tab-panel h2{font-size:26px;margin-bottom:18px}.nx-market-tab-panel h3{font-size:19px;margin-bottom:22px}.nx-market-tab-panel>p{font-size:15px;line-height:1.75}.nx-market-description-note{padding:12px 14px;font-size:13px}.nx-market-description-note>b{width:36px;height:36px;font-size:18px}.nx-market-detail-grid article,.nx-market-process-row article,.nx-market-offer-grid>div{padding:16px}.nx-market-detail-grid h4,.nx-market-offer-grid strong,.nx-market-process-row strong{font-size:17px}.nx-market-detail-grid p,.nx-market-offer-grid small,.nx-market-process-row small,.nx-market-policy-box p{font-size:14px}.nx-market-policy-box strong{font-size:17px}.nx-market-tab-cta span{font-size:16px}.nx-market-tab-cta small{font-size:11px}.nx-market-process-row{grid-template-columns:1fr}}


/* ======================================================================
   NOVRAX v1.1.0 — SITEWIDE MOTION & POLISH SYSTEM
   Progressive enhancement: all motion is disabled by prefers-reduced-motion.
   ====================================================================== */
html{scroll-behavior:auto}
body{overflow-x:hidden}

/* Stronger keyboard accessibility across interactive surfaces */
:where(a,button,input,select,summary):focus-visible{outline:3px solid rgba(23,105,255,.36);outline-offset:3px}

/* Header entrance + refined scroll response */
.site-header{animation:nxHeaderDrop .72s cubic-bezier(.16,.84,.24,1) both}
.nx-brand{animation:nxHeaderBrand .82s cubic-bezier(.16,.84,.24,1) .08s both}
.nx-menu>li,.nx-header-tools>*{animation:nxHeaderItem .62s cubic-bezier(.16,.84,.24,1) both}
.nx-menu>li:nth-child(1){animation-delay:.12s}.nx-menu>li:nth-child(2){animation-delay:.16s}.nx-menu>li:nth-child(3){animation-delay:.20s}.nx-menu>li:nth-child(4){animation-delay:.24s}.nx-menu>li:nth-child(5){animation-delay:.28s}.nx-menu>li:nth-child(6){animation-delay:.32s}.nx-menu>li:nth-child(7){animation-delay:.36s}
.nx-header-tools>*:first-child{animation-delay:.30s}.nx-header-tools>*:last-child{animation-delay:.36s}
@keyframes nxHeaderDrop{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:none}}
@keyframes nxHeaderBrand{from{opacity:0;transform:translateX(-18px) scale(.94)}to{opacity:1;transform:none}}
@keyframes nxHeaderItem{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.nx-menu a{position:relative}
.nx-menu a:after{content:"";position:absolute;left:12%;right:12%;bottom:-7px;height:2px;border-radius:9px;background:#1769ff;transform:scaleX(0);transform-origin:center;transition:transform .24s ease}
.nx-menu a:hover:after,.nx-menu .current-menu-item>a:after{transform:scaleX(1)}

/* Universal scroll-reveal system */
.nx-motion-ready .nx-reveal-item{opacity:0;transform:translate3d(0,24px,0) scale(.988);transition:opacity .58s cubic-bezier(.16,.84,.24,1),transform .58s cubic-bezier(.16,.84,.24,1);transition-delay:var(--nx-reveal-delay,0ms)}
.nx-motion-ready .nx-reveal-item.nx-reveal-left{transform:translate3d(-36px,0,0) scale(.99)}
.nx-motion-ready .nx-reveal-item.nx-reveal-right{transform:translate3d(36px,0,0) scale(.99)}
.nx-motion-ready .nx-reveal-item.nx-reveal-scale{transform:translate3d(0,12px,0) scale(.94)}
.nx-motion-ready .nx-reveal-item.is-visible{opacity:1;transform:none}

/* Hero motion */
.nx-hero-copy h1,.nx-hero-copy h2{transform-origin:left center}
.nx-hero-stage{perspective:1300px}
.nx-hero-media{transform:translate3d(var(--nx-hero-x,0),var(--nx-hero-y,0),0) rotateX(var(--nx-hero-rx,0deg)) rotateY(var(--nx-hero-ry,0deg));transition:transform .22s ease-out}
.nx-stage-badge{animation:nxBadgeFloat 4.8s ease-in-out infinite}
.nx-stage-badge-top{animation-delay:-1.4s}
@keyframes nxBadgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* Moving light sheen on premium CTA surfaces */
.nx-header-cta,.nx-market-primary-cta,.nx-market-tab-cta,.nx-btn-primary,.nx-config-cta{position:relative;overflow:hidden;isolation:isolate}
.nx-header-cta:after,.nx-market-primary-cta:after,.nx-market-tab-cta:after,.nx-btn-primary:after,.nx-config-cta:after{content:"";position:absolute;z-index:-1;top:-90%;bottom:-90%;left:-30%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg) translateX(-420%);transition:transform .72s cubic-bezier(.2,.7,.2,1)}
.nx-header-cta:hover:after,.nx-market-primary-cta:hover:after,.nx-market-tab-cta:hover:after,.nx-btn-primary:hover:after,.nx-config-cta:hover:after{transform:skewX(-18deg) translateX(620%)}

/* Marketplace / catalog micro motion */
.nx-market-card,.nx-showcase-card,.nx-home-article-card,.nx-engineering-step,.nx-pdp-feature-grid article,.nx-market-detail-grid article,.nx-market-process-row article,.nx-market-offer-grid>div{transform-style:preserve-3d;transition:transform .28s cubic-bezier(.2,.75,.2,1),box-shadow .28s ease,border-color .22s ease}
.nx-market-card:hover,.nx-showcase-card:hover,.nx-home-article-card:hover,.nx-engineering-step:hover,.nx-pdp-feature-grid article:hover,.nx-market-detail-grid article:hover,.nx-market-process-row article:hover,.nx-market-offer-grid>div:hover{transform:translateY(-7px);box-shadow:0 24px 52px rgba(14,49,102,.13)!important}
.nx-market-card img,.nx-showcase-card img,.nx-home-article-card img{transition:transform .55s cubic-bezier(.2,.75,.2,1),filter .3s ease}
.nx-market-card:hover img,.nx-showcase-card:hover img,.nx-home-article-card:hover img{transform:scale(1.035)}

/* Pointer-follow glow for highlighted cards */
.nx-motion-hover{position:relative;isolation:isolate}
.nx-motion-hover:after{content:"";position:absolute;z-index:0;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(260px circle at var(--nx-glow-x,50%) var(--nx-glow-y,50%),rgba(23,105,255,.12),transparent 68%);opacity:0;transition:opacity .24s ease}
.nx-motion-hover:hover:after{opacity:1}
.nx-motion-hover>*{position:relative;z-index:1}

/* Metrics count-up emphasis */
.nx-metric strong{display:inline-block;transform-origin:center;transition:transform .24s ease,color .24s ease}
.nx-metric.is-counting strong{color:#1769ff;transform:scale(1.08)}

/* PDP gallery fixes + motion */
.nx-market-stage{perspective:1200px;box-shadow:0 16px 44px rgba(18,45,82,.07);transition:box-shadow .3s ease,border-color .3s ease}
.nx-market-stage:hover{border-color:#b8cfea;box-shadow:0 24px 58px rgba(18,45,82,.12)}
.nx-market-stage>[data-gallery-main]:not(.is-changing),.nx-market-stage>[data-gallery-main-video]:not(.is-changing){transform:translate3d(var(--nx-media-x,0),var(--nx-media-y,0),0) rotateX(var(--nx-media-rx,0deg)) rotateY(var(--nx-media-ry,0deg)) scale(var(--nx-media-scale,1));transition:transform .22s ease-out,opacity .16s ease}
.nx-market-thumbs button{transition:transform .22s cubic-bezier(.2,.75,.2,1),border-color .2s ease,box-shadow .2s ease,background .2s ease}
.nx-market-thumbs button:hover{transform:translateY(-5px) scale(1.025);box-shadow:0 12px 24px rgba(23,105,255,.12)}
.nx-market-thumbs button.is-active{animation:nxThumbSelect .42s cubic-bezier(.2,.8,.2,1)}
@keyframes nxThumbSelect{0%{transform:scale(.94)}55%{transform:scale(1.035)}100%{transform:none}}
.nx-market-thumb-video .nx-market-thumb-play{animation:nxVideoPulse 2.2s ease-in-out infinite}
@keyframes nxVideoPulse{0%,100%{box-shadow:0 8px 18px rgba(23,105,255,.22),0 0 0 0 rgba(23,105,255,.24)}50%{box-shadow:0 12px 24px rgba(23,105,255,.28),0 0 0 10px rgba(23,105,255,0)}}

/* PDP buy box and option row liveliness */
.nx-market-buybox{position:relative}
.nx-market-model strong{transition:color .25s ease,transform .25s ease}
.nx-market-model:hover strong{color:#1769ff;transform:translateX(3px)}
.nx-ref-product-options-row{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.nx-ref-product-options-row:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(23,105,255,.12)}
.nx-market-service-notes>div{transition:transform .22s ease,background .22s ease}
.nx-market-service-notes>div:hover{transform:translateX(5px);background:#f8fbff}

/* Tab system: stronger marketplace transition */
.nx-market-tabs-shell{position:sticky;top:var(--nx-header-sticky-offset,76px);z-index:35}
.nx-market-tabs-nav button{transition:color .2s ease,background .2s ease,transform .2s ease}
.nx-market-tabs-nav button:hover{transform:translateY(-2px)}
.nx-market-tabs-nav button.is-active{animation:nxTabBump .32s ease}
@keyframes nxTabBump{0%{transform:translateY(2px)}60%{transform:translateY(-2px)}100%{transform:none}}
.nx-market-tab-card{transition:box-shadow .3s ease,transform .3s ease}
.nx-market-tab-card:hover{box-shadow:0 34px 74px rgba(18,45,82,.13),0 8px 22px rgba(18,45,82,.06)}

/* Configurator drawer */
.nx-live-config-drawer--reference.is-open .nx-ref-product-summary{animation:nxDrawerItem .46s .08s both}
.nx-live-config-drawer--reference.is-open .nx-ref-info-box{animation:nxDrawerItem .46s .14s both}
.nx-live-config-drawer--reference.is-open .nx-ref-config-section{animation:nxDrawerItem .5s both}
.nx-live-config-drawer--reference.is-open .nx-ref-config-section:nth-child(1){animation-delay:.18s}.nx-live-config-drawer--reference.is-open .nx-ref-config-section:nth-child(2){animation-delay:.24s}.nx-live-config-drawer--reference.is-open .nx-ref-config-section:nth-child(3){animation-delay:.30s}.nx-live-config-drawer--reference.is-open .nx-ref-config-section:nth-child(4){animation-delay:.36s}
@keyframes nxDrawerItem{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}
.nx-ref-choice{transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}
.nx-ref-choice:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(23,105,255,.08)}
.nx-ref-choice.is-active{animation:nxChoicePop .3s ease}
@keyframes nxChoicePop{0%{transform:scale(.95)}60%{transform:scale(1.035)}100%{transform:none}}

/* Engineering and CTA bands */
.nx-engineering-step-no{transition:transform .32s cubic-bezier(.2,.8,.2,1),background .25s ease,color .25s ease}
.nx-engineering-step:hover .nx-engineering-step-no{transform:rotate(-6deg) scale(1.08);background:#1769ff;color:#fff}
.nx-cta-band--premium:before{animation:nxCtaAmbient 8s ease-in-out infinite alternate}
@keyframes nxCtaAmbient{from{transform:translate3d(-2%,0,0) scale(1)}to{transform:translate3d(3%,-2%,0) scale(1.05)}}

/* Footer logo and links */
.site-footer a{transition:color .2s ease,transform .2s ease}
.site-footer a:hover{transform:translateX(3px)}

@media(max-width:900px){
  .nx-market-tabs-shell{top:68px}
  .nx-motion-ready .nx-reveal-item{transform:translate3d(0,22px,0) scale(.99)}
  .nx-market-card:hover,.nx-showcase-card:hover,.nx-home-article-card:hover,.nx-engineering-step:hover,.nx-pdp-feature-grid article:hover{transform:translateY(-3px)}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  .site-header,.nx-brand,.nx-menu>li,.nx-header-tools>*,.nx-stage-badge,.nx-market-thumb-video .nx-market-thumb-play,.nx-cta-band--premium:before{animation:none!important}
  .nx-motion-ready .nx-reveal-item{opacity:1!important;transform:none!important;transition:none!important}
  .nx-hero-media,.nx-market-stage>[data-gallery-main],.nx-market-stage>[data-gallery-main-video]{transform:none!important;transition:none!important}
  .nx-market-card:hover,.nx-showcase-card:hover,.nx-home-article-card:hover,.nx-engineering-step:hover,.nx-pdp-feature-grid article:hover,.nx-market-detail-grid article:hover,.nx-market-process-row article:hover,.nx-market-offer-grid>div:hover{transform:none!important}
}


/* NOVRAX v1.1.1 — buybox typography + gallery video safety */
.nx-market-stage>[data-gallery-main-video][hidden]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.nx-market-stage>[data-gallery-main-video]:not([hidden]){display:block!important;visibility:visible!important;opacity:1!important}
.nx-market-buybox .nx-market-model>span{font-size:11px}
.nx-market-buybox .nx-market-model>strong{font-size:15px}
.nx-market-buybox .nx-market-model>button{font-size:11px}
.nx-market-buybox>h1{font-size:46px;line-height:1.06;letter-spacing:-.045em}
.nx-market-buybox .nx-market-intro{font-size:18px;line-height:1.75;color:#5c7089}
.nx-market-buybox .nx-market-quickfacts{gap:10px;margin:20px 0 26px}
.nx-market-buybox .nx-market-quickfacts span{padding:10px 14px;border-radius:10px;font-size:13px;color:#405875;box-shadow:0 8px 18px rgba(18,45,82,.05);animation:nxChipFloat 5s ease-in-out infinite}
.nx-market-buybox .nx-market-quickfacts span:nth-child(2){animation-delay:.35s}.nx-market-buybox .nx-market-quickfacts span:nth-child(3){animation-delay:.7s}.nx-market-buybox .nx-market-quickfacts span:nth-child(4){animation-delay:1.05s}
.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-label{font-size:22px;margin-bottom:11px}
.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row{min-height:92px;padding:20px 22px;border-radius:14px;box-shadow:0 12px 28px rgba(23,105,255,.08);transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease}
.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(23,105,255,.12)}
.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row b{font-size:26px;line-height:1.2}
.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row small{margin-top:7px;font-size:14px;line-height:1.45;color:#7f90a5}
.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row>strong{font-size:22px;animation:nxArrowPulse 1.8s ease-in-out infinite}
.nx-market-buybox .nx-market-primary-cta{position:relative;isolation:isolate;overflow:hidden;min-height:92px;margin-top:18px;padding:18px 22px;border-radius:14px;background:linear-gradient(135deg,#09111a 0%,#0e1b2b 52%,#122238 100%);box-shadow:0 18px 38px rgba(8,22,40,.22)}
.nx-market-buybox .nx-market-primary-cta:before{content:"";position:absolute;inset:-40% auto -40% -20%;width:46%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.18),rgba(255,255,255,0));transform:translateX(-140%) skewX(-24deg);animation:nxCtaSweep 4.6s ease-in-out infinite;pointer-events:none;z-index:0}
.nx-market-buybox .nx-market-primary-cta>*{position:relative;z-index:1}
.nx-market-buybox .nx-market-primary-cta span{font-size:28px;letter-spacing:-.02em}
.nx-market-buybox .nx-market-primary-cta small{margin-top:6px;font-size:13px;color:#bfd0e4}
.nx-market-buybox .nx-market-primary-cta>b{font-size:30px}
.nx-market-buybox .nx-market-service-notes>div{grid-template-columns:30px 1fr;gap:14px;padding:17px 0;transition:transform .22s ease,background .22s ease}
.nx-market-buybox .nx-market-service-notes>div:hover{transform:translateX(4px);background:linear-gradient(90deg,rgba(23,105,255,.04),transparent 82%)}
.nx-market-buybox .nx-market-service-notes>div>b{width:28px;height:28px;font-size:14px;box-shadow:0 8px 16px rgba(23,105,255,.14)}
.nx-market-buybox .nx-market-service-notes strong{font-size:21px;font-weight:850}
.nx-market-buybox .nx-market-service-notes small{margin-top:5px;font-size:13px;line-height:1.55}
.nx-market-buybox .nx-reveal-item{will-change:auto}
@keyframes nxChipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes nxArrowPulse{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}
@keyframes nxCtaSweep{0%,12%{transform:translateX(-160%) skewX(-24deg)}28%,100%{transform:translateX(340%) skewX(-24deg)}}
@media(max-width:1100px){.nx-market-buybox>h1{font-size:40px}}
@media(max-width:620px){.nx-market-buybox>h1{font-size:30px}.nx-market-buybox .nx-market-intro{font-size:15px}.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row{min-height:76px;padding:14px 15px}.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row b{font-size:18px}.nx-market-buybox .nx-market-primary-cta span{font-size:20px}.nx-market-buybox .nx-market-primary-cta small{font-size:11px}.nx-market-buybox .nx-market-service-notes strong{font-size:16px}.nx-market-buybox .nx-market-service-notes small{font-size:12px}}
@media(prefers-reduced-motion:reduce){.nx-market-buybox .nx-market-quickfacts span,.nx-market-buybox .nx-ref-product-options--market .nx-ref-product-options-row>strong,.nx-market-buybox .nx-market-primary-cta:before{animation:none!important}}


/* ======================================================================
   NOVRAX v1.1.2 — VIDEO STAGE SWITCH + RGB CONFIGURATOR ATTENTION SYSTEM
   ====================================================================== */
.nx-market-stage{position:relative!important}
.nx-market-stage>[data-gallery-main],.nx-market-stage>[data-gallery-main-video]{grid-area:1/1!important}
.nx-market-stage>[data-gallery-main][hidden]{display:none!important}
.nx-market-stage>[data-gallery-main-video]{display:none!important}
.nx-market-stage.is-video-active>[data-gallery-main]{display:none!important}
.nx-market-stage.is-video-active>[data-gallery-main-video]{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding:0!important;object-fit:contain!important;background:#fff!important}

.nx-ref-product-options--market{position:relative;margin-top:10px}
.nx-ref-product-options--market .nx-ref-product-options-label{display:flex!important;align-items:center;justify-content:space-between;gap:14px;margin:0 0 12px!important}
.nx-ref-product-options--market .nx-ref-product-options-label>span{display:inline-block;font-size:24px;font-weight:950;letter-spacing:-.025em;background:linear-gradient(90deg,#ff1744,#ff8a00,#ffd600,#00d96f,#00b8ff,#6c4cff,#ff2ac3,#ff1744);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:nxRgbText 4s linear infinite}
.nx-ref-product-options--market .nx-ref-product-options-label>em{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#0d1724;color:#fff;font-size:11px;font-weight:850;font-style:normal;letter-spacing:.01em;box-shadow:0 10px 22px rgba(8,23,42,.14);animation:nxHintPulse 1.7s ease-in-out infinite}
.nx-ref-product-options--market .nx-ref-product-options-row{position:relative;isolation:isolate;min-height:102px!important;padding:22px 24px!important;border:2px solid transparent!important;border-radius:18px!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#ff1744,#ff8a00,#ffd600,#00e676,#00c2ff,#6c4cff,#ff2ac4,#ff1744) border-box!important;background-size:100% 100%,320% 320%!important;box-shadow:0 0 0 1px rgba(23,105,255,.02),0 18px 42px rgba(23,105,255,.12)!important;overflow:hidden;animation:nxRgbBorder 4.2s linear infinite,nxRgbBreath 2.5s ease-in-out infinite;transform:translateZ(0)}
.nx-ref-product-options--market .nx-ref-product-options-row:before{content:"";position:absolute;inset:-70% auto -70% -25%;width:34%;z-index:-1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);transform:translateX(-150%) skewX(-22deg);animation:nxRgbShimmer 3.2s ease-in-out infinite;pointer-events:none}
.nx-ref-product-options--market .nx-ref-product-options-row:after{content:"TIKLA • KONFİGÜRE ET";position:absolute;right:22px;bottom:10px;color:#60738c;font-size:9px;font-weight:950;letter-spacing:.12em;opacity:.72}
.nx-ref-product-options--market .nx-ref-product-options-row:hover{transform:translateY(-5px) scale(1.012)!important;box-shadow:0 0 0 1px rgba(255,255,255,.8),0 22px 52px rgba(50,80,180,.20),0 0 30px rgba(0,194,255,.20)!important}
.nx-ref-product-options--market .nx-ref-product-options-row b{font-size:27px!important;color:#102037!important}
.nx-ref-product-options--market .nx-ref-product-options-row small{font-size:14px!important;margin-top:7px!important}
.nx-ref-product-options--market .nx-ref-product-options-row>strong{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:12px;background:#0f1722;color:#fff!important;font-size:16px!important;box-shadow:0 10px 24px rgba(8,23,42,.18);animation:nxOpenButtonPulse 1.55s ease-in-out infinite!important}
.nx-ref-product-options--market .nx-ref-product-options-row>strong i{font-size:22px!important;animation:nxArrowNudge .9s ease-in-out infinite}
.nx-market-thumb-video{animation:nxVideoThumbPulse 2.2s ease-in-out infinite}
.nx-market-thumb-video .nx-market-thumb-play{animation:nxPlayPulse 1.6s ease-in-out infinite}

@keyframes nxRgbText{0%{background-position:0% 50%}100%{background-position:300% 50%}}
@keyframes nxRgbBorder{0%{background-position:0 0,0% 50%}100%{background-position:0 0,320% 50%}}
@keyframes nxRgbBreath{0%,100%{filter:saturate(1);box-shadow:0 18px 42px rgba(23,105,255,.12)}50%{filter:saturate(1.18);box-shadow:0 20px 48px rgba(255,42,195,.18),0 0 22px rgba(0,194,255,.14)}}
@keyframes nxRgbShimmer{0%,15%{transform:translateX(-160%) skewX(-22deg)}45%,100%{transform:translateX(470%) skewX(-22deg)}}
@keyframes nxHintPulse{0%,100%{transform:scale(1);box-shadow:0 10px 22px rgba(8,23,42,.14)}50%{transform:scale(1.045);box-shadow:0 12px 28px rgba(23,105,255,.22)}}
@keyframes nxOpenButtonPulse{0%,100%{transform:scale(1);background:#0f1722}50%{transform:scale(1.05);background:#1769ff}}
@keyframes nxArrowNudge{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}
@keyframes nxVideoThumbPulse{0%,100%{box-shadow:0 0 0 0 rgba(23,105,255,.10)}50%{box-shadow:0 0 0 5px rgba(23,105,255,.10)}}
@keyframes nxPlayPulse{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.12)}}

@media(max-width:900px){.nx-ref-product-options--market .nx-ref-product-options-label{align-items:flex-start;flex-direction:column}.nx-ref-product-options--market .nx-ref-product-options-label>span{font-size:21px}.nx-ref-product-options--market .nx-ref-product-options-row b{font-size:22px!important}}
@media(max-width:620px){.nx-ref-product-options--market .nx-ref-product-options-label>span{font-size:19px}.nx-ref-product-options--market .nx-ref-product-options-label>em{font-size:10px}.nx-ref-product-options--market .nx-ref-product-options-row{min-height:88px!important;padding:16px!important}.nx-ref-product-options--market .nx-ref-product-options-row b{font-size:17px!important}.nx-ref-product-options--market .nx-ref-product-options-row small{font-size:12px!important}.nx-ref-product-options--market .nx-ref-product-options-row>strong{padding:8px 10px;font-size:13px!important}.nx-ref-product-options--market .nx-ref-product-options-row:after{display:none}}
@media(prefers-reduced-motion:reduce){.nx-ref-product-options--market .nx-ref-product-options-label>span,.nx-ref-product-options--market .nx-ref-product-options-label>em,.nx-ref-product-options--market .nx-ref-product-options-row,.nx-ref-product-options--market .nx-ref-product-options-row:before,.nx-ref-product-options--market .nx-ref-product-options-row>strong,.nx-ref-product-options--market .nx-ref-product-options-row>strong i,.nx-market-thumb-video,.nx-market-thumb-video .nx-market-thumb-play{animation:none!important}}


/* ======================================================================
   NOVRAX v1.1.3 — MOBILE QA / RESPONSIVE STABILIZATION
   ====================================================================== */

/* Definitive gallery media overlay: image and video share one fixed stage. */
.nx-market-stage{
  position:relative!important;
  isolation:isolate;
}
.nx-market-stage>[data-gallery-main],
.nx-market-stage>[data-gallery-main-video]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  object-fit:contain!important;
}
.nx-market-stage>[data-gallery-main-video]{padding:0!important;background:#fff!important}
.nx-market-stage>[data-gallery-main][hidden],
.nx-market-stage>[data-gallery-main-video][hidden]{display:none!important}
.nx-market-stage:not(.is-video-active)>[data-gallery-main-video]{display:none!important}
.nx-market-stage.is-video-active>[data-gallery-main]{display:none!important}
.nx-market-stage.is-video-active>[data-gallery-main-video]{display:block!important}

/* Prevent horizontal drift from animated / full-bleed components. */
html,body{max-width:100%;overflow-x:hidden}
.site-main{min-width:0}
.nx-shell,.nx-market-product,.nx-market-gallery,.nx-market-buybox,.nx-market-tab-card{min-width:0}

@media(max-width:900px){
  /* Header / mobile menu */
  .site-header .nx-header-inner{height:74px!important}
  .site-header .nx-brand,.nx-product-detail-page .nx-brand{width:min(210px,55vw)!important;flex:0 1 auto}
  .site-header .nx-brand img,.nx-product-detail-page .nx-brand img{height:54px!important}
  .nx-menu-toggle{display:block!important;flex:0 0 44px;width:44px!important;height:44px!important;margin-left:auto!important;border-radius:12px!important}
  .nx-nav{position:fixed!important;z-index:1200!important;top:82px!important;left:12px!important;right:12px!important;max-height:calc(100dvh - 96px)!important;overflow:auto!important;padding:10px!important;border-radius:16px!important;box-shadow:0 24px 60px rgba(8,27,52,.22)!important}
  .nx-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important}
  .nx-menu li{width:100%}
  .nx-menu a{display:flex!important;align-items:center;min-height:48px;padding:0 14px!important;border-radius:10px;font-size:14px!important}
  .nx-menu a:hover,.nx-menu .current-menu-item>a{background:#f2f7ff}
  body.nx-mobile-menu-open{overflow:hidden!important}

  /* Product detail composition */
  .nx-pdp{padding-top:10px!important}
  .nx-pdp-breadcrumb{display:flex;overflow-x:auto;white-space:nowrap;gap:6px;margin:0 0 12px;padding-bottom:4px;scrollbar-width:none}
  .nx-market-product{display:block!important;margin-top:0!important;padding:8px 0 26px!important;border-bottom:0!important}
  .nx-market-gallery{width:100%;margin:0 0 22px}
  .nx-market-stage{width:100%;height:min(68vw,440px)!important;min-height:300px!important;border-radius:14px!important}
  .nx-market-stage>[data-gallery-main],.nx-market-stage>[data-gallery-main-video]{height:100%!important;min-height:0!important;padding:10px!important}
  .nx-market-stage.is-video-active>[data-gallery-main-video]{padding:0!important}
  .nx-market-thumbs{display:flex!important;grid-template-columns:none!important;gap:9px!important;margin-top:10px!important;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:2px 2px 8px;scrollbar-width:none}
  .nx-market-thumbs::-webkit-scrollbar{display:none}
  .nx-market-thumbs button{flex:0 0 88px!important;width:88px!important;height:72px!important;scroll-snap-align:start;border-radius:9px!important}
  .nx-market-thumb-video{flex-basis:94px!important}

  .nx-market-buybox{position:relative!important;top:auto!important;width:100%;padding:0!important}
  .nx-market-model{grid-template-columns:1fr auto!important;gap:6px 10px!important;padding-bottom:11px!important}
  .nx-market-model>span{grid-column:1/-1;font-size:10px!important}
  .nx-market-model>strong{font-size:13px!important;white-space:normal!important;overflow:visible!important;word-break:break-word}
  .nx-market-model>button{font-size:11px!important;align-self:start}
  .nx-market-buybox>h1{font-size:clamp(30px,8.8vw,40px)!important;line-height:1.05!important;margin:16px 0 10px!important}
  .nx-market-buybox .nx-market-intro{font-size:15px!important;line-height:1.65!important}
  .nx-market-quickfacts{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;gap:8px!important;margin:16px -2px 22px!important;padding:2px 2px 8px;scrollbar-width:none;scroll-snap-type:x proximity}
  .nx-market-quickfacts::-webkit-scrollbar{display:none}
  .nx-market-buybox .nx-market-quickfacts span{flex:0 0 auto;scroll-snap-align:start;font-size:12px!important;padding:9px 12px!important;animation-duration:6s}

  /* RGB configurator: large touch target without mobile overflow. */
  .nx-ref-product-options--market .nx-ref-product-options-label{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-items:start!important}
  .nx-ref-product-options--market .nx-ref-product-options-label>span{font-size:21px!important;line-height:1.15}
  .nx-ref-product-options--market .nx-ref-product-options-label>em{justify-self:start;max-width:100%;white-space:normal;font-size:10px!important;line-height:1.35;padding:7px 10px}
  .nx-ref-product-options--market .nx-ref-product-options-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px 14px!important;min-height:96px!important;padding:17px!important;border-radius:15px!important}
  .nx-ref-product-options--market .nx-ref-product-options-row>span{min-width:0}
  .nx-ref-product-options--market .nx-ref-product-options-row b{font-size:20px!important;white-space:normal!important;overflow:visible!important}
  .nx-ref-product-options--market .nx-ref-product-options-row small{font-size:12px!important;line-height:1.35!important}
  .nx-ref-product-options--market .nx-ref-product-options-row>strong{align-self:center;padding:9px 10px!important;font-size:12px!important;white-space:nowrap}
  .nx-ref-product-options--market .nx-ref-product-options-row:after{display:none!important}

  .nx-market-buybox .nx-market-primary-cta{min-height:78px!important;padding:15px 17px!important;border-radius:13px!important}
  .nx-market-buybox .nx-market-primary-cta span{font-size:21px!important}
  .nx-market-buybox .nx-market-primary-cta small{font-size:11px!important;line-height:1.35}
  .nx-market-buybox .nx-market-primary-cta>b{font-size:25px!important}
  .nx-market-service-notes{margin-top:14px!important}
  .nx-market-buybox .nx-market-service-notes>div{grid-template-columns:28px minmax(0,1fr)!important;gap:11px!important;padding:14px 0!important}
  .nx-market-buybox .nx-market-service-notes strong{font-size:16px!important}
  .nx-market-buybox .nx-market-service-notes small{font-size:12px!important;line-height:1.5!important}

  /* Product info tabs */
  .nx-market-info-tabs{margin-top:26px!important}
  .nx-market-tabs-shell{position:sticky;top:74px;z-index:70;overflow:hidden}
  .nx-market-tabs-nav{width:100%!important;display:flex!important;overflow-x:auto!important;scroll-snap-type:x proximity;scrollbar-width:none}
  .nx-market-tabs-nav::-webkit-scrollbar{display:none}
  .nx-market-tabs-nav button{flex:0 0 auto!important;min-width:180px!important;min-height:62px!important;padding:0 14px!important;font-size:13px!important;scroll-snap-align:start;white-space:nowrap}
  .nx-market-tabs-bg{padding:18px 0 30px!important}
  .nx-market-tab-card{width:calc(100% - 20px)!important;min-height:0!important;padding:24px 18px!important;border-radius:14px!important;box-shadow:0 18px 44px rgba(18,45,82,.09)!important}
  .nx-market-tab-panel h2{font-size:28px!important;line-height:1.15!important;margin-bottom:16px!important}
  .nx-market-tab-panel h3{font-size:19px!important;margin:0 0 20px!important}
  .nx-market-tab-panel>p{margin:0 0 15px!important;font-size:15px!important;line-height:1.72!important}
  .nx-market-description-note{width:100%!important;margin:22px 0 0!important;box-sizing:border-box;font-size:12px!important;overflow-wrap:anywhere}
  .nx-market-detail-grid{grid-template-columns:1fr!important;margin:0!important;gap:12px!important}
  .nx-market-detail-grid article{grid-template-columns:42px minmax(0,1fr)!important;padding:16px!important}
  .nx-market-detail-grid article>span{width:38px!important;height:38px!important}
  .nx-market-detail-grid h4{font-size:17px!important}
  .nx-market-detail-grid p{font-size:14px!important}
  .nx-market-process-row{grid-template-columns:1fr!important;margin:0 0 20px!important;gap:10px!important}
  .nx-market-process-row article{padding:15px!important}
  .nx-market-policy-box{margin:0!important;padding:17px!important}
  .nx-market-offer-grid{grid-template-columns:1fr!important;margin:20px 0!important;gap:10px!important}
  .nx-market-offer-grid>div{padding:16px!important}
  .nx-market-tab-cta{width:100%!important;margin:22px 0 0!important;min-height:66px!important;padding:13px 15px!important}

  /* Configurator drawer */
  .nx-live-config-drawer--structure{width:100vw!important;max-width:100vw!important}
  .nx-structure-drawer-head{min-height:70px!important;padding:0 16px!important}
  .nx-structure-drawer-head h2{font-size:20px!important}
  .nx-structure-drawer-scroll{padding:14px 16px 22px!important}
  .nx-structure-product-summary{grid-template-columns:66px minmax(0,1fr)!important;gap:12px!important}
  .nx-structure-product-thumb{height:82px!important}
  .nx-ref-config-controls{gap:18px!important}
  .nx-ref-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .nx-ref-choice{min-height:48px!important;font-size:12px!important;padding:9px!important}
  .nx-ref-choice-grid--options{grid-template-columns:1fr!important}
  .nx-structure-drawer-foot{position:sticky;bottom:0;z-index:5;padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(14px)}
  .nx-structure-select-btn,.nx-structure-quote-btn{min-height:52px!important;font-size:13px!important}

  /* Selected options */
  .nx-pdp-selected-options{margin:18px 0 24px!important;padding:18px 14px 20px!important}
  .nx-pdp-selected-options-head h2{font-size:25px!important}
  .nx-pdp-selected-options-chips{grid-template-columns:1fr!important;gap:12px!important}
  .nx-pdp-selected-option-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:0!important;gap:11px!important}
  .nx-pdp-selected-option-media,.nx-pdp-selected-option-media img{height:112px!important;min-height:112px!important}

  /* Footer */
  .site-footer{padding-top:38px!important}
  .nx-footer-main{grid-template-columns:1fr!important;gap:30px!important}
  .nx-footer-logo-plate{width:100%!important;min-height:84px!important;padding:10px 12px!important}
  .nx-footer-brand .nx-footer-logo{max-width:240px!important}
  .nx-footer-nav{grid-template-columns:1fr!important;gap:18px!important}
  .nx-footer-nav>div{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.08)}
  .nx-footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important}

  /* Marketplace/catalog mobile */
  .nx-marketplace-products{padding:12px!important}
  .nx-marketplace-head h2{font-size:25px!important}
  .nx-market-toolbar{display:grid!important;grid-template-columns:1fr 1fr;align-items:center!important;gap:8px!important}
  .nx-market-toolbar>div:last-child{margin-left:0!important;justify-self:end}
  .nx-market-toolbar select{width:100%!important;max-width:none!important}
  .nx-market-product-grid{grid-template-columns:1fr!important}
}

@media(max-width:520px){
  .nx-shell{width:calc(100% - 22px)!important}
  .site-header .nx-brand,.nx-product-detail-page .nx-brand{width:min(180px,54vw)!important}
  .site-header .nx-brand img,.nx-product-detail-page .nx-brand img{height:48px!important}
  .nx-market-stage{height:310px!important;min-height:310px!important}
  .nx-market-thumbs button{flex-basis:78px!important;width:78px!important;height:66px!important}
  .nx-ref-product-options--market .nx-ref-product-options-row{grid-template-columns:1fr!important}
  .nx-ref-product-options--market .nx-ref-product-options-row>strong{justify-self:start!important}
  .nx-market-buybox .nx-market-primary-cta{min-height:74px!important}
  .nx-structure-drawer-foot{grid-template-columns:1fr!important;gap:8px!important}
  .nx-pdp-selected-option-card{grid-template-columns:1fr!important}
  .nx-pdp-selected-option-media,.nx-pdp-selected-option-media img{height:180px!important;min-height:180px!important}
  .nx-market-toolbar{grid-template-columns:1fr!important}
  .nx-market-toolbar>div:last-child{justify-self:start!important}
}

/* Touch devices: avoid hover transforms sticking after tap. */
@media(hover:none){
  .nx-market-card:hover,.nx-showcase-card:hover,.nx-home-article-card:hover,.nx-engineering-step:hover,.nx-pdp-feature-grid article:hover,.nx-market-detail-grid article:hover,.nx-market-process-row article:hover,.nx-market-offer-grid>div:hover{transform:none!important}
  .nx-market-buybox .nx-market-service-notes>div:hover{transform:none!important}
  .nx-ref-product-options--market .nx-ref-product-options-row:hover{transform:none!important}
}


/* ======================================================================
   NOVRAX v1.1.4 — MOBILE FILTER DRAWER STATE HOTFIX
   The filter sidebar must never inherit global reveal transforms.
   ====================================================================== */
@media(max-width:1020px){
  .nx-marketplace-sidebar,
  .nx-motion-ready .nx-marketplace-sidebar,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item.is-visible{
    position:fixed!important;
    z-index:1600!important;
    top:0!important;
    bottom:0!important;
    left:0!important;
    right:auto!important;
    width:min(390px,92vw)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    border-radius:0 18px 18px 0!important;
    opacity:1!important;
    filter:none!important;
    transform:translate3d(-105%,0,0)!important;
    transition:transform .28s cubic-bezier(.2,.78,.2,1)!important;
    will-change:transform!important;
    visibility:visible!important;
    pointer-events:none!important;
  }
  .nx-marketplace-sidebar.is-mobile-open,
  .nx-motion-ready .nx-marketplace-sidebar.is-mobile-open,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item.is-mobile-open,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item.is-visible.is-mobile-open{
    transform:translate3d(0,0,0)!important;
    pointer-events:auto!important;
  }
  .nx-filter-backdrop[hidden]{display:none!important}
  .nx-filter-backdrop:not([hidden]){
    display:block!important;
    position:fixed!important;
    z-index:1590!important;
    inset:0!important;
    background:rgba(5,18,34,.58)!important;
    backdrop-filter:blur(3px)!important;
  }
  body.nx-filter-open{overflow:hidden!important}
  .nx-marketplace-sidebar-head{
    position:sticky!important;
    z-index:20!important;
    top:0!important;
    background:rgba(255,255,255,.98)!important;
    backdrop-filter:blur(12px)!important;
  }
  .nx-marketplace-sidebar .nx-filter-close{
    display:grid!important;
    place-items:center!important;
    flex:0 0 48px!important;
    width:48px!important;
    height:48px!important;
    border:1px solid #d9e3ef!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#17375f!important;
    font-size:31px!important;
    line-height:1!important;
    cursor:pointer!important;
    box-shadow:0 8px 18px rgba(15,47,84,.07)!important;
    touch-action:manipulation!important;
  }
  .nx-marketplace-sidebar .nx-filter-close:active{transform:scale(.94)!important}
  .nx-marketplace-sidebar .nx-filter-mobile-body{display:block!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
  .nx-filter-sidebar-actions{
    position:sticky!important;
    z-index:18!important;
    bottom:0!important;
    padding-bottom:calc(12px + env(safe-area-inset-bottom))!important;
    background:linear-gradient(180deg,rgba(255,255,255,.82),#fff 28%)!important;
    backdrop-filter:blur(12px)!important;
  }
}
@media(max-width:520px){
  .nx-marketplace-sidebar,
  .nx-motion-ready .nx-marketplace-sidebar,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item.is-visible{
    width:min(94vw,390px)!important;
  }
}


/* NOVRAX v1.1.5 — metric counter regression hotfix */
.nx-metric strong{display:inline-block;transform-origin:center;will-change:transform,filter,color}
.nx-metric.is-counting strong{animation:nxMetricCountPop .46s ease-in-out infinite alternate;color:#1769ff!important;filter:drop-shadow(0 8px 16px rgba(23,105,255,.16))}
.nx-metric.is-counted strong{animation:nxMetricDone .55s cubic-bezier(.2,.8,.2,1) 1}
@keyframes nxMetricCountPop{from{transform:translateY(1px) scale(.98)}to{transform:translateY(-2px) scale(1.075)}}
@keyframes nxMetricDone{0%{transform:scale(1)}45%{transform:scale(1.13)}100%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.nx-metric.is-counting strong,.nx-metric.is-counted strong{animation:none!important;filter:none!important}}


/* NOVRAX v1.2.0 — stability/a11y audit polish */
.nx-category-item[aria-pressed="true"]{outline:none}
.nx-fav[aria-pressed="true"]{color:#1769ff}
.nx-category-item:focus-visible,.nx-market-toolbar button:focus-visible,.nx-fav:focus-visible,.nx-compare-dialog button:focus-visible{outline:3px solid rgba(23,105,255,.32);outline-offset:3px}
@media(max-width:640px){.nx-category-item{min-height:52px}.nx-filter-options label{min-height:44px}}


/* NOVRAX v1.2.2 — first-wheel performance + hero video banner */
.nx-hero-media video[data-hero-banner-video]{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  mix-blend-mode:normal!important;
  background:#eaf0f7;
  transform:translateZ(0);
}
.nx-hero-media:has(video[data-hero-banner-video]):after{
  background:linear-gradient(90deg,rgba(255,255,255,.52) 0%,rgba(255,255,255,.12) 20%,transparent 42%),linear-gradient(0deg,rgba(4,15,28,.08),transparent 40%);
}
.nx-hero-media:has(video[data-hero-banner-video]) .nx-stage-grid{opacity:.26}
.nx-hero-media:has(video[data-hero-banner-video]){background:#07111e;box-shadow:0 28px 70px rgba(13,48,96,.18)}
.nx-hero-film-card{cursor:default}

/* Keep the first screen instantly interactive: no reveal hiding on hero/header/metrics. */
.nx-hero-copy>* , .nx-hero-stage, .nx-metric{
  opacity:1!important;
  filter:none!important;
}

/* Avoid expensive filter compositing during scrolling. */
.nx-motion-ready .nx-reveal-item,
.nx-motion-ready .nx-reveal-item.is-visible{
  filter:none!important;
  backface-visibility:hidden;
}

@media(max-width:900px){
  .nx-hero-media video[data-hero-banner-video]{object-position:center center}
}
@media(max-width:620px){
  .nx-hero-media video[data-hero-banner-video]{object-fit:cover;object-position:54% center}
}


/* NOVRAX v1.2.3 — quote CTA feedback */
[data-product-quote].is-quote-loading{
  pointer-events:none!important;
  opacity:.88;
  transform:translateY(-1px) scale(.995)!important;
}
[data-product-quote].is-quote-loading>b{
  animation:nxQuoteArrowLoad .7s ease-in-out infinite;
}
#iletisim:target{
  scroll-margin-top:92px;
}
#iletisim:target .nx-footer-request{
  animation:nxQuoteArrival 1s cubic-bezier(.16,.84,.24,1);
}
@keyframes nxQuoteArrowLoad{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}
@keyframes nxQuoteArrival{0%{transform:translateY(16px);opacity:.25}100%{transform:none;opacity:1}}
@media(prefers-reduced-motion:reduce){[data-product-quote].is-quote-loading>b,#iletisim:target .nx-footer-request{animation:none!important}}


/* NOVRAX v1.2.4 — first wheel hardening */
html,body{overscroll-behavior-y:auto!important}
body{touch-action:pan-y pinch-zoom}
@media (hover:hover) and (pointer:fine){
  /* Header entrance is cosmetic; keep it off the initial compositor path. */
  .site-header,.nx-brand,.nx-menu>li,.nx-header-tools>*{backface-visibility:hidden}
}


/* NOVRAX v1.2.5 — native wheel + scroll compositor fix */
html,body{scroll-behavior:auto!important;overscroll-behavior-y:auto!important}
/* Sticky backdrop blur is expensive on Windows/Chromium and can stall the first wheel frame. */
.site-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(255,255,255,.985)!important}
/* Header entrance is cosmetic; keep the initial compositor free for native scrolling. */
.site-header{animation:none!important}
/* Do not pre-promote the whole header tree to compositor layers. */
.site-header,.nx-brand,.nx-menu>li,.nx-header-tools>*{backface-visibility:visible!important}

/* NOVRAX v1.2.6 — full rollback of the global v1.1 motion layer.
   Keep component animations, but restore pre-motion native page scrolling. */
html,body{scroll-behavior:auto!important;overscroll-behavior-y:auto!important}
/* The runtime no longer adds .nx-motion-ready; these guards make stale/cache state harmless. */
.nx-motion-ready .nx-reveal-item,
.nx-motion-ready .nx-reveal-item.nx-reveal-left,
.nx-motion-ready .nx-reveal-item.nx-reveal-right,
.nx-motion-ready .nx-reveal-item.nx-reveal-scale,
.nx-motion-ready .nx-reveal-item.is-visible{
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  transition:none!important;
}
/* Remove only the global first-viewport compositor work introduced by v1.1. */
.site-header,.nx-brand,.nx-menu>li,.nx-header-tools>*,.nx-stage-badge{animation:none!important}
.nx-hero-stage{perspective:none!important}
.nx-hero-media{
  transform:none!important;
  transition:none!important;
}
/* Do not leave first-screen counters permanently promoted to GPU layers. */
.nx-metric strong{will-change:auto!important}
.nx-metric.is-counting strong{filter:none!important}
/* The v1.1 global card 3D promotion is unnecessary for ordinary hover. */
.nx-market-card,.nx-showcase-card,.nx-home-article-card,.nx-engineering-step,
.nx-pdp-feature-grid article,.nx-market-detail-grid article,.nx-market-process-row article,
.nx-market-offer-grid>div{transform-style:flat!important}

/* NOVRAX v1.2.7 — visual quote request + client-side PDF builder */
.nx-quote-builder-backdrop[hidden],.nx-quote-builder[aria-hidden="true"]{display:none!important}
.nx-quote-builder-backdrop{position:fixed;inset:0;z-index:5200;background:rgba(10,17,28,.66)}
.nx-quote-builder{position:fixed;inset:0;z-index:5210;padding:28px;overflow:auto;background:transparent}
.nx-quote-builder-shell{width:min(1480px,100%);min-height:min(860px,calc(100vh - 56px));margin:0 auto;background:#fff;border:1px solid rgba(31,48,70,.13);box-shadow:0 30px 90px rgba(11,19,30,.28);border-radius:26px;overflow:hidden}
.nx-quote-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px;border-bottom:1px solid #e8edf3;background:linear-gradient(135deg,#fff 0%,#f7faff 100%)}
.nx-quote-builder-head h2{margin:5px 0 7px;font-size:clamp(28px,2.5vw,42px);line-height:1.03;color:#152235;letter-spacing:-.035em}
.nx-quote-builder-head p{margin:0;max-width:760px;color:#657286;font-size:15px;line-height:1.55}
.nx-quote-builder-close{flex:0 0 auto;width:46px;height:46px;border:1px solid #dce4ee;border-radius:14px;background:#fff;color:#26364a;font-size:31px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(20,38,60,.08)}
.nx-quote-builder-close:hover{background:#f1f6fc;border-color:#b9c9dc}
.nx-quote-builder-body{display:grid;grid-template-columns:minmax(430px,.82fr) minmax(520px,1.18fr);min-height:720px}
.nx-quote-builder-form{padding:28px 32px 32px;border-right:1px solid #e8edf3;background:#fff;overflow:auto}
.nx-quote-builder-product-mini{display:grid;grid-template-columns:142px minmax(0,1fr);gap:18px;align-items:center;padding:15px;border:1px solid #e3eaf2;border-radius:18px;background:#fbfdff;margin-bottom:24px}
.nx-quote-builder-product-image{height:108px;border-radius:13px;background:#fff;border:1px solid #edf1f5;display:grid;place-items:center;overflow:hidden}
.nx-quote-builder-product-image img{width:100%;height:100%;object-fit:contain;padding:7px}
.nx-quote-builder-product-mini small{display:block;font-size:11px;font-weight:900;letter-spacing:.12em;color:#5d7794;margin-bottom:5px}
.nx-quote-builder-product-mini strong{display:block;color:#18283c;font-size:17px;line-height:1.25;margin-bottom:7px}
.nx-quote-builder-product-mini span{display:inline-flex;background:#eef5ff;color:#15538f;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;max-width:100%;overflow-wrap:anywhere}
.nx-quote-builder-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.nx-quote-builder-fields label{display:grid;gap:7px}
.nx-quote-builder-fields label>span{font-size:14px;font-weight:850;color:#34475e}
.nx-quote-builder-fields input,.nx-quote-builder-fields textarea{width:100%;border:1px solid #d9e2ec;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;color:#17283c;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.nx-quote-builder-fields input{height:46px}
.nx-quote-builder-fields textarea{resize:vertical;min-height:106px;line-height:1.5}
.nx-quote-builder-fields input:focus,.nx-quote-builder-fields textarea:focus{border-color:#397fc0;box-shadow:0 0 0 3px rgba(57,127,192,.12)}
.nx-quote-builder-fields input[aria-invalid="true"]{border-color:#c94242;box-shadow:0 0 0 3px rgba(201,66,66,.1)}
.nx-quote-field-wide{grid-column:1/-1}
.nx-quote-builder-summary{display:grid;grid-template-columns:.7fr 1.25fr 1fr;gap:10px;margin:22px 0 18px}
.nx-quote-builder-summary>div{min-width:0;padding:12px;border-radius:13px;background:#f5f8fc;border:1px solid #e4eaf1}
.nx-quote-builder-summary small{display:block;color:#718096;font-size:10.5px;font-weight:900;letter-spacing:.09em;margin-bottom:4px;text-transform:uppercase}
.nx-quote-builder-summary strong{display:block;color:#24364b;font-size:13.5px;line-height:1.35;overflow-wrap:anywhere}
.nx-quote-builder-actions{display:flex;gap:11px;align-items:stretch}
.nx-quote-builder-actions .nx-btn{flex:1;justify-content:center;min-height:52px;border:0;cursor:pointer}
.nx-quote-builder-actions button[disabled]{opacity:.58;cursor:wait}
.nx-quote-builder-legal{margin:16px 0 0;color:#66768a;font-size:12.5px;line-height:1.55}
.nx-quote-builder-preview{padding:24px;background:linear-gradient(145deg,#eef3f8 0%,#e8eef5 100%);display:flex;flex-direction:column;min-width:0}
.nx-quote-preview-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:13px;color:#53657a;font-size:11px;font-weight:850;letter-spacing:.08em}
.nx-quote-preview-toolbar span{display:flex;align-items:center;gap:8px}
.nx-quote-preview-toolbar i{width:8px;height:8px;border-radius:50%;background:#2c8fe0;box-shadow:0 0 0 4px rgba(44,143,224,.12)}
.nx-quote-preview-toolbar small{font-size:11px;font-weight:700;letter-spacing:0;color:#6f7e8e}
.nx-quote-preview-placeholder,.nx-quote-pdf-frame{width:min(100%,650px);aspect-ratio:210/297;margin:auto;background:#fff;border:0;box-shadow:0 24px 54px rgba(22,36,54,.19)}
.nx-quote-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:54px;text-align:center;color:#33475d}
.nx-quote-preview-placeholder img{width:78%;height:42%;object-fit:contain;margin-bottom:26px}
.nx-quote-preview-placeholder strong{font-size:24px;color:#1b2c40;margin-bottom:8px}
.nx-quote-preview-placeholder span{font-size:14px;font-weight:750;color:#4a6480;margin-bottom:12px}
.nx-quote-preview-placeholder small{max-width:360px;line-height:1.5;color:#8994a1}
.nx-quote-pdf-frame{display:block;min-height:690px}
body.nx-quote-builder-open{overflow:hidden!important}
[data-product-quote] small{display:block}

@media(max-width:1100px){
  .nx-quote-builder{padding:16px}
  .nx-quote-builder-shell{min-height:calc(100vh - 32px)}
  .nx-quote-builder-body{grid-template-columns:1fr}
  .nx-quote-builder-form{border-right:0;border-bottom:1px solid #e8edf3}
  .nx-quote-builder-preview{min-height:760px}
  .nx-quote-preview-placeholder,.nx-quote-pdf-frame{width:min(100%,620px)}
}
@media(max-width:640px){
  .nx-quote-builder{padding:0;background:#fff}
  .nx-quote-builder-shell{min-height:100vh;border-radius:0;border:0;box-shadow:none}
  .nx-quote-builder-head{position:sticky;top:0;z-index:3;padding:17px 16px;background:rgba(255,255,255,.98)}
  .nx-quote-builder-head h2{font-size:27px}
  .nx-quote-builder-head p{font-size:12px}
  .nx-quote-builder-close{width:43px;height:43px;border-radius:12px}
  .nx-quote-builder-form{padding:18px 16px 24px}
  .nx-quote-builder-product-mini{grid-template-columns:104px minmax(0,1fr);gap:12px}
  .nx-quote-builder-product-image{height:86px}
  .nx-quote-builder-fields{grid-template-columns:1fr}
  .nx-quote-field-wide{grid-column:auto}
  .nx-quote-builder-summary{grid-template-columns:1fr}
  .nx-quote-builder-actions{flex-direction:column}
  .nx-quote-builder-preview{padding:16px 10px 28px;min-height:610px}
  .nx-quote-preview-toolbar{padding:0 6px;align-items:flex-start;flex-direction:column;gap:5px}
  .nx-quote-preview-placeholder,.nx-quote-pdf-frame{width:100%;min-height:0;aspect-ratio:210/297}
  .nx-quote-preview-placeholder{padding:28px 18px}
  .nx-quote-preview-placeholder strong{font-size:20px}
}
.nx-quote-pdf-frame[hidden],.nx-quote-preview-placeholder[hidden]{display:none!important}

/* NOVRAX v1.2.12 — quote e-mail delivery states */
.nx-quote-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.nx-quote-field-help{display:block;margin-top:2px;color:#6f7f91;font-size:11.5px;line-height:1.35;font-weight:600}
.nx-quote-mail-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:13px 14px;border-radius:13px;font-size:12px;font-weight:750;line-height:1.45;border:1px solid transparent}
.nx-quote-mail-status.is-success{background:#eefaf3;border-color:#c8ead5;color:#17603a}
.nx-quote-mail-status.is-error{background:#fff3f3;border-color:#f1caca;color:#9a2f2f}
.nx-quote-mail-download{flex:0 0 auto;border:1px solid currentColor;border-radius:999px;background:transparent;color:inherit;padding:7px 11px;font:inherit;font-size:11px;font-weight:850;cursor:pointer}
.nx-quote-mail-download:hover{background:rgba(255,255,255,.7)}
@media(max-width:640px){.nx-quote-mail-status{align-items:flex-start;flex-direction:column}.nx-quote-mail-download{width:100%;text-align:center}}

/* NOVRAX v1.2.13 — concise personal-data acknowledgement */
.nx-quote-privacy-block{margin:18px 0 0;padding:15px 16px;border:1px solid #dbe6f1;border-radius:14px;background:#f8fbff}
.nx-quote-privacy-check{display:grid!important;grid-template-columns:20px minmax(0,1fr);gap:11px!important;align-items:start;color:#42566e;font-size:12.5px;line-height:1.55;cursor:pointer}
.nx-quote-privacy-check input{width:18px!important;height:18px!important;margin:2px 0 0;padding:0!important;accent-color:#1474d4}
.nx-quote-privacy-check span{font-size:12.5px!important;font-weight:600!important;color:#42566e!important}
.nx-quote-privacy-check strong{color:#18324d;font-weight:850}
.nx-quote-privacy-details{margin:10px 0 0 31px;color:#61748a;font-size:11.5px;line-height:1.55}
.nx-quote-privacy-details summary{cursor:pointer;color:#1666ad;font-weight:800}
.nx-quote-privacy-details p{margin:8px 0 0}
.nx-quote-privacy-check input:invalid{outline:2px solid rgba(201,66,66,.22);outline-offset:2px}
@media(max-width:640px){.nx-quote-privacy-block{padding:13px 14px}.nx-quote-privacy-check{font-size:12px}.nx-quote-privacy-details{margin-left:29px}}


/* v1.3.0 — Enjeksiyon robot yanı PDP and gallery lightbox */
.nx-ref-product-options-row.is-static{cursor:default;justify-content:space-between;}
.nx-ref-product-options-row.is-static strong{white-space:nowrap;opacity:.82;}
.nx-market-stage [data-gallery-main]{cursor:zoom-in;}
.nx-gallery-lightbox{position:fixed;inset:0;z-index:9999;display:none;}
.nx-gallery-lightbox.is-open{display:block;}
.nx-gallery-lightbox__backdrop{position:absolute;inset:0;background:rgba(6,14,27,.82);backdrop-filter:blur(6px);}
.nx-gallery-lightbox__dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(92vw,1400px);height:min(90vh,980px);margin:5vh auto;}
.nx-gallery-lightbox__dialog img{max-width:100%;max-height:100%;object-fit:contain;border-radius:22px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.35);}
.nx-gallery-lightbox__close{position:absolute;top:12px;right:12px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(9,20,40,.92);color:#fff;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 12px 34px rgba(0,0,0,.22);}
.nx-gallery-lightbox__close:hover{transform:scale(1.04);}
@media (max-width: 768px){
  .nx-gallery-lightbox__dialog{width:94vw;height:86vh;margin:7vh auto;}
  .nx-gallery-lightbox__close{top:8px;right:8px;width:42px;height:42px;font-size:26px;}
}

/* v1.3.2 — functional ERK configurator */
.nx-pdp--robot .nx-ref-product-options-row{cursor:pointer;}
.nx-pdp--robot .nx-ref-product-options-row:hover{transform:translateY(-2px);}
.nx-pdp--robot .nx-ref-product-options-row>strong{opacity:1;}


/* v1.4.1 — vertical conveyor family */
.nx-pdp--vertical .nx-market-stage{background:linear-gradient(180deg,#fff,#f8fbff)}
.nx-pdp--vertical .nx-market-stage>[data-gallery-main]{object-fit:contain;max-height:760px}
.nx-pdp--vertical .nx-market-thumbs{justify-content:flex-start}
.nx-pdp--vertical .nx-market-thumbs button{max-width:120px}
.nx-market-card[data-type="dikey"] .nx-market-product-image img{object-fit:contain;padding:12px}
@media (max-width:768px){.nx-pdp--vertical .nx-market-stage>[data-gallery-main]{max-height:560px}.nx-market-card[data-type="dikey"] .nx-market-product-image img{padding:6px}}

/* v1.4.2 vertical catalogue readability polish */
.nx-market-card[data-type="dikey"] .nx-market-card-badges span{font-size:14px;min-height:38px;padding:0 15px;border-radius:12px}
.nx-market-card[data-type="dikey"] .nx-market-model{font-size:12px}
.nx-market-card[data-type="dikey"] .nx-market-card-body h3{font-size:18px}
.nx-market-card[data-type="dikey"] .nx-market-card-body>p{font-size:12px}
.nx-market-card[data-type="dikey"] .nx-market-spec-row span{font-size:11px;padding:6px 10px;border-radius:9px}


/* v1.4.4 — marketplace surface depth: page background + soft card-body gradient */
.nx-marketplace,
.nx-marketplace-section,
.nx-marketplace-products{
  background:#f3f6fa!important;
}
.nx-marketplace-layout,
.nx-marketplace-main{
  background:transparent!important;
}
.nx-market-card{
  background:#fff!important;
  border-color:#d9e3ef!important;
  box-shadow:0 14px 30px rgba(15,45,85,.08)!important;
}
.nx-market-card:hover{
  box-shadow:0 22px 46px rgba(15,45,85,.14)!important;
}
.nx-market-card-top{
  background:#fff!important;
}
.nx-market-product-image{
  background:linear-gradient(180deg,#fbfdff 0%,#f2f6fb 100%)!important;
}
.nx-market-card-body{
  position:relative;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%)!important;
  border-top:1px solid #e3eaf3;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 10px 24px rgba(46,84,129,.018);
}
.nx-market-model{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:5px 8px;
  margin-bottom:6px;
  border:1px solid #dce6f2;
  border-radius:7px;
  background:linear-gradient(180deg,#f9fbfe,#eef4fb);
  box-shadow:0 6px 14px rgba(26,67,118,.045),inset 0 1px 0 rgba(255,255,255,.95);
}
.nx-market-spec-row span{
  background:linear-gradient(180deg,#ffffff 0%,#f2f6fb 100%)!important;
  border-color:#d8e2ef!important;
  box-shadow:0 7px 16px rgba(18,59,118,.055),inset 0 1px 0 rgba(255,255,255,.96)!important;
}
@media (max-width:768px){
  .nx-marketplace,.nx-marketplace-section,.nx-marketplace-products{background:#f3f6fa!important}
  .nx-market-card{box-shadow:0 10px 24px rgba(15,45,85,.075)!important}
  .nx-market-card-body{background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%)!important}
}


/* v1.4.5 — catalogue sidebar readability + lighter typography */
.nx-marketplace-sidebar,
.nx-marketplace-sidebar button,
.nx-marketplace-sidebar input,
.nx-marketplace-sidebar select,
.nx-marketplace-sidebar summary,
.nx-marketplace-sidebar label{
  font-family:"Segoe UI Variable","Segoe UI",Tahoma,Arial,sans-serif!important;
}
.nx-category-tree{padding:14px 13px 16px}
.nx-category-tree-title{padding:10px 12px 9px;font-size:11px;font-weight:600;letter-spacing:.12em;color:#8092a9}
.nx-category-item{grid-template-columns:34px minmax(0,1fr) auto;gap:11px;min-height:54px;padding:0 12px;border-radius:12px}
.nx-category-item b{font-size:15px;font-weight:500;line-height:1.22;letter-spacing:-.01em}
.nx-category-item em,.nx-category-children em{font-size:12px;font-weight:500;color:#8798ad}
.nx-category-icon{width:34px;height:34px;border-radius:10px;font-size:13px;font-weight:600;box-shadow:0 5px 12px rgba(25,71,129,.04)}
.nx-category-item.is-active{box-shadow:inset 4px 0 0 #1769ff;background:#edf4ff}
.nx-category-children{gap:4px;margin:2px 5px 9px 52px;padding-left:11px}
.nx-category-children button{min-height:39px;padding:0 9px;border-radius:8px;font-size:12px;font-weight:400;color:#596f8a}
.nx-filter-accordion{padding:7px 15px 13px}
.nx-filter-accordion summary{min-height:52px;padding:0 6px;font-size:14px;font-weight:500}
.nx-filter-options{gap:6px;padding:0 5px 14px}
.nx-filter-options label,.nx-filter-colors label{min-height:38px;gap:9px;font-size:12px;font-weight:400}
.nx-filter-options em,.nx-filter-colors em{font-size:11px;font-weight:400}
.nx-filter-options input,.nx-filter-colors input{width:17px;height:17px}
.nx-market-range label{font-size:11px}
@media(max-width:640px){
  .nx-category-item{min-height:56px}
  .nx-category-item b{font-size:15px}
  .nx-category-children button{min-height:42px;font-size:12px}
  .nx-filter-accordion summary{font-size:14px}
}


/* v1.4.6 — premium bordered cards + hybrid light configurator */
.nx-market-card{
  border:1px solid #cfdbea!important;
  border-radius:14px!important;
  box-shadow:0 12px 28px rgba(18,58,108,.075),0 1px 0 rgba(255,255,255,.96) inset!important;
  background:#fff!important;
}
.nx-market-card:hover{
  border-color:#9ebfe9!important;
  box-shadow:0 20px 42px rgba(18,66,133,.13),0 0 0 1px rgba(23,105,255,.035)!important;
}
.nx-market-card-top{border-bottom:1px solid #e1e8f1!important}
.nx-market-card-body{border-top:1px solid #e1e8f1!important}
.nx-market-product-image{border-bottom:0!important}

/* Keep the configurator as a distinct engineering tool, but brighten the working surfaces. */
.nx-marketplace-layout>.nx-config-panel,
.nx-config-panel{
  background:linear-gradient(180deg,#0b2139 0%,#0a1c31 58%,#09182a 100%)!important;
  border:1px solid #224b79!important;
  border-radius:18px!important;
  box-shadow:0 24px 58px rgba(9,31,60,.18),inset 0 1px 0 rgba(255,255,255,.06)!important;
  padding:22px!important;
}
.nx-config-title{
  padding:2px 2px 16px!important;
  border-bottom:0!important;
}
.nx-config-kicker{color:#73b7ff!important;font-weight:800!important;letter-spacing:.08em}
.nx-config-kicker b{
  background:#103052!important;
  border:1px solid #316390!important;
  color:#8bc5ff!important;
  border-radius:999px!important;
}
.nx-config-title h2{
  color:#fff!important;
  font-size:30px!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  text-shadow:0 5px 20px rgba(0,0,0,.18)!important;
}
.nx-config-title p{color:#9eb4ce!important;font-size:12px!important;line-height:1.52!important}
.nx-config-mark{
  background:#0d2b4a!important;
  border:1px solid #315c86!important;
  color:#74b8ff!important;
  border-radius:8px!important;
  box-shadow:0 10px 22px rgba(0,0,0,.14)!important;
}
.nx-config-progress span{background:#c9d8e7!important;opacity:.92}
.nx-config-progress span.is-active{background:#1769ff!important;box-shadow:0 0 0 1px rgba(255,255,255,.06),0 0 18px rgba(23,105,255,.28)!important}
.nx-config-steps{gap:12px!important}
.nx-config-step-card{
  padding:14px!important;
  border:1px solid #d7e3f0!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f5f8fc 100%)!important;
  box-shadow:0 10px 24px rgba(3,19,38,.14),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
.nx-config-step-card:before{
  width:3px!important;
  background:linear-gradient(180deg,#1769ff,#56b7ff)!important;
  opacity:.95!important;
}
.nx-config-step-card:hover{
  transform:translateY(-2px)!important;
  border-color:#a9c6ea!important;
  box-shadow:0 15px 32px rgba(3,19,38,.17),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
.nx-config-step-head{margin-bottom:11px!important}
.nx-config-step-head>b{
  width:34px!important;
  height:34px!important;
  border-radius:7px!important;
  background:linear-gradient(145deg,#1769ff,#0d58da)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(23,105,255,.20)!important;
}
.nx-config-step-head strong{color:#122b4a!important;font-size:13px!important;font-weight:850!important}
.nx-config-step-head small{color:#71849b!important;font-size:10px!important}
.nx-config-control label>span,.nx-unit-row{
  color:#617994!important;
  font-size:10px!important;
  font-weight:850!important;
}
.nx-config-control select,.nx-config-step-card>label select{
  height:42px!important;
  min-height:42px!important;
  border-radius:8px!important;
  border:1px solid #bfd1e6!important;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
  color:#132e4f!important;
  font-size:12px!important;
  font-weight:800!important;
  box-shadow:0 5px 12px rgba(33,77,134,.045)!important;
}
.nx-config-control select:hover,.nx-config-step-card>label select:hover{border-color:#90b4e1!important}
.nx-config-control select:focus,.nx-config-step-card>label select:focus{
  border-color:#5d9df0!important;
  box-shadow:0 0 0 3px rgba(23,105,255,.09)!important;
}
.nx-config-chips label span{
  background:#fff!important;
  border:1px solid #c9d8e9!important;
  color:#3c5877!important;
  border-radius:7px!important;
  box-shadow:0 4px 10px rgba(36,75,124,.04)!important;
}
.nx-config-chips label input:checked+span{
  background:#1769ff!important;
  border-color:#1769ff!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(23,105,255,.18)!important;
}
.nx-config-summary{
  border-radius:12px!important;
  background:linear-gradient(135deg,#0b61e8,#1769ff)!important;
  box-shadow:0 12px 26px rgba(23,105,255,.18)!important;
}
.nx-config-summary strong{color:#fff!important}
.nx-config-summary span,.nx-config-summary small,.nx-config-note{color:#deedff!important}
.nx-config-cta{
  border-radius:9px!important;
  background:linear-gradient(135deg,#0d5fe6,#1769ff)!important;
  box-shadow:0 12px 24px rgba(23,105,255,.21)!important;
}
.nx-config-panel .nx-doc-btn{
  border-radius:9px!important;
  background:linear-gradient(180deg,#f9fbff,#edf4fc)!important;
  border:1px solid #c5d8ed!important;
  color:#24588f!important;
  box-shadow:0 8px 16px rgba(5,22,44,.10)!important;
}
.nx-config-panel .nx-doc-btn span{color:#1769ff!important}

@media (max-width:1050px){
  .nx-marketplace-layout>.nx-config-panel,.nx-config-panel{border-radius:16px!important}
}
@media (max-width:768px){
  .nx-config-panel{padding:16px!important}
  .nx-config-title h2{font-size:26px!important}
  .nx-config-step-card{padding:12px!important}
  .nx-market-card{border-radius:13px!important}
}


/* NOVRAX v1.4.7 — hero video edge-to-edge cover fix */
.nx-hero-stage{overflow:hidden!important;}
.nx-hero-media{
  position:relative!important;
  overflow:hidden!important;
  background:#07111e!important;
}
.nx-hero-media video[data-hero-banner-video]{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  mix-blend-mode:normal!important;
  background:#07111e!important;
}
.nx-hero-media:has(video[data-hero-banner-video]){
  background:#07111e!important;
}
.nx-hero-media:has(video[data-hero-banner-video]):after{
  display:block!important;
  background:linear-gradient(90deg,rgba(5,19,38,.06),transparent 24%,transparent 78%,rgba(5,19,38,.08)),linear-gradient(0deg,rgba(5,19,38,.10),transparent 24%)!important;
}
@media(max-width:900px){
  .nx-hero-media video[data-hero-banner-video]{object-position:center center!important;}
}
@media(max-width:620px){
  .nx-hero-media video[data-hero-banner-video]{object-position:54% center!important;}
}


/* v1.4.8 — Industrial engineering band: local motion only (no scroll interception) */
.nx-industrial-band[data-industrial-motion]{
  isolation:isolate;
  box-shadow:inset 0 1px 0 rgba(115,178,255,.08),inset 0 -1px 0 rgba(115,178,255,.08);
}
.nx-industrial-band[data-industrial-motion] .nx-industrial-grid{z-index:3}
.nx-industrial-band[data-industrial-motion]:before{
  transform:scale(1.035);
  transform-origin:center;
  will-change:transform,filter;
}
.nx-industrial-band[data-industrial-motion].is-motion-active:before{
  animation:nxIndustrialBgBreath 12s ease-in-out infinite alternate;
}
.nx-industrial-scan{
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  left:-24%;
  width:18%;
  pointer-events:none;
  opacity:0;
  transform:skewX(-12deg);
  background:linear-gradient(90deg,transparent,rgba(48,145,255,.02),rgba(83,175,255,.16),rgba(48,145,255,.02),transparent);
  filter:blur(2px);
}
.nx-industrial-band.is-motion-active .nx-industrial-scan{
  opacity:1;
  animation:nxIndustrialScan 7.5s cubic-bezier(.2,.7,.2,1) 1.1s infinite;
}
.nx-industrial-intro,
.nx-industrial-capabilities article{
  opacity:0;
  transform:translateY(22px);
}
.nx-industrial-band.is-motion-active .nx-industrial-intro{
  animation:nxIndustrialReveal .72s cubic-bezier(.18,.72,.2,1) .08s both;
}
.nx-industrial-band.is-motion-active .nx-industrial-capabilities article{
  animation:nxIndustrialReveal .72s cubic-bezier(.18,.72,.2,1) calc(.18s + (var(--nx-cap-index) * .13s)) both;
}
.nx-industrial-capabilities article{
  overflow:hidden;
  transition:background .28s ease,transform .28s cubic-bezier(.2,.75,.2,1),box-shadow .28s ease,border-color .25s ease;
}
.nx-industrial-capabilities article:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  transform:scaleX(0);
  transform-origin:left;
  background:linear-gradient(90deg,#1769ff,#59bbff,#b7e7ff);
  box-shadow:0 0 20px rgba(65,164,255,.55);
  transition:transform .38s cubic-bezier(.2,.75,.2,1);
}
.nx-industrial-capabilities article:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-70px;
  top:-70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(46,142,255,.18),rgba(46,142,255,0) 70%);
  opacity:0;
  transform:scale(.75);
  transition:opacity .32s ease,transform .4s ease;
  pointer-events:none;
}
.nx-industrial-capabilities article:hover{
  z-index:2;
  transform:translateY(-6px);
  background:linear-gradient(180deg,rgba(14,37,62,.78),rgba(8,22,38,.78));
  box-shadow:0 22px 55px rgba(1,10,24,.28),inset 0 0 0 1px rgba(74,159,255,.13);
}
.nx-industrial-capabilities article:hover:before{transform:scaleX(1)}
.nx-industrial-capabilities article:hover:after{opacity:1;transform:scale(1)}
.nx-industrial-capabilities article>span{
  position:relative;
  border-radius:10px;
  background:rgba(14,41,69,.52);
  box-shadow:inset 0 0 0 1px rgba(95,170,255,.12),0 8px 24px rgba(0,0,0,.14);
  transition:transform .3s cubic-bezier(.2,.8,.2,1),background .25s ease,box-shadow .25s ease,color .25s ease;
}
.nx-industrial-capabilities article>span:after{
  content:"";
  position:absolute;
  inset:-6px;
  border:1px solid rgba(72,158,255,.18);
  border-radius:13px;
  opacity:0;
  transform:scale(.82);
}
.nx-industrial-band.is-motion-active .nx-industrial-capabilities article>span:after{
  animation:nxIndustrialPulse 3.8s ease-out calc(.8s + (var(--nx-cap-index) * .55s)) infinite;
}
.nx-industrial-capabilities article:hover>span{
  transform:translateY(-3px) rotate(-2deg) scale(1.06);
  color:#fff;
  background:#1769ff;
  box-shadow:0 12px 28px rgba(23,105,255,.30),0 0 24px rgba(77,171,255,.20);
}
.nx-industrial-intro .nx-eyebrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.nx-industrial-intro .nx-eyebrow:before{
  content:"";
  width:34px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#1769ff,#66c7ff);
  box-shadow:0 0 16px rgba(54,157,255,.4);
}
.nx-industrial-intro a{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;
}
.nx-industrial-intro a:before{
  content:"";
  position:absolute;
  top:-35%;
  bottom:-35%;
  left:-30%;
  width:20%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
}
.nx-industrial-band.is-motion-active .nx-industrial-intro a:before{
  animation:nxIndustrialButtonSweep 4.8s ease-in-out 1.8s infinite;
}
.nx-industrial-intro a:hover{
  transform:translateY(-2px);
  border-color:rgba(99,175,255,.72);
  background:rgba(20,78,137,.24);
  box-shadow:0 12px 30px rgba(0,0,0,.20),0 0 22px rgba(23,105,255,.10);
}
@keyframes nxIndustrialReveal{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes nxIndustrialBgBreath{
  0%{transform:scale(1.035) translate3d(0,0,0);filter:saturate(.96) brightness(.96)}
  100%{transform:scale(1.075) translate3d(-1.2%,0,0);filter:saturate(1.08) brightness(1.02)}
}
@keyframes nxIndustrialScan{
  0%,8%{left:-24%;opacity:0}
  15%{opacity:.75}
  55%{left:108%;opacity:.42}
  65%,100%{left:108%;opacity:0}
}
@keyframes nxIndustrialPulse{
  0%,62%,100%{opacity:0;transform:scale(.82)}
  70%{opacity:.8}
  88%{opacity:0;transform:scale(1.25)}
}
@keyframes nxIndustrialButtonSweep{
  0%,55%{left:-30%;opacity:0}
  60%{opacity:1}
  78%{left:120%;opacity:.65}
  79%,100%{left:120%;opacity:0}
}
@media (max-width:900px){
  .nx-industrial-capabilities article:hover{transform:none}
  .nx-industrial-band.is-motion-active .nx-industrial-scan{animation-duration:9s}
}
@media (prefers-reduced-motion:reduce){
  .nx-industrial-band[data-industrial-motion]:before,
  .nx-industrial-scan,
  .nx-industrial-intro,
  .nx-industrial-capabilities article,
  .nx-industrial-capabilities article>span:after,
  .nx-industrial-intro a:before{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}
}


/* NOVRAX v1.5.2 — compact horizontal family selector (loaded stylesheet fix) */
.nx-family-showcase{
  display:grid;gap:18px;padding:22px;border:1px solid #dce6f3;border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#f7faff 100%);
  box-shadow:0 18px 42px rgba(14,50,105,.075);overflow:hidden;position:relative;margin-bottom:20px;
}
.nx-family-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 92% 0%,rgba(23,105,255,.08),transparent 32%);pointer-events:none}
.nx-family-showcase>*{position:relative;z-index:1}
.nx-family-showcase-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(235px,.58fr);gap:16px;align-items:stretch}
.nx-family-showcase-head h3{margin:6px 0 7px;color:#0d2547;font-size:clamp(22px,1.55vw,30px);line-height:1.08;letter-spacing:-.025em}
.nx-family-showcase-head p{margin:0;color:#687c98;font-size:12.5px;line-height:1.65;max-width:680px}
.nx-family-showcase-note{display:grid;align-content:center;gap:7px;padding:15px 16px;border-radius:16px;background:linear-gradient(135deg,#0a1c33,#123e73);box-shadow:0 12px 28px rgba(12,42,83,.17);color:#fff}
.nx-family-showcase-note strong{font-size:12px;letter-spacing:.04em}.nx-family-showcase-note p{color:#c9d8ec;font-size:10.5px;line-height:1.55}
.nx-family-showcase-note .nx-btn{min-height:34px;padding:0 12px;font-size:10px;justify-self:start}
.nx-family-list{display:grid!important;grid-template-columns:1fr!important;gap:11px!important}
.nx-family-showcase .nx-family-card{
  display:grid!important;grid-template-columns:154px minmax(0,1fr)!important;align-items:stretch!important;
  width:100%!important;min-height:142px!important;padding:0!important;margin:0!important;
  border:1px solid #d9e5f2!important;border-radius:18px!important;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)!important;
  box-shadow:0 10px 24px rgba(18,53,98,.07)!important;overflow:hidden!important;text-align:left!important;cursor:pointer!important;text-decoration:none!important;color:inherit!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.nx-family-showcase .nx-family-card:hover{transform:translateY(-3px)!important;border-color:#b8cff0!important;box-shadow:0 16px 32px rgba(18,53,98,.12)!important}
.nx-family-showcase .nx-family-media{
  display:flex!important;align-items:center!important;justify-content:center!important;min-height:142px!important;padding:12px!important;
  background:linear-gradient(145deg,#f1f6ff,#fff)!important;border:0!important;border-right:1px solid #e3ebf6!important;aspect-ratio:auto!important;
}
.nx-family-showcase .nx-family-media img{width:100%!important;height:118px!important;max-width:140px!important;max-height:118px!important;object-fit:contain!important;filter:drop-shadow(0 12px 15px rgba(19,48,84,.14))!important}
.nx-family-showcase .nx-family-copy{display:grid!important;grid-template-rows:auto auto auto 1fr!important;gap:5px!important;align-content:center!important;padding:13px 15px!important;min-width:0!important}
.nx-family-showcase .nx-family-copy small{color:#1769ff!important;font-size:8px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.nx-family-showcase .nx-family-copy>strong{margin:0!important;color:#102a4d!important;font-size:16px!important;line-height:1.15!important;letter-spacing:-.015em!important}
.nx-family-showcase .nx-family-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#6b7e97;font-size:10.5px;line-height:1.45;max-width:54ch}
.nx-family-showcase .nx-family-meta{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:10px!important;margin-top:4px!important;padding:0!important;align-self:end!important}
.nx-family-showcase .nx-family-meta em{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#edf4ff;color:#1769ff;font-size:8.5px;font-weight:900;font-style:normal;box-shadow:inset 0 0 0 1px #d9e7fb}
.nx-family-showcase .nx-family-meta b{color:#15375f;font-size:9.5px;font-weight:900}
.nx-catalog-results[hidden]{display:none!important}
@media (max-width:1180px){.nx-family-showcase-head{grid-template-columns:1fr}.nx-family-showcase-note{max-width:none}}
@media (max-width:760px){
 .nx-family-showcase{padding:14px;border-radius:18px}
 .nx-family-showcase .nx-family-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:120px!important;border-radius:15px!important}
 .nx-family-showcase .nx-family-media{min-height:120px!important;padding:8px!important}.nx-family-showcase .nx-family-media img{height:96px!important;max-height:96px!important}
 .nx-family-showcase .nx-family-copy{padding:10px 11px!important}.nx-family-showcase .nx-family-copy>strong{font-size:14px!important}.nx-family-showcase .nx-family-desc{font-size:9.5px;-webkit-line-clamp:2}
}
@media (max-width:480px){
 .nx-family-showcase .nx-family-card{grid-template-columns:96px minmax(0,1fr)!important}.nx-family-showcase .nx-family-media img{height:82px!important;max-height:82px!important}
 .nx-family-showcase .nx-family-meta{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}
}

/* NOVRAX v1.5.6 — homepage grouped catalogue + filter guidance */
.nx-catalog-filter-guide{
  display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;
  margin:4px 0 14px;padding:13px 15px;border:1px solid #cfe0f7;border-radius:14px;
  background:linear-gradient(135deg,#eef6ff 0%,#f8fbff 68%,#fff 100%);
  box-shadow:0 10px 24px rgba(18,53,98,.055);color:#17375f
}
.nx-catalog-filter-guide-icon{
  display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;
  background:#1769ff;color:#fff;font-size:22px;font-weight:900;box-shadow:0 8px 18px rgba(23,105,255,.20)
}
.nx-catalog-filter-guide strong{display:block;margin-bottom:3px;color:#102a4d;font-size:12.5px;font-weight:900;letter-spacing:-.01em}
.nx-catalog-filter-guide p{margin:0;color:#627995;font-size:10.5px;line-height:1.55}
.nx-catalog-filter-guide p b{color:#174d91;font-weight:900}

.nx-product-group-title{
  grid-column:1/-1;display:flex;align-items:end;justify-content:space-between;gap:20px;
  margin:18px 0 2px;padding:15px 17px 13px;border-top:1px solid #d8e4f2;border-bottom:1px solid #dfe8f3;
  border-radius:12px;background:linear-gradient(90deg,#f7faff 0%,#fff 64%);position:relative;overflow:hidden
}
.nx-product-group-title:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#1769ff;border-radius:4px}
.nx-product-group-title>div{display:grid;gap:2px;min-width:0}
.nx-product-group-title span{color:#1769ff;font-size:8px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
.nx-product-group-title strong{color:#102a4d;font-size:18px;line-height:1.15;letter-spacing:-.02em}
.nx-product-group-title small{color:#70839a;font-size:10px;line-height:1.4;font-weight:600}
.nx-product-group-title em{flex:none;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border-radius:999px;background:#edf4ff;color:#1769ff;font-size:9px;font-weight:900;font-style:normal;box-shadow:inset 0 0 0 1px #d7e6fa}
.nx-market-product-grid>.nx-product-group-title:first-child{margin-top:0}
.nx-market-product-grid.is-list-view .nx-product-group-title{grid-column:1/-1}

@media (max-width:1020px){
  .nx-catalog-filter-guide{grid-template-columns:36px minmax(0,1fr);padding:11px 12px}
  .nx-catalog-filter-guide-icon{width:36px;height:36px;font-size:0}
  .nx-catalog-filter-guide-icon:after{content:"☷";font-size:17px}
  .nx-product-group-title{margin-top:14px;padding:13px 14px 11px}
}
@media (max-width:640px){
  .nx-catalog-filter-guide{grid-template-columns:1fr;gap:8px}
  .nx-catalog-filter-guide-icon{display:none}
  .nx-catalog-filter-guide strong{font-size:12px}
  .nx-catalog-filter-guide p{font-size:10px}
  .nx-product-group-title{align-items:flex-start;margin-top:12px;padding:12px 13px;gap:10px}
  .nx-product-group-title strong{font-size:16px}
  .nx-product-group-title small{font-size:9.5px}
  .nx-product-group-title em{min-height:26px;padding:0 9px;font-size:8px}
}
.nx-marketplace-products .nx-load-more{display:none!important}

/* NOVRAX v1.5.8 — configurator moved out of marketplace sidebar */
@media (min-width:1021px){
  .nx-marketplace-layout{grid-template-columns:320px minmax(0,1fr)!important;gap:20px!important}
}
@media (min-width:1180px){
  .nx-market-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
.nx-configurator-zone{
  padding:72px 0 78px;
  background:linear-gradient(180deg,#f7faff 0%,#eef4fb 100%);
  border-top:1px solid #dce7f3;
  border-bottom:1px solid #dce7f3;
  scroll-margin-top:92px;
}
.nx-configurator-zone-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:24px;
}
.nx-configurator-zone-head h2{
  margin:7px 0 8px;
  color:#10233f;
  font-size:clamp(30px,3.4vw,48px);
  line-height:1.03;
  letter-spacing:-.04em;
}
.nx-configurator-zone-head p{
  max-width:780px;
  margin:0;
  color:#677b95;
  font-size:14px;
  line-height:1.7;
}
.nx-configurator-zone-note{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid #c9d9ed;
  border-radius:999px;
  background:#fff;
  color:#1769ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  box-shadow:0 8px 20px rgba(18,53,98,.06);
}
.nx-configurator-zone .nx-config-panel,
.nx-configurator-zone .nx-config-panel--standalone{
  position:relative!important;
  top:auto!important;
  width:100%!important;
  max-width:none!important;
  padding:28px!important;
  border-radius:24px!important;
}
.nx-configurator-zone .nx-config-mobile-body{display:block!important}
.nx-configurator-zone .nx-mobile-config-toggle{display:none!important}
.nx-configurator-zone .nx-config-title{align-items:center!important}
.nx-configurator-zone .nx-config-title h2{font-size:34px!important}
.nx-configurator-zone .nx-config-progress{margin-bottom:20px!important}
.nx-configurator-zone .nx-config-steps{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
}
.nx-configurator-zone .nx-config-step-card:last-child{grid-column:auto!important}
.nx-configurator-zone .nx-config-summary{
  margin-top:18px!important;
  padding:20px!important;
}
.nx-configurator-zone .nx-config-summary>strong{font-size:22px!important}
.nx-configurator-zone .nx-config-actions-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:12px;
  align-items:stretch;
}
.nx-configurator-zone .nx-config-cta,
.nx-configurator-zone .nx-config-panel .nx-doc-btn{margin:12px 0 0!important;min-height:52px!important}
@media (max-width:1179px){
  .nx-configurator-zone .nx-config-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .nx-configurator-zone .nx-config-step-card:last-child{grid-column:1/-1!important}
}
@media (max-width:760px){
  .nx-configurator-zone{padding:48px 0 52px}
  .nx-configurator-zone-head{display:block;margin-bottom:18px}
  .nx-configurator-zone-note{margin-top:14px}
  .nx-configurator-zone .nx-config-panel{padding:16px!important;border-radius:18px!important}
  .nx-configurator-zone .nx-config-title h2{font-size:27px!important}
  .nx-configurator-zone .nx-config-steps{grid-template-columns:1fr!important}
  .nx-configurator-zone .nx-config-step-card:last-child{grid-column:auto!important}
}


/* NOVRAX v1.5.9 — larger premium catalogue cards */
.nx-market-product-grid{
  gap:18px!important;
}
.nx-market-card{
  border:1px solid #d5e2f0!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 16px 38px rgba(18,53,98,.085),0 1px 0 rgba(255,255,255,.98) inset!important;
  transition:transform .28s cubic-bezier(.2,.75,.2,1),box-shadow .28s ease,border-color .22s ease!important;
}
.nx-market-card:hover{
  transform:translateY(-5px)!important;
  border-color:#a8c7ef!important;
  box-shadow:0 28px 58px rgba(18,66,133,.145),0 0 0 1px rgba(23,105,255,.035)!important;
}
.nx-market-card-top{
  min-height:56px!important;
  padding:10px 13px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  border-bottom:1px solid #e3ebf5!important;
}
.nx-market-card-badges{gap:9px!important;margin:0!important}
.nx-market-card-badges span{
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:12px!important;
  font-size:13px!important;
  box-shadow:0 7px 18px rgba(20,61,116,.07),inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.nx-market-card .nx-fav{
  width:34px!important;height:34px!important;font-size:20px!important;color:#6f8cb0!important;
}
.nx-market-product-image{
  position:relative!important;
  height:242px!important;
  padding:8px 12px 12px!important;
  overflow:hidden!important;
  border-radius:0!important;
  background:
    radial-gradient(ellipse at 50% 92%,rgba(72,125,193,.13) 0%,rgba(72,125,193,.045) 28%,transparent 56%),
    linear-gradient(145deg,#f8fbff 0%,#eef5ff 48%,#f9fbfe 100%)!important;
  border-bottom:1px solid #dde7f3!important;
}
.nx-market-product-image:before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(122deg,transparent 0 25%,rgba(255,255,255,.58) 26% 37%,transparent 38% 100%);
  opacity:.58;
}
.nx-market-product-image:after{
  content:"";position:absolute;left:9%;right:9%;bottom:18px;height:28px;z-index:0;pointer-events:none;
  background:radial-gradient(ellipse,rgba(31,67,110,.16),transparent 69%);filter:blur(7px);opacity:.62;
}
.nx-market-product-image img{
  position:relative!important;z-index:2!important;
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;object-position:center center!important;
  transform:scale(1.18)!important;
  filter:drop-shadow(0 18px 20px rgba(18,48,85,.15))!important;
  transition:transform .42s cubic-bezier(.2,.75,.2,1),filter .28s ease,opacity .08s linear!important;
}
.nx-market-card:hover .nx-market-product-image img{
  transform:scale(1.23) translateY(-2px)!important;
  filter:drop-shadow(0 22px 24px rgba(18,48,85,.19))!important;
}
.nx-market-card[data-type="dikey"] .nx-market-product-image img{
  transform:scale(1.04)!important;padding:2px!important;
}
.nx-market-card[data-type="dikey"]:hover .nx-market-product-image img{
  transform:scale(1.08) translateY(-2px)!important;
}
.nx-market-card-body{
  padding:15px 15px 14px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  border-top:0!important;
}
.nx-market-model{
  min-height:27px!important;padding:5px 9px!important;margin-bottom:7px!important;
  border-radius:8px!important;font-size:11.5px!important;color:#6480a3!important;
}
.nx-market-card-body h3{
  margin:2px 0 8px!important;font-size:18px!important;line-height:1.2!important;
  color:#0d294d!important;letter-spacing:-.025em!important;
}
.nx-market-card-body>p{
  font-size:12.5px!important;line-height:1.5!important;color:#71839a!important;min-height:38px!important;
}
.nx-market-spec-row{gap:7px!important;margin-top:11px!important}
.nx-market-spec-row span{
  padding:7px 10px!important;border-radius:9px!important;font-size:11.5px!important;color:#365c87!important;
  background:linear-gradient(180deg,#fff 0%,#f1f6fc 100%)!important;
  box-shadow:0 6px 14px rgba(18,59,118,.05),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
.nx-market-card-actions{padding-top:13px!important}
.nx-market-card-actions>a{
  min-height:42px!important;padding:0 15px!important;border-radius:11px!important;font-size:12px!important;
  box-shadow:0 12px 24px rgba(23,105,255,.22),inset 0 1px 0 rgba(255,255,255,.20)!important;
}
.nx-compare-check{font-size:12.5px!important;color:#405f83!important}
.nx-compare-check input{width:16px!important;height:16px!important}

/* Keep list-view compact while inheriting the premium surface. */
.nx-market-product-grid.is-list-view .nx-market-product-image{height:190px!important;padding:10px!important}
.nx-market-product-grid.is-list-view .nx-market-product-image img{transform:scale(1.08)!important}
.nx-market-product-grid.is-list-view .nx-market-card:hover .nx-market-product-image img{transform:scale(1.12)!important}

@media (max-width:1300px){
  .nx-market-product-image{height:220px!important}
  .nx-market-product-image img{transform:scale(1.14)!important}
  .nx-market-card:hover .nx-market-product-image img{transform:scale(1.18) translateY(-2px)!important}
}
@media (max-width:1020px){
  .nx-market-product-image{height:210px!important}
  .nx-market-card-body h3{font-size:17px!important}
}
@media (max-width:640px){
  .nx-market-product-grid{gap:14px!important}
  .nx-market-card{border-radius:17px!important}
  .nx-market-product-image{height:196px!important}
  .nx-market-product-image img{transform:scale(1.10)!important}
  .nx-market-card:hover .nx-market-product-image img{transform:scale(1.10)!important}
  .nx-market-card-top{min-height:52px!important;padding:8px 10px!important}
  .nx-market-card-badges span{min-height:34px!important;padding:0 11px!important;font-size:12px!important}
  .nx-market-card-body{padding:13px!important}
}

/* NOVRAX v1.6.0 — consistent product surfaces + protected lightbox */
.nx-market-product-image,
.nx-market-card.nx-product-card--avare .nx-market-product-image{
  background:
    radial-gradient(ellipse at 50% 88%,rgba(51,105,177,.15) 0%,rgba(51,105,177,.055) 30%,transparent 58%),
    linear-gradient(145deg,#f8fbff 0%,#eef5ff 48%,#f8fbff 100%)!important;
  isolation:isolate!important;
}
.nx-market-card.nx-product-card--avare .nx-market-product-image img{
  position:relative!important;z-index:2!important;
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;object-position:center!important;
  transform:scale(1.15)!important;
  filter:drop-shadow(0 18px 20px rgba(18,48,85,.15))!important;
  mix-blend-mode:multiply!important;
}
.nx-market-card.nx-product-card--avare:hover .nx-market-product-image img{
  transform:scale(1.20) translateY(-2px)!important;
  filter:drop-shadow(0 22px 24px rgba(18,48,85,.19))!important;
}
.nx-product-card--surface-blend .nx-market-product-image img,
.nx-image-surface-blend{mix-blend-mode:multiply!important}

/* PDP gallery uses the same soft studio surface. */
.nx-market-stage{
  background:
    radial-gradient(ellipse at 50% 88%,rgba(53,105,176,.13) 0%,rgba(53,105,176,.045) 30%,transparent 58%),
    linear-gradient(145deg,#fbfdff 0%,#eef5ff 50%,#fbfdff 100%)!important;
  isolation:isolate;
}
.nx-market-stage:before{
  background:linear-gradient(122deg,transparent 0 24%,rgba(255,255,255,.52) 25% 37%,transparent 38% 100%)!important;
  opacity:.58;
}
.nx-market-stage>[data-gallery-main].nx-image-surface-blend{mix-blend-mode:multiply!important}

/* Enlarged image: blank area closes the viewer; image remains protected with NOVRAX watermark. */
.nx-gallery-lightbox{cursor:zoom-out}
.nx-gallery-lightbox__backdrop{background:rgba(5,15,30,.86)!important;backdrop-filter:blur(8px)!important}
.nx-gallery-lightbox__dialog{
  width:min(94vw,1520px)!important;height:min(92vh,1040px)!important;margin:4vh auto!important;
  cursor:zoom-out;
}
.nx-gallery-lightbox__frame{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  max-width:100%;max-height:100%;overflow:hidden;border:1px solid rgba(198,216,239,.88);border-radius:24px;
  background:
    radial-gradient(ellipse at 50% 88%,rgba(50,103,174,.14) 0%,rgba(50,103,174,.05) 30%,transparent 58%),
    linear-gradient(145deg,#fbfdff 0%,#edf5ff 50%,#fbfdff 100%);
  box-shadow:0 28px 90px rgba(0,0,0,.38);cursor:default;isolation:isolate;
}
.nx-gallery-lightbox__frame:before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(122deg,transparent 0 25%,rgba(255,255,255,.58) 26% 38%,transparent 39% 100%);opacity:.62;
}
.nx-gallery-lightbox__dialog img{
  position:relative;z-index:1;display:block;width:auto!important;height:auto!important;
  max-width:min(92vw,1480px)!important;max-height:88vh!important;object-fit:contain!important;
  border-radius:22px!important;background:transparent!important;box-shadow:none!important;
  filter:drop-shadow(0 22px 28px rgba(14,39,75,.16));
}
.nx-gallery-lightbox__frame.is-surface-blend img{mix-blend-mode:multiply!important}
.nx-gallery-lightbox__watermark{
  position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:22px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='140' viewBox='0 0 220 140'%3E%3Cg transform='rotate(-24 110 70)'%3E%3Ctext x='18' y='82' font-family='Arial,sans-serif' font-size='25' font-weight='700' letter-spacing='1.5' fill='%237A8EA8' fill-opacity='.18'%3ENOVRAX%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat:repeat;background-size:220px 140px;
}
.nx-gallery-lightbox__close{z-index:6!important;top:16px!important;right:16px!important}
@media(max-width:760px){
  .nx-gallery-lightbox__dialog{width:96vw!important;height:90vh!important;margin:5vh auto!important}
  .nx-gallery-lightbox__dialog img{max-width:94vw!important;max-height:84vh!important}
  .nx-gallery-lightbox__watermark{background-size:150px 95px}
  .nx-market-card.nx-product-card--avare .nx-market-product-image img{transform:scale(1.08)!important}
}

/* v1.6.1 — image background consistency + white page bottom */
.site,
.site-main,
body,
html{
  background:#fff;
}

/* Keep the very bottom of the site clean white */
.site-footer{
  background:#fff !important;
  color:#19345f !important;
  border-top:1px solid #e2ebf7;
}
.site-footer h3,
.nx-footer-nav h3{
  color:#17345f !important;
}
.site-footer a,
.nx-footer-nav a{
  color:#6a7f9f !important;
}
.site-footer a:hover,
.nx-footer-nav a:hover{
  color:#1769ff !important;
}
.nx-footer-brand p{
  color:#5d7495 !important;
}
.nx-footer-company span{
  color:#17345f !important;
}
.nx-footer-company small{
  color:#8297b0 !important;
}
.nx-footer-brand .nx-footer-logo-plate{
  border:1px solid #e2ebf7;
  box-shadow:0 12px 28px rgba(23,105,255,.08) !important;
}

/* Subtle white ending surface under the catalog area */
.nx-catalog-section,
.nx-products-panel{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 55%,#ffffff 100%);
}

/* ======================================================================
   NOVRAX v1.6.3 — LIVE MOBILE UX / PREMIUM RESPONSIVE PASS
   Grounded against novrax.net live structure; keeps native scroll untouched.
   ====================================================================== */
@media (max-width:720px){
  /* Header */
  .nx-header-inner{height:66px!important}
  .site-header .nx-brand,.nx-product-detail-page .nx-brand{width:min(176px,52vw)!important}
  .site-header .nx-brand img,.nx-product-detail-page .nx-brand img{height:46px!important;max-width:100%!important;object-fit:contain!important}
  .nx-menu-toggle{width:43px!important;height:43px!important;border-radius:13px!important}
  .nx-nav{top:61px!important;left:10px!important;right:10px!important;max-height:calc(100dvh - 74px);overflow:auto}
  .nx-menu a{min-height:44px;display:flex!important;align-items:center!important;font-size:13px!important}

  /* Hero: tighter first screen, preserve visual impact */
  .nx-hero-light{padding:12px 0 16px!important}
  .nx-hero-copy{padding:15px 0 6px!important}
  .nx-hero-kicker{font-size:8px!important;margin-bottom:7px!important}
  .nx-hero-copy .nx-eyebrow{font-size:8px!important;margin-bottom:10px!important}
  .nx-hero-copy h1{font-size:clamp(38px,11vw,48px)!important;line-height:.98!important;margin-bottom:14px!important;letter-spacing:-.05em!important}
  .nx-hero-copy>p{font-size:13.5px!important;line-height:1.55!important}
  .nx-hero-actions{margin-top:17px!important;gap:8px!important}
  .nx-hero-actions .nx-btn{min-height:48px!important;border-radius:14px!important;font-size:12.5px!important}
  .nx-hero-trust{margin-top:13px!important;display:grid!important;grid-template-columns:1fr 1fr!important;overflow:visible!important;padding:0!important}
  .nx-hero-trust>span,.nx-hero-trust>span:last-child{min-width:0!important;min-height:40px!important;width:100%!important;grid-column:auto!important}
  .nx-hero-trust>span:last-child{grid-column:1/-1!important}
  .nx-hero-stage{padding:5px 0 0!important}
  .nx-hero-media{width:100%!important;height:auto!important;aspect-ratio:16/10!important;border-radius:20px!important}
  .nx-hero-media:before{border-radius:15px!important}
  .nx-hero-film-card{display:none!important}

  /* Metrics: all information visible without sideways discovery */
  .nx-metrics-strip{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;overflow:visible!important;padding:9px!important;border-radius:17px!important}
  .nx-metric{min-width:0!important;min-height:84px!important;padding:11px 8px!important;border-radius:13px!important}
  .nx-metric strong{font-size:25px!important}
  .nx-metric small{font-size:10px!important;margin-top:3px!important}

  /* Engineering band: no clipped horizontal cards */
  .nx-industrial-grid{display:block!important;min-height:0!important}
  .nx-industrial-intro{padding:28px 0 18px!important}
  .nx-industrial-intro h2{font-size:30px!important}
  .nx-industrial-capabilities{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;border-top:1px solid rgba(168,194,226,.17)!important}
  .nx-industrial-capabilities article{min-width:0!important;padding:20px 14px!important;border-left:0!important;border-right:1px solid rgba(168,194,226,.14)!important;border-bottom:1px solid rgba(168,194,226,.14)!important}
  .nx-industrial-capabilities article:nth-child(2n){border-right:0!important}
  .nx-industrial-capabilities article>span{margin-bottom:14px!important}
  .nx-industrial-capabilities h3{font-size:14px!important}
  .nx-industrial-capabilities p{font-size:10.5px!important}

  /* Catalogue: mobile-first hierarchy */
  .nx-marketplace-catalog{padding:18px 0 42px!important}
  .nx-marketplace-products{padding:10px!important;border-radius:16px!important}
  .nx-marketplace-head{gap:10px!important}
  .nx-marketplace-head h2{font-size:28px!important;line-height:1.02!important}
  .nx-marketplace-head p{font-size:11.5px!important;line-height:1.55!important}
  .nx-market-search input{height:45px!important;border-radius:12px!important;font-size:13px!important}
  .nx-catalog-filter-guide{padding:12px!important;border-radius:13px!important;margin-bottom:12px!important}
  .nx-catalog-filter-guide strong{font-size:13px!important}
  .nx-catalog-filter-guide p{font-size:10.5px!important;line-height:1.55!important}
  .nx-market-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:10px 0!important}
  .nx-market-toolbar>div{width:100%!important;margin:0!important;justify-content:space-between!important}
  .nx-mobile-filter-trigger{min-height:40px!important;padding:0 14px!important;border-radius:11px!important;font-size:12px!important}
  .nx-market-toolbar select{height:40px!important;max-width:none!important;flex:1 1 auto!important;font-size:11px!important}
  .nx-market-toolbar button:not(.nx-mobile-filter-trigger){width:40px!important;height:40px!important}

  /* Group labels */
  .nx-product-group-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;margin:14px 0 4px!important;padding:13px 13px 12px!important;border-radius:13px!important}
  .nx-product-group-title strong{font-size:17px!important}
  .nx-product-group-title small{font-size:10px!important;line-height:1.45!important}
  .nx-product-group-title em{font-size:9px!important;min-height:27px!important;padding:0 9px!important}

  /* Product cards: keep the premium desktop visual language on phones */
  .nx-market-product-grid{grid-template-columns:1fr!important;gap:14px!important}
  .nx-market-card{border-radius:18px!important;box-shadow:0 14px 30px rgba(18,53,98,.085)!important}
  .nx-market-card-top{min-height:52px!important;padding:8px 10px!important}
  .nx-market-card-badges{gap:7px!important;padding-right:38px!important}
  .nx-market-card-badges span{min-height:32px!important;padding:0 10px!important;font-size:11px!important;border-radius:10px!important}
  .nx-market-card .nx-fav{top:9px!important;right:9px!important;width:34px!important;height:34px!important}
  .nx-market-product-image{height:246px!important;padding:8px 10px 12px!important}
  .nx-market-product-image img{transform:scale(1.13)!important}
  .nx-market-card[data-type="dikey"] .nx-market-product-image img{transform:scale(1.02)!important}
  .nx-market-card-body{padding:14px!important}
  .nx-market-model{font-size:11px!important;margin-bottom:7px!important}
  .nx-market-card-body h3{font-size:18px!important;line-height:1.22!important;margin-bottom:7px!important}
  .nx-market-card-body>p{font-size:12px!important;line-height:1.5!important;min-height:0!important}
  .nx-market-spec-row{gap:6px!important;margin-top:10px!important;flex-wrap:wrap!important}
  .nx-market-spec-row span{font-size:11px!important;padding:7px 9px!important}
  .nx-market-card-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding-top:12px!important}
  .nx-compare-check{min-height:34px!important;font-size:12px!important}
  .nx-market-card-actions>a{width:100%!important;min-height:46px!important;justify-content:center!important;font-size:13px!important;border-radius:12px!important}

  /* Application / motion sections should not require hidden sideways swipes */
  .nx-showcase-grid{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important;margin-right:0!important;padding-bottom:0!important;gap:12px!important}
  .nx-showcase-card,.nx-showcase-card--wide{min-width:0!important;width:100%!important;scroll-snap-align:none!important}
  .nx-motion-grid{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto!important;overflow:visible!important;margin-right:0!important;padding-right:0!important;gap:12px!important}
  .nx-motion-card,.nx-motion-card--feature,.nx-motion-card--portrait,.nx-motion-card--secondary{min-width:0!important;width:100%!important;min-height:250px!important;height:250px!important;scroll-snap-align:none!important}

  /* Standalone configurator: collapsed by default on phone */
  .nx-configurator-zone{padding:42px 0 46px!important}
  .nx-configurator-zone-head h2{font-size:31px!important}
  .nx-configurator-zone-head p{font-size:12px!important}
  .nx-configurator-zone .nx-config-panel{padding:15px!important;border-radius:17px!important}
  .nx-configurator-zone .nx-mobile-config-toggle{display:grid!important;margin-top:12px!important}
  .nx-configurator-zone .nx-config-mobile-body{display:none!important;padding-top:12px!important}
  .nx-configurator-zone .nx-config-panel.is-mobile-open .nx-config-mobile-body{display:block!important}
  .nx-configurator-zone .nx-config-title h2{font-size:25px!important}
  .nx-configurator-zone .nx-config-steps{grid-template-columns:1fr!important}
  .nx-configurator-zone .nx-config-actions-row{grid-template-columns:1fr!important}

  /* Knowledge and process sections: cleaner vertical reading */
  .nx-engineering-grid{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important;margin-right:0!important;padding-right:0!important;gap:12px!important}
  .nx-engineering-card{min-width:0!important;width:100%!important;min-height:0!important;padding:20px!important}
  .nx-home-knowledge{padding:48px 0!important}
  .nx-home-article-media,.nx-knowledge-media{min-height:220px!important}
  .nx-home-article-copy,.nx-knowledge-copy{padding:22px 18px!important}

  /* Footer */
  .site-footer{padding:34px 0 18px!important}
  .nx-footer-main{gap:22px!important}
  .nx-footer-brand .nx-footer-logo-plate{width:auto!important;max-width:100%!important;min-height:0!important}
  .nx-footer-brand .nx-footer-logo{max-width:210px!important}
  .nx-footer-nav{gap:12px!important}
  .nx-footer-nav>div{padding-bottom:12px!important}
  .nx-footer-bottom{margin-top:18px!important;padding-top:13px!important}
}

@media (max-width:420px){
  .nx-shell{width:calc(100% - 20px)!important}
  .nx-hero-copy h1{font-size:38px!important}
  .nx-industrial-capabilities{grid-template-columns:1fr!important}
  .nx-industrial-capabilities article{border-right:0!important}
  .nx-market-product-image{height:228px!important}
  .nx-market-card-body h3{font-size:17px!important}
  .nx-motion-card,.nx-motion-card--feature,.nx-motion-card--portrait,.nx-motion-card--secondary{height:230px!important;min-height:230px!important}
}

/* ======================================================================
   NOVRAX v1.6.4 — MOBILE NAVIGATION + FILTER DISCOVERY HARDENING
   The hamburger menu now leads mobile visitors into product selection,
   instead of dropping them directly into the complete catalogue.
   ====================================================================== */
.nx-mobile-nav-tools,
.nx-mobile-catalog-filterbar{display:none}

.nx-filter-options label.is-disabled,
.nx-filter-colors label.is-disabled{
  opacity:.42;
  cursor:not-allowed!important;
}
.nx-filter-options label.is-disabled input,
.nx-filter-colors label.is-disabled input{cursor:not-allowed!important}

@media(max-width:1080px){
  body.nx-mobile-menu-open:before{
    content:"";
    position:fixed;
    z-index:990;
    inset:0;
    background:rgba(7,20,38,.42);
    backdrop-filter:blur(2px);
    pointer-events:none;
  }
  .nx-mobile-nav-tools{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:6px 0 2px;
    padding:10px 4px 2px;
    border-top:1px solid #e5edf7;
  }
  .nx-mobile-nav-tools button{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:8px;
    min-height:58px;
    padding:9px 11px;
    border:1px solid #d8e5f4;
    border-radius:13px;
    background:linear-gradient(145deg,#f9fcff,#eef5ff);
    color:#15365b;
    text-align:left;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(23,72,137,.055);
  }
  .nx-mobile-nav-tools button:active{transform:scale(.985)}
  .nx-mobile-nav-tools span{display:grid;gap:2px;min-width:0}
  .nx-mobile-nav-tools small{font-size:7px;font-weight:900;letter-spacing:.12em;color:#6e88a8}
  .nx-mobile-nav-tools strong{font-size:11px;line-height:1.2;color:#15365b}
  .nx-mobile-nav-tools i{font-style:normal;font-size:19px;color:#1769ff}
}

@media(max-width:1020px){
  .nx-mobile-catalog-filterbar{
    display:block;
    position:relative;
    z-index:4;
    margin:0 0 12px;
  }
  .nx-mobile-catalog-filterbar>button{
    display:grid;
    grid-template-columns:38px minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    width:100%;
    min-height:64px;
    padding:9px 12px;
    border:1px solid #cdddf1;
    border-radius:14px;
    background:linear-gradient(145deg,#ffffff 0%,#f0f6ff 100%);
    color:#15365b;
    box-shadow:0 10px 24px rgba(17,59,116,.075);
    text-align:left;
    cursor:pointer;
  }
  .nx-mobile-catalog-filterbar>button>i{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border-radius:11px;
    background:#1769ff;
    color:#fff;
    font-style:normal;
    font-size:18px;
    box-shadow:0 8px 18px rgba(23,105,255,.22);
  }
  .nx-mobile-catalog-filterbar>button>span{display:grid;gap:2px;min-width:0}
  .nx-mobile-catalog-filterbar small{font-size:7px;font-weight:900;letter-spacing:.11em;color:#6f86a2}
  .nx-mobile-catalog-filterbar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#17385f}
  .nx-mobile-catalog-filterbar b{
    display:inline-flex;
    align-items:center;
    gap:3px;
    min-height:28px;
    padding:0 9px;
    border-radius:999px;
    background:#e8f2ff;
    color:#1769ff;
    font-size:9px;
    white-space:nowrap;
  }
  .nx-mobile-catalog-filterbar b em{font-style:normal;font-size:11px}
  .nx-mobile-catalog-filterbar>button:active{transform:scale(.99)}

  /* Keep the actionable filter control visible and unambiguous. */
  .nx-result-summary{gap:8px!important}
  .nx-mobile-filter-trigger{flex:0 0 auto!important}

  /* The drawer must sit above header/nav, compare bar and catalog content. */
  .nx-marketplace-sidebar,
  .nx-marketplace-sidebar.is-mobile-open{z-index:6000!important}
  .nx-filter-backdrop:not([hidden]){z-index:5990!important}

  /* Compact but usable filter controls on narrow screens. */
  .nx-marketplace-sidebar .nx-category-tree{padding-bottom:10px}
  .nx-marketplace-sidebar .nx-filter-accordion{padding-bottom:8px}
  .nx-marketplace-sidebar .nx-filter-sidebar-actions{padding:10px 13px 12px!important}
  .nx-filter-show{min-height:48px!important;font-size:12px!important}
  .nx-filter-reset{min-height:42px!important}
}

@media(max-width:640px){
  .nx-mobile-nav-tools{grid-template-columns:1fr}
  .nx-mobile-nav-tools button{min-height:54px}

  /* Mobile comparison must always provide an escape/clear action. */
  .nx-compare-actions{gap:6px!important}
  .nx-compare-actions button:first-child{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-width:72px;
  }
  .nx-compare-actions button{min-height:40px!important;padding:0 10px!important;font-size:10px!important}
  .nx-compare-bar .nx-shell{gap:8px!important}
  .nx-compare-table-wrap table{min-width:720px!important}
  .nx-compare-table-wrap th:first-child{position:sticky;left:0;z-index:2;background:#fbfdff!important}
  .nx-compare-table-wrap thead th:first-child{z-index:4;background:#f8fbff!important}
}


/* ======================================================================
   NOVRAX v1.6.5 — MOBILE CATALOG ENTRY + CONTROL CLARITY
   One breakpoint (1080px) now governs hamburger + filter drawer behavior.
   The catalogue menu item opens selection first; view-mode icons are removed
   on phones so they cannot be mistaken for the filter control.
   ====================================================================== */
@media(max-width:1080px){
  /* Make the catalogue entry in the hamburger read as an action, not a dump link. */
  .nx-menu a.nx-menu-catalog-trigger,
  .nx-menu a[data-header-filter-link]{
    position:relative;
    padding-right:116px!important;
    background:linear-gradient(145deg,#f7fbff,#edf5ff)!important;
    border:1px solid #d7e5f5!important;
    color:#15365b!important;
    font-weight:850!important;
  }
  .nx-menu a.nx-menu-catalog-trigger:after,
  .nx-menu a[data-header-filter-link]:after{
    content:"KATEGORİ + FİLTRE  ☷";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    display:inline-flex;
    align-items:center;
    min-height:26px;
    padding:0 8px;
    border-radius:999px;
    background:#1769ff;
    color:#fff;
    font-size:7px;
    font-weight:900;
    letter-spacing:.06em;
    white-space:nowrap;
  }

  /* The drawer must exist at the same width range as the hamburger navigation. */
  .nx-marketplace-sidebar,
  .nx-motion-ready .nx-marketplace-sidebar,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item.is-visible{
    position:fixed!important;
    z-index:6000!important;
    top:0!important;
    bottom:0!important;
    left:0!important;
    right:auto!important;
    width:min(390px,92vw)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    border-radius:0 18px 18px 0!important;
    opacity:1!important;
    filter:none!important;
    transform:translate3d(-105%,0,0)!important;
    transition:transform .26s cubic-bezier(.2,.78,.2,1)!important;
    visibility:visible!important;
    pointer-events:none!important;
  }
  .nx-marketplace-sidebar.is-mobile-open,
  .nx-motion-ready .nx-marketplace-sidebar.is-mobile-open,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item.is-mobile-open,
  .nx-motion-ready .nx-marketplace-sidebar.nx-reveal-item.is-visible.is-mobile-open{
    transform:translate3d(0,0,0)!important;
    pointer-events:auto!important;
  }
  .nx-filter-backdrop:not([hidden]){
    display:block!important;
    position:fixed!important;
    z-index:5990!important;
    inset:0!important;
    background:rgba(5,18,34,.58)!important;
    backdrop-filter:blur(3px)!important;
  }
  .nx-market-filter-open{display:none!important}
  .nx-marketplace-sidebar .nx-filter-mobile-body{display:block!important}
  .nx-marketplace-sidebar .nx-filter-close{display:grid!important}
}

@media(max-width:720px){
  /* On a one-column phone layout, grid/list mode is redundant and its ☷ icon
     was visually competing with the actual filter button. */
  .nx-market-toolbar [data-view-grid],
  .nx-market-toolbar [data-view-list]{display:none!important}
  .nx-market-toolbar>div:last-child{width:100%!important}
  .nx-market-toolbar select{width:100%!important;max-width:none!important}
  .nx-result-summary{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important}
  .nx-mobile-filter-trigger{
    min-height:44px!important;
    padding:0 15px!important;
    border-radius:12px!important;
    background:#1769ff!important;
    border-color:#1769ff!important;
    color:#fff!important;
    box-shadow:0 9px 20px rgba(23,105,255,.20)!important;
    font-weight:850!important;
  }
  .nx-mobile-catalog-filterbar{position:sticky!important;top:70px!important;z-index:30!important;margin-bottom:12px!important}
  .nx-mobile-catalog-filterbar>button{background:rgba(255,255,255,.97)!important;backdrop-filter:blur(14px)!important}
}

/* ======================================================================
   NOVRAX v1.6.6 — MOBILE SEARCH RELIABILITY + RESPONSIVE BREAKPOINT AUDIT
   Search is treated as a first-class mobile action, and all catalogue
   mobile controls now switch at the same 1080px breakpoint as navigation.
   ====================================================================== */
.nx-market-search label{display:block;min-width:0}
.nx-market-search input{padding-right:78px!important}
.nx-market-search i{pointer-events:none!important}
.nx-market-search [data-product-search-clear]{
  position:absolute;
  z-index:3;
  right:37px;
  top:50%;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#eaf2fd;
  color:#45617f;
  font-size:19px;
  line-height:1;
  cursor:pointer;
}
.nx-market-search [data-product-search-clear][hidden]{display:none!important}
.nx-market-search [data-product-search-clear]:focus-visible{outline:3px solid rgba(23,105,255,.22);outline-offset:2px}

@media(max-width:1080px){
  /* Navigation already becomes mobile at 1080px; catalogue must do the same. */
  .nx-marketplace-catalog{padding:24px 0 52px!important}
  .nx-marketplace-layout{display:block!important;padding-top:0!important}
  .nx-marketplace-products{width:100%!important;min-width:0!important;padding:16px!important}
  .nx-marketplace-head{grid-template-columns:1fr!important;gap:13px!important}
  .nx-mobile-catalog-filterbar{display:block!important}
  .nx-mobile-filter-trigger{display:inline-flex!important;align-items:center;gap:5px}
  .nx-filter-show{display:block!important}
  .nx-marketplace-layout>.nx-config-panel{margin-top:14px!important}
}

@media(max-width:720px){
  /* 16px prevents Safari from zooming the viewport when the search gains focus. */
  .nx-market-search input{
    min-height:48px!important;
    height:48px!important;
    font-size:16px!important;
    line-height:1.2!important;
    padding-left:14px!important;
    padding-right:82px!important;
    touch-action:manipulation;
  }
  .nx-market-search [data-product-search-clear]{width:34px;height:34px;right:39px;font-size:20px}
  .nx-market-search i{right:14px!important;font-size:18px!important}
  .nx-card-preview-hint{display:none!important}
}

@media(hover:none),(pointer:coarse){
  .nx-card-preview-hint{display:none!important}
}


/* ======================================================================
   NOVRAX v1.6.7 — MOBILE FULL-AUDIT POLISH
   Search feedback, iOS focus stability and product-detail mobile reading.
   ====================================================================== */
.nx-market-search-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:24px;
  margin:6px 0 0 auto;
  padding:0 9px;
  border:1px solid #cfe0f5;
  border-radius:999px;
  background:#eef5ff;
  color:#1769ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.02em;
}
.nx-market-search-status[hidden]{display:none!important}

@media(max-width:720px){
  /* Search must visibly confirm that filtering happened while the keyboard is open. */
  .nx-market-search{display:grid!important;grid-template-columns:1fr!important}
  .nx-market-search-status{margin-top:7px!important;font-size:11px!important;min-height:26px!important}

  /* Product-detail information should not require horizontal discovery. */
  .nx-market-tabs-shell{position:relative!important;top:auto!important;overflow:visible!important}
  .nx-market-tabs-nav{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    background:#e7edf5!important;
  }
  .nx-market-tabs-nav button{
    min-width:0!important;
    width:100%!important;
    min-height:54px!important;
    padding:8px 10px!important;
    font-size:12px!important;
    line-height:1.25!important;
    white-space:normal!important;
    scroll-snap-align:none!important;
    background:#fff!important;
  }
  .nx-pdp-feature-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  .nx-pdp-feature-grid article{
    flex:none!important;
    width:100%!important;
    min-height:0!important;
    scroll-snap-align:none!important;
  }

  /* Prevent Safari form zoom inside the quote flow and keep controls comfortably tappable. */
  .nx-quote-builder-fields input,
  .nx-quote-builder-fields textarea,
  .nx-quote-builder-fields select{font-size:16px!important}
  .nx-quote-builder-actions .nx-btn{min-height:50px!important}
  .nx-quote-builder-close{min-width:44px!important;min-height:44px!important}
}

@media(hover:none),(pointer:coarse){
  /* Pointer-flight decoration adds no value on touch and can obscure the bottom actions. */
  .nx-option-fly-card,.nx-option-flight-tray{display:none!important}
}


/* =========================================================
   NOVRAX v1.6.8 — PDP LIGHTBOX GALLERY NAVIGATION
   ========================================================= */
.nx-gallery-lightbox__dialog{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 76px!important}
.nx-gallery-lightbox__nav{
  position:absolute;top:50%;z-index:8;display:flex;align-items:center;justify-content:center;
  width:58px;height:58px;margin:0;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:999px;
  background:rgba(8,25,49,.76);color:#fff;box-shadow:0 16px 42px rgba(0,0,0,.30);backdrop-filter:blur(12px);
  transform:translateY(-50%);cursor:pointer;transition:background .18s ease,transform .18s ease,border-color .18s ease,opacity .18s ease;
}
.nx-gallery-lightbox__nav span{display:block;font:300 52px/42px Arial,sans-serif;transform:translateY(-2px)}
.nx-gallery-lightbox__nav--prev{left:10px}
.nx-gallery-lightbox__nav--next{right:10px}
.nx-gallery-lightbox__nav:hover,.nx-gallery-lightbox__nav:focus-visible{background:#1768e5;border-color:rgba(255,255,255,.72);transform:translateY(-50%) scale(1.07);outline:none}
.nx-gallery-lightbox__nav[hidden]{display:none!important}
.nx-gallery-lightbox__counter{
  position:absolute;left:50%;bottom:14px;z-index:5;transform:translateX(-50%);
  min-width:62px;padding:7px 12px;border:1px solid rgba(255,255,255,.55);border-radius:999px;
  background:rgba(8,25,49,.72);color:#fff;font-size:13px;font-weight:800;letter-spacing:.08em;text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,.20);backdrop-filter:blur(10px);pointer-events:none;
}
.nx-gallery-lightbox__counter[hidden]{display:none!important}
.nx-gallery-lightbox__dialog img{transition:opacity .14s ease,transform .14s ease}
.nx-gallery-lightbox__dialog img.is-changing{opacity:.45;transform:scale(.988)}
@media(max-width:760px){
  .nx-gallery-lightbox__dialog{padding:0 46px!important}
  .nx-gallery-lightbox__nav{width:44px;height:44px}
  .nx-gallery-lightbox__nav span{font-size:42px;line-height:34px}
  .nx-gallery-lightbox__nav--prev{left:0}
  .nx-gallery-lightbox__nav--next{right:0}
  .nx-gallery-lightbox__counter{bottom:8px;padding:6px 10px;font-size:12px}
}


/* =========================================================
   NOVRAX v1.6.9 — LIGHTBOX NAV MOTION + VIDEO LIGHTBOX
   ========================================================= */
@keyframes nxGalleryArrowPrevNudge{
  0%,72%,100%{transform:translateY(-2px) translateX(0)}
  82%{transform:translateY(-2px) translateX(-5px)}
  91%{transform:translateY(-2px) translateX(1px)}
}
@keyframes nxGalleryArrowNextNudge{
  0%,72%,100%{transform:translateY(-2px) translateX(0)}
  82%{transform:translateY(-2px) translateX(5px)}
  91%{transform:translateY(-2px) translateX(-1px)}
}
@keyframes nxGalleryNavGlow{
  0%,100%{box-shadow:0 16px 42px rgba(0,0,0,.30),0 0 0 0 rgba(23,104,229,0)}
  50%{box-shadow:0 16px 42px rgba(0,0,0,.30),0 0 0 7px rgba(23,104,229,.10)}
}
.nx-gallery-lightbox.is-open .nx-gallery-lightbox__nav:not([hidden]){animation:nxGalleryNavGlow 2.8s ease-in-out infinite}
.nx-gallery-lightbox.is-open .nx-gallery-lightbox__nav--prev span{animation:nxGalleryArrowPrevNudge 2.15s ease-in-out infinite}
.nx-gallery-lightbox.is-open .nx-gallery-lightbox__nav--next span{animation:nxGalleryArrowNextNudge 2.15s ease-in-out infinite}
.nx-gallery-lightbox__nav:hover span,.nx-gallery-lightbox__nav:focus-visible span{animation-play-state:paused}
.nx-gallery-lightbox__frame video[data-gallery-lightbox-video]{
  position:relative;z-index:2;display:block;max-width:min(86vw,1280px);max-height:84vh;width:auto;height:auto;
  border-radius:20px;background:#02060c;box-shadow:0 24px 80px rgba(0,0,0,.42);outline:none
}
.nx-gallery-lightbox__frame video[data-gallery-lightbox-video][hidden]{display:none!important}
.nx-gallery-lightbox__frame.is-video-mode{background:transparent!important;box-shadow:none!important;overflow:visible!important}
.nx-gallery-lightbox__frame.is-video-mode:before,.nx-gallery-lightbox__frame.is-video-mode .nx-gallery-lightbox__watermark{display:none!important}
.nx-gallery-lightbox.is-video-mode .nx-gallery-lightbox__dialog{padding:0 34px!important}
.nx-market-stage>[data-gallery-main-video]:not([hidden]){cursor:zoom-in!important}
@media(max-width:760px){
  .nx-gallery-lightbox__frame video[data-gallery-lightbox-video]{max-width:94vw;max-height:78vh;border-radius:14px}
  .nx-gallery-lightbox.is-video-mode .nx-gallery-lightbox__dialog{padding:0 12px!important}
}
@media(prefers-reduced-motion:reduce){
  .nx-gallery-lightbox__nav,.nx-gallery-lightbox__nav span{animation:none!important}
}


/* NOVRAX v1.7.0 — representative USD pricing preview */
.nx-market-price{
  position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3px 16px;
  margin-top:14px;padding:13px 15px;border:1px solid #d7e5fb;border-radius:14px;
  background:linear-gradient(135deg,#f8fbff 0%,#edf5ff 100%);overflow:hidden
}
.nx-market-price:after{content:"";position:absolute;right:-18px;top:-28px;width:92px;height:92px;border-radius:50%;background:rgba(20,104,229,.08);pointer-events:none}
.nx-market-price>span{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#607089}
.nx-market-price>strong{grid-row:1 / span 2;grid-column:2;align-self:center;position:relative;z-index:1;font-size:24px;line-height:1;font-weight:850;letter-spacing:-.035em;color:#1265df;white-space:nowrap}
.nx-market-price>strong b{font-size:11px;letter-spacing:.06em;font-weight:800;color:#607089;margin-left:3px}
.nx-market-price>small{font-size:10px;line-height:1.35;color:#7a8798}
.nx-market-price--card{margin-top:12px;padding:11px 12px;border-radius:12px}
.nx-market-price--card>strong{font-size:21px}
.nx-market-price--pdp{margin:17px 0 3px;padding:16px 18px;border-color:#cfe0fb;box-shadow:0 10px 30px rgba(31,94,174,.08)}
.nx-market-price--pdp>strong{font-size:30px}
.nx-market-price--pdp>small{font-size:11px}
@media(max-width:1080px){
  .nx-market-price{grid-template-columns:1fr auto;gap:4px 12px}
  .nx-market-price--card>strong{font-size:22px}
  .nx-market-price--pdp{margin-top:14px;padding:14px 15px}
  .nx-market-price--pdp>strong{font-size:28px}
}
