@charset "UTF-8";
/* iptv-leverantor.se — design language "Antler"
   Implements references/design.md. Read that file before changing a value here.

   Ported from the Antler hosting template by hand: none of its assets ship. No
   Bootstrap, no jQuery, no AOS, no slick, no swiper, no Font Awesome. The mobile
   menu and the FAQ are <details>, so the only JavaScript on the site is the chat
   widget and the ~10 lines that wire the order buttons to it. */

/* ── Poppins, self-hosted ───────────────────────────────────────────────────
   Latin subset only (U+0000–00FF), which covers å ä ö é ü — 7.7 KB per weight.
   Self-hosted rather than pulled from Google Fonts: that removes a render-blocking
   third-party round trip from the critical path, and it lets /om-oss/ truthfully
   say the chat widget is the only outside connection the site makes. */
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 400; font-display: swap;
  src: url(/images/fonts/poppins-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 500; font-display: swap;
  src: url(/images/fonts/poppins-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 600; font-display: swap;
  src: url(/images/fonts/poppins-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap;
  src: url(/images/fonts/poppins-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
/* Metric-adjusted stand-in so the swap barely moves the page. Poppins is 1000 upm
   with ascender 1050 / descender −350; size-adjust closes the x-height gap to Arial. */
@font-face {
  font-family: 'Poppins Fallback';
  src: local('Segoe UI'), local('Helvetica Neue'), local('Arial'), local('Roboto');
  size-adjust: 106%; ascent-override: 105%; descent-override: 35%; line-gap-override: 0%;
}

:root {
  /* Paper */
  --paper: #FFFFFF;
  --paper-2: #EBEFF5;
  --paper-3: #F6F8FB;
  /* Ink */
  --ink: #212122;
  --ink-2: #4C555D;
  --ink-3: #6C767E;   /* on --paper only; fails AA on --paper-2 */
  --line: #DEE2E6;
  --line-2: #C7CED6;
  /* Action */
  --sun: #FDD700;
  --sun-dark: #E4C000;
  /* Accent */
  --rose: #EE5586;        /* fills and rules only — 3.3:1, never text */
  --rose-deep: #A5215E;   /* all rose text and all badge fills — 7.1:1 */
  --rose-wash: rgba(238, 85, 134, .09);
  /* Deep surfaces */
  --slate: #15212A;
  --slate-2: #101920;
  --mist: #93A4B6;

  --font-display: Poppins, 'Poppins Fallback', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  --font-body: Poppins, 'Poppins Fallback', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;

  --max: 1180px;
  --gutter: 24px;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 2px 4px rgba(33, 33, 34, .04);
  --shadow-lift: 0 10px 30px rgba(33, 33, 34, .10);
  --t: 160ms cubic-bezier(.4, 0, .2, 1);
}

/* ── Base ─────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.68 var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
img, svg, video { max-width: 100%; height: auto; }
img { display: block; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(2.05rem, 4.6vw, 3.25rem); line-height: 1.14; letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 2.9vw, 2.05rem); line-height: 1.2; letter-spacing: -.015em; }
h3 { font-size: 1.12rem; line-height: 1.35; letter-spacing: -.005em; }
p { margin: 0 0 1.1em; }
b, strong { font-weight: 600; }

a { color: var(--rose-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--ink); }

:focus-visible { outline: 3px solid var(--rose-deep); outline-offset: 2px; border-radius: 3px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: 76px 0; }
section.tight { padding: 52px 0; }
.band { background: var(--paper-2); }

.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;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--sun); color: var(--ink); font-weight: 600;
  padding: 12px 20px; border-radius: 0 0 var(--radius-sm) 0; text-decoration: none;
}
.skip:focus { left: 0; }

.kicker {
  display: block; font-size: .73rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .16em; color: var(--rose-deep); margin-bottom: 12px;
}

.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head p { color: var(--ink-2); margin: 0; }
.section-head.left { margin-left: 0; text-align: left; }

/* ── Topbar ───────────────────────────────────────────────────────────────── */
.topbar {
  background: var(--slate-2); color: var(--mist);
  font-size: .82rem; letter-spacing: .01em;
}
.topbar .container {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; min-height: 40px; flex-wrap: wrap;
}
.topbar b { color: var(--paper); font-weight: 600; font-variant-numeric: tabular-nums; }
.topbar .hl { color: var(--sun); font-weight: 500; }
.topbar .sep { width: 4px; height: 4px; border-radius: 50%; background: #3A4A58; flex: none; }

/* ── Header ───────────────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .nav { display: flex; align-items: center; gap: 26px; min-height: 74px; }

.brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 1.12rem; font-weight: 400;
  color: var(--ink); text-decoration: none; letter-spacing: -.02em; white-space: nowrap;
}
.brand b { font-weight: 700; }
.brand .mark { flex: none; }

.desktop-nav { margin-left: auto; }
.desktop-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
/* nowrap is load-bearing — see references/design.md, Breakpoints. */
.desktop-nav li { white-space: nowrap; }
.desktop-nav a {
  display: flex; align-items: center; min-height: 44px;
  font-size: .93rem; font-weight: 500; color: var(--ink-2); text-decoration: none;
  border-bottom: 2px solid transparent; transition: color var(--t), border-color var(--t);
}
.desktop-nav a:hover { color: var(--ink); border-bottom-color: var(--rose); }

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 24px;
  background: var(--sun); color: var(--ink);
  font: 600 .95rem/1.25 var(--font-body); letter-spacing: -.005em;
  border: 2px solid var(--sun); border-radius: var(--radius-sm);
  text-decoration: none; text-align: center; cursor: pointer;
  transition: background-color var(--t), border-color var(--t), color var(--t), transform var(--t), box-shadow var(--t);
}
.btn:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn-sm { min-height: 44px; padding: 9px 18px; font-size: .89rem; }
.btn-block { display: flex; width: 100%; }

/* ── Mobile nav ───────────────────────────────────────────────────────────── */
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav > summary {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; cursor: pointer; list-style: none;
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper);
}
.mobile-nav > summary::-webkit-details-marker { display: none; }
.bars, .bars::before, .bars::after {
  display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform var(--t), opacity var(--t);
}
.bars { position: relative; }
.bars::before, .bars::after { content: ''; position: absolute; left: 0; }
.bars::before { top: -6px; }
.bars::after { top: 6px; }
.mobile-nav[open] > summary .bars { background: transparent; }
.mobile-nav[open] > summary .bars::before { transform: translateY(6px) rotate(45deg); }
.mobile-nav[open] > summary .bars::after { transform: translateY(-6px) rotate(-45deg); }

.mobile-panel {
  position: absolute; right: 0; top: calc(100% + 10px);
  width: min(310px, calc(100vw - 36px));
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-lift);
  padding: 10px; max-height: min(76vh, 640px); overflow-y: auto;
}
.mobile-panel ul { list-style: none; margin: 0 0 10px; padding: 0; }
.mobile-panel a {
  display: flex; align-items: center; min-height: 46px; padding: 0 12px;
  color: var(--ink); font-size: .96rem; font-weight: 500; text-decoration: none;
  border-radius: var(--radius-sm);
}
.mobile-panel a:hover { background: var(--paper-2); }
.mobile-panel > .btn { margin: 0; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: var(--paper-2);
  padding: 84px 0 96px; text-align: center;
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(58% 68% at 85% 8%, var(--rose-wash), transparent 72%);
}
.hero .container { position: relative; z-index: 1; }
/* 24ch keeps "IPTV-leverantörer" whole on the second line at the clamp's top size.
   Narrower and it breaks at the hyphen, which reads as a typo rather than a wrap. */
.hero h1 { max-width: 24ch; margin-inline: auto; text-wrap: balance; }
.hero .lead {
  max-width: 62ch; margin: 0 auto 30px;
  font-size: 1.1rem; color: var(--ink-2); text-wrap: pretty;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 38px; }

.included {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px;
  list-style: none; margin: 0; padding: 0;
}
.included li {
  display: flex; align-items: center; gap: 8px;
  font-size: .93rem; font-weight: 500; color: var(--ink-2);
}
.included .tick { color: var(--rose-deep); flex: none; }

.wave { line-height: 0; margin-top: -1px; }
.wave svg { display: block; width: 100%; height: 68px; }

/* ── Trust strip ──────────────────────────────────────────────────────────── */
.trust { padding: 0; }
.trust .container {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line); border-radius: var(--radius);
  margin-top: -44px; position: relative; z-index: 2;
  background: var(--paper); box-shadow: var(--shadow-lift); overflow: hidden;
}
.trust .cell {
  padding: 26px 18px; text-align: center; border-left: 1px solid var(--line);
}
.trust .cell:first-child { border-left: 0; }
.trust .num {
  display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  letter-spacing: -.02em; font-variant-numeric: tabular-nums; color: var(--ink);
}
.trust .lbl { display: block; font-size: .8rem; color: var(--ink-2); margin-top: 4px; }

/* ── Cards ────────────────────────────────────────────────────────────────── */
.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.card h3 { margin-bottom: .45em; }
.card p { margin: 0; color: var(--ink-2); font-size: .96rem; }
.card p + p { margin-top: .8em; }
a.card { display: block; text-decoration: none; color: inherit; }
a.card h3 { color: var(--ink); }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); border-color: var(--line-2); }
.card .n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; margin-bottom: 14px;
  background: var(--rose-wash); color: var(--rose-deep);
  border-radius: 50%; font-size: .84rem; font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.card-badge {
  position: absolute; top: -11px; left: 22px;
  background: var(--rose-deep); color: var(--paper);
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 3px;
}

