
:root{--navy:#0b355d;--navy2:#174d7d;--red:#df3f55;--ink:#173f5d;--muted:#6c8190;--line:#dbe6ed;--soft:#f3f8fb;--green:#187c48;--amber:#8a610b;--shadow:0 14px 35px rgba(18,57,87,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f9fc;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}a{color:inherit}.shell{max-width:1160px;margin:auto;padding:0 18px}.head{background:#fff;border-bottom:1px solid #e1eaf0;position:sticky;top:0;z-index:30}.headin{max-width:1160px;margin:auto;padding:11px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand img{width:168px;display:block}.nav{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.nav a{text-decoration:none;font-size:9px;font-weight:900;color:#315c7b;padding:7px 8px;border-radius:8px}.nav a:hover{background:#eef5f9}.nav .start{background:var(--red);color:#fff}
.hero{padding:42px 0 28px;background:linear-gradient(180deg,#edf6fb,#f8fbfd)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}.kicker{font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#2b658d}.hero h1{font-size:45px;line-height:1.03;margin:7px 0 11px;color:#113c60}.hero p{font-size:14px;line-height:1.65;color:#5f7788;max-width:680px}.hero-note{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.hero-note strong{display:block;font-size:14px}.hero-note p{font-size:9px;line-height:1.5;margin:5px 0;color:#6c8291}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #d3e0e8;background:#fff;color:#174d73;border-radius:9px;padding:10px 13px;font-size:9px;font-weight:950;cursor:pointer}.btn.primary{background:var(--red);border-color:var(--red);color:#fff}.btn.navy{background:var(--navy2);border-color:var(--navy2);color:#fff}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.section{padding:31px 0}.section.white{background:#fff}.title{text-align:center;max-width:700px;margin:0 auto 18px}.title h2{font-size:27px;margin:0;color:#123e61}.title p{font-size:10px;line-height:1.55;color:#6b8191}.reports{display:grid;grid-template-columns:1fr 1fr;gap:14px}.report-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.report-photo{height:210px;background:#eaf2f7;overflow:hidden;position:relative}.report-photo img{width:100%;height:100%;object-fit:cover;display:block}.report-photo:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(8,38,64,.72))}.report-photo .price{position:absolute;left:14px;bottom:12px;z-index:2;background:#fff;color:#154567;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:950}.report-body{padding:16px}.report-body h3{font-size:20px;margin:0;color:#17466d}.report-body p{font-size:10px;line-height:1.55;color:#6b8191}.mini{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:10px 0}.mini span{background:#f4f8fb;border:1px solid #e3ebf0;border-radius:8px;padding:7px;font-size:8px;color:#496d83}
.free-tools{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tool{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}.tool .free{display:inline-flex;background:#e8f7ee;color:#177442;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:950}.tool h3{font-size:16px;margin:7px 0 3px}.tool p{font-size:9px;line-height:1.5;color:#6b8191}
.sources{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.source{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px}.source strong{display:block;font-size:9px}.source span{display:block;font-size:8px;color:#718694;margin-top:3px}.pill{display:inline-flex;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:950;margin-top:7px;background:#eef4f8;color:#486d84}.pill.live{background:#e8f7ee;color:#167744}.pill.off{background:#fff0f2;color:#a43347}
.content{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;margin-top:22px}.content h1{font-size:29px;margin-top:0}.content h2{font-size:17px;margin-top:21px}.content p,.content li{font-size:10px;line-height:1.65;color:#5f7889}.notice{margin-top:10px;border-radius:9px;padding:10px 12px;font-size:9px;line-height:1.5}.notice.wait{background:#fff4dc;border:1px solid #ead39b;color:#77570a}.notice.ok{background:#e8f7ee;border:1px solid #c5e6d1;color:#176f40}
.footer{background:#0b355d;color:#d8e5ee;margin-top:34px}.foot{max-width:1160px;margin:auto;padding:21px 18px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:18px}.foot img{width:145px;filter:brightness(0) invert(1)}.foot h4{font-size:10px;color:#fff}.foot p,.foot a{font-size:8px;line-height:1.7;color:#d8e5ee;text-decoration:none}.copy{border-top:1px solid rgba(255,255,255,.12);padding:9px;text-align:center;font-size:8px}
@media(max-width:850px){.hero-grid,.reports{grid-template-columns:1fr}.sources{grid-template-columns:1fr 1fr}.foot{grid-template-columns:1fr 1fr}}@media(max-width:560px){.headin{align-items:flex-start}.brand img{width:140px}.nav{justify-content:flex-end}.nav a{font-size:8px;padding:6px}.hero{padding-top:28px}.hero h1{font-size:33px}.free-tools,.sources,.foot{grid-template-columns:1fr}.report-photo{height:185px}.mini{grid-template-columns:1fr}}

.report-card.basic .report-photo img{object-position:center center}
.report-card.extended .report-photo img{object-position:top center}
.report-card.extended .report-photo{background:#e9f1f6}
.report-card.extended .report-photo:after{height:32%}
.test-only{display:inline-flex;background:#fff0f7;color:#8f2871;border:1px solid #efc8df;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:950}
.vipps-test-card{border:1px solid #e2d2ef;background:#fcf8ff;border-radius:12px;padding:13px}

.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.category-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(18,57,87,.07);display:flex;flex-direction:column}.category-photo{height:156px;overflow:hidden;background:#e9f1f6;position:relative}.category-photo img{width:100%;height:100%;object-fit:cover;display:block}.category-photo:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(8,38,64,.62))}.category-body{padding:12px;display:flex;flex-direction:column;flex:1}.category-body h3{font-size:16px;margin:0;color:#153f61}.category-body p{font-size:8.8px;line-height:1.5;color:#6b8191;flex:1}.category-body .btn{align-self:flex-start}.value-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}.value{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px;text-align:center}.value strong{display:block;font-size:10px;color:#17466d}.value span{font-size:8px;color:#6b8191}.category-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}.category-hero .copybox{padding:24px 0}.category-hero h1{font-size:38px;line-height:1.05;margin:8px 0;color:#113c60}.category-hero p{font-size:11px;line-height:1.65;color:#617989}.category-hero .visual{min-height:320px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background:#e7eff5}.category-hero .visual img{width:100%;height:100%;object-fit:cover;display:block}.price-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.price-choice{border:1px solid var(--line);border-radius:11px;background:#fff;padding:12px}.price-choice strong{font-size:14px}.price-choice span{display:block;font-size:8px;color:#687f90;margin-top:3px}.how-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.how-step{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px}.how-step b{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:999px;background:#eaf3f8;color:#174b72;font-size:10px}.how-step h3{font-size:11px;margin:8px 0 3px}.how-step p{font-size:8px;color:#6b8191;line-height:1.45}.marketing-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.marketing-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}.marketing-card h3{font-size:14px;margin:0 0 5px}.marketing-card p,.marketing-card li{font-size:8.5px;line-height:1.55;color:#60798a}
@media(max-width:900px){.category-grid{grid-template-columns:1fr 1fr}.category-hero{grid-template-columns:1fr}.how-grid{grid-template-columns:1fr 1fr}.category-hero .visual{min-height:260px}}@media(max-width:560px){.category-grid,.value-strip,.price-row,.how-grid,.marketing-grid{grid-template-columns:1fr}.category-photo{height:180px}.category-hero h1{font-size:31px}}


/* NorgesSjekk 3.5 – profesjonell opprydding */
:root{--ns-navy:#103d62;--ns-navy-dark:#0a2d4a;--ns-red:#d83b52;--ns-green:#167447;--ns-surface:#fff;--ns-bg:#f5f8fa;--ns-border:#dbe5eb}
body{background:var(--ns-bg)}
.head{box-shadow:0 1px 0 rgba(12,45,73,.03)}
.headin{min-height:68px}
.nav a{font-size:10px;padding:9px 10px}
.nav .start{padding:10px 14px}
.hero{padding:54px 0 42px;background:linear-gradient(180deg,#eef5f8 0%,#f8fafb 100%)}
.hero h1{font-size:48px;letter-spacing:-.035em;max-width:780px}
.hero p{font-size:14px;max-width:720px}
.proofbar{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}
.proof{background:#fff;border:1px solid var(--ns-border);border-radius:11px;padding:10px 12px}
.proof strong{display:block;font-size:10px;color:#153f60}
.proof span{display:block;font-size:8px;color:#728591;margin-top:2px}
.proof .dotlive{display:inline-block;width:7px;height:7px;border-radius:50%;background:#1e9a5a;margin-right:5px}
.serious-panel{background:#fff;border:1px solid var(--ns-border);border-radius:16px;padding:20px;box-shadow:0 16px 35px rgba(20,58,86,.08)}
.serious-panel h2{font-size:17px;margin:0 0 7px;color:#143d5d}
.serious-panel p{font-size:9px;line-height:1.6;color:#687e8d}
.serious-list{display:grid;gap:7px;margin-top:11px}
.serious-item{display:grid;grid-template-columns:24px 1fr;gap:9px;align-items:start;border-top:1px solid #edf1f4;padding-top:8px}
.serious-item:first-child{border-top:0;padding-top:0}.serious-item b{font-size:9px;color:#173f5d}.serious-item span{font-size:8px;color:#718592;line-height:1.45}
.num{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef5f8;color:#1b5277;font-size:8px;font-weight:950}
.report-card{overflow:hidden}.report-card.extended{border:1px solid #bfd4e3;box-shadow:0 16px 38px rgba(22,74,112,.10)}
.report-body h3{font-size:19px}.report-body>p{font-size:10px}
.report-tag{display:inline-flex;padding:5px 7px;border-radius:999px;font-size:7px;font-weight:950;letter-spacing:.05em;background:#eef4f7;color:#315d77;margin-bottom:8px}
.extended .report-tag{background:#eaf1f8;color:#184f79}
.compare{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:0;background:#fff;border:1px solid var(--ns-border);border-radius:14px;overflow:hidden;margin-top:14px}
.compare div{padding:11px;border-bottom:1px solid #edf1f3;font-size:8.5px}.compare div:nth-last-child(-n+3){border-bottom:0}.compare .headc{background:#f1f6f8;font-weight:950;color:#244c68}.compare .yes{color:#176b42;font-weight:900}.compare .mutedc{color:#788b97}
.trust-note{font-size:8px;color:#738691;line-height:1.55;margin-top:10px}
.content{max-width:860px;margin:28px auto 50px;background:#fff;border:1px solid var(--ns-border);border-radius:14px;padding:22px;box-shadow:0 8px 25px rgba(18,57,87,.05)}
.content h1{font-size:31px;margin:0 0 12px}.content h2{font-size:18px;margin-top:24px}.content p,.content li{font-size:10px;line-height:1.7;color:#5f7787}
.clean-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:15px}.clean-card{background:#fff;border:1px solid var(--ns-border);border-radius:12px;padding:14px}.clean-card h3{font-size:14px;margin:0;color:#174768}.clean-card p{font-size:9px;color:#6d8290;line-height:1.55}
.free-tools{max-width:820px}
.footer{margin-top:0}.foot{grid-template-columns:1.4fr .8fr .8fr .8fr}
@media(max-width:850px){.proofbar,.clean-grid{grid-template-columns:1fr}.compare{grid-template-columns:1.2fr .9fr .9fr}.hero h1{font-size:39px}.foot{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.headin{min-height:58px}.brand img{width:145px}.nav{gap:2px}.nav a{font-size:8px;padding:7px 6px}.nav a:not(.start):nth-child(2),.nav a:not(.start):nth-child(4){display:none}.hero{padding:34px 0 27px}.hero h1{font-size:34px}.hero p{font-size:12px}.compare{grid-template-columns:1fr .72fr .72fr}.compare div{padding:8px 5px;font-size:7.3px}.content{margin:16px 8px 35px;padding:16px}.foot{grid-template-columns:1fr}}
