/* Norges Sjekk – profesjonell fellesfinish. Kun prefiksede klasser. */
:root{
  --ns-pro-navy:#12365b;
  --ns-pro-blue:#0f5f8f;
  --ns-pro-red:#d91e36;
  --ns-pro-ink:#183247;
  --ns-pro-muted:#667b8b;
  --ns-pro-line:#dbe8ef;
  --ns-pro-bg:#f6fafc;
  --ns-pro-white:#fff;
}
.ns-pro-footer{
  max-width:1180px;margin:46px auto 18px;padding:22px 24px;
  border-top:1px solid var(--ns-pro-line);color:var(--ns-pro-muted);
  font:500 14px/1.55 system-ui,-apple-system,"Segoe UI",sans-serif;
}
.ns-pro-footer__row{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.ns-pro-footer__brand{font-weight:800;color:var(--ns-pro-navy)}
.ns-pro-footer__links{display:flex;gap:14px 18px;flex-wrap:wrap}
.ns-pro-footer a,.ns-pro-existing-footer a{color:var(--ns-pro-blue);text-decoration:none;font-weight:700}
.ns-pro-footer a:hover,.ns-pro-existing-footer a:hover{text-decoration:underline}
.ns-pro-footer__legal{margin-top:10px;font-size:12px;color:#78909f}
.ns-pro-existing-footer{display:flex!important;gap:10px 14px!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important}
.ns-pro-page{min-height:100vh;background:linear-gradient(180deg,#f8fbfd 0,#eef7fc 100%);color:var(--ns-pro-ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
.ns-pro-shell{max-width:980px;margin:0 auto;padding:34px 22px 70px}
.ns-pro-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:34px}
.ns-pro-logo{width:min(300px,68vw);height:auto}
.ns-pro-back{color:var(--ns-pro-blue);font-weight:800;text-decoration:none}
.ns-pro-hero{background:var(--ns-pro-white);border:1px solid var(--ns-pro-line);border-radius:20px;padding:34px;box-shadow:0 14px 40px rgba(21,57,82,.06);margin-bottom:20px}
.ns-pro-eyebrow{font-size:12px;letter-spacing:.13em;font-weight:900;color:var(--ns-pro-blue);text-transform:uppercase}
.ns-pro-page h1{font-size:clamp(30px,5vw,48px);line-height:1.03;margin:9px 0 13px;color:var(--ns-pro-navy)}
.ns-pro-page h2{color:var(--ns-pro-navy);margin:0 0 10px}
.ns-pro-lead{font-size:18px;line-height:1.6;color:#50697a;max-width:760px}
.ns-pro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
.ns-pro-card{background:var(--ns-pro-white);border:1px solid var(--ns-pro-line);border-radius:16px;padding:24px}
.ns-pro-card p,.ns-pro-card li{line-height:1.65;color:#50697a}
.ns-pro-card strong{color:var(--ns-pro-ink)}
.ns-pro-list{padding-left:20px;margin-bottom:0}
.ns-pro-note{border-left:4px solid var(--ns-pro-blue);background:#eef7fb;padding:14px 16px;border-radius:8px;margin-top:18px;line-height:1.55}
.ns-pro-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#e9f6ef;color:#1e6c44;font-size:13px;font-weight:800}
.ns-pro-badge::before{content:"";width:8px;height:8px;border-radius:50%;background:#2d9c61}
@media(max-width:720px){.ns-pro-grid{grid-template-columns:1fr}.ns-pro-hero{padding:24px}.ns-pro-shell{padding-left:14px;padding-right:14px}.ns-pro-top{align-items:flex-start;flex-direction:column}}