.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  display: inline-flex; align-items: center; min-height: 44px; padding: 8px 18px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
  color: var(--ink); font-size: .93rem; font-weight: 500; text-decoration: none;
  transition: border-color var(--t), background-color var(--t), transform var(--t);
}
.chip:hover { border-color: var(--rose); background: var(--paper-3); transform: translateY(-2px); color: var(--ink); }

/* ── Pricing ──────────────────────────────────────────────────────────────── */
.pricing { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: start; }
.plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.plan.popular { border-color: var(--rose); box-shadow: 0 10px 30px rgba(238, 85, 134, .16); }
.plan-badge {
  position: absolute; top: 14px; right: 14px; z-index: 1;
  background: var(--rose-deep); color: var(--paper);
  font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 3px;
}
.plan-badge.plain { background: var(--ink); }
.plan-body { padding: 30px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.plan-body h3 { font-size: 1rem; color: var(--ink-2); font-weight: 500; margin-bottom: .3em; }
.price {
  display: flex; align-items: flex-start; justify-content: center; gap: 3px;
  font-family: var(--font-display); font-variant-numeric: tabular-nums; line-height: 1;
}
.price .amt { font-size: 2.9rem; font-weight: 600; letter-spacing: -.03em; }
.price .cur { font-size: 1.2rem; font-weight: 500; margin-top: .35em; color: var(--ink-2); }
.plan .per { text-align: center; font-size: .84rem; color: var(--ink-2); margin: 8px 0 20px; }
.plan .btn { margin-top: auto; }

.spec-rail { list-style: none; margin: 0; padding: 4px 0; background: var(--slate); }
.spec-rail li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  padding: 9px 20px; font-size: .82rem;
  border-top: 1px solid rgba(255, 255, 255, .07);
}
.spec-rail li:first-child { border-top: 0; }
.spec-rail .k { color: var(--mist); }
.spec-rail .v { color: var(--paper); font-weight: 500; font-variant-numeric: tabular-nums; text-align: right; }

