@charset "UTF-8";
/* Bizzo Casino Norge — bizzocasinonorway.com */
/* ---- FARGER — palett «Fjord & Nordlys» (bizzocasinonorway.com)
   dype fjordflater + isbreblå aksent + nordlysfiolette detaljer ---- */
:root {
  /* flater — fjord om natten */
  --fjord-base: #0f2130;
  --fjord-dyp: #061421;
  --fjord-kjerne: #0b1a27;
  --fjord-plate: #17303f;
  --fjord-plate-alt: #122839;
  /* tekst */
  --skrift-lys: #f1f7fd;
  --skrift-brod: #cfe1ef;
  --skrift-mild: #88a3bb;
  --skrift-invers: #061421;
  /* aksenter */
  --isbre: #3aa9f0;
  --isbre-dyp: #1372ad;
  --rim: #cadff2;
  --nordlys: #9b6cff;
  --nordlys-myk: #b894ff;
  --midnattsol: #ffb347;
  --live-prikk: #b894ff;
  /* gradienter */
  --strok-cta: linear-gradient(155deg, #63c8ff 0%, #1f8ed4 100%);
  --strok-cta-over: linear-gradient(155deg, #1f8ed4 0%, #63c8ff 100%);
  --strok-kort: linear-gradient(168deg, #17303f 0%, #0e2231 100%);
  --strok-is: linear-gradient(155deg, #7ad3ff 0%, #2288cf 100%);
  --strok-linje: linear-gradient(90deg, #3aa9f0 0%, #9b6cff 100%);
  /* linjer og kanter */
  --kant: rgba(202, 223, 242, 0.14);
  --kant-lys: rgba(58, 169, 240, 0.45);
  /* geometri */
  --bue: 14px;
  --bue-lg: 10px;
  --bue-xl: 20px;
  /* bevegelse */
  --glid: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  /* 300px, ikke 320: ved 320px med klassisk rullefelt ga 320 en vannrett forskyvning */
  min-width: 300px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Poppins-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Darumadrop One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DarumadropOne-400-latin.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background: radial-gradient(58% 42% at 88% 2%, rgba(58, 169, 240, 0.12) 0%, transparent 100%), radial-gradient(40% 30% at 6% 24%, rgba(155, 108, 255, 0.08) 0%, transparent 100%), linear-gradient(184deg, #14293b 0%, var(--fjord-base, #0f2130) 44%, #04101a 100%), var(--fjord-kjerne, #0b1a27);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--skrift-lys);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
  hyphens: none;
  overflow-wrap: break-word;
}

p {
  margin-top: 20px;
  width: 100%;
}
p:first-child {
  margin-top: 0;
}

.overskrift + p {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

.kort,
.bredstripe {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.kort {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-radius: var(--bue, 20px);
  background: var(--strok-kort, linear-gradient(180deg, #17303f 0%, #0e2231 100%));
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.12));
}
@media (max-width: 850px) {
  .kort {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .kort {
    padding: 10px;
  }
}

.kort-bg > .dekkbilde + * {
  margin-top: 0;
}
.kort-bg p {
  color: var(--skrift-lys, #f1f7fd);
}

.bredstripe {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1580px) {
  .bredstripe {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}

.kort > *,
.bredstripe > * {
  display: block;
  position: relative;
}

.side__buttons {
  display: none;
}
@media (max-width: 650px) {
  .side__buttons {
    background: rgba(6, 20, 33, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .side__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.side {
  position: relative;
  margin: 0 auto;
  display: flex;
}
.side__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 10px 48px;
}
.side__content {
  position: relative;
  flex: 1 1 calc(100% - 20px - 248px);
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .side__content {
    flex: 1 1 100%;
  }
}
@media (max-width: 650px) {
  .side__buttons .knapp {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .side,
  .topplinje,
  .bunnfelt {
    padding-left: 0;
    padding-right: 0;
  }
}
.juridisk > h1,
.ikkefunnet > h1,
h2,
h3,
h4 {
  display: block;
  color: var(--rim, #cadff2);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  position: relative;
  width: 100%;
  word-break: break-word;
}

p {
  color: var(--skrift-brod, #cfe1ef);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* h2 (og hovedoverskriften på juridiske sider) — venstrestilt, versaler, delt strek under */
.juridisk > h1,
.ikkefunnet > h1,
h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 0 12px 38px;
  margin: 0 0 20px;
  width: 100%;
  /* fjelltopp i fjordfargene som merke foran hovedoverskriften */
}
.juridisk > h1::before,
.ikkefunnet > h1::before,
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.2 19.4 9 6.6l4.1 7.2 2.3-3.6 6.4 9.2Z' fill='%239b6cff' fill-opacity='.35'/%3E%3Cpath d='M2.2 19.4 9 6.6l4.1 7.2 2.3-3.6 6.4 9.2Z' stroke='%233aa9f0' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M6.6 11 9 12.6 11.4 11' stroke='%23f1f7fd' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.juridisk > h1::after,
.ikkefunnet > h1::after,
h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, var(--isbre, #3aa9f0) 0%, var(--isbre, #3aa9f0) 18%, transparent 18%, transparent 21%, var(--nordlys, #9b6cff) 21%, rgba(155, 108, 255, 0.25) 58%, transparent 100%);
}
@media (max-width: 850px) {
  .juridisk > h1,
  .ikkefunnet > h1,
  h2 {
    font-size: 24px;
    padding-left: 34px;
  }
  .juridisk > h1::before,
  .ikkefunnet > h1::before,
  h2::before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 650px) {
  .juridisk > h1,
  .ikkefunnet > h1,
  h2 {
    font-size: 22px;
    padding-left: 30px;
  }
  .juridisk > h1::before,
  .ikkefunnet > h1::before,
  h2::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 450px) {
  .juridisk > h1,
  .ikkefunnet > h1,
  h2 {
    font-size: 20px;
  }
}

h3 {
  color: var(--isbre, #3aa9f0);
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  padding: 0 0 0 16px;
  margin-top: 24px;
  margin-bottom: 14px;
}
h3:first-child {
  margin-top: 0;
}
h3 {
  /* tegnet som bakgrunnsbilde, ikke som roterte kanter — da kan blokker
     overstyre merket med sitt eget uten å arve rotasjon og rammer */
}
h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 11px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16' fill='none' stroke='%239b6cff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 3.5 8 8l-4.5 4.5'/%3E%3C/svg%3E");
}
@media (max-width: 850px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 17px;
    padding-left: 12px;
  }
}

h3 + p {
  margin-top: 0;
}

h4 {
  color: var(--isbre, #3aa9f0);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 8px;
}

h4 + p {
  margin-top: 0;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

.kort h2 + p,
.kort h2 + .parvis,
.kort h2 + .hakeliste,
.kort h2 + .trinnliste,
.kort h2 + .tabell,
.kort h2 + .spesrad,
.kort h2 + .nivakort,
.kort h2 + .bilderamme,
.kort h2 + div:has(> table),
.kort > h2 + .plassholder,
.kort h2 + .sporsmal__list,
.kort h2 + .stemmer__slider,
.kort h2 + .forogimot__cols,
.kort h2 + img,
.kort h3 + .parvis,
.kort h3 + .hakeliste,
.kort h3 + .trinnliste,
.kort h3 + .tabell,
.kort h3 + .spesrad,
.kort h3 + .nivakort,
.kort h3 + .bilderamme,
.kort h3 + div:has(> table),
.kort > h3 + .plassholder,
.kort h3 + img {
  margin-top: 0;
}

.juridisk > h1 + p,
.ikkefunnet > h1 + p,
h2 + p {
  margin-top: 0;
}

.bildeboks img,
.dekkbilde img {
  display: block;
  position: relative;
  margin: auto;
}

.dekkbilde {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dekkbilde img,
.dekkbilde video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.js-sp-panel {
  display: none;
  overflow: hidden;
}
.js-sp-panel.is-shown {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgb(241, 247, 253);
  line-height: 1;
}

use {
  fill: rgb(241, 247, 253);
  fill-rule: evenodd;
  transition: all 0.5s;
}

.svg-bane {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

section[id] {
  scroll-margin-top: 0;
}

.kort h2[id] {
  scroll-margin-top: 20px;
}

.kort img:not(:where(.ikon, .merkelogo, .flaggpin, .betallogo)) {
  width: 100%;
  height: clamp(360px, 32vw, 480px);
  object-fit: cover;
  object-position: top;
  border-radius: var(--bue-xl, 14px);
  display: block;
}
@media (max-width: 850px) {
  .kort img:not(:where(.ikon, .merkelogo, .flaggpin, .betallogo)) {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .kort img:not(:where(.ikon, .merkelogo, .flaggpin, .betallogo)) {
    height: 220px;
  }
}

.kort .dekkbilde img,
.kort .dekkbilde video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

/* == hakeliste — punktliste: isbreskinne til venstre, snøkrystall som merke == */
.hakeliste {
  margin-top: 20px;
  position: relative;
}
.hakeliste:first-child, h3 + .hakeliste, h2 + .hakeliste, p + .hakeliste {
  margin-top: 14px;
}
.hakeliste > li {
  position: relative;
  background: linear-gradient(268deg, rgba(155, 108, 255, 0.09) 0%, rgba(6, 20, 33, 0.6) 46%);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  border-left: 2px solid var(--isbre, #3aa9f0);
  border-radius: var(--bue-lg, 10px);
  box-shadow: inset 1px 0 0 rgba(58, 169, 240, 0.18);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  padding: 13px 14px 13px 44px;
  width: 100%;
}
.hakeliste > li b,
.hakeliste > li strong {
  color: var(--isbre, #3aa9f0);
  font-weight: 700;
}
.hakeliste > li + li {
  margin-top: 9px;
}
.hakeliste > li {
  /* snøkrystall som markør, i takt med isbreskinnen */
}
.hakeliste > li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233aa9f0' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.6v18.8M3.9 7.3l16.2 9.4M20.1 7.3 3.9 16.7'/%3E%3Cpath d='M12 6.2 9.9 4.4M12 6.2l2.1-1.8M12 17.8l-2.1 1.8M12 17.8l2.1 1.8' stroke='%239b6cff'/%3E%3C/svg%3E");
}
@media (hover: hover) {
  .hakeliste > li {
    transition: border-color var(--glid, 0.2s ease), background var(--glid, 0.2s ease);
  }
  .hakeliste > li:hover {
    border-color: var(--kant-lys, rgba(58, 169, 240, 0.45));
    border-left-color: var(--nordlys, #9b6cff);
    box-shadow: inset 1px 0 0 rgba(155, 108, 255, 0.35);
  }
}
@media (max-width: 650px) {
  .hakeliste > li {
    padding: 12px 12px 12px 38px;
    font-size: 14px;
  }
  .hakeliste > li::before {
    left: 10px;
    width: 18px;
    height: 18px;
  }
}

.parvis {
  display: flex;
  gap: 22px;
  width: 100%;
  margin-top: 20px;
  align-items: stretch;
}
.parvis > div {
  flex: 1 1 0;
  min-width: 0;
}
.parvis {
  /* --speil: mediet ligger i første kolonne, så fotoet havner til VENSTRE */
}
.parvis--bredtekst > div:last-child {
  flex: 0 1 38%;
}
@media (max-width: 850px) {
  .parvis {
    flex-direction: column;
    gap: 16px;
  }
  .parvis--bredtekst > div:last-child {
    flex: 1 1 auto;
  }
}

.parvis > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.parvis > div:last-child {
  position: relative;
  overflow: hidden;
  border-radius: var(--bue-lg, 8px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  min-height: 280px;
}
.parvis > div:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -60px 70px -40px rgba(6, 20, 33, 0.95);
}
.parvis > div:last-child .plassholder,
.parvis > div:last-child img:not(:where(.ikon, .merkelogo)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .parvis > div:last-child {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .parvis > div:last-child {
    min-height: 220px;
  }
}

.parvis--speil > div:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--bue-lg, 8px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  min-height: 280px;
}
.parvis--speil > div:first-child img:not(:where(.ikon, .merkelogo)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .parvis--speil > div:first-child {
    min-height: 260px;
    flex: 0 0 260px;
  }
}
@media (max-width: 767px) {
  .parvis--speil > div:first-child {
    min-height: 210px;
    flex: 0 0 210px;
  }
}

.parvis--speil > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  border: 0;
  min-height: auto;
}
.parvis--speil > div:last-child::after {
  display: none;
}
.parvis--speil > div:last-child {
  /* i kolonnemodus må tekstsiden ikke falle sammen til null */
}
@media (max-width: 850px) {
  .parvis--speil > div:last-child {
    min-height: auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .parvis--speil > div:last-child {
    min-height: auto;
  }
}

.bilderamme {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 22px;
  border-radius: var(--bue-lg, 8px);
  overflow: hidden;
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
}
.bilderamme img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

h2 + .bilderamme,
h3 + .bilderamme,
p + .bilderamme {
  margin-top: 18px;
}

/* --strek — bred filmstripe: alle kildeformater beskjæres til én høyde */
.bilderamme--strek img {
  height: clamp(240px, 26vw, 400px);
  object-fit: cover;
  object-position: center 32%;
}
@media (max-width: 850px) {
  .bilderamme--strek img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .bilderamme--strek img {
    height: 190px;
  }
}

.plassholder {
  display: block;
  position: relative;
  width: 100%;
  border-radius: var(--bue-lg, 8px);
  border: 1px dashed rgba(58, 169, 240, 0.35);
  background: repeating-linear-gradient(135deg, rgba(58, 169, 240, 0.06) 0 12px, transparent 12px 24px), rgba(6, 20, 33, 0.6);
  overflow: hidden;
}
.plassholder::after {
  content: attr(data-slot);
  display: block;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--skrift-mild, #88a3bb);
  word-break: break-all;
}
.plassholder--16x9 {
  aspect-ratio: 16/9;
}
.plassholder--21x9 {
  aspect-ratio: 21/9;
}
.plassholder--4x3 {
  aspect-ratio: 4/3;
}
.plassholder--3x1 {
  aspect-ratio: 3/1;
}
.plassholder--3x4 {
  aspect-ratio: 3/4;
}
.plassholder--1x1 {
  aspect-ratio: 1/1;
}
.plassholder--fill {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
}

.kort > .plassholder {
  margin-top: 20px;
}

/* == finskrift — liten tekst under en tabell == */
.kort > .finskrift {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 2px solid rgba(58, 169, 240, 0.45);
  font-size: 13px;
  line-height: 1.55;
  color: var(--skrift-mild, #88a3bb);
}

/* first block inside a parvis column must start flush with the column top —
   otherwise the text side sits lower than the photo and stretches the row */
.parvis > div > .trinnliste:first-child,
.parvis > div > .hakeliste:first-child,
.parvis > div > .tabell:first-child,
.parvis > div > div:has(> table):first-child {
  margin-top: 0;
}

.parvis > div > .trinnliste:first-child > li:first-child {
  margin-top: 0;
}

.topplinje {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, #162b3c 0%, #04101a 100%);
  border-bottom: 1px solid rgba(58, 169, 240, 0.35);
}
.topplinje__wrap {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 64px;
  gap: 20px;
}
.topplinje__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 238px;
}
.topplinje__logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1050px) {
  .topplinje__logo {
    width: auto;
  }
}
.topplinje__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.topplinje__nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: var(--bue-lg, 10px);
  color: var(--skrift-lys, #f1f7fd);
  font-weight: 600;
  font-size: 15px;
}
.topplinje__nav a svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.topplinje__nav a {
  transition: color var(--glid), background var(--glid);
}
.topplinje__nav a.er-aktiv {
  color: var(--isbre, #3aa9f0);
  box-shadow: inset 0 -2px 0 0 var(--nordlys, #9b6cff);
  border-radius: 0;
}
@media (hover: hover) {
  .topplinje__nav a:hover {
    color: var(--isbre, #3aa9f0);
    background: rgba(202, 223, 242, 0.06);
  }
}
.topplinje__nav {
  /* tynn loddrett strek mellom elementene */
}
.topplinje__nav a + a {
  position: relative;
  margin-left: 15px;
}
.topplinje__nav a + a::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: rgba(202, 223, 242, 0.22);
}
@media (max-width: 900px) {
  .topplinje__nav {
    display: none;
  }
}
.topplinje__right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}
.topplinje__clock {
  font-size: 16px;
  font-weight: 700;
  color: var(--skrift-brod, #cfe1ef);
  font-variant-numeric: tabular-nums;
}
.topplinje__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--skrift-lys, #f1f7fd);
}
.topplinje__lang .flaggpin {
  font-size: 22px;
  line-height: 1;
}
.topplinje__lang img {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.topplinje__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .topplinje__buttons {
    display: none;
  }
}
.topplinje__burger {
  display: none;
  border: 2px solid var(--isbre, #3aa9f0);
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.topplinje__burger svg {
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  fill: none;
}
.topplinje__burger svg rect {
  transform-origin: 50% 50%;
  transition: all 0.5s;
  fill: var(--isbre, #3aa9f0);
}
.topplinje__burger.is-open svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}
.topplinje__burger.is-open svg rect:nth-child(2) {
  transform: scale(0, 2);
}
.topplinje__burger.is-open svg rect:nth-child(3) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}
@media (max-width: 900px) {
  .topplinje__burger {
    display: block;
  }
}

.lesestripe {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 48;
  height: 3px;
  background: rgba(58, 169, 240, 0.12);
  pointer-events: none;
}
.lesestripe span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #3aa9f0 0%, #14688f 100%);
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 8px rgba(58, 169, 240, 0.55);
  transition: width 0.12s linear;
}

.mobilmeny {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #122839;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 25px;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease;
}
.mobilmeny.is-open {
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow: auto;
  visibility: visible;
  padding: 25px;
}
.mobilmeny__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobilmeny__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--skrift-lys, #f1f7fd);
  transition: color var(--glid);
}
.mobilmeny__links a svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobilmeny__links a.er-aktiv {
  font-weight: 700;
  color: var(--isbre, #3aa9f0);
}
.mobilmeny__links a:hover {
  color: var(--isbre, #3aa9f0);
}
.mobilmeny__links a:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 37px;
}
.mobilmeny__links a:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.4' y='6' width='8' height='1' fill='url(%23paint0_linear_3530_3408)'/%3E%3Crect opacity='0.4' x='22' y='6' width='8' height='1' fill='url(%23paint1_linear_3530_3408)'/%3E%3Crect x='15' y='0.707107' width='6.99997' height='7.00001' transform='rotate(45 15 0.707107)' stroke='%233aa9f0'/%3E%3Crect x='15' y='4.24264' width='1.99998' height='2.00002' transform='rotate(45 15 4.24264)' fill='%233aa9f0'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3530_3408' x1='0' y1='6.5' x2='8' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f1f7fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3530_3408' x1='30' y1='6.5' x2='22' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f1f7fd'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 30px;
}
.mobilmeny__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

body.laast {
  overflow: hidden;
  overscroll-behavior: none;
}

@keyframes no-puls-isbre {
  0%, 100% {
    box-shadow: 0 0 10px rgba(17, 98, 74, 0.45), 0 6px 18px -6px rgba(17, 98, 74, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(110, 226, 180, 0.85), 0 6px 22px -6px rgba(17, 98, 74, 0.7);
  }
}
@keyframes no-puls-nordlys {
  0%, 100% {
    box-shadow: 0 0 10px rgba(155, 108, 255, 0.42), 0 8px 20px -8px rgba(155, 108, 255, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 168, 110, 0.75), 0 8px 24px -8px rgba(155, 108, 255, 0.7);
  }
}
.topplinje__login {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 41px;
  padding: 0 18px;
  border-radius: var(--bue-lg, 10px);
  border: 1px solid rgba(58, 169, 240, 0.6);
  background: transparent;
  color: var(--skrift-lys, #f1f7fd);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background var(--glid), border-color var(--glid), color var(--glid);
}
@media (hover: hover) {
  .topplinje__login:hover {
    background: rgba(58, 169, 240, 0.12);
    border-color: var(--isbre, #3aa9f0);
    color: var(--isbre, #3aa9f0);
  }
}
.topplinje__login:focus-visible {
  outline: 2px solid var(--isbre, #3aa9f0);
  outline-offset: 2px;
}

.topplinje__signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 24px;
  border-radius: var(--bue-lg, 10px);
  background: var(--strok-cta, linear-gradient(155deg, #63c8ff 0%, #1f8ed4 100%));
  color: var(--skrift-invers, #061421);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 18px -6px rgba(17, 98, 74, 0.55);
  animation: no-puls-isbre 2.8s ease-in-out infinite;
  transition: filter var(--glid), transform var(--glid);
}
@media (hover: hover) {
  .topplinje__signup:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(17, 98, 74, 0.7);
  }
}
.topplinje__signup:focus-visible {
  outline: 2px solid var(--isbre, #3aa9f0);
  outline-offset: 2px;
}

.handling {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  margin-top: 20px;
  border-radius: var(--bue-lg, 10px);
  background: var(--strok-cta, linear-gradient(155deg, #63c8ff 0%, #1f8ed4 100%));
  color: var(--skrift-invers, #061421);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(17, 98, 74, 0.65);
  animation: no-puls-isbre 2.8s ease-in-out infinite;
  transition: filter var(--glid), transform var(--glid);
}
.handling::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: no-cta-glans 4.8s ease-in-out infinite;
  pointer-events: none;
}
@media (hover: hover) {
  .handling:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(17, 98, 74, 0.8);
  }
}
.handling:focus-visible {
  outline: 2px solid var(--isbre, #3aa9f0);
  outline-offset: 2px;
}

@keyframes no-cta-glans {
  0%, 62% {
    left: -60%;
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%, 100% {
    left: 130%;
    opacity: 0;
  }
}
.nedlastknapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  max-width: 100%;
  height: 56px;
  padding: 12px 24px;
  margin-top: 20px;
  border-radius: var(--bue-lg, 10px);
  /* lys nok fiolett til at den mørke teksten holder 4,5:1 hele veien */
  background: linear-gradient(150deg, #c9adff 0%, #b894ff 50%, #9b6cff 100%);
  border: 1px solid rgba(255, 214, 176, 0.45);
  color: var(--skrift-invers, #061421);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 20px -8px rgba(155, 108, 255, 0.6);
  animation: no-puls-nordlys 3.4s ease-in-out infinite;
  transition: filter var(--glid), transform var(--glid);
}
.nedlastknapp svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: var(--skrift-invers, #061421);
}
@media (hover: hover) {
  .nedlastknapp:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
  }
}
.nedlastknapp:focus-visible {
  outline: 2px solid var(--skrift-lys, #f1f7fd);
  outline-offset: 2px;
}

.kort > .handling,
.kort > .nedlastknapp {
  align-self: flex-start;
}

.kort > .nedlastknapp {
  display: inline-flex;
  width: 268px;
}

.nedlastrad {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.nedlastrad .nedlastknapp {
  margin: 20px 14px 0 0;
}

.sidefelt {
  flex: 0 0 248px;
  width: 248px;
  position: sticky;
  /* 64px topplinje + 10px = nøyaktig der .oppslag begynner, slik at kolonnene flukter */
  top: 74px;
  max-height: calc(100vh - 94px);
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 12px;
  border-radius: var(--bue-xl, 18px);
  background: linear-gradient(168deg, #1b3446 0%, #0d1f2c 100%);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.12));
  border-top: 2px solid rgba(58, 169, 240, 0.5);
  box-shadow: inset 0 1px 0 rgba(202, 223, 242, 0.06);
}
.sidefelt::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1050px) {
  .sidefelt {
    display: none;
  }
}

.sidefelt__promos {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sidefelt__feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 52px;
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #04121c;
  background: linear-gradient(152deg, #7ad3ff 0%, #3aa9f0 46%, #1f8ed4 100%);
  border: 1px solid rgba(182, 220, 245, 0.55);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 7px 18px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.sidefelt__feature::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -55%;
  bottom: -55%;
  left: -55%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  transform: skewX(-20deg);
  transition: left 0.42s ease;
}
@media (hover: hover) {
  .sidefelt__feature:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 15px rgba(58, 169, 240, 0.42);
  }
  .sidefelt__feature:hover::after {
    left: 125%;
  }
  .sidefelt__feature:hover .lykkehjul__wheel {
    animation-duration: 1.25s;
    filter: brightness(1.08) drop-shadow(0 2px 4px rgba(4, 16, 26, 0.5));
  }
  .sidefelt__feature:hover .kisten {
    transform: translateY(-2px) scale(1.04);
  }
}
.sidefelt__feature:active {
  transform: translateY(1px) scale(0.99);
}

.lykkehjul {
  position: relative;
  width: 58px;
  height: 52px;
  display: block;
  align-self: stretch;
  flex: 0 0 auto;
}
.lykkehjul img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.lykkehjul__wheel {
  width: 44px;
  height: 44px;
  animation: no-hjul-spinn 3.2s linear infinite;
  filter: drop-shadow(0 2px 3px rgba(4, 16, 26, 0.42));
}
.lykkehjul__frame {
  z-index: 2;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -49%);
  filter: drop-shadow(0 2px 3px rgba(9, 24, 35, 0.5));
}

@keyframes no-hjul-spinn {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.kisten {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  margin: 0 0 0 5px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.sidefelt__menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(58, 169, 240, 0.75) 0%, rgba(155, 108, 255, 0.45) 46%, rgba(202, 223, 242, 0) 100%) 1;
  padding-top: 8px;
}
.sidefelt__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: var(--bue-lg, 10px);
  color: var(--skrift-brod, #cfe1ef);
  font-size: 14px;
  font-weight: 600;
  transition: background var(--glid), color var(--glid);
}
.sidefelt__menu li a svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--isbre, #3aa9f0);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .sidefelt__menu li a:hover {
    background: rgba(202, 223, 242, 0.08);
    color: var(--skrift-lys, #f1f7fd);
  }
}
.sidefelt__menu .merkelapp {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 8px;
  background: linear-gradient(150deg, #c9adff 0%, #9b6cff 100%);
  color: var(--skrift-invers, #061421);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidefelt__app {
  display: block;
  background: linear-gradient(150deg, #182f40 0%, #0d1f2c 100%);
  border-top: 2px solid rgba(58, 169, 240, 0.45);
  border-radius: 10px;
  box-shadow: 1px 3px 0 0 #091823;
  position: relative;
  padding: 21px 75px 18px 12px;
  transition: color var(--glid);
}

.feltapp__text {
  font-size: 9px;
  color: var(--skrift-mild, #88a3bb);
  line-height: 12px;
  transition: color var(--glid);
}
.feltapp__text span {
  font-weight: 900;
  font-size: 16px;
  color: var(--skrift-lys, #fff);
  line-height: 100%;
  display: block;
  margin-bottom: 5px;
  transition: color var(--glid);
}

@media (hover: hover) {
  .sidefelt__app:hover .feltapp__text,
  .sidefelt__app:hover .feltapp__text span {
    color: var(--isbre, #3aa9f0);
  }
}
.feltapp__img {
  max-width: 75px;
  position: absolute;
  bottom: 0;
  right: 7px;
}
.feltapp__img img {
  display: block;
}

.snarvei {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(58, 169, 240, 0.75) 0%, rgba(155, 108, 255, 0.45) 46%, rgba(202, 223, 242, 0) 100%) 1;
  padding-top: 12px;
}
.snarvei__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
  border-radius: var(--bue-lg, 10px);
  color: var(--isbre, #3aa9f0);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background var(--glid);
}
.snarvei__toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--isbre, #3aa9f0);
  border-bottom: 2px solid var(--isbre, #3aa9f0);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.snarvei__toggle.is-open::after {
  transform: rotate(-135deg);
}
@media (hover: hover) {
  .snarvei__toggle:hover {
    background: rgba(202, 223, 242, 0.06);
  }
}
.snarvei__list {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
  scrollbar-width: none;
  transition: max-height 0.45s ease, visibility 0.45s ease, margin-top 0.45s ease;
}
.snarvei__list::-webkit-scrollbar {
  display: none;
}
.snarvei__list.is-open {
  max-height: 56vh;
  overflow-y: auto;
  visibility: visible;
  margin-top: 6px;
}
.snarvei__list a {
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--skrift-brod, #cfe1ef);
  transition: background var(--glid), color var(--glid);
}
@media (hover: hover) {
  .snarvei__list a:hover {
    background: rgba(202, 223, 242, 0.07);
    color: var(--isbre, #3aa9f0);
  }
}

.snarvei--mobil {
  display: none;
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.12));
  border-radius: var(--bue-lg, 12px);
  background: linear-gradient(168deg, #1b3446 0%, #0d1f2c 100%);
  padding: 8px 10px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .snarvei--mobil {
    display: block;
  }
}

.bunnfelt {
  padding: 40px 20px 26px;
  background: linear-gradient(180deg, #132636 0%, #051119 100%);
  border-top: 1px solid var(--kant, rgba(202, 223, 242, 0.12));
}
.bunnfelt__wrap {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.bunnfelt__geo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.bunnfelt__geo a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 7px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.12));
  font-size: 12.5px;
  color: var(--skrift-brod, #cfe1ef);
  transition: border-color var(--glid), background var(--glid), color var(--glid);
}
.bunnfelt__geo a span.flaggpin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
}
@media (hover: hover) {
  .bunnfelt__geo a:hover {
    border-color: rgba(58, 169, 240, 0.5);
    background: rgba(58, 169, 240, 0.08);
    color: var(--isbre, #3aa9f0);
  }
}
.bunnfelt__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(58, 169, 240, 0.45) 50%, transparent 100%);
}
.bunnfelt__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.bunnfelt__links a {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--skrift-brod, #cfe1ef);
  transition: color var(--glid);
}
@media (hover: hover) {
  .bunnfelt__links a:hover {
    color: var(--isbre, #3aa9f0);
  }
}
.bunnfelt__links a + a {
  border-left: 1px solid rgba(58, 169, 240, 0.4);
}
.bunnfelt__pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.bunnfelt__pay li {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 122px;
}
.bunnfelt__pay li img {
  display: block;
  max-height: 45px;
  width: auto;
}
.bunnfelt__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--kant, rgba(202, 223, 242, 0.12));
  padding-top: 20px;
}
@media (max-width: 650px) {
  .bunnfelt__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.bunnfelt__disclaimer {
  max-width: 860px;
  font-size: 12.5px;
  color: var(--skrift-mild, #88a3bb);
}
.bunnfelt__disclaimer b {
  display: block;
  color: var(--skrift-brod, #cfe1ef);
  margin-top: 8px;
}
.bunnfelt {
  /* hjelpelinje, kopirett og revisjonsdato under den godkjente ansvarsfraskrivelsen */
}
.bunnfelt__meta {
  max-width: 860px;
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--skrift-mild, #88a3bb);
}
.bunnfelt__meta a {
  color: var(--isbre, #3aa9f0);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bunnfelt__meta {
  /* тільки прямий нащадок стає рядком — .aarnaa і .js-datostempel лишаються в потоці */
}
.bunnfelt__meta > span {
  display: block;
  margin-top: 4px;
}
.bunnfelt__age {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--strok-is, linear-gradient(180deg, #7ad3ff 0%, #1372ad 100%));
  color: var(--skrift-invers, #061421);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(58, 169, 240, 0.45);
  animation: no-alder-glo 4s ease-in-out infinite;
}

@keyframes no-alder-glo {
  0%, 100% {
    box-shadow: 0 0 14px rgba(58, 169, 240, 0.35);
  }
  50% {
    box-shadow: 0 0 26px rgba(58, 169, 240, 0.6);
  }
}
.tilltoppen {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--strok-cta, linear-gradient(180deg, #3aa9f0 0%, #125877 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow var(--glid);
  box-shadow: 0 8px 20px -8px rgba(17, 98, 74, 0.7);
}
.tilltoppen svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--skrift-invers, #061421);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tilltoppen.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (hover: hover) {
  .tilltoppen:hover {
    box-shadow: 0 12px 26px -8px rgba(17, 98, 74, 0.9);
  }
}
@media (max-width: 650px) {
  .tilltoppen {
    bottom: 78px;
  }
}

.infokapsler {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: var(--bue-xl, 14px);
  border: 1px solid rgba(58, 169, 240, 0.4);
  background: rgba(6, 20, 33, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}
.infokapsler.is-visible {
  display: flex;
}
.infokapsler p {
  margin: 0;
  font-size: 12.5px;
  color: var(--skrift-brod, #cfe1ef);
}
.infokapsler p a {
  color: var(--isbre, #3aa9f0);
  text-decoration: underline;
}
.infokapsler__actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.infokapsler__accept {
  padding: 9px 18px;
  border-radius: var(--bue-lg, 10px);
  background: var(--strok-cta, linear-gradient(180deg, #3aa9f0 0%, #125877 100%));
  color: var(--skrift-invers, #061421);
  font-weight: 700;
  font-size: 13px;
  transition: filter var(--glid);
}
@media (hover: hover) {
  .infokapsler__accept:hover {
    filter: brightness(1.08);
  }
}
.infokapsler__decline {
  padding: 9px 14px;
  border-radius: var(--bue-lg, 10px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.25));
  color: var(--skrift-mild, #88a3bb);
  font-weight: 600;
  font-size: 13px;
  transition: color var(--glid), border-color var(--glid);
}
@media (hover: hover) {
  .infokapsler__decline:hover {
    color: var(--skrift-lys, #f1f7fd);
    border-color: var(--skrift-lys, #f1f7fd);
  }
}
@media (max-width: 650px) {
  .infokapsler {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .infokapsler__actions {
    justify-content: center;
  }
}

.no-velkomst {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 18, 16, 0.72) 0%, rgba(6, 20, 33, 0.85) 100%), var(--fjord-base, #0f2130);
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .no-velkomst {
    background-position: 90% top;
  }
}
.no-velkomst {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.no-velkomst.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.no-velkomst__letters {
  position: relative;
  display: flex;
  gap: 0.06em;
  font-family: "Darumadrop One", "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(44px, 9vw, 110px);
  color: var(--isbre, #3aa9f0);
  text-shadow: 0 4px 0 rgba(9, 70, 52, 0.8), 0 10px 30px rgba(0, 0, 0, 0.6);
}
.no-velkomst span {
  display: inline-block;
  animation: no-bokstav-fly var(--fly-dur, 1.4s) cubic-bezier(0.22, 0.85, 0.3, 1) both;
  animation-delay: var(--fly-delay, 0s);
}
.no-velkomst__geo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--skrift-lys, #f1f7fd);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  opacity: 0;
  animation: no-geo-frem 0.4s ease-out 1.3s forwards;
}
.no-velkomst__geo .flaggpin {
  font-size: 1.35em;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

@keyframes no-geo-frem {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.no-tone {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(46% 42% at 50% 50%, rgba(29, 40, 42, 0.9) 0%, rgba(6, 20, 33, 0.97) 100%), var(--fjord-base, #0f2130);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.no-tone.is-on {
  opacity: 1;
  pointer-events: auto;
}
.no-tone.is-blank {
  opacity: 0;
  transition: opacity 0.45s ease;
}
.no-tone__wheel {
  position: relative;
  width: 92px;
  height: 96px;
  filter: drop-shadow(0 8px 26px rgba(58, 169, 240, 0.35));
}
.no-tone__wheel img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.no-tone__wheel .no-tone__disc {
  width: 72px;
  height: 72px;
  animation: no-hjul-spinn 1.1s linear infinite;
}
.no-tone__wheel .no-tone__frame {
  width: 88px;
  height: 92px;
  transform: translate(-50%, -49%);
}

@keyframes no-bokstav-fly {
  0% {
    transform: translate(var(--fly-x, 0), var(--fly-y, 0)) rotate(var(--fly-r, 0deg)) scale(1.6);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
.oppslag {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0;
  border-radius: var(--bue, 20px);
  background: #04101a;
  /* mørkt slør under teksten */
}
.oppslag::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 16, 26, 0.15) 0%, rgba(4, 16, 26, 0.9) 92%), linear-gradient(90deg, rgba(4, 16, 26, 0.88) 0%, rgba(4, 16, 26, 0.35) 52%, transparent 78%);
  pointer-events: none;
}
.oppslag .dekkbilde {
  z-index: 0;
}
.oppslag .dekkbilde img,
.oppslag .dekkbilde video,
.oppslag .dekkbilde .plassholder {
  object-position: 88% top;
}
@media (max-width: 850px) {
  .oppslag .dekkbilde img,
  .oppslag .dekkbilde video,
  .oppslag .dekkbilde .plassholder {
    object-position: 80% 22%;
  }
}
.oppslag__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  padding: 30px 34px;
  margin-left: 24px;
  background: rgba(6, 20, 33, 0.5);
  backdrop-filter: blur(3px);
  border-radius: var(--bue-lg, 8px);
  /* stretch gir like mye luft på begge sider */
}
@media (max-width: 850px) {
  .oppslag__wrap {
    width: auto;
    align-self: stretch;
    margin: 18px;
    padding: 22px 18px;
  }
}
.oppslag__wrap {
  /* midtstill innholdet på telefon */
}
@media (max-width: 650px) {
  .oppslag__wrap {
    align-items: center;
    text-align: center;
    margin: 12px;
    padding: 18px 14px;
  }
}
.oppslag {
  /* karakteren vises som en brikke */
}
.oppslag__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--kant-lys, rgba(58, 169, 240, 0.45));
  background: rgba(58, 169, 240, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--skrift-mild, #88a3bb);
}
.oppslag__rating b {
  color: var(--isbre, #3aa9f0);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}
.oppslag__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
  font-size: 13px;
  color: var(--skrift-mild, #88a3bb);
}
.oppslag__breadcrumbs a {
  color: var(--isbre, #3aa9f0);
  transition: color var(--glid);
}
@media (hover: hover) {
  .oppslag__breadcrumbs a:hover {
    color: var(--skrift-lys, #f1f7fd);
  }
}
.oppslag__breadcrumbs li + li::before {
  content: "›";
  margin-right: 6px;
  color: var(--skrift-mild, #88a3bb);
}
@media (max-width: 650px) {
  .oppslag__breadcrumbs {
    justify-content: center;
  }
}
.oppslag h1 {
  margin-top: 14px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.22;
  color: var(--skrift-lys, #f1f7fd);
}
@media (max-width: 850px) {
  .oppslag h1 {
    font-size: 27px;
  }
}
@media (max-width: 650px) {
  .oppslag h1 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .oppslag h1 {
    font-size: 22px;
  }
}
.oppslag__text {
  margin-top: 12px;
  max-width: 640px;
  font-size: 14px;
  color: var(--skrift-brod, #cfe1ef);
}
@media (max-width: 767px) {
  .oppslag {
    min-height: 400px;
  }
}

/* ---- TILBUDSSTRIPE — bonusbanner: innrammet kort over fotoet ---- */
.tilbudsstripe {
  justify-content: center;
  align-items: flex-start;
  min-height: 425px;
  padding: 20px 20px 20px 6.2%;
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
}
.tilbudsstripe__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tilbudsstripe__bg img,
.tilbudsstripe__bg .plassholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .tilbudsstripe__bg img,
  .tilbudsstripe__bg .plassholder {
    object-position: 95%;
  }
}
.tilbudsstripe__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid rgba(58, 169, 240, 0.6);
  border-radius: 12px;
  padding: 32px 20px;
  max-width: 653px;
  width: 100%;
}
.tilbudsstripe__title {
  display: block;
  color: var(--isbre, #3aa9f0);
  font-weight: 700;
  font-size: 31px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  .tilbudsstripe__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .tilbudsstripe__title {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .tilbudsstripe__title {
    font-size: 22px;
  }
}
.tilbudsstripe__text {
  position: relative;
  width: auto;
  margin-top: 20px;
  padding: 8px 131px;
  color: var(--skrift-lys, #f1f7fd);
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}
.tilbudsstripe__text::before, .tilbudsstripe__text::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 39px;
  width: 116px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tilbudsstripe__text::before {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='9' height='9' transform='matrix(1 0 0 -1 0 24)' fill='%233aa9f0'/%3E%3Crect x='2.12132' width='23.9973' height='23.9973' transform='matrix(0.707107 0.707107 0.707107 -0.707107 78.0313 18)' stroke='%233aa9f0' stroke-width='3'/%3E%3Crect x='0.707107' width='13.9977' height='13.9977' transform='matrix(0.707107 0.707107 0.707107 -0.707107 70.5471 19)' stroke='%23f1f7fd'/%3E%3Crect width='81' height='1' transform='matrix(1 0 0 -1 9 20)' fill='%23f1f7fd'/%3E%3C/svg%3E%0A");
  left: 0;
}
.tilbudsstripe__text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='116' y='24' width='9' height='9' transform='rotate(180 116 24)' fill='%233aa9f0'/%3E%3Crect x='36.4686' y='19.5' width='23.9973' height='23.9973' transform='rotate(135 36.4686 19.5)' stroke='%233aa9f0' stroke-width='3'/%3E%3Crect x='44.9529' y='19.5' width='13.9977' height='13.9977' transform='rotate(135 44.9529 19.5)' stroke='%23f1f7fd'/%3E%3Crect x='107' y='20' width='81' height='1' transform='rotate(180 107 20)' fill='%23f1f7fd'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media (max-width: 650px) {
  .tilbudsstripe__text {
    font-size: 18px;
    padding: 8px 0;
  }
  .tilbudsstripe__text::before, .tilbudsstripe__text::after {
    display: none;
  }
}
.tilbudsstripe__button {
  min-width: 153px;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .tilbudsstripe {
    min-height: 300px;
    padding: 20px;
    align-items: center;
  }
  .tilbudsstripe__wrap {
    background-color: rgba(15, 33, 48, 0.3);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(58, 169, 240, 0.6);
    border-radius: 6px;
    padding: 15px;
  }
}

/* ---- TABELL — datatabeller: flex-rader, isbreblå topplinje, stripet kropp,
   vannrett rulling beholdes på smale skjermer ---- */
.kort div:has(> table),
.kort .tabell {
  width: 100%;
  margin-top: 20px;
  border-radius: var(--bue-lg, 10px);
  border: 1px solid rgba(202, 223, 242, 0.12);
  border-top: 2px solid rgba(58, 169, 240, 0.5);
  font-size: 15px;
  color: var(--skrift-lys, #f1f7fd);
  overflow: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #3aa9f0 rgba(202, 223, 242, 0.16);
}
.kort div:has(> table)::-webkit-scrollbar,
.kort .tabell::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.kort div:has(> table)::-webkit-scrollbar-track,
.kort .tabell::-webkit-scrollbar-track {
  background: rgba(202, 223, 242, 0.16);
  border-radius: 6px;
}
.kort div:has(> table)::-webkit-scrollbar-thumb,
.kort .tabell::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #3aa9f0 0%, #9b6cff 100%);
  border-radius: 6px;
}
.kort div:has(> table) > table,
.kort .tabell > table {
  width: 100%;
  border-collapse: collapse;
}
.kort div:has(> table) > table tr,
.kort .tabell > table tr {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 16px;
}
.kort div:has(> table) > table tr > *,
.kort .tabell > table tr > * {
  flex: 1;
  padding: 0;
  text-align: left;
}
.kort div:has(> table) > table thead tr,
.kort .tabell > table thead tr {
  background: linear-gradient(102deg, #7ad3ff 0%, #3aa9f0 48%, #1f8ed4 100%);
  line-height: 140%;
  color: var(--skrift-invers, #061421);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: inset 0 -2px 0 rgba(155, 108, 255, 0.55);
}
.kort div:has(> table) > table th,
.kort .tabell > table th {
  font-weight: 700;
}
.kort div:has(> table) > table,
.kort .tabell > table {
  /* stripet kropp — radene leses uten ekstra skillelinjer */
}
.kort div:has(> table) > table tbody tr,
.kort .tabell > table tbody tr {
  background: #13293b;
  line-height: 22px;
  border-top: 1px solid rgba(202, 223, 242, 0.06);
  box-shadow: inset 2px 0 0 rgba(58, 169, 240, 0);
  transition: box-shadow var(--glid, 0.2s ease), background var(--glid, 0.2s ease);
}
.kort div:has(> table) > table tbody tr:nth-child(even),
.kort .tabell > table tbody tr:nth-child(even) {
  background: #0f2231;
}
@media (hover: hover) {
  .kort div:has(> table) > table tbody tr:hover,
  .kort .tabell > table tbody tr:hover {
    background: #16324a;
    box-shadow: inset 2px 0 0 rgba(155, 108, 255, 0.75);
  }
}
.kort div:has(> table) > table td a,
.kort .tabell > table td a {
  color: inherit;
  text-decoration: underline;
}
.kort div:has(> table) > table,
.kort .tabell > table {
  /* smale skjermer: tabellen ruller sidelengs i stedet for å klemmes sammen */
}
@media (max-width: 850px) {
  .kort div:has(> table) > table,
  .kort .tabell > table {
    min-width: 860px;
  }
}
.kort {
  /* navn-verdi-tabell: FØRSTE RAD er topplinjen, resten er nøytral */
}
.kort .tabell--np > table tbody tr:first-child {
  background: linear-gradient(102deg, #7ad3ff 0%, #3aa9f0 48%, #1f8ed4 100%);
  border-top: 0;
  box-shadow: inset 0 -2px 0 rgba(155, 108, 255, 0.55);
}
.kort .tabell--np > table tbody tr:first-child th,
.kort .tabell--np > table tbody tr:first-child td {
  color: var(--skrift-invers, #061421);
  font-weight: 700;
  text-transform: uppercase;
}
.kort {
  /* etikettkolonnen: bred nok til at lange etiketter holder seg på én linje */
}
.kort .tabell--np > table th {
  flex: 0 0 31%;
  font-weight: 700;
  color: var(--isbre, #3aa9f0);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.kort .tabell--np > table td {
  flex: 1 1 auto;
}
@media (max-width: 850px) {
  .kort .tabell--np > table {
    min-width: 720px;
  }
}
.kort {
  /* tette tabeller (5 kolonner) trenger mer plass før de begynner å rulle */
}
.kort .tabell--tett > table tr {
  gap: 16px;
}
@media (max-width: 850px) {
  .kort .tabell--tett > table {
    min-width: 980px;
  }
}

/* ---- NIVÅKORT — bonustrinnene som kort i stedet for en tabell ---- */
.nivakort {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 14px;
  counter-reset: gradenum;
}
.nivakort > li {
  counter-increment: gradenum;
  position: relative;
  flex: 1 1 240px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: var(--bue-lg, 8px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  background: linear-gradient(140deg, #16344c 0%, #122839 52%, #0b1a27 100%);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  /* glanslag som sveiper over, slås på ved hover */
}
.nivakort > li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(115deg, rgba(58, 169, 240, 0) 0%, rgba(58, 169, 240, 0.22) 25%, rgba(155, 108, 255, 0.26) 50%, rgba(202, 223, 242, 0.16) 75%, rgba(58, 169, 240, 0) 100%);
  background-size: 200% 100%;
  background-repeat: repeat;
  transition: opacity 0.3s ease;
}
.nivakort > li {
  /* nivånummeret som vannmerke */
}
.nivakort > li::after {
  content: counter(gradenum);
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: rgba(202, 223, 242, 0.07);
  pointer-events: none;
}
.nivakort > li {
  /* siste nivå = den største bonusen */
}
.nivakort > li:last-child {
  border-color: var(--kant-lys, rgba(58, 169, 240, 0.45));
  background: linear-gradient(140deg, rgba(58, 169, 240, 0.24) 0%, rgba(155, 108, 255, 0.16) 46%, rgba(9, 26, 39, 0.95) 100%);
}
@media (hover: hover) {
  .nivakort > li:hover {
    transform: translateY(-3px);
    border-color: rgba(58, 169, 240, 0.55);
    box-shadow: 0 12px 26px rgba(4, 14, 22, 0.5);
  }
  .nivakort > li:hover::before {
    opacity: 1;
    animation: no-niva-flyt 2.6s linear infinite;
  }
}
.nivakort > li b,
.nivakort > li span,
.nivakort > li p {
  position: relative;
  z-index: 1;
}
.nivakort > li {
  /* de to øverste linjene må holde seg unna vannmerket */
}
.nivakort > li b,
.nivakort > li span {
  padding-right: 42px;
}
.nivakort > li b {
  display: block;
  color: var(--skrift-lys, #f1f7fd);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.nivakort > li span {
  display: block;
  color: var(--isbre, #3aa9f0);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nivakort > li p {
  margin: 0;
  color: var(--skrift-brod, #cfe1ef);
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 850px) {
  .nivakort > li {
    flex: 1 1 46%;
  }
}
@media (max-width: 650px) {
  .nivakort > li {
    flex: 1 1 100%;
  }
}

@keyframes no-niva-flyt {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
/* ---- TRINNLISTE — nummererte trinn som en loddrett tidslinje ---- */
.trinnliste {
  margin-top: 16px;
  position: relative;
  counter-reset: stepnum;
  padding-left: 0;
}
.trinnliste > li {
  counter-increment: stepnum;
  position: relative;
  margin-top: 16px;
  padding: 2px 0 16px 46px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--skrift-brod, #cfe1ef);
}
.trinnliste > li b,
.trinnliste > li strong {
  color: var(--isbre, #3aa9f0);
  font-weight: 700;
}
.trinnliste > li {
  /* trinnummer — rund isbreblå brikke med mørkt tall */
}
.trinnliste > li::before {
  content: counter(stepnum);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(150deg, #7ad3ff 0%, #2288cf 100%);
  border: 2px solid rgba(6, 20, 33, 0.85);
  color: var(--skrift-invers, #061421);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px -4px rgba(58, 169, 240, 0.6);
  z-index: 1;
}
.trinnliste > li {
  /* sammenhengende skinne mellom trinnene */
}
.trinnliste > li::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px;
  bottom: -16px;
  width: 2px;
  background-image: linear-gradient(180deg, rgba(58, 169, 240, 0.85) 0%, rgba(155, 108, 255, 0.3) 100%);
  border-radius: 2px;
}
.trinnliste > li:last-child {
  padding-bottom: 0;
}
.trinnliste > li:last-child::after {
  display: none;
}
@media (max-width: 650px) {
  .trinnliste > li {
    padding-left: 38px;
    padding-bottom: 16px;
    font-size: 14px;
  }
  .trinnliste > li::before {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .trinnliste > li::after {
    left: 12px;
    top: 26px;
  }
}

/* ---- BILDELISTE — foto som bunnlag med trinn eller punkter oppå ---- */
.bildeliste {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  border-radius: var(--bue-lg, 10px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  overflow: hidden;
  isolation: isolate;
  /* fotoet blir bakgrunnslag, ikke en blokk i flyten */
}
.bildeliste > img {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}
.bildeliste {
  /* slør: uten det kommer teksten ikke opp i 4,5:1 over fotoet */
}
.bildeliste::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(6, 20, 33, 0.95) 0%, rgba(6, 20, 33, 0.88) 46%, rgba(6, 20, 33, 0.5) 76%, rgba(6, 20, 33, 0.3) 100%);
}
.bildeliste > .trinnliste,
.bildeliste > .hakeliste {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 22px 22px 22px 20px;
  /* uten dette legger første punkt sin egen toppmarg oppå polstringen */
}
.bildeliste > .trinnliste > li:first-child,
.bildeliste > .hakeliste > li:first-child {
  margin-top: 0;
}
@media (max-width: 850px) {
  .bildeliste > .trinnliste,
  .bildeliste > .hakeliste {
    padding: 18px 16px;
  }
}
@media (max-width: 450px) {
  .bildeliste > .trinnliste,
  .bildeliste > .hakeliste {
    padding: 14px 12px;
  }
}
.bildeliste {
  /* over fotoet trenger punktene litt mer fylde */
}
.bildeliste > .hakeliste > li {
  background: linear-gradient(100deg, rgba(58, 169, 240, 0.16) 0%, rgba(6, 20, 33, 0.84) 46%);
}
.bildeliste > .trinnliste > li:last-child {
  padding-bottom: 0;
}
.bildeliste {
  /* Fra og med der sidefeltet forsvinner får listen hele bredden, så sløret må
     dekke jevnt — ellers havner tekst på den lyse høyresiden av fotoet. */
}
@media (max-width: 1050px) {
  .bildeliste::after {
    background: linear-gradient(100deg, rgba(6, 20, 33, 0.93) 0%, rgba(6, 20, 33, 0.88) 60%, rgba(6, 20, 33, 0.82) 100%);
  }
  .bildeliste > .trinnliste,
  .bildeliste > .hakeliste {
    width: 100%;
  }
}
.bildeliste {
  /* Stablet visning: fotoet blir et eget element OVER listen, ikke et bunnlag.
     Da skal sløret bort — det ville bare gjort bildet grumsete uten å tjene noe. */
}
@media (max-width: 767px) {
  .bildeliste {
    min-height: 0;
  }
  .bildeliste::after {
    display: none;
  }
  .bildeliste > img {
    position: relative !important;
    inset: auto;
    height: auto !important;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center top;
    border-radius: 0 !important;
  }
  .bildeliste > .trinnliste,
  .bildeliste > .hakeliste {
    width: 100%;
  }
}

/* motivet lever til høyre i disse scenene — listen skal aldri dekke det */
.bildeliste--motiv-hoyre {
  min-height: 240px;
}
.bildeliste--motiv-hoyre > img {
  object-position: 72% top;
}
.bildeliste--motiv-hoyre > .trinnliste,
.bildeliste--motiv-hoyre > .hakeliste {
  width: 56%;
}
.bildeliste--motiv-hoyre {
  /* samme spesifisitet som basisregelen, så bredden må settes om her også */
}
@media (max-width: 1050px) {
  .bildeliste--motiv-hoyre > .trinnliste,
  .bildeliste--motiv-hoyre > .hakeliste {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bildeliste--motiv-hoyre > img {
    object-position: center top;
  }
}

/* ---- LEGALTEXT — terms / privacy / cookie policy ----
   The side heading is an H1 styled like a section H2, so its subheadings must be H2
   to keep the order H1 → H2. They are deliberately kept at the compact H3 scale:
   five full-size H2 blocks would swamp a short legal side, and the rendered size
   must stay exactly as it was. ---- */
.juridisk h2 {
  color: var(--isbre, #3aa9f0);
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  padding: 0 0 0 16px;
  margin: 24px 0 14px;
  /* kort nordlysstrek i stedet for fjelltoppen og streken til en seksjons-H2 */
}
.juridisk h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 4px;
  height: auto;
  border-radius: 2px;
  background: var(--nordlys, #9b6cff);
  background-image: none;
}
.juridisk h2::after {
  display: none;
}
@media (max-width: 850px) {
  .juridisk h2 {
    font-size: 18px;
    padding-left: 16px;
  }
  .juridisk h2::before {
    width: 4px;
    height: auto;
  }
}
@media (max-width: 650px) {
  .juridisk h2 {
    font-size: 18px;
    padding-left: 16px;
  }
  .juridisk h2::before {
    width: 4px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .juridisk h2 {
    font-size: 17px;
    padding-left: 12px;
  }
}

.juridisk h2 + p {
  margin-top: 0;
}

.fortrinn .parvis {
  align-items: stretch;
}

.fortrinn .hakeliste {
  margin-top: 20px;
}

/* ---- FOR OG IMOT — fordeler og ulemper ---- */
.forogimot__cols {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  margin-top: 16px;
}
.forogimot__cols > div {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border-radius: var(--bue-lg, 8px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  background: rgba(6, 20, 33, 0.5);
  overflow: hidden;
}
.forogimot__cols > div h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--skrift-invers, #061421);
}
.forogimot__cols > div h3::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  position: static;
  top: auto;
  transform: none;
}
.forogimot__cols > div ul {
  padding: 8px 16px 16px;
}
.forogimot__cols > div li {
  position: relative;
  padding: 16px 0 16px 32px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--skrift-brod, #cfe1ef);
  border-bottom: 1px solid rgba(202, 223, 242, 0.07);
}
.forogimot__cols > div li:last-child {
  border-bottom: 0;
}
.forogimot__cols > div li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.forogimot__cols {
  /* fordeler — isbreblå bevegelig linje, hvitt plusstegn, avkryssede sirkler */
}
.forogimot__cols > div:first-child h3 {
  /* hvert stopp er lyst nok til å holde 4,5:1 mot mørk tekst */
  background-image: linear-gradient(90deg, #4fb9f2 0%, #b9e2ff 22%, #4fb9f2 42%, #6fcbff 68%, #4fb9f2 100%);
  background-size: 250% 100%;
  animation: no-skala-flyt 3.4s linear infinite;
}
.forogimot__cols > div:first-child h3::before {
  background-color: #126084;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14M12 5v14'/%3E%3C/svg%3E");
}
.forogimot__cols > div:first-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2356bef5' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12.4 2.7 2.7L16.2 9.6'/%3E%3C/svg%3E");
}
.forogimot__cols {
  /* ulemper — nordlysfiolett bevegelig linje, hvitt minustegn, kryssede sirkler */
}
.forogimot__cols > div:last-child h3 {
  /* stoppene holdes lyse nok til at mørk tekst når 4,5:1 */
  background-image: linear-gradient(90deg, #a97dff 0%, #d9c8ff 22%, #a97dff 42%, #c0a3ff 68%, #a97dff 100%);
  background-size: 250% 100%;
  animation: no-skala-flyt 3.4s linear infinite;
  color: var(--skrift-invers, #061421);
}
.forogimot__cols > div:last-child h3::before {
  background-color: #3f1f80;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}
.forogimot__cols > div:last-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b894ff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m9.2 9.2 5.6 5.6M14.8 9.2l-5.6 5.6'/%3E%3C/svg%3E");
}
@media (max-width: 850px) {
  .forogimot__cols {
    flex-direction: column;
  }
}

@keyframes no-skala-flyt {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 250% 50%;
  }
}
.registrering .parvis {
  align-items: stretch;
}

.registrering .trinnliste {
  margin-top: 12px;
}

.pamobil .parvis > div:last-child .plassholder,
.pamobil .parvis > div:last-child img:not(:where(.ikon, .merkelogo)) {
  object-position: center;
}

.er-app .pamobil {
  position: relative;
  overflow: hidden;
  border-radius: var(--bue-lg, 10px);
  padding: 60px;
}
.er-app .pamobil > div:not(.dekkbilde) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 20, 33, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--bue-lg, 8px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .er-app .pamobil {
    padding: 40px 20px;
  }
  .er-app .pamobil > div:not(.dekkbilde) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .er-app .pamobil {
    padding: 20px 12px;
  }
  .er-app .pamobil > div:not(.dekkbilde) {
    padding: 15px;
  }
}

.kort.appstripe {
  height: 350px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(58, 169, 240, 0.3);
}
@media (max-width: 850px) {
  .kort.appstripe {
    height: auto;
    min-height: 280px;
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .kort.appstripe {
    padding: 30px 10px;
  }
}

.appstripe__bg {
  z-index: 0;
}
.appstripe__bg img,
.appstripe__bg .plassholder {
  object-position: center;
}
.appstripe__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 72% at 50% 50%, rgba(6, 20, 33, 0.35) 0%, rgba(6, 20, 33, 0.2) 62%, rgba(6, 20, 33, 0) 100%);
}
.appstripe__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 15vw, 320px);
  width: 100%;
}
@media (max-width: 850px) {
  .appstripe__actions {
    flex-direction: column;
    gap: 18px;
  }
}
.appstripe__button {
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  min-width: 0;
  max-width: 100%;
  height: 56px;
  min-height: 0;
  padding: 12px 24px;
  margin: 0;
}
.appstripe__button svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

@media (max-width: 850px) {
  .er-app .appstripe__bg img {
    object-position: 90% center;
  }
}

/* ---- VIPKLUBB — foto over hele blokken, tekstkortet til VENSTRE ---- */
/* utsnittet er flyttet opp slik at hodet til motivet blir med */
.er-forside .vipklubb .dekkbilde img {
  object-position: center 22%;
}
@media (max-width: 850px) {
  .er-forside .vipklubb .dekkbilde img {
    object-position: 62% 18%;
  }
}

.er-forside .vipklubb {
  position: relative;
  overflow: hidden;
  border-radius: var(--bue, 20px);
  padding: 56px 48px;
}
.er-forside .vipklubb > div:not(.dekkbilde) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 20, 33, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  border-radius: var(--bue-lg, 8px);
  padding: 22px;
}
.er-forside .vipklubb > div:not(.dekkbilde) > .handling {
  margin-top: 20px;
}
@media (max-width: 850px) {
  .er-forside .vipklubb {
    padding: 32px 18px;
  }
  .er-forside .vipklubb > div:not(.dekkbilde) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .er-forside .vipklubb {
    padding: 16px 10px;
  }
  .er-forside .vipklubb > div:not(.dekkbilde) {
    padding: 15px;
  }
}

.bordrom .tabell > table tr > *:nth-child(2) {
  flex: 2;
}

/* ---- LIVEKASINO — live dealer-spill: foto og tekst side om side ---- */
.livekasino .parvis {
  margin-top: 0;
  align-items: stretch;
}

@media (max-width: 850px) {
  .livekasino .parvis > div:first-child {
    min-height: 240px;
  }
}

/* ---- LISENSBOKS — foto over hele blokken, tekstkortet til HØYRE ---- */
.lisensboks {
  position: relative;
  overflow: hidden;
  border-radius: var(--bue, 20px);
  padding: 56px 48px;
}
.lisensboks > div:not(.dekkbilde) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 20, 33, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  border-right: 3px solid var(--nordlys, #9b6cff);
  border-radius: var(--bue-lg, 8px) 0 0 var(--bue-lg, 8px);
  padding: 22px;
}
@media (max-width: 850px) {
  .lisensboks {
    padding: 32px 18px;
  }
  .lisensboks > div:not(.dekkbilde) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .lisensboks {
    padding: 16px 10px;
  }
  .lisensboks > div:not(.dekkbilde) {
    padding: 15px;
  }
}

/* ---- HJELPESENTER — kanaler for kundestøtte ---- */
.hjelpesenter .parvis {
  align-items: stretch;
}

.hjelpesenter .hakeliste {
  margin-top: 0;
}

.sporsmal__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.sporsmal__item {
  border: 1px solid var(--isbre, #3aa9f0);
  border-radius: var(--bue-xl, 14px);
  overflow: hidden;
  background: var(--fjord-plate, #17303f);
  transition: border-color var(--glid);
}
.sporsmal__item:has(.sporsmal-rad__title.apen) {
  border-color: transparent;
}

.sporsmal-rad__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 46px 14px 16px;
  background: var(--fjord-kjerne, #0f2130);
  color: var(--skrift-lys, #f1f7fd);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  transition: filter var(--glid);
}
.sporsmal-rad__title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 2px solid var(--skrift-lys, #f1f7fd);
  border-bottom: 2px solid var(--skrift-lys, #f1f7fd);
  transform: rotate(45deg);
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.sporsmal-rad__title.apen::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
@media (hover: hover) {
  .sporsmal-rad__title:hover {
    filter: brightness(1.05);
  }
}
@media (max-width: 850px) {
  .sporsmal-rad__title {
    font-size: 14px;
  }
}

.sporsmal-rad__desc {
  border-top: 1px solid var(--isbre, #3aa9f0);
  padding: 0 16px;
}
.sporsmal-rad__desc p {
  padding: 14px 0;
  margin: 0;
}

.stemmer__carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}

.stemmer__track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.stemmer__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #17303f 0%, #0e2231 100%);
  border: 2px solid rgba(58, 169, 240, 0.6);
  box-shadow: 0 0 14px rgba(58, 169, 240, 0.25);
  color: var(--isbre, #3aa9f0);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.stemmer__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.stemmer__card {
  flex: none;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: var(--bue-xl, 14px);
  border: 1px solid rgba(58, 169, 240, 0.35);
  background: linear-gradient(180deg, rgba(29, 40, 42, 0.9) 0%, rgba(9, 26, 39, 0.9) 100%);
  box-shadow: 0 8px 24px -12px rgba(58, 169, 240, 0.25);
}
@media (max-width: 767px) {
  .stemmer__card {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .stemmer__card {
    width: 260px;
  }
}
.stemmer__card .stjerner {
  display: flex;
  gap: 4px;
  width: auto;
}
.stemmer__card .stjerner svg {
  width: 18px;
  height: 18px;
  fill: var(--isbre, #3aa9f0);
}
.stemmer__card .stjerner svg.is-blank {
  fill: rgba(202, 223, 242, 0.25);
}
.stemmer__card h3 {
  margin: 0;
  padding: 0;
  background: none;
  color: var(--isbre, #3aa9f0);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.stemmer__card h3::before {
  display: none;
}
.stemmer__card p {
  margin: 0;
  font-size: 13.5px;
  text-align: center;
  color: var(--skrift-brod, #cfe1ef);
}

.stemmer__nav {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.stemmer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--skrift-lys, #f1f7fd);
  transition: transform var(--glid), box-shadow var(--glid);
}
.stemmer__btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--skrift-invers, #061421);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .stemmer__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -8px rgba(241, 247, 253, 0.6);
  }
}

/* ---- KARAKTERKORT — karakterene fra redaksjonen ---- */
.karakterkort table tbody td:nth-child(2) {
  white-space: nowrap;
  font-weight: 800;
  color: var(--isbre, #3aa9f0);
}

/* to smale første kolonner — resten av bredden går til kommentaren */
.karakterkort .tabell tr > *:nth-child(1) {
  flex: 0 0 160px;
}

.karakterkort .tabell tr > *:nth-child(2) {
  flex: 0 0 70px;
}

.karakterkort .tabell tr > *:nth-child(3) {
  flex: 1 1 auto;
}

/* ---- REDAKSJON (konklusjon): portrett til venstre, tekst ved siden av ---- */
.redaksjon__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-top: 0;
}

.redaksjon__photo {
  flex: 0 0 170px;
}
.redaksjon__photo img,
.redaksjon__photo .plassholder {
  width: 170px;
  height: 170px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid var(--kant-lys, rgba(58, 169, 240, 0.45));
  margin: 0;
}

.redaksjon__body {
  flex: 1 1 0;
  min-width: 0;
}
.redaksjon__body h3 {
  margin-top: 0;
}
.redaksjon__body p + p {
  margin-top: 20px;
}
.redaksjon__body .handling {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .redaksjon__row {
    flex-direction: column;
    align-items: center;
  }
  .redaksjon__photo {
    flex: 0 0 auto;
  }
  .redaksjon__body {
    width: 100%;
    text-align: center;
  }
  .redaksjon__body h3 {
    padding: 0;
  }
  .redaksjon__body h3::before {
    display: none;
  }
  .redaksjon__body .handling {
    margin-left: auto;
    margin-right: auto;
  }
}
/* revisjonsdato og påminnelse om vilkår rett under bylinen */
.redaksjon__stamp {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 2px solid var(--kant-lys, rgba(58, 169, 240, 0.45));
  font-size: 13px;
  line-height: 1.55;
  color: var(--skrift-mild, #88a3bb);
}

.velkomstpakke {
  position: relative;
  overflow: hidden;
  border-radius: var(--bue-lg, 10px);
  padding: 60px;
}
.velkomstpakke > div:not(.dekkbilde) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 20, 33, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--bue-lg, 8px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .velkomstpakke {
    padding: 40px 20px;
  }
  .velkomstpakke > div:not(.dekkbilde) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .velkomstpakke {
    padding: 20px 12px;
  }
  .velkomstpakke > div:not(.dekkbilde) {
    padding: 15px;
  }
}

.spinnbonus .parvis--speil > div:first-child {
  flex: 0 0 min(46%, 520px);
  min-height: 0;
  aspect-ratio: 4/3;
  align-self: flex-start;
}
.spinnbonus .parvis--speil > div:first-child img:not(:where(.ikon, .merkelogo)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .spinnbonus .parvis--speil > div:first-child {
    flex: none;
    width: 100%;
    aspect-ratio: 16/10;
  }
}

/* the photo sits in the first column (.parvis--speil) and fills the full height
   of the text column beside it. */
.tilbakebetaling .parvis--speil > div:first-child {
  flex: 0 0 min(46%, 520px);
  align-self: stretch;
  min-height: 0;
}
.tilbakebetaling .parvis--speil > div:first-child img:not(:where(.ikon, .merkelogo)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .tilbakebetaling .parvis--speil > div:first-child {
    flex: 0 0 260px;
    width: 100%;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .tilbakebetaling .parvis--speil > div:first-child {
    flex: 0 0 210px;
    min-height: 210px;
  }
}

.er-app .ansvarligspill {
  position: relative;
  overflow: hidden;
  border-radius: var(--bue-lg, 10px);
  padding: 60px;
}
.er-app .ansvarligspill > div:not(.dekkbilde) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 20, 33, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--bue-lg, 8px);
  border: 1px solid var(--kant, rgba(202, 223, 242, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .er-app .ansvarligspill {
    padding: 40px 20px;
  }
  .er-app .ansvarligspill > div:not(.dekkbilde) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .er-app .ansvarligspill {
    padding: 20px 12px;
  }
  .er-app .ansvarligspill > div:not(.dekkbilde) {
    padding: 15px;
  }
}

.installer .parvis {
  align-items: stretch;
}

.installer .parvis--speil > div:first-child img {
  object-position: left center;
}

.installer .trinnliste {
  margin-top: 12px;
}

/* ---- SYSTEMKRAV — krav til appen: tabell i full bredde, foto under ---- */
.systemkrav .parvis--speil > div:first-child {
  flex: 0 0 min(46%, 520px);
  align-self: stretch;
  min-height: 0;
}
@media (max-width: 850px) {
  .systemkrav .parvis--speil > div:first-child {
    flex: 0 0 260px;
    width: 100%;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .systemkrav .parvis--speil > div:first-child {
    flex: 0 0 210px;
    min-height: 210px;
  }
}
.systemkrav .parvis--speil > div:last-child .tabell {
  margin-top: 0;
}
.systemkrav {
  /* smalere kolonne: mindre luft, fast bredde på parametercellen */
}
.systemkrav .tabell > table tr {
  gap: 18px;
  padding: 12px 16px;
}
.systemkrav .tabell > table tbody th {
  flex: 0 0 34%;
  color: var(--isbre, #3aa9f0);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.systemkrav .tabell > table thead th:first-child {
  flex: 0 0 34%;
}
.systemkrav .tabell > table {
  /* full bredde på nettbrett, vannrett rulling på telefon */
}
@media (max-width: 850px) {
  .systemkrav .tabell > table {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .systemkrav .tabell > table {
    width: auto;
    min-width: 460px;
  }
  .systemkrav .tabell > table tr {
    gap: 12px;
    padding: 11px 12px;
  }
  .systemkrav .tabell > table tbody th {
    flex: 0 0 38%;
  }
  .systemkrav .tabell > table thead th:first-child {
    flex: 0 0 38%;
  }
}

.kort.ikkefunnet {
  min-height: 560px;
  padding: clamp(24px, 4vw, 52px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 80px);
  text-align: center;
}
.kort.ikkefunnet::before {
  content: "";
  position: absolute;
  inset: auto 4% 0 auto;
  width: min(42vw, 520px);
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 179, 71, 0.2), transparent 68%);
  pointer-events: none;
}

.ikkefunnet__copy {
  flex: 1 1 620px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.ikkefunnet__copy p {
  max-width: 620px;
}
.ikkefunnet__character {
  position: relative;
  flex: 0 1 390px;
  align-self: stretch;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.ikkefunnet__speech {
  position: absolute;
  top: auto;
  bottom: 445px;
  left: 0;
  z-index: 2;
  width: max-content;
  max-width: 240px;
  margin: 0;
  padding: 13px 20px;
  border: 2px solid var(--isbre, #3aa9f0);
  border-radius: 22px;
  background: var(--skrift-lys, #f1f7fd);
  color: var(--skrift-invers, #061421);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-3deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.ikkefunnet__speech strong {
  color: #ffb347;
}
.ikkefunnet__speech::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -15px;
  width: 25px;
  height: 25px;
  background: var(--skrift-lys, #f1f7fd);
  border-right: 2px solid var(--isbre, #3aa9f0);
  border-bottom: 2px solid var(--isbre, #3aa9f0);
  transform: skew(18deg) rotate(38deg);
}
.kort .ikkefunnet__owl, .ikkefunnet__owl {
  width: min(100%, 360px);
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

@media (max-width: 767px) {
  .kort.ikkefunnet {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }
  .ikkefunnet__copy {
    display: contents;
  }
  .ikkefunnet__copy h2 {
    order: 1;
  }
  .ikkefunnet__copy p {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .ikkefunnet__character {
    order: 3;
    width: 100%;
    min-height: 350px;
    align-self: auto;
    /* holder snakkeboblen unna avsnittet over på smale skjermer */
    margin-top: 14px;
  }
  .ikkefunnet__copy .handling {
    order: 4;
  }
  .ikkefunnet__speech {
    top: auto;
    bottom: 330px;
    left: 50%;
    transform: translateX(-85%) rotate(-3deg);
    font-size: 16px;
  }
  .kort .ikkefunnet__owl, .ikkefunnet__owl {
    width: min(100%, 280px);
    height: 350px;
  }
}
@media (max-width: 450px) {
  .ikkefunnet__speech {
    left: 8px;
    transform: rotate(-3deg);
  }
}
.skrapeluke {
  --shift: 118px;
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 45;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  translate: var(--shift) 0;
  transition: translate 0.45s cubic-bezier(0.3, 1.25, 0.4, 1);
}
.skrapeluke.is-open {
  translate: 0 0;
}

.skrapeluke__toggle {
  flex: 0 0 auto;
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--strok-is, linear-gradient(180deg, #7ad3ff 0%, #1372ad 100%));
  color: #061421;
  cursor: pointer;
  box-shadow: -4px 0 14px rgba(58, 169, 240, 0.35);
}
.skrapeluke__toggle svg {
  fill: none;
  transition: transform 0.3s ease;
  animation: no-pil-dytt 1.5s ease-in-out infinite;
}
@media (hover: hover) {
  .skrapeluke__toggle:hover {
    filter: brightness(1.08);
  }
}

.skrapeluke.is-open .skrapeluke__toggle svg {
  transform: rotate(180deg);
  animation: none;
}

@keyframes no-pil-dytt {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
.skrapeknapp {
  position: relative;
  flex: 0 0 auto;
  width: 100px;
  aspect-ratio: 16/9;
  margin: 0 10px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.48));
  cursor: pointer;
  isolation: isolate;
  animation: no-skrape-sveve 3.2s ease-in-out infinite;
}
.skrapeknapp img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.skrapeknapp span {
  position: absolute;
  inset: 30% 20% 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  color: #b6dcf5;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
@media (hover: hover) {
  .skrapeknapp:hover {
    animation-play-state: paused;
    filter: drop-shadow(0 12px 24px rgba(58, 169, 240, 0.42));
    transform: rotate(1deg) scale(1.06);
  }
}

@keyframes no-skrape-sveve {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}
.skrapelodd {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 17, 15, 0.78);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.skrapelodd.is-on {
  opacity: 1;
}

.skrapelodd__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(94vw, 760px);
  padding: 62px 88px 48px;
  background: url("../images/scratch-card.webp") center/100% 100% no-repeat;
  text-align: center;
  transform: rotate(-3deg);
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 20px rgba(58, 169, 240, 0.35));
  animation: no-skrape-glo 2.6s ease-in-out infinite;
}

@keyframes no-skrape-glo {
  0%, 100% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 16px rgba(58, 169, 240, 0.3));
  }
  50% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 36px rgba(58, 169, 240, 0.6));
  }
}
.skrapelodd__brand {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #14293b;
  margin: 0 0 6px;
}

.skrapelodd__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #14293b;
  margin-top: 14px;
}

.skrapelodd__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(6, 20, 33, 0.7);
  color: var(--skrift-mild, #88a3bb);
  font-size: 22px;
  line-height: 1;
  transition: color var(--glid), background var(--glid);
}
@media (hover: hover) {
  .skrapelodd__close:hover {
    color: var(--skrift-lys, #f1f7fd);
    background: rgb(6, 20, 33);
  }
}

.skrapelodd__title {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0c1e2c;
  margin: 0;
}

.skrapelodd__sub {
  font-size: 13px;
  color: #1a3a52;
  margin-top: 4px;
}

.skrapelodd__zone {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 16px;
  border-radius: var(--bue-lg, 10px);
  overflow: hidden;
}

.skrapelodd__prize {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: radial-gradient(60% 80% at 50% 0%, rgba(58, 169, 240, 0.15) 0%, transparent 100%), var(--fjord-dyp, #061421);
  color: var(--skrift-lys, #f1f7fd);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.skrapelodd__prize b {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--isbre, #3aa9f0);
}
.skrapelodd__prize span {
  font-size: 14px;
  font-weight: 600;
  color: var(--skrift-brod, #cfe1ef);
}

.skrapelodd__foil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: none;
  transition: opacity 0.6s ease;
}
.skrapelodd__foil.is-cleared {
  opacity: 0;
  pointer-events: none;
}

.skrapelodd__coin {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45%;
  background: linear-gradient(90deg, #0e4a68 0%, #16719b 12%, #b6dcf5 42%, #115a7d 70%, #0b3c55 100%);
  border: 2px solid #0b3a52;
  box-shadow: inset 3px 0 4px rgba(255, 255, 255, 0.55), inset -3px 0 4px rgba(6, 44, 33, 0.55), 5px 8px 12px rgba(0, 0, 0, 0.48);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-18deg);
  transition: opacity 0.15s ease;
  z-index: 2;
}
.skrapelodd__coin.is-visible {
  opacity: 1;
}
.skrapelodd__coin.is-rubbing {
  animation: no-mynt-gni 0.35s ease-in-out infinite;
}

.skrapelodd__win {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 8px 22px;
  border: 3px solid var(--isbre, #3aa9f0);
  border-radius: 10px;
  background: rgba(6, 20, 33, 0.78);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(20px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--isbre, #3aa9f0);
  text-shadow: 0 2px 0 rgba(8, 64, 48, 0.8), 0 6px 18px rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
}

.skrapelodd__card.is-won .skrapelodd__win {
  animation: no-gevinst-stempel 0.55s cubic-bezier(0.2, 1.4, 0.4, 1) 0.25s forwards;
}

@keyframes no-gevinst-stempel {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-7deg) scale(1);
  }
}
.skrapelodd__flake {
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background: linear-gradient(135deg, #b6dcf5 0%, #3aa9f0 55%, #14688f 100%);
  box-shadow: 0 0 4px rgba(58, 169, 240, 0.4);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: no-flak-fall var(--dur, 0.7s) ease-in forwards;
}

@keyframes no-flak-fall {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--fx, 0px)), calc(-50% + var(--fy, 60px))) rotate(var(--rot, 180deg));
  }
}
@keyframes no-mynt-gni {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(0.96);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
}
.skrapelodd__cta.handling {
  margin-top: 20px;
  opacity: 0.45;
  filter: saturate(0.5);
  pointer-events: none;
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.skrapelodd__card.is-won .skrapelodd__cta.handling {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.skrapelodd__card.is-won .skrapelodd__prize b {
  animation: no-premie-sprett 0.6s ease;
}

@keyframes no-premie-sprett {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 450px) {
  .skrapeluke {
    --shift: 92px;
    top: auto;
    bottom: 150px;
    transform: none;
  }
  .skrapeluke__toggle {
    width: 26px;
    height: 50px;
  }
  .skrapeknapp {
    width: 78px;
    margin: 0 6px;
  }
  .skrapeknapp span {
    font-size: 7px;
  }
  .skrapelodd {
    padding: 10px;
  }
  .skrapelodd__card {
    padding: 34px 20px 26px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: rotate(-2deg);
  }
  .skrapelodd__prize b {
    font-size: 36px;
  }
  .skrapelodd__prize {
    font-size: 15px;
  }
}
:focus-visible {
  outline: 2px solid var(--isbre, #3aa9f0);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
