/* ===================================================================
   Elselskabstjek – lokal stylesheet
   =================================================================== */
:root {
  --navy: #0b1628;
  --navy-2: #0f1d33;
  --blue: #2864ed;
  --blue-dark: #1a4fce;
  --indigo: #5142e8;
  --green: #13a66a;
  --green-soft: #e7f6ef;
  --ink: #101827;
  --muted: #64748b;
  --muted-2: #8a97a8;
  --border: #d9e2ef;
  --border-soft: #e8eef7;
  --surface: #ffffff;
  --background: #f4f7fb;
  --soft-blue: #edf4ff;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(16, 24, 39, .06);
  --shadow: 0 8px 30px rgba(16, 24, 39, .08);
  --maxw: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--background);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
h1, h2, h3, h4 { line-height: 1.2; margin: 0; color: var(--ink); }
p { margin: 0; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--blue); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid #7ea4ff; outline-offset: 2px; border-radius: 6px; }

/* ---------- Utility strip ---------- */
.utility {
  background: #08111f; color: #b9c6da; font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.utility .wrap { display: flex; justify-content: space-between; align-items: center; height: 34px; gap: 12px; }
.utility .tag-ok { color: #7fe3b8; display: inline-flex; align-items: center; gap: 6px; }
.utility svg { width: 15px; height: 15px; }

/* ---------- Header ---------- */
.site-header { background: var(--navy); position: relative; z-index: 60; }
.site-header .wrap { display: flex; align-items: center; height: 64px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: #fff; font-size: 19px; letter-spacing: .3px; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 34px; height: 34px; border-radius: 9px; object-fit: contain; background: #fff; padding: 2px; }
.site-header .brand-mark, .site-footer .brand-mark { box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.brand .bolt svg { width: 17px; height: 17px; color: #fff; }
.brand b { color: #fff; } .brand span { color: #7fb0ff; }

.main-nav { margin-left: auto; display: flex; gap: 22px; }
.main-nav a {
  color: #cdd8ea; font-size: 14.5px; font-weight: 600; padding: 6px 2px;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
}
.main-nav a:hover { color: #fff; text-decoration: none; }
.main-nav a.active { color: #fff; border-bottom-color: var(--blue); }
.main-nav a.upcoming { color: #6f7f96; }
.main-nav a.upcoming::after { content: "snart"; font-size: 9px; margin-left: 5px; background: #24344d; padding: 1px 5px; border-radius: 6px; vertical-align: middle; }

.menu-toggle { display: none; margin-left: auto; background: transparent; border: 1px solid #2b3c56; border-radius: 9px; width: 44px; height: 40px; align-items: center; justify-content: center; }
.menu-toggle svg { width: 22px; height: 22px; color: #fff; }

.mobile-nav { display: none; background: var(--navy-2); border-top: 1px solid rgba(255,255,255,.06); }
.mobile-nav:not([hidden]) { display: block; }
.mobile-nav a { display: block; color: #dbe4f2; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.05); font-weight: 600; }
.mobile-nav a.upcoming { color: #6f7f96; }

/* ---------- Hero ---------- */
.hero { padding: 40px 0 20px; }
.hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; }
.hero h1 {
  font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; letter-spacing: -.5px; text-transform: uppercase;
}
.hero h1 .thin { font-weight: 400; }
.hero .lead { margin-top: 14px; color: var(--muted); font-size: 17px; max-width: 640px; }
.hero-checks { display: grid; gap: 10px; padding-top: 6px; }
.hero-checks li { list-style: none; display: flex; align-items: center; gap: 9px; font-size: 14px; color: #2a3647; font-weight: 600; }
.hero-checks .ck { width: 20px; height: 20px; border-radius: 50%; background: var(--green); display: grid; place-items: center; flex: none; }
.hero-checks .ck svg { width: 12px; height: 12px; color: #fff; }
.hero-checks ul { margin: 0; padding: 0; display: grid; gap: 10px; }

/* ---------- Compare card ---------- */
.compare-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); padding: 22px; margin-bottom: 36px;
}
.compare-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 16px; margin-bottom: 16px; }
.compare-head h2 { font-size: 26px; font-weight: 800; }
.compare-head .meta { color: var(--muted); font-size: 13.5px; }
.compare-head .meta .dot { color: var(--green); }
.compare-head .method-link { margin-left: auto; font-weight: 700; font-size: 14px; }

/* assumption bar */
.assume { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 8px; }
.seg { display: inline-flex; background: var(--background); border: 1px solid var(--border); border-radius: 10px; padding: 4px; gap: 4px; }
.seg button, .chip {
  border: none; background: transparent; color: #33415a; font-weight: 700; font-size: 13.5px;
  padding: 8px 14px; border-radius: 7px; transition: background .15s, color .15s; min-height: 40px;
}
.seg button.active { background: var(--blue); color: #fff; box-shadow: var(--shadow-sm); }
.chip-group { display: inline-flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid var(--border); background: #fff; }
.chip.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.chip[data-note] { color: var(--muted); }
.assume .tilpas {
  margin-left: auto; background: var(--blue); color: #fff; border: none; border-radius: 10px;
  padding: 11px 18px; font-weight: 800; font-size: 13.5px; letter-spacing: .3px; display: inline-flex; gap: 9px; align-items: center;
  transition: background .15s, transform .1s; min-height: 44px;
}
.assume .tilpas:hover { background: var(--blue-dark); }
.assume .tilpas:active { transform: translateY(1px); }
.assume .tilpas svg { width: 16px; height: 16px; }

.assume-sub { color: var(--muted); font-size: 13px; margin: 4px 2px 14px; }
.assume-sub strong { color: var(--ink); }

/* results */
.results-head {
  display: grid; grid-template-columns: 40px 1.7fr 1.35fr .95fr .8fr .85fr 1.15fr; gap: 14px;
  padding: 0 14px 10px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px;
  border-bottom: 2px solid var(--border-soft);
}
.results-head span:nth-child(1) { text-align: center; }

.result-list { display: block; }
.result-item { border-bottom: 1px solid var(--border-soft); }
.result-item:last-child { border-bottom: none; }
.result-row {
  display: grid; grid-template-columns: 40px 1.7fr 1.35fr .95fr .8fr .85fr 1.15fr; gap: 14px;
  align-items: center; padding: 18px 14px;
}
.rank { text-align: center; font-size: 22px; font-weight: 800; color: var(--ink); }
.provider { display: grid; grid-template-columns: 92px 1fr; grid-template-areas: "logo name" "logo product"; column-gap: 14px; align-items: center; }
.provider-logo { grid-area: logo; width: 92px; height: 54px; display: grid; place-items: center; }
.provider-logo img { max-height: 46px; max-width: 92px; width: auto; height: auto; object-fit: contain; }
.provider-wordmark { font-weight: 800; font-size: 13px; }
.provider-name { grid-area: name; font-weight: 800; font-size: 15px; align-self: end; }
.provider-product { grid-area: product; color: var(--muted); font-size: 13px; align-self: start; }
.terms { display: grid; gap: 7px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: #1f6f4d; background: var(--green-soft); border: 1px solid #c3ead6; padding: 3px 9px; border-radius: 20px; }
.tag::before { content: "✓"; font-size: 11px; }
.terms-sub { color: var(--muted); font-size: 12.5px; }
.col-price { display: flex; flex-direction: column; gap: 1px; }
.col-price .col-label { display: none; }
.col-price .big { font-size: 21px; font-weight: 800; }
.col-price .unit { color: var(--muted); font-size: 12px; }
.col-price strong { font-size: 16px; font-weight: 800; }
.action { display: grid; gap: 8px; justify-items: stretch; }
.btn-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--blue); color: #fff; font-weight: 800; font-size: 13.5px; letter-spacing: .3px;
  padding: 11px 14px; border-radius: 10px; min-height: 44px; transition: background .15s, transform .1s; text-align: center;
}
.btn-cta:hover { background: var(--blue-dark); text-decoration: none; }
.btn-cta:active { transform: translateY(1px); }
.btn-cta svg { width: 15px; height: 15px; }
.btn-cta--disabled { background: #eef2f8; color: var(--muted); cursor: not-allowed; }

.breakdown { padding: 0 14px 14px; }
.breakdown > summary { list-style: none; color: var(--blue); font-weight: 700; font-size: 13.5px; cursor: pointer; padding: 4px 0 4px 46px; display: inline-block; }
.breakdown > summary::-webkit-details-marker { display: none; }
.breakdown > summary::before { content: "＋ "; }
.breakdown[open] > summary::before { content: "－ "; }
.breakdown-panel { background: var(--soft-blue); border: 1px solid #d5e4ff; border-radius: 12px; padding: 16px 18px; margin: 6px 0 0 46px; }
.breakdown-panel h4 { font-size: 14px; margin-bottom: 10px; }
.breakdown-panel dl { margin: 0; display: grid; gap: 5px; }
.breakdown-panel dl > div { display: flex; justify-content: space-between; gap: 12px; font-size: 13.5px; padding: 3px 0; }
.breakdown-panel dt { color: #46536a; }
.breakdown-panel dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }
.breakdown-sum { border-top: 1px dashed #b9d1fb; margin-top: 4px; padding-top: 8px !important; }
.breakdown-total { border-top: 2px solid #9cbdfb; margin-top: 2px; padding-top: 8px !important; font-size: 14.5px !important; }
.breakdown-total dt, .breakdown-total dd { color: var(--ink); font-weight: 800; }
.breakdown-note { margin-top: 12px; font-size: 12.5px; color: var(--muted); }

.affiliate-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; padding: 12px 16px; background: #f8fafd; border: 1px solid var(--border-soft); border-radius: 10px; color: var(--muted); font-size: 12.5px; }
.affiliate-note svg { width: 16px; height: 16px; color: var(--blue); flex: none; margin-top: 1px; }

/* ---------- Selection strip ---------- */
.selection {
  display: grid; grid-template-columns: 54px 1fr auto; gap: 18px; align-items: center;
  background: var(--soft-blue); border: 1px solid #d5e4ff; border-radius: var(--radius-lg);
  padding: 22px 24px; margin-bottom: 44px;
}
.selection .shield { width: 54px; height: 54px; border-radius: 14px; background: var(--blue); display: grid; place-items: center; }
.selection .shield svg { width: 28px; height: 28px; color: #fff; }
.selection h3 { font-size: 16px; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 8px; }
.selection p { color: #40506a; font-size: 14px; max-width: 560px; }
.sel-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; margin-top: 12px; }
.sel-checks li { list-style: none; display: flex; gap: 8px; align-items: center; font-size: 13.5px; font-weight: 600; }
.sel-checks .ck { width: 18px; height: 18px; border-radius: 50%; background: var(--green); display: grid; place-items: center; flex: none; }
.sel-checks .ck svg { width: 11px; height: 11px; color: #fff; }
.sel-checks ul { margin: 0; padding: 0; display: contents; }
.selection .sel-link { font-weight: 700; font-size: 14px; white-space: nowrap; }

/* ---------- Sections ---------- */
.section { padding: 8px 0 44px; }
.section > .wrap > h2 { font-size: clamp(24px, 3vw, 30px); font-weight: 800; letter-spacing: -.3px; }
.section .sub { color: var(--muted); font-size: 16px; margin-top: 8px; max-width: 720px; }
.section-lead { margin-bottom: 26px; }

/* method cards */
.method-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.method-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.method-card .num { color: var(--blue); font-weight: 800; font-size: 15px; letter-spacing: 1px; }
.method-card .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--soft-blue); display: grid; place-items: center; margin: 12px 0; }
.method-card .ic svg { width: 20px; height: 20px; color: var(--blue); }
.method-card h3 { font-size: 15.5px; margin-bottom: 6px; }
.method-card p { color: var(--muted); font-size: 13.5px; }
.formula-bar { margin-top: 18px; background: var(--green-soft); border: 1px solid #bfe6d2; border-radius: 12px; padding: 14px 18px; display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; justify-content: space-between; }
.formula-bar .f { font-size: 14px; color: #14603f; font-weight: 600; }
.formula-bar .f b { color: #0d3f29; }
.formula-bar .src { color: var(--muted); font-size: 12.5px; }

/* live prices */
.live-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 20px; }
.live-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.stat-block h3 { font-size: 15px; display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.stat-block h3 .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat { }
.stat .k { color: var(--muted); font-size: 11.5px; text-transform: uppercase; letter-spacing: .3px; }
.stat .v { font-size: 20px; font-weight: 800; font-variant-numeric: tabular-nums; }
.stat .v small { font-size: 11px; color: var(--muted); font-weight: 600; }
.chart-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); position: relative; }
.chart-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 8px; }
.chart-head h3 { font-size: 15px; }
.chart-tabs { display: inline-flex; background: var(--background); border: 1px solid var(--border); border-radius: 9px; padding: 3px; gap: 3px; }
.chart-tabs button { border: none; background: transparent; font-weight: 700; font-size: 12.5px; padding: 6px 12px; border-radius: 6px; color: #33415a; }
.chart-tabs button.active { background: var(--blue); color: #fff; }
.chart-shell { position: relative; }
.chart-shell svg { width: 100%; height: auto; display: block; }
.grid-line { stroke: #eef2f8; stroke-width: 1; }
.x-grid-line { stroke: #f4f7fb; stroke-width: 1; }
.price-line { fill: none; stroke: var(--blue); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.area-fill { fill: rgba(40,100,237,.10); }
.hover-line { stroke: var(--indigo); stroke-width: 1; stroke-dasharray: 3 3; }
.hover-point { fill: var(--blue); stroke: #fff; stroke-width: 2; r: 4.5; }
.y-labels span, .x-labels span { position: absolute; font-size: 10.5px; color: var(--muted); font-variant-numeric: tabular-nums; }
.y-labels span { left: 0; transform: translateY(-50%); }
.x-labels { display: flex; justify-content: space-between; padding: 4px 10px 0 46px; }
.x-labels span { position: static; }
.chart-tooltip { position: absolute; transform: translate(-50%, -120%); background: var(--navy); color: #fff; padding: 6px 10px; border-radius: 8px; font-size: 12px; pointer-events: none; white-space: nowrap; }
.chart-tooltip b { font-variant-numeric: tabular-nums; }
.chart-meta { color: var(--muted); font-size: 12px; margin-top: 10px; display: flex; flex-wrap: wrap; gap: 4px 14px; }
.chart-status { display: inline-flex; align-items: center; gap: 6px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.status-dot.err { background: #d64545; }
.chart-error { color: #b03a3a; font-size: 13px; background: #fdeded; border: 1px solid #f4caca; border-radius: 10px; padding: 12px 14px; }
.chart-loading { color: var(--muted); font-size: 13px; padding: 30px 0; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* guides */
.guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.guide-card .thumb { height: 140px; overflow: hidden; }
.guide-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.guide-card .body { padding: 18px; }
.guide-card h3 { font-size: 17px; margin-bottom: 7px; }
.guide-card p { color: var(--muted); font-size: 14px; }
.guide-card .glink { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; margin-top: 12px; }
.guide-card .glink svg { width: 15px; height: 15px; }

/* author */
.author { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.author img { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; }
.author .who h3 { font-size: 17px; }
.author .who .role { color: var(--muted); font-size: 13.5px; text-decoration: underline; }
.author .bio { color: #3a4658; font-size: 14.5px; }
.author .about-link { font-weight: 700; font-size: 14px; white-space: nowrap; }

/* faq */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 16px 18px; font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { width: 22px; height: 22px; border-radius: 6px; background: var(--soft-blue); color: var(--blue); display: grid; place-items: center; font-size: 18px; font-weight: 700; flex: none; transition: transform .2s; }
.faq-item[open] summary .plus { transform: rotate(45deg); }
.faq-item .a { padding: 0 18px 18px 52px; color: var(--muted); font-size: 14px; }
.faq-all { margin-top: 20px; font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #aebdd3; margin-top: 20px; }
.site-footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; padding: 44px 0 30px; }
.site-footer .brand { margin-bottom: 12px; }
.site-footer p { font-size: 13.5px; color: #8ea0bb; max-width: 260px; }
.site-footer h4 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a { color: #b9c6da; font-size: 13.5px; }
.site-footer a:hover { color: #fff; }
.social { display: flex; gap: 10px; }
.social a { width: 36px; height: 36px; border-radius: 9px; background: #17263d; display: grid; place-items: center; }
.social svg { width: 18px; height: 18px; color: #cdd8ea; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); }
.footer-bottom .wrap { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; font-size: 12.5px; color: #7688a3; gap: 12px; flex-wrap: wrap; }
.to-top { color: #9db4d6; font-weight: 700; }

/* ---------- Article / method page ---------- */
.article-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; padding: 34px 0 60px; }
.article { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 34px 40px; box-shadow: var(--shadow-sm); }
.article .eyebrow { color: var(--blue); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; }
.article h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; margin: 10px 0 12px; letter-spacing: -.4px; }
.article .summary { color: var(--muted); font-size: 17px; }
.article .revised { color: var(--muted-2); font-size: 13px; margin-top: 10px; }
.article section { padding-top: 30px; scroll-margin-top: 84px; }
.article h2 { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.article h3 { font-size: 17px; margin: 18px 0 8px; }
.article p, .article li { color: #33404f; font-size: 15.5px; }
.article p { margin-bottom: 12px; }
.article ul { padding-left: 20px; display: grid; gap: 6px; margin: 0 0 12px; }
.article .callout { background: var(--soft-blue); border: 1px solid #d5e4ff; border-radius: 12px; padding: 16px 18px; margin: 6px 0 16px; }
.calc-table, .def-table { width: 100%; border-collapse: collapse; margin: 8px 0 16px; font-size: 14.5px; }
.calc-table td, .def-table td, .def-table th { border: 1px solid var(--border); padding: 9px 12px; text-align: left; }
.def-table th { background: var(--background); font-size: 13px; }
.calc-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.calc-table tr.sum td { background: #f6f9fe; font-weight: 700; }
.calc-table tr.total td { background: var(--green-soft); font-weight: 800; }
.formula-block { background: var(--navy); color: #dce7fb; border-radius: 12px; padding: 18px 20px; font-size: 14px; line-height: 1.9; overflow-x: auto; }
.formula-block code { color: #9ec3ff; }

.toc { position: static; }
@media (min-width: 981px) {
  .article-wrap > aside { position: sticky; top: 20px; align-self: start; }
}
.toc-inner { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.toc h2 { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); margin-bottom: 12px; }
.toc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.toc a { color: #3a4658; font-size: 14px; }
.toc a:hover { color: var(--blue); }
.try-card { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 20px; margin-top: 18px; }
.try-card h3 { color: #fff; font-size: 16px; margin-bottom: 6px; }
.try-card p { color: #b7c6de; font-size: 13.5px; margin-bottom: 14px; }
.try-card a { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: #fff; padding: 10px 16px; border-radius: 9px; font-weight: 700; font-size: 14px; }
.try-card a:hover { background: var(--blue-dark); text-decoration: none; }
.mobile-toc { display: none; }
.breadcrumbs { padding: 16px 0 0; font-size: 13px; color: var(--muted); }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs span { color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .main-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-checks { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .method-cards { grid-template-columns: 1fr 1fr; }
  .live-grid { grid-template-columns: 1fr; }
  .guides { grid-template-columns: 1fr; }
  .article-wrap { grid-template-columns: 1fr; }
  .toc { display: none; }
  .mobile-toc { display: block; margin-bottom: 8px; }
}

@media (max-width: 860px) {
  .results-head { display: none; }
  .result-row {
    grid-template-columns: 44px 1fr auto;
    grid-template-areas: "rank provider price" "rank terms terms" "prices prices prices" "action action action";
    row-gap: 12px; padding: 18px 14px;
  }
  .mobile-prices { grid-area: prices; }
  .rank { grid-area: rank; align-self: start; font-size: 24px; }
  .provider { grid-area: provider; }
  .terms { grid-area: terms; }
  .result-row .col-kwh { grid-area: price; text-align: right; align-items: flex-end; }
  .result-row .col-month,
  .result-row .col-year { display: none; }
  .col-price .col-label { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; }
  .col-price .big { font-size: 26px; }
  .action { grid-area: action; }
  .btn-cta { width: 100%; padding: 14px; font-size: 15px; }
  .breakdown > summary { padding-left: 0; }
  .breakdown-panel { margin-left: 0; }
  /* mobile monthly/annual line under price */
  .result-item .mobile-prices { display: flex; }
  .selection { grid-template-columns: 1fr; text-align: left; }
  .selection .sel-link { margin-top: 6px; }
  .sel-checks { grid-template-columns: 1fr 1fr; }
  .author { grid-template-columns: auto 1fr; }
  .author .about-link { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
  .compare-head .method-link { margin-left: 0; width: 100%; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .utility .wrap { justify-content: center; }
  .utility .util-left { display: none; }
  .hero { padding: 26px 0 14px; }
  .compare-card { padding: 16px; }
  .assume .tilpas { margin-left: 0; width: 100%; justify-content: center; }
  .seg { width: 100%; justify-content: space-between; }
  .stat-row { grid-template-columns: 1fr; gap: 6px; }
  .method-cards { grid-template-columns: 1fr; }
  .sel-checks { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr; }
  .article { padding: 22px 18px; }
}

/* customiser panel */
.customiser { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); padding: 22px; margin-bottom: 36px; }
.customiser[hidden] { display: none; }
.customiser h3 { font-size: 18px; margin-bottom: 4px; }
.customiser .c-sub { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.c-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.field input[type=number], .field select { width: 100%; padding: 11px 12px; border: 1px solid var(--border); border-radius: 10px; font-size: 15px; font-family: inherit; min-height: 44px; background: #fff; }
.field .row-checks { display: flex; gap: 20px; flex-wrap: wrap; }
.field .chk { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.c-range { display: flex; align-items: center; gap: 14px; }
.c-range input[type=range] { flex: 1; accent-color: var(--blue); height: 6px; }
.c-range output { font-weight: 800; font-variant-numeric: tabular-nums; min-width: 92px; }
.c-warning { color: #92400e; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 10px; padding: 10px 14px; font-size: 13px; margin-top: 14px; }
.c-warning[hidden] { display: none; }
.c-actions { margin-top: 18px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-primary { background: var(--blue); color: #fff; border: none; border-radius: 10px; padding: 13px 22px; font-weight: 800; font-size: 15px; min-height: 48px; transition: background .15s; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-ghost { background: transparent; border: 1px solid var(--border); border-radius: 10px; padding: 13px 20px; font-weight: 700; color: #33415a; min-height: 48px; }

.mobile-prices { display: none; gap: 16px; color: var(--muted); font-size: 12.5px; margin-top: 6px; }
.mobile-prices strong { color: var(--ink); font-size: 14px; }

/* ===== Support / trust page extras ===== */
.article-hero { border-radius: 12px; overflow: hidden; margin: 18px 0 6px; }
.article-hero img { width: 100%; height: auto; display: block; }
.article-hero figcaption { color: var(--muted); font-size: 12.5px; margin-top: 8px; }
.byline { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 16px; color: var(--muted); font-size: 14px; }
.byline img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.byline b { color: var(--ink); }
.byline .sep { color: var(--border); }
.byline .ok { color: var(--green); display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
.byline .ok svg { width: 15px; height: 15px; }
.vigtigst { background: var(--soft-blue); border: 1px solid #d5e4ff; border-radius: 14px; padding: 18px 20px; margin: 10px 0 18px; display: grid; grid-template-columns: auto 1fr; gap: 16px; }
.vigtigst .shield { width: 44px; height: 44px; border-radius: 12px; background: var(--blue); display: grid; place-items: center; }
.vigtigst .shield svg { width: 24px; height: 24px; color: #fff; }
.vigtigst h3 { font-size: 15px; margin-bottom: 10px; }
.vigtigst ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.vigtigst li { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; font-weight: 600; color: #2a3647; }
.vigtigst .ck { width: 18px; height: 18px; border-radius: 50%; background: var(--green); display: grid; place-items: center; flex: none; margin-top: 1px; }
.vigtigst .ck svg { width: 11px; height: 11px; color: #fff; }
.toc-side ol { list-style: none; margin: 0; padding: 0; counter-reset: t; display: grid; gap: 3px; }
.toc-side li { counter-increment: t; }
.toc-side a { display: flex; gap: 10px; align-items: center; padding: 8px 6px; border-radius: 8px; color: #3a4658; font-size: 14px; }
.toc-side a:hover { background: var(--soft-blue); color: var(--blue); text-decoration: none; }
.toc-side a::before { content: counter(t); width: 24px; height: 24px; border-radius: 7px; background: var(--soft-blue); color: var(--blue); font-weight: 800; font-size: 12px; display: grid; place-items: center; flex: none; }
.related-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 20px; margin-top: 18px; box-shadow: var(--shadow-sm); }
.related-box h2 { font-size: 16px; margin-bottom: 8px; }
.related-box a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border-soft); font-weight: 600; font-size: 14px; }
.related-box a:last-child { border-bottom: none; }
.step-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 8px 0 16px; }
.step-card { border: 1px solid var(--border); border-radius: 12px; padding: 16px; }
.step-card .n { width: 34px; height: 34px; border-radius: 9px; background: var(--blue); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: 13px; margin-bottom: 10px; }
.step-card h4 { font-size: 14.5px; margin-bottom: 4px; }
.step-card p { font-size: 13px; color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 10px 0 16px; }
.contact-card { border: 1px solid var(--border); border-radius: 12px; padding: 18px; }
.contact-card h3 { font-size: 15px; margin-bottom: 6px; }
.commercial-intro { padding-top: 30px; padding-bottom: 6px; }
.commercial-intro .eyebrow { color: var(--blue); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; }
.commercial-intro h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin: 8px 0 12px; letter-spacing: -.4px; }
.commercial-intro .summary { color: var(--muted); font-size: 17px; max-width: 720px; }
@media (max-width: 860px) {
  .vigtigst ul { grid-template-columns: 1fr; }
  .step-cards { grid-template-columns: 1fr 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .byline .ok { margin-left: 0; width: 100%; }
}
@media (max-width: 560px) { .step-cards { grid-template-columns: 1fr; } }