/* ── Leverantörstestet ────────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; margin: 0 0 1.6em; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: .93rem; }
caption { text-align: left; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th {
  font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em;
  color: var(--ink-2); background: var(--paper-2); border-bottom: 2px solid var(--line-2);
  white-space: nowrap;
}
tbody th { font-weight: 600; color: var(--ink); }
tbody td { color: var(--ink-2); }
tbody tr:nth-child(even) { background: var(--paper-3); }
td.num, th.num {
  width: 44px; text-align: center; font-variant-numeric: tabular-nums;
  color: var(--rose-deep); font-weight: 700;
}

.checks { min-width: 640px; }
.checks .verdict-cell { white-space: nowrap; font-weight: 600; }
.checks .tick { vertical-align: -3px; margin-right: 4px; }
.checks .tick.pass { color: var(--rose-deep); }
.checks .tick.fail { color: var(--ink); }
.checks .row-fail { background: var(--rose-wash) !important; }
.checks .row-fail th, .checks .row-fail .verdict-cell { color: var(--ink); }
.checks .row-fail td:last-child { color: var(--ink); }

.score-badge {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  background: var(--paper-2); border: 1px solid var(--line);
  border-left: 4px solid var(--sun); border-radius: var(--radius);
  padding: 24px 26px; margin: 0 0 1.8em;
}
.score-fig {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex: none; min-width: 96px; padding: 10px 16px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
}
.score-n {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; line-height: 1;
  letter-spacing: -.03em; color: var(--rose-deep); font-variant-numeric: tabular-nums;
}
.score-of { font-size: .78rem; color: var(--ink-2); margin-top: 4px; }
.score-txt { flex: 1 1 260px; }
.score-txt strong { display: block; margin-bottom: 4px; }
.score-txt p { margin: 0; font-size: .94rem; color: var(--ink-2); }

.disclosure {
  background: var(--paper); border: 1px solid var(--line-2);
  border-top: 3px solid var(--rose); border-radius: var(--radius);
  padding: 22px 24px; margin: 0 0 1.8em;
}
/* The heading is an <h2> for outline reasons (it can sit directly under the h1) but
   is sized like a label — see disclosure() in scripts/shell.js. */
