@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap');
:root {
  --primary: #0077db;
  --secondary: #031409;
  --accent: #0077db;
  --bg: #ffffff;
  --text: #4d4d4d;
  --muted: #8b8b8b;
  --btn-text: #ffffff;
  --surface: #f8f8f8;
  --surface-2: #f1f1f1;
  --border: rgba(77,77,77,0.1);
  --border-strong: rgba(77,77,77,0.18);
  --header-bg: rgba(255,255,255,0.94);
  --hero-grad: rgba(0,119,219,0.08);
  --shadow: rgba(0,119,219,0.28);
  --radius: 20px;
  --font: 'Space Grotesk', 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-heading: 'Space Grotesk', 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --logo-card: #1b1e26;
  --logo-border: #2a2e38;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.xuv1X96bf7 {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}
.PRdhLdOt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.xMGqYvwRYB {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: var(--header-bg);
  z-index: 1000;
  backdrop-filter: blur(12px);
}
.luykDxg5G2J {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.HoUaYd4s {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.i7GuOyrfuI {
  height: 40px;
  width: auto;
}
.kiLkmnr8c9Xt {
  display: flex;
  gap: 24px;
  align-items: center;
}
.lKBoLY0AwY {
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}
.lKBoLY0AwY:hover {
  opacity: 1;
  color: var(--primary);
}
.mWmTVwfuGoN1 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.GV0t5fZh {
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.NSJvmesy9 {
  display: inline-block;
  padding: 12px 28px;
  background: var(--primary);
  color: var(--btn-text);
  text-decoration: none;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
  text-align: center;
}
.NSJvmesy9:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow);
}
/* Dubbelt så stor CTA under den genererade bannern */
.AM5lNPdUgi {
  padding: 24px 56px;
  font-size: 28px;
  font-weight: 800;
}
.AM5lNPdUgi {
  box-shadow: 0 10px 32px var(--shadow);
  animation: sOdnezC92B 2.4s ease-in-out infinite;
}
@keyframes sOdnezC92B {
  0%, 28%, 100% { transform: scale(1); }
  10% { transform: scale(1.07); }
  18% { transform: scale(1.02); }
}
.Hiv9S1T5sxz {
  padding: 80px 0 60px;
  text-align: center;
  background: linear-gradient(180deg, var(--hero-grad) 0%, transparent 100%);
}
.lpJtvdbPQBGA {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--text) 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Ix9McMyK {
  font-size: 18px;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto 32px;
}
/* Bred-mallen: fullbredds-hero med AI-bakgrund, mörk gradient, text till vänster */
.Vb6Jw9aL {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: center;
}
.YLN9d1qeTgAj {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.EFRZEHssaNd7 {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.12) 100%), linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.4) 100%);
}
.bEYNLz0gytS {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 20px;
}
.t4ogyRfKZ {
  font-family: var(--font-heading);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 14px;
}
.cD37rUmi {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  max-width: 520px;
  margin-bottom: 28px;
}
.Vb6Jw9aL .opAppM6JdN5 {
  color: rgba(255,255,255,0.75);
}
.Vb6Jw9aL .cQUD1d0Th5 {
  text-align: left;
}
.xQDGsygl0kNl {
  min-height: 280px;
}
.xQDGsygl0kNl .bEYNLz0gytS {
  padding: 48px 20px;
}
.xQDGsygl0kNl .t4ogyRfKZ {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 0;
}
.WYB4FkI92 {
  padding: 60px 0;
}
.obyRuDctVz {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.opAppM6JdN5 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}
.NHMUpm0PYM {
  margin-bottom: 16px;
  opacity: 0.85;
  line-height: 1.7;
}
/* Bildblock som AI:n placerar i texten (direkt under rubriken): spel,
   leverantörer, betalmetoder. Ingen egen rubrik, ingen panel. */
