/* NSP shared theme (used by testzdrowia.html & suplementacja.html) */
body.nsp-themed{
  margin:0;
  background:#06130c;
  position:relative;
  min-height:100vh;
}
body.nsp-themed::before{
  content:"";
  position:fixed;
  inset:0;
  background-image:url("image/1.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transform:scale(1.03);
  filter:saturate(1.08) contrast(1.02);
  z-index:-2;
}
body.nsp-themed::after{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(1100px 720px at 50% -10%, rgba(0,0,0,.06), rgba(0,0,0,.46)),
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.38));
  z-index:-1;
}

/* Topbar */
.nsp-topwrap{
  position:sticky;
  top:0;
  z-index:999;
  padding:16px 14px 10px;
}
.nsp-topbar{
  max-width:1120px;
  margin:0 auto;
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.30);
  border: 1px solid rgba(255,255,255,.12);
  position:relative;
  background:#0a1f14;
}
.nsp-topbar .nsp-bg{
  position:absolute; inset:0;
  background-image:url("image/1.png");
  background-size:cover;
  background-position:center;
  opacity:.95;
}
.nsp-topbar .nsp-shade{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.14) 65%, rgba(0,0,0,.10));
}
.nsp-topbar .nsp-content{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px;
  color:#fff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.nsp-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:240px;
}
.nsp-logoLink{ display:inline-flex; text-decoration:none; }
.nsp-logoLink:focus{ outline:2px solid rgba(31,122,74,.35); outline-offset:3px; border-radius:16px; }
.nsp-logos{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:14px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
.nsp-logos img{ height:30px; width:auto; display:block; object-fit:contain; }
.nsp-text{ display:flex; flex-direction:column; gap:4px; line-height:1.1; }
.nsp-title{ margin:0; font-weight:950; letter-spacing:.35px; text-transform:uppercase; font-size:16px; }
.nsp-sub{ margin:0; font-size:12px; opacity:.86; }

.nsp-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
}
.nsp-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:14px;
  text-decoration:none;
  font-weight:850;
  font-size:13px;
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
  white-space:nowrap;
}
.nsp-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.18);
  box-shadow: 0 12px 26px rgba(0,0,0,.22);
}
.nsp-btn.primary{
  background: linear-gradient(180deg, rgba(31,122,74,.98), rgba(15,95,58,.98));
  border-color: rgba(255,255,255,.16);
}
.nsp-btn.primary:hover{
  background: linear-gradient(180deg, rgba(31,122,74,1), rgba(10,74,45,1));
}

.nsp-pagePad{ padding: 10px 14px 28px; }

@media (max-width:640px){
  .nsp-topwrap{ padding:12px 10px 10px; }
  .nsp-topbar .nsp-content{ padding:12px; }
  .nsp-title{ font-size:14px; }
  .nsp-btn{ padding:10px 10px; font-size:12px; }
  .nsp-brand{ min-width: unset; }
}