.disclosure h2 { font-size: .95rem; line-height: 1.4; letter-spacing: 0; margin-bottom: .4em; }
.disclosure h2::before { content: none; }
.disclosure p { margin: 0; font-size: .93rem; color: var(--ink-2); }
.col-main > .disclosure { margin-top: 0; }

/* ── Article ──────────────────────────────────────────────────────────────── */
.crumbs {
  padding-top: 22px; padding-bottom: 6px;
  font-size: .84rem; color: var(--ink-3);
}
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--rose-deep); text-decoration: underline; }
.crumbs span[aria-hidden] { margin: 0 7px; color: var(--line-2); }

.article { padding: 18px 0 84px; }
.article .wrap { display: grid; grid-template-columns: minmax(0, 1fr) 292px; gap: 60px; align-items: start; }
.col-main { min-width: 0; }
.col-main > h2 {
  margin-top: 2.2em; padding-top: 18px; position: relative;
}
.col-main > h2::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 28px; height: 4px; background: var(--rose); border-radius: 2px;
}
.col-main > h3 { margin-top: 1.8em; }
.col-main p, .col-main li { color: var(--ink-2); }
.col-main ul, .col-main ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.col-main li { margin-bottom: .5em; }
.col-main figure { margin: 0 0 1.8em; }
.col-main figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }

.meta {
  font-size: .84rem; color: var(--ink-3);
  padding-bottom: 20px; margin-bottom: 24px; border-bottom: 1px solid var(--line);
}

.tldr {
  background: var(--paper-2); border-radius: var(--radius);
  border-left: 4px solid var(--sun);
  padding: 22px 24px; margin: 0 0 2em; color: var(--ink);
}
.tldr p:last-child { margin-bottom: 0; }
.tldr p { color: var(--ink); }

.inline-cta {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 22px; margin: 2em 0; font-size: .95rem; color: var(--ink-2);
}
.inline-cta p:last-child { margin-bottom: 0; }

.toc {
  position: sticky; top: 92px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow); font-size: .9rem;
}
.toc h2 {
  font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-2); margin: 0 0 12px;
}
.toc ul { list-style: none; margin: 0; padding: 0; }
.toc li { margin-bottom: 2px; }
.toc a {
  display: block; padding: 7px 10px; border-radius: var(--radius-sm);
  color: var(--ink-2); text-decoration: none; border-left: 2px solid transparent;
}
.toc a:hover { background: var(--paper-2); color: var(--ink); border-left-color: var(--rose); }
.toc .related { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.toc .related h2 { margin-top: 0; }
.toc .related a { padding: 7px 10px; font-weight: 500; color: var(--rose-deep); }

/* ── FAQ ──────────────────────────────────────────────────────────────────── */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color var(--t), box-shadow var(--t);
}
.faq details[open] { border-color: var(--line-2); box-shadow: var(--shadow); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 56px; padding: 14px 20px; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; flex: none; width: 14px; height: 14px;
  background: currentColor; color: var(--rose-deep);
  transition: transform var(--t);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M6 0h2v14H6z'/%3E%3Cpath d='M0 6h14v2H0z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M6 0h2v14H6z'/%3E%3Cpath d='M0 6h14v2H0z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 20px 18px; color: var(--ink-2); font-size: .96rem; }