.Tt7kCQqU353B {
  margin: 20px 0 32px;
}
.XI0xDbDLz {
  text-align: center;
  margin-top: 18px;
}
.ad56t7k8 {
  text-align: center;
  margin: 28px 0;
}
/* Promokod-blocket: klick = kopiera + öppna CTA:n */
.cQUD1d0Th5 {
  text-align: center;
  margin: 26px 0;
}
.xyMS8D8pZSop {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: var(--surface);
  border: 2px dashed var(--primary);
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font);
  transition: transform 0.2s, box-shadow 0.2s;
}
.xyMS8D8pZSop:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow);
}
.GslC7ajrVB {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
}
.r5qVluj1iTfr {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--primary);
}
.V4vxjvKhAh {
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  background: var(--primary);
  color: var(--btn-text);
  border-radius: var(--radius);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .xyMS8D8pZSop {
    gap: 10px;
    padding: 12px 14px;
  }
  .r5qVluj1iTfr {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.yDlwx0sTGHM {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.SrBkX1EoYBH {
  display: block;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  transition: border-color 0.2s, transform 0.2s;
}
.SrBkX1EoYBH:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
}
/* Svag mörk gradient över omslaget, fördjupas på hover */
.SrBkX1EoYBH::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.78) 100%);
  opacity: 0.7;
  transition: opacity 0.25s;
  pointer-events: none;
}
.SrBkX1EoYBH:hover::after {
  opacity: 1;
}
.G5fCg9W84OR {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.SrBkX1EoYBH:hover .G5fCg9W84OR {
  transform: scale(1.06);
}
/* Centrerad PLAY-knapp — tonas in på hover, alltid synlig utan pekare (mobil) */
.APJXCgTjb6K {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--primary);
  color: var(--btn-text);
  padding: 10px 26px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  transition: opacity 0.2s, transform 0.2s;
}
@media (hover: hover) {
  .APJXCgTjb6K {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  .SrBkX1EoYBH:hover .APJXCgTjb6K {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.e7fgfmN5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.dSvjE2NrY {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 22px;
  background: var(--logo-card);
  border: 1px solid var(--logo-border);
  border-radius: 999px;
  transition: border-color 0.2s, transform 0.2s;
}
.dSvjE2NrY:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}
.AoZcS8r6RNAe {
  display: block;
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.aopbpyaiCHOd {
  padding: 40px 0;
  border-bottom: 1px solid var(--surface-2);
}
.orZpxDcRSfHf {
  text-align: center;
  padding: 32px 0;
}
.HG7z33ToK {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  background: var(--surface);
}
.CV8cuIDmW {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.s2MKZxJWTWhl {
  margin-bottom: 18px;
}
.s2MKZxJWTWhl a {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.s2MKZxJWTWhl img {
  height: 32px;
  width: auto;
}
.bGcTYKiYW {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
}
.NIU9lNJlGLXk {
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.NIU9lNJlGLXk:hover {
  opacity: 1;
  color: var(--primary);
}
.SD2ZGojE9 {
  font-size: 12px;
  opacity: 0.4;
  margin-top: 16px;
  line-height: 1.6;
}
.RXgIHFKF0R {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.RXgIHFKF0R .dSvjE2NrY {
  min-height: 52px;
  padding: 10px 18px;
}
.RXgIHFKF0R .AoZcS8r6RNAe {
  max-height: 28px;
}
.s5BHyD1QxcU {
  font-size: 13px;
  opacity: 0.75;
  margin-top: 4px;
}
.s5BHyD1QxcU a {
  color: var(--text);
  text-decoration: none;
}
.s5BHyD1QxcU a:hover {
  color: var(--primary);
}
.hz1Z8ysGyf4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 24px 0;
}
.x6uDfa3MI6L {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color 0.2s;
}
.x6uDfa3MI6L:hover {
  border-color: var(--primary);
}
.RAaFnSxSTtf9 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.OOj3Wf4V {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.ERZMvh4yQzK {
  background: var(--surface-2);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
}
.IJLkEYUTrdNC {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.kYPdqbkNpY {
  margin: 24px 0;
}
.w5ag3S4ZJ {
  margin-bottom: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.WYNK9NsWKIu {
  padding: 16px;
  cursor: pointer;
  font-weight: 600;
  background: var(--surface);
}
.E8WQtsSanav2 {
  padding: 0 16px 16px;
  opacity: 0.8;
}
.PcrpJOe7T4 {
  margin-bottom: 16px;
  padding-left: 24px;
}
.Qafd2FMyC {
  margin-bottom: 8px;
}
/* Innehåll från AI/inklistring använder råa element (h2, table, details,
   a.cta-btn) — temat appliceras via scopade elementregler. */
.hjTnwc8V h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  margin: 36px 0 14px;
}
.hjTnwc8V h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0 10px;
}
.hjTnwc8V p {
  margin-bottom: 16px;
  opacity: 0.9;
  line-height: 1.7;
}
.hjTnwc8V ul, .hjTnwc8V ol {
  margin: 0 0 16px 24px;
}
.hjTnwc8V li {
  margin-bottom: 8px;
}
.hjTnwc8V a {
  color: var(--primary);
}
.hjTnwc8V a.cta-btn {
  display: inline-block;
  padding: 12px 28px;
  margin: 8px 0 24px;
  background: var(--primary);
  color: var(--btn-text);
  text-decoration: none;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hjTnwc8V a.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow);
}
/* .content a (primärfärg) får inte vinna över knapptexten */
.hjTnwc8V a.NSJvmesy9 {
  color: var(--btn-text);
}
.hjTnwc8V table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.hjTnwc8V th {
  background: var(--surface-2);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
}
.hjTnwc8V td {
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.hjTnwc8V details {
  margin-bottom: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}
.hjTnwc8V summary {
  padding: 16px;
  cursor: pointer;
  font-weight: 600;
}
.hjTnwc8V details[open] summary {
  border-bottom: 1px solid var(--border);
  margin-bottom: 12px;
}
.hjTnwc8V details > p, .hjTnwc8V details > div {
  padding: 0 16px 16px;
  margin-bottom: 0;
}
.JSx5jaHcfRXP {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.CUFrIQWWB {
  max-width: 1200px;
  margin: 4px auto 28px;
  text-align: center;
}
.CUFrIQWWB a {
  display: inline-block;
  line-height: 0;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.CUFrIQWWB a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow);
}
.yUUlKXJmg1F {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .kiLkmnr8c9Xt {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: var(--bg);
    flex-direction: column;
    padding: 80px 24px 24px;
    gap: 16px;
    border-left: 1px solid var(--border-strong);
    z-index: 1001;
  }
  .kiLkmnr8c9Xt.Ep4ksI8GkXtc {
    display: flex;
  }
  .JSx5jaHcfRXP.Ep4ksI8GkXtc {
    display: block;
  }
  .mWmTVwfuGoN1 {
    display: flex;
  }
  .Hiv9S1T5sxz {
    padding: 48px 0 36px;
  }
  .Vb6Jw9aL {
    min-height: 440px;
    text-align: center;
  }
  .xQDGsygl0kNl {
    min-height: 220px;
  }
  .cD37rUmi {
    margin-left: auto;
    margin-right: auto;
  }
  .Vb6Jw9aL .cQUD1d0Th5 {
    text-align: center;
  }
  .lpJtvdbPQBGA {
    font-size: 28px;
  }
  .WYB4FkI92 {
    padding: 36px 0;
  }
  .yDlwx0sTGHM {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .e7fgfmN5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .dSvjE2NrY {
    min-height: 56px;
    padding: 10px 16px;
  }
  .AoZcS8r6RNAe {
    max-height: 34px;
  }
  .NSJvmesy9 {
    padding: 10px 20px;
    font-size: 13px;
  }
  .AM5lNPdUgi {
    padding: 18px 36px;
    font-size: 20px;
  }
  .hjTnwc8V table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 480px) {
  .yDlwx0sTGHM {
    grid-template-columns: repeat(2, 1fr);
  }
  .hz1Z8ysGyf4 {
    grid-template-columns: 1fr;
  }
}