/* MobiltBredband.net — delad stilmall (header, footer, operatörssidor) */
:root, html body {
  --ink:#0e1726; --ink-soft:#36425a; --muted:#6b7689; --line:#e4e8f0; --paper:#f7f9fc; --card:#fff;
  --brand-900:#0c1b3a; --brand-800:#11244d; --brand-700:#1d4ed8; --brand-600:#2f6bef; --brand-50:#eaf1ff;
  --accent:#10b981; --accent-700:#0b8f64; --accent-soft:#d9f6ea; --signal:#06b6d4;
  --warn:#f59e0b; --bad:#e23b4e;
  --radius:11px; --shadow-sm:0 1px 2px rgba(14,23,38,.06),0 1px 3px rgba(14,23,38,.05);
  --shadow-md:0 8px 28px rgba(14,23,38,.10); --maxw:1240px;
}
* { box-sizing:border-box; }
html,body { margin:0; padding:0; }
body { font-family:"Inter",system-ui,-apple-system,sans-serif; color:var(--ink); background:var(--paper); line-height:1.6; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
.wrap { max-width:var(--maxw); margin:0 auto; padding:0 22px; }
h1,h2,h3,.display { font-family:"Space Grotesk","Inter",sans-serif; letter-spacing:-.01em; }

/* topbar */
.topbar { background:var(--brand-900); color:#cdd9f0; font-size:12.5px; }
.topbar .wrap { display:flex; align-items:center; justify-content:space-between; height:38px; }
.topbar .promise { display:flex; gap:18px; align-items:center; }
.topbar .promise span { display:inline-flex; align-items:center; gap:6px; }
.topbar .promise .dot { width:6px; height:6px; border-radius:50%; background:var(--accent); }
.topbar .meta { display:flex; gap:14px; align-items:center; color:#9fb2d6; font-weight:600; }
.topbar .meta .flag { color:#e8eefb; }
@media (max-width:820px){ .topbar .promise span:nth-child(n+2){ display:none; } }

/* masthead */
.masthead { background:var(--card); border-bottom:1px solid var(--line); }
.masthead .wrap { display:flex; align-items:center; gap:26px; padding:15px 22px; }
.brand { display:flex; align-items:center; gap:13px; flex-shrink:0; }
.brand .mark { width:38px; height:38px; border-radius:10px; background:linear-gradient(135deg,var(--brand-700),var(--brand-600)); display:grid; place-items:center; box-shadow:0 4px 12px rgba(29,78,216,.32); flex-shrink:0; }
.brand .wordmark { display:flex; flex-direction:column; line-height:1; }
.brand .logo { font-family:"Space Grotesk",sans-serif; font-weight:600; font-size:23px; color:var(--ink); letter-spacing:-.02em; }
.brand .logo b { color:var(--brand-700); font-weight:700; }
.brand .logo i { color:var(--muted); font-style:normal; font-weight:500; font-size:16px; }
.brand .tag { font-size:11.5px; color:var(--muted); margin-top:4px; font-weight:500; }
@media (max-width:720px){ .brand .tag{ display:none; } }
.search { flex:1; max-width:520px; margin-left:auto; position:relative; }
.search input { width:100%; height:44px; border:1px solid var(--line); border-radius:999px; padding:0 48px 0 18px; font-size:15px; background:var(--paper); color:var(--ink); }
.search input:focus { outline:none; border-color:var(--brand-600); box-shadow:0 0 0 3px var(--brand-50); background:#fff; }
.search button { position:absolute; right:5px; top:5px; height:34px; width:34px; border:none; border-radius:50%; background:var(--brand-700); color:#fff; cursor:pointer; display:grid; place-items:center; }
.masthead .actions { display:flex; gap:10px; align-items:center; flex-shrink:0; }
.btn-primary { background:var(--accent); color:#04261a; font-weight:700; font-size:14px; padding:11px 18px; border-radius:999px; display:inline-flex; align-items:center; gap:7px; }
.btn-primary:hover { background:var(--accent-700); color:#fff; }
@media (max-width:980px){ .masthead .actions{ display:none; } }

/* nav */
nav.primary { background:var(--brand-900); position:sticky; top:0; z-index:50; }
nav.primary .wrap { display:flex; align-items:center; gap:2px; flex-wrap:wrap; }
nav.primary a.nav-link { display:inline-flex; align-items:center; gap:6px; padding:14px 15px; font-weight:600; font-size:14.5px; color:#e6edfb; border-bottom:2px solid transparent; }
nav.primary a.nav-link:hover, nav.primary a.nav-link.active { color:#fff; border-bottom-color:#fff; }
.nav-spacer { flex:1; }
.nav-tagend { font-size:12px; color:#9fb2d6; padding:14px 6px; font-weight:600; }
@media (max-width:1080px){ nav.primary .wrap{ overflow-x:auto; flex-wrap:nowrap; } .nav-tagend{ display:none; } }

/* breadcrumb */
.crumb { font-size:12.5px; color:var(--muted); padding:16px 0 4px; }
.crumb a:hover { color:var(--brand-700); }
.crumb span { color:var(--ink-soft); }

/* op hero */
.op-hero { display:grid; grid-template-columns:1.7fr 1fr; gap:24px; align-items:stretch; margin:14px 0 8px; }
.op-main h1 { font-size:33px; line-height:1.12; margin:6px 0 8px; font-weight:700; }
.op-kicker { display:inline-flex; align-items:center; gap:8px; background:var(--brand-50); color:var(--brand-700); font-size:12px; font-weight:700; letter-spacing:.03em; text-transform:uppercase; padding:5px 11px; border-radius:999px; }
.op-sub { font-size:13.5px; color:var(--muted); margin:0 0 10px; }
.op-lead { font-size:16px; color:var(--ink-soft); margin:0 0 16px; max-width:62ch; }
.op-meta { display:flex; flex-wrap:wrap; gap:14px; align-items:center; font-size:12.5px; color:var(--muted); margin-top:14px; }
.op-meta .rev { display:inline-flex; align-items:center; gap:6px; }
.op-meta .check { width:16px; height:16px; border-radius:50%; background:var(--accent); display:grid; place-items:center; font-size:10px; color:#04261a; }

/* score / omdöme card */
.score-card { background:var(--brand-900); color:#e6edfb; border-radius:16px; padding:20px; display:flex; flex-direction:column; box-shadow:var(--shadow-md); }
.score-top { display:flex; align-items:center; gap:14px; margin-bottom:12px; }
.score-num { font-family:"Space Grotesk"; font-size:42px; font-weight:700; color:#fff; line-height:1; }
.score-num small { font-size:17px; color:#9fb2d6; font-weight:500; }
.stars { color:var(--accent); font-size:18px; letter-spacing:1px; }
.score-label { font-size:11.5px; color:#9fb2d6; text-transform:uppercase; letter-spacing:.06em; font-weight:700; }
.bars { display:flex; flex-direction:column; gap:9px; margin:6px 0 14px; }
.bar-row { display:grid; grid-template-columns:96px 1fr 30px; gap:10px; align-items:center; font-size:12.5px; color:#c7d3ec; }
.bar { height:7px; background:rgba(255,255,255,.13); border-radius:999px; overflow:hidden; }
.bar i { display:block; height:100%; background:linear-gradient(90deg,var(--brand-600),var(--accent)); border-radius:999px; }
.bar-row b { color:#fff; font-variant-numeric:tabular-nums; text-align:right; }
.score-cta { background:var(--accent); color:#04261a; font-weight:700; text-align:center; padding:12px; border-radius:10px; font-size:14.5px; display:block; }
.score-cta:hover { background:#fff; }
.score-disc { font-size:11px; color:#8fa6d0; margin:9px 0 0; text-align:center; }
@media (max-width:860px){ .op-hero{ grid-template-columns:1fr; } }

/* offer box */
.offer { display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap; background:linear-gradient(135deg,var(--accent-soft),#fff); border:1px solid var(--accent); border-left:5px solid var(--accent); border-radius:12px; padding:18px 20px; margin:22px 0; }
.offer .o-txt b { font-size:16px; display:block; color:var(--ink); }
.offer .o-txt span { font-size:13px; color:var(--ink-soft); }
.offer .o-txt em { font-style:normal; color:var(--accent-700); font-weight:700; }
.offer a.btn { background:var(--accent); color:#04261a; font-weight:700; padding:12px 22px; border-radius:999px; white-space:nowrap; font-size:14.5px; }
.offer a.btn:hover { background:var(--accent-700); color:#fff; }

/* generic section */
.osec { margin:30px 0; }
.osec h2 { font-size:23px; margin:0 0 14px; display:flex; align-items:center; gap:10px; }
.osec h2 .sq { width:13px; height:13px; border-radius:3px; background:var(--brand-700); display:inline-block; }
.prose p { font-size:15.5px; color:var(--ink-soft); margin:0 0 14px; }
.prose a { color:var(--brand-700); text-decoration:underline; text-decoration-color:rgba(29,78,216,.35); text-underline-offset:2px; font-weight:500; }
.prose a:hover { text-decoration-color:var(--brand-700); }

/* facts table */
.facts { width:100%; border-collapse:collapse; background:#fff; border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.facts tr { border-bottom:1px solid var(--line); }
.facts tr:last-child { border-bottom:none; }
.facts th { text-align:left; width:200px; padding:13px 16px; font-size:13px; color:var(--muted); font-weight:600; background:var(--paper); vertical-align:top; }
.facts td { padding:13px 16px; font-size:14.5px; color:var(--ink); }
.facts .chip { display:inline-block; background:var(--brand-50); color:var(--brand-700); font-size:12.5px; font-weight:600; padding:3px 10px; border-radius:999px; margin:2px 4px 2px 0; }
@media (max-width:560px){ .facts th{ width:120px; } }

/* pros cons */
.pc { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.pc .col { background:#fff; border:1px solid var(--line); border-radius:12px; padding:18px; }
.pc .col h3 { margin:0 0 12px; font-size:16px; display:flex; align-items:center; gap:8px; }
.pc ul { list-style:none; margin:0; padding:0; }
.pc li { padding:8px 0 8px 28px; position:relative; font-size:14px; color:var(--ink-soft); border-bottom:1px solid #f1f4f9; }
.pc li:last-child { border-bottom:none; }
.pc .pros li::before { content:"✓"; position:absolute; left:0; top:8px; color:var(--accent-700); font-weight:700; }
.pc .cons li::before { content:"–"; position:absolute; left:2px; top:8px; color:var(--bad); font-weight:700; }
@media (max-width:680px){ .pc{ grid-template-columns:1fr; } }

/* chips */
.chips { display:flex; flex-wrap:wrap; gap:9px; }
.chips span { background:#fff; border:1px solid var(--line); border-radius:999px; padding:8px 15px; font-size:13.5px; font-weight:600; color:var(--ink-soft); }

/* faq */
.faq details { background:#fff; border:1px solid var(--line); border-radius:10px; margin-bottom:10px; overflow:hidden; }
.faq summary { list-style:none; cursor:pointer; padding:15px 46px 15px 16px; font-weight:600; font-size:15px; position:relative; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; position:absolute; right:16px; top:12px; width:24px; height:24px; border-radius:50%; background:var(--brand-50); color:var(--brand-700); display:grid; place-items:center; font-size:18px; font-weight:700; }
.faq details[open] summary::after { content:"–"; }
.faq .a { padding:0 16px 15px; font-size:14.5px; color:var(--ink-soft); }

/* sources */
.sources { list-style:none; margin:0; padding:0; }
.sources li { font-size:13px; padding:6px 0; border-bottom:1px solid #f1f4f9; }
.sources a { color:var(--brand-700); }
.sources .pub { color:var(--muted); }

/* related operators */
.rel-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.rel { background:#fff; border:1px solid var(--line); border-radius:11px; padding:15px; display:flex; flex-direction:column; gap:4px; transition:box-shadow .15s,transform .15s; }
.rel:hover { box-shadow:var(--shadow-md); transform:translateY(-2px); border-color:var(--brand-600); }
.rel b { font-size:15px; }
.rel span { font-size:12.5px; color:var(--muted); }
.rel .r-score { font-size:12.5px; color:var(--accent-700); font-weight:700; }
@media (max-width:760px){ .rel-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:460px){ .rel-grid{ grid-template-columns:1fr; } }

/* cta band */
.ctaband { background:var(--brand-900); color:#e6edfb; border-radius:16px; padding:28px; text-align:center; margin:30px 0; }
.ctaband h2 { color:#fff; font-size:22px; margin:0 0 6px; }
.ctaband p { color:#c7d3ec; font-size:14px; margin:0 0 16px; }
.ctaband a.btn { background:var(--accent); color:#04261a; font-weight:700; padding:13px 26px; border-radius:999px; font-size:15px; display:inline-block; }
.ctaband a.btn:hover { background:#fff; }

.disclosure { font-size:12px; color:var(--muted); background:#fff; border:1px dashed var(--line); border-radius:8px; padding:10px 14px; margin:14px 0; }
.note { background:var(--brand-50); border-left:4px solid var(--brand-600); border-radius:8px; padding:12px 16px; font-size:14.5px; color:var(--ink-soft); margin:6px 0 0; }
.note b { color:var(--ink); }

/* hub (jamfor) components */
.quick { background:var(--accent-soft); border:1px solid var(--accent); border-left:5px solid var(--accent); border-radius:12px; padding:15px 18px; margin:16px 0; font-size:15px; color:var(--ink-soft); }
.quick b { color:var(--ink); }
.toplist { display:flex; flex-direction:column; gap:10px; }
.top-item { display:grid; grid-template-columns:34px 1fr auto; gap:14px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:11px; padding:12px 16px; transition:box-shadow .15s; }
.top-item:hover { box-shadow:var(--shadow-sm); }
.top-item .rk { font-family:"Space Grotesk"; font-weight:700; font-size:20px; background-image:linear-gradient(135deg,var(--brand-700),var(--accent)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; text-align:center; }
.top-item .ti b { font-size:16px; }
.top-item .ti b a:hover { color:var(--brand-700); }
.top-item .ti span { display:block; font-size:12.5px; color:var(--muted); }
.top-item .ti .sc { color:var(--accent-700); font-weight:700; }
.top-item .go { background:var(--accent); color:#04261a; font-weight:700; padding:9px 16px; border-radius:999px; white-space:nowrap; font-size:13.5px; }
.top-item .go:hover { background:var(--accent-700); color:#fff; }
.tips { list-style:none; margin:0; padding:0; }
.tips li { padding:8px 0 8px 26px; position:relative; font-size:14.5px; color:var(--ink-soft); border-bottom:1px solid #f1f4f9; }
.tips li:last-child { border-bottom:none; }
.tips li::before { content:"→"; position:absolute; left:0; color:var(--brand-600); font-weight:700; }
@media (max-width:560px) { .top-item { grid-template-columns:28px 1fr; } .top-item .go { grid-column:2; justify-self:start; margin-top:6px; } }

/* trust pages + team */
.tpage h2 { font-size:21px; margin:28px 0 10px; display:flex; align-items:center; gap:10px; }
.tpage h2 .sq { width:13px; height:13px; border-radius:3px; background:var(--brand-700); display:inline-block; }
.tpage p, .tpage li { font-size:15px; color:var(--ink-soft); }
.tpage p { margin:0 0 12px; }
.tpage a { color:var(--brand-700); text-decoration:underline; }
.callout { background:var(--accent-soft); border:1px solid var(--accent); border-left:5px solid var(--accent); border-radius:12px; padding:15px 18px; margin:16px 0; font-size:15px; color:var(--ink-soft); }
.callout b { color:var(--ink); }
.team-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:8px; }
.member { display:flex; gap:16px; background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px; scroll-margin-top:90px; }
.member img { width:84px; height:84px; border-radius:50%; object-fit:cover; flex-shrink:0; border:2px solid var(--brand-50); }
.member h3 { margin:0 0 2px; font-size:17px; }
.member .role { color:var(--brand-700); font-weight:600; font-size:13px; margin:0 0 6px; }
.member p { margin:0; font-size:13.5px; color:var(--ink-soft); }
@media (max-width:680px) { .team-grid { grid-template-columns:1fr; } }

/* footer */
footer.site { background:#eef1f7; border-top:1px solid var(--line); color:var(--ink-soft); margin-top:30px; }
footer.site .wrap { padding:40px 22px 26px; }
.f-top { display:grid; grid-template-columns:1.5fr repeat(4,1fr); gap:28px; }
.f-brand .logo { font-family:"Space Grotesk"; font-size:22px; font-weight:600; color:var(--ink); }
.f-brand .logo b { color:var(--brand-700); }
.f-brand .logo i { color:var(--muted); font-style:normal; font-weight:500; font-size:15px; }
.f-brand p { font-size:13px; margin:10px 0 0; max-width:36ch; }
.f-col h4 { font-size:12px; letter-spacing:.07em; text-transform:uppercase; color:var(--muted); margin:0 0 12px; }
.f-col a, .f-col p { display:block; font-size:13.5px; color:var(--ink-soft); padding:4px 0; margin:0; }
.f-col a:hover { color:var(--brand-700); }
.f-about { border-top:1px solid #dde2ec; margin-top:30px; padding-top:22px; }
.f-about h4 { font-family:"Space Grotesk"; font-size:16px; margin:0 0 8px; color:var(--ink); }
.f-about p { font-size:13px; max-width:95ch; margin:0; color:var(--ink-soft); }
.f-meta { border-top:1px solid #dde2ec; margin-top:22px; padding-top:16px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; color:var(--muted); }
.f-meta a { color:var(--muted); }
.f-meta a:hover { color:var(--brand-700); }
.na-worldrss { color:var(--brand-700); font-weight:600; }
@media (max-width:900px){ .f-top{ grid-template-columns:1fr 1fr; } }