.faq details > div p:last-child { margin-bottom: 0; }

/* ── CTA band ─────────────────────────────────────────────────────────────── */
.cta-band { background: var(--slate); padding: 62px 0; }
.cta-band .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { color: var(--paper); margin-bottom: .35em; }
.cta-band p { color: var(--mist); margin: 0; max-width: 62ch; }
.cta-band .kicker { color: var(--sun); }
.cta-band .btn { flex: none; }

/* ── Related block ────────────────────────────────────────────────────────── */
.related-block { background: var(--paper-2); }
.related-block .card { border-color: transparent; }

/* ── Footer ───────────────────────────────────────────────────────────────── */
footer { background: var(--slate-2); color: var(--mist); padding: 62px 0 34px; font-size: .93rem; }
footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
footer .brand { color: var(--paper); margin-bottom: 14px; }
footer .foot-blurb { color: var(--mist); font-size: .9rem; margin: 0; max-width: 34ch; }
footer h2 {
  font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  color: var(--paper); margin: 0 0 14px;
}
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin-bottom: 9px; }
footer a { color: var(--mist); text-decoration: none; }
footer a:hover { color: var(--sun); text-decoration: underline; }
footer .legal {
  margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: .82rem; color: #7C8B9B; line-height: 1.7;
}
footer .legal a { color: #7C8B9B; text-decoration: underline; }

/* ── 404 ──────────────────────────────────────────────────────────────────── */
.notfound { text-align: center; padding: 96px 0 76px; }
.notfound .code {
  font-family: var(--font-display); font-size: clamp(4rem, 14vw, 8rem); font-weight: 700;
  line-height: 1; letter-spacing: -.04em; color: var(--rose-deep); margin: 0 0 10px;
}

/* ── Breakpoints ──────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .desktop-nav ul { gap: 18px; }
  .desktop-nav a { font-size: .88rem; }
  .site-header .nav { gap: 18px; }
  .pricing { grid-template-columns: repeat(2, 1fr); }
  .pricing > .plan:first-child { grid-column: span 2; }
  .pricing > .plan:first-child .plan-body { padding-bottom: 26px; }
}

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .article .wrap { gap: 40px; }
}

@media (max-width: 900px) {
  section { padding: 60px 0; }
  .g3, .g4 { grid-template-columns: repeat(2, 1fr); }
  .trust .container { grid-template-columns: repeat(3, 1fr); margin-top: -32px; }
  .trust .cell:nth-child(3n+1) { border-left: 0; }
  .trust .cell:nth-child(n+4) { border-top: 1px solid var(--line); }
  .article .wrap { grid-template-columns: minmax(0, 1fr); }
  .toc { position: static; }
  footer .cols { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .cta-band .container { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 700px) {
  .hero { padding: 60px 0 76px; }
  .included { gap: 10px 20px; }
  .included li { font-size: .88rem; }
}

@media (max-width: 560px) {
  :root { --gutter: 18px; }
  body { font-size: 16px; }
  .site-header > .container > .btn-sm { display: none; }
  .g2, .g3, .g4 { grid-template-columns: minmax(0, 1fr); }
  .pricing { grid-template-columns: minmax(0, 1fr); }
  .pricing > .plan:first-child { grid-column: span 1; }
  .trust .container { grid-template-columns: repeat(2, 1fr); }
  .trust .cell { border-left: 0; border-top: 1px solid var(--line); padding: 20px 12px; }
  .trust .cell:nth-child(-n+2) { border-top: 0; }
  .trust .cell:nth-child(even) { border-left: 1px solid var(--line); }
  .trust .num { font-size: 1.28rem; }
  footer .cols { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .score-badge { padding: 20px; gap: 18px; }
  .cta-row .btn { width: 100%; }
}

/* ── Motion and print ─────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  .card:hover, .plan:hover, .chip:hover, .btn:hover { transform: none; }
}

@media print {
  .topbar, .site-header, .toc, .cta-band, .skip, footer { display: none; }
  body { font-size: 12pt; }
  .article .wrap { grid-template-columns: 1fr; }
  a[href^="/"]::after { content: " (iptv-leverantor.se" attr(href) ")"; font-size: .85em; }
}
