/* EK PokerStack — offentlig nettside (retning A: plakat-arven)
   Designspråk: Outfit, EK-blå gradient, chevron-deling fra skjoldet, telefon-vifte. */

:root {
  --ink: #05080d;
  --ink-2: #0b0f16;
  --navy-deep: #0f1c30;
  --navy: #1e3a5c;
  --navy-hi: #2e5f8f;
  --blue: #3b8fd4;
  --blue-hi: #6db1e4;
  --blue-soft: #9ec9ef;
  --text: #eaf3fb;
  --muted: #b9c8d8;
  --dim: #8fa3b8;
  --card: rgba(20, 32, 48, 0.82);
  --card-solid: #16273c;
  --border: rgba(255, 255, 255, 0.12);
  --green: #1f8f4d;
  --green-hi: #35c76f;
  --gold: #d4af37;
  --red: #e0524d;
  --radius: 18px;
  --wrap: 1200px;
  --nav-h: 76px;
  --font: 'Outfit', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--ink);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-hi); text-decoration: none; }
a:hover { color: var(--blue-soft); }
button { font: inherit; }
::selection { background: rgba(59, 143, 212, 0.45); }
:focus-visible { outline: 2px solid var(--blue-hi); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0 0; }
.section-tight { padding: 70px 0 0; }
.center { text-align: center; align-items: center; }
.stack { display: flex; flex-direction: column; gap: 18px; }
.narrow { max-width: 720px; }
.mt-40 { margin-top: 40px; }
.mt-28 { margin-top: 28px; }

/* ---------- Typografi ---------- */
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-hi); }
.h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 900; line-height: 1.02; letter-spacing: -0.015em; color: #fff; text-wrap: pretty; }
.h2 { font-size: clamp(30px, 3.6vw, 46px); font-weight: 900; line-height: 1.08; letter-spacing: -0.01em; color: #fff; text-wrap: pretty; }
.h3 { font-size: 22px; font-weight: 800; color: #fff; line-height: 1.2; }
.lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--muted); text-wrap: pretty; }
.small { font-size: 14px; color: var(--muted); }
.dim { color: var(--dim); }
.accent { color: var(--blue-hi); }

/* ---------- Knapper, chips ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 12px; border: 1px solid transparent;
  font-weight: 700; font-size: 16px; cursor: pointer; white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.btn svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 24px rgba(59, 143, 212, 0.28); }
.btn-primary:hover { background: #4a9be0; color: #fff; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(59, 143, 212, 0.38); }
.btn-ghost { background: rgba(255, 255, 255, 0.06); color: var(--text); border-color: rgba(255, 255, 255, 0.18); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); color: #fff; border-color: rgba(255, 255, 255, 0.3); transform: translateY(-2px); }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: 15px; }
.btn[disabled] { opacity: 0.6; cursor: wait; transform: none; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; min-height: 28px; padding: 3px 12px 3px 10px; border-radius: 999px;
  background: rgba(59, 143, 212, 0.1); border: 1px solid rgba(59, 143, 212, 0.28);
  font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: var(--blue-soft);
}
.chip::before { content: ''; width: 6px; height: 6px; border-radius: 999px; background: var(--blue-hi); flex: none; }
.tag { display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.tag-green { background: var(--green); color: #fff; }
.tag-blue { background: rgba(59, 143, 212, 0.2); color: var(--blue-hi); }
.tag-gold { background: var(--gold); color: #1a160d; }
.tag-outline { background: rgba(59, 143, 212, 0.16); border: 1px solid rgba(59, 143, 212, 0.4); color: var(--blue-soft); }

.sticker {
  display: inline-flex; transform: rotate(-4deg);
  background: var(--green); border: 3px solid var(--green-hi); color: #fff;
  font-weight: 900; font-size: 22px; padding: 8px 20px; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* ---------- Kort ---------- */
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); }
.card-pad { padding: 24px; }
.card-solid { background: var(--card-solid); }
.card-blue { background: linear-gradient(160deg, #24466b, #16273c); border-color: rgba(109, 177, 228, 0.5); }
.card img.shot { width: 100%; height: 150px; object-fit: cover; object-position: left top; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.1); }
.shot-lg { width: 100%; border-radius: 12px; border: 1px solid var(--border); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45); }
.ico { width: 24px; height: 24px; stroke: var(--blue-hi); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ico-box { width: 56px; height: 56px; border-radius: 14px; background: rgba(59, 143, 212, 0.18); display: flex; align-items: center; justify-content: center; flex: none; }
.ico-box .ico { width: 28px; height: 28px; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-13 { grid-template-columns: 1.3fr 1fr; }
.split-12 { grid-template-columns: 1fr 2fr; align-items: start; gap: 50px; }
.split-cmp { grid-template-columns: 1fr 1.2fr; align-items: start; gap: 50px; }

.li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: #d6e2ee; }
.li::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 999px; background: var(--blue); margin-top: 9px; flex: none; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.45; color: #d6e2ee; }
.check svg { width: 18px; height: 18px; flex: none; margin-top: 3px; stroke: var(--green-hi); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav-h);
  background: rgba(15, 28, 48, 0.72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand img { width: 40px; height: 40px; }
.brand b { font-size: 21px; font-weight: 800; letter-spacing: 0.01em; white-space: nowrap; }
.brand b span { color: var(--blue-hi); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font-size: 15px; font-weight: 600; color: #d6e2ee; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: #fff; border-bottom-color: var(--blue); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang { display: flex; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 8px; overflow: hidden; }
.lang a, .lang button { background: transparent; border: 0; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; padding: 7px 10px; cursor: pointer; line-height: 1; }
.lang a:hover { color: #fff; }
.lang a.on, .lang button.on { background: rgba(255, 255, 255, 0.14); color: #fff; }
.nav-portal { font-size: 14px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.nav-portal:hover { color: #fff; }
.burger { display: none; width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.nav.open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .burger span:nth-child(2) { opacity: 0; }
.nav.open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile { display: none; }

/* ---------- Hero ---------- */
.hero-bg { position: relative; z-index: 2; padding-top: var(--nav-h); background: radial-gradient(1400px 900px at 15% -10%, var(--navy-hi) 0%, var(--navy) 40%, var(--navy-deep) 100%); }
.hero-bg.right { background: radial-gradient(1400px 900px at 85% -10%, var(--navy-hi) 0%, var(--navy) 40%, var(--navy-deep) 100%); }
.hero-bg.centered { background: radial-gradient(1200px 600px at 50% -20%, var(--navy-hi) 0%, var(--navy) 40%, var(--navy-deep) 100%); }
.hero-bg.photo { background-size: cover; background-position: center; }
.hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: center; padding: 70px 24px 110px; }
.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero-copy .lead { max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-single { padding: 80px 24px 100px; max-width: 760px; display: flex; flex-direction: column; gap: 24px; }
.hero-centered { padding: 60px 24px 90px; display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }

/* Telefon-viften */
.stage { position: relative; width: 100%; max-width: 600px; aspect-ratio: 600 / 620; margin: 0 auto; }
.phone { position: absolute; border-radius: 34px; border: 8px solid var(--ink-2); background: var(--ink-2); box-shadow: 0 0 0 1px #2a3647, 0 30px 60px rgba(0, 0, 0, 0.55); overflow: hidden; }
.phone img { width: 100%; height: auto; }
.stage .p1 { left: 5%; top: 12%; width: 35%; transform: rotate(-8deg); z-index: 1; }
.stage .p2 { left: 32%; top: 1%; width: 39%; z-index: 3; }
.stage .p3 { left: 60%; top: 12%; width: 35%; transform: rotate(8deg); z-index: 2; }
.stage .sticker { position: absolute; left: 24%; top: 84%; z-index: 4; font-size: 20px; white-space: nowrap; }
.phones-row { display: flex; gap: 20px; justify-content: center; align-items: flex-end; }
.phones-row .phone { position: static; width: min(210px, 42%); border-radius: 30px; }
.phones-row .phone.up { margin-bottom: 40px; }

/* Chevron-delingen fra skjoldet: tegnes som én skrå gradient (3.2°) med px-stopp,
   så stripene beholder tykkelse og vinkel og alltid får plass — også på ultrabrede skjermer.
   Stopp måles fra gradientens start (nederst til høyre); --p = toppen av den blå stripa ved høyre kant. */
.divide {
  --sb: clamp(16px, 2vw, 28px);      /* blå stripe */
  --sk: clamp(16px, 2vw, 28px);      /* mørk stripe */
  --sw: clamp(9px, 1.1vw, 16px);     /* hvit stripe */
  --dh: calc(5.6vw + 78px);          /* høyde: stigning (tan 3.2° ≈ 0.056 × bredde) + stripene */
  --p: calc(var(--dh) - 6px);
  position: relative; height: var(--dh); z-index: 1;
  background: linear-gradient(-3.2deg,
    var(--ink) 0,
    var(--ink) calc(var(--p) - var(--sb) - var(--sk) - var(--sw) - 0.6px),
    #fff calc(var(--p) - var(--sb) - var(--sk) - var(--sw) + 0.6px),
    #fff calc(var(--p) - var(--sb) - var(--sk) - 0.6px),
    var(--ink-2) calc(var(--p) - var(--sb) - var(--sk) + 0.6px),
    var(--ink-2) calc(var(--p) - var(--sb) - 0.6px),
    var(--blue) calc(var(--p) - var(--sb) + 0.6px),
    var(--blue) calc(var(--p) - 0.6px),
    var(--navy-deep) calc(var(--p) + 0.6px),
    var(--navy-deep) 100%);
}

/* Spiller-stripen */
.player-strip { margin-top: -40px; position: relative; z-index: 3; }
.player-strip .card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 30px; }
.player-strip .txt { display: flex; align-items: center; gap: 18px; }
.stores { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.store {
  display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 18px; border-radius: 10px;
  background: #000; border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; transition: border-color 0.2s, transform 0.2s;
}
.store:hover { color: #fff; border-color: rgba(255, 255, 255, 0.6); transform: translateY(-2px); }
.store svg { width: 24px; height: 24px; flex: none; }
.store small { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.04em; color: #cfd8e3; line-height: 1.1; }
.store b { display: block; font-size: 16px; font-weight: 700; line-height: 1.1; }
.qr { width: 78px; height: 78px; border-radius: 10px; background: #fff; padding: 4px; flex: none; }
.qr img { width: 100%; height: 100%; }
.qr-lg { width: 110px; height: 110px; }

/* «Én sannhet»-linja */
.truth { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 20px 28px; border-radius: 14px; background: rgba(59, 143, 212, 0.1); border: 1px solid rgba(59, 143, 212, 0.3); text-align: left; }
.truth b { font-size: 13px; font-weight: 800; letter-spacing: 0.16em; color: var(--blue-hi); white-space: nowrap; }
.truth span { font-size: 17px; }

/* Foto-band (Torsdag i klubben) */
.band-photo { position: relative; padding: 90px 0; background-size: cover; background-position: center; }
.band-photo .card { background: rgba(8, 12, 20, 0.8); }
.time-card { padding: 16px; }
.time-card .t { font-size: 13px; font-weight: 700; color: var(--blue-hi); }
.time-card .n { font-size: 16px; font-weight: 700; color: #fff; margin-top: 4px; line-height: 1.25; }
.time-card .d { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* Push-sammenligning */
.vs { display: flex; gap: 12px; align-items: stretch; margin-top: 6px; }
.vs > div { flex: 1; border-radius: 12px; padding: 14px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); }
.vs > div.win { background: rgba(59, 143, 212, 0.14); border-color: rgba(59, 143, 212, 0.4); }
.vs .lbl { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); }
.vs .win .lbl { color: var(--blue-hi); }
.vs .msg { font-size: 14px; color: var(--text); margin-top: 6px; }
.vs .seen { font-size: 13px; margin-top: 4px; color: var(--red); }
.vs .win .seen { color: var(--green-hi); }

/* Steg (oppstart, bli med) */
.steps { display: flex; flex-direction: column; gap: 22px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-n { width: 44px; height: 44px; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 900; font-size: 20px; display: flex; align-items: center; justify-content: center; flex: none; }
.step .h3 { font-size: 20px; }
.step p { font-size: 15px; color: var(--muted); }
.poster { width: min(340px, 80%); border-radius: 12px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); transform: rotate(3deg); margin: 0 auto; }

/* Tidslinje-seksjoner (For klubber) */
.tl { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 70px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.tl:first-of-type { border-top: 0; }
.time { display: inline-flex; align-items: baseline; gap: 12px; }
.time b { font-size: 34px; font-weight: 900; color: #fff; letter-spacing: -0.01em; }
.time span { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-hi); }

/* Sammenligningstabell */
.compare { overflow: hidden; }
.compare .row { display: grid; grid-template-columns: 1fr 110px 130px; align-items: center; padding: 14px 18px; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 15px; color: #d6e2ee; }
.compare .row.head { border-top: 0; background: rgba(255, 255, 255, 0.04); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; color: var(--muted); }
.compare .row.head .ek { color: var(--blue-hi); }
.compare .c { text-align: center; font-weight: 800; }
.compare .no { color: var(--red); }
.compare .yes { color: var(--green-hi); }
.compare .part { color: var(--muted); font-weight: 600; font-size: 13px; }

/* Priser */
.tier { padding: 30px; display: flex; flex-direction: column; gap: 16px; }
.tier .name { font-size: 30px; font-weight: 900; color: #fff; }
.tier .btn { margin-top: auto; }
.tier-free { border-color: rgba(53, 199, 111, 0.45); }
.mod { padding: 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.mod b { font-size: 17px; font-weight: 800; color: #fff; }
.mod span { font-size: 14px; line-height: 1.45; color: var(--muted); }
.mod.ask { border-style: dashed; justify-content: center; align-items: center; text-align: center; }

/* CTA-boks + skjema */
.cta {
  border-radius: 26px; padding: 60px 70px; position: relative; overflow: hidden;
  background: radial-gradient(900px 500px at 20% 0%, var(--navy-hi) 0%, var(--navy) 45%, var(--navy-deep) 100%);
  border: 1px solid rgba(109, 177, 228, 0.35);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center;
}
.cta .lead { color: #d6e2ee; }
.form { display: flex; flex-direction: column; gap: 12px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted); letter-spacing: 0.04em; }
.form input, .form textarea {
  width: 100%; font: inherit; font-size: 16px; color: #fff; padding: 12px 14px; border-radius: 10px;
  background: rgba(5, 8, 13, 0.55); border: 1px solid rgba(255, 255, 255, 0.18); outline: none; transition: border-color 0.2s;
}
.form input:focus, .form textarea:focus { border-color: var(--blue-hi); }
.form textarea { min-height: 96px; resize: vertical; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-msg { font-size: 14px; min-height: 20px; }
.form-msg.ok { color: var(--green-hi); }
.form-msg.err { color: var(--red); }
.cta-phones { position: relative; height: 300px; }
.cta-phones .phone { width: 180px; }
.cta-phones .p1 { left: 10%; top: 0; transform: rotate(-6deg); }
.cta-phones .p2 { left: 50%; top: 30px; transform: rotate(6deg); }

/* Footer */
.footer { margin-top: 110px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 50px 0 40px; }
.footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer .col { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--muted); }
.footer .col h5 { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; color: #fff; margin-bottom: 4px; }
.footer .col a { color: var(--muted); }
.footer .col a:hover { color: #fff; }
.footer .legal { font-size: 13px; line-height: 1.6; color: var(--dim); }
.footer .bottom { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--dim); }

/* Info-sider (company, legal) */
.page { padding-top: calc(var(--nav-h) + 70px); }
.info-grid { display: grid; grid-template-columns: 180px 1fr; gap: 12px 24px; font-size: 15px; }
.info-grid dt { color: var(--muted); font-weight: 600; }
.info-grid dd { color: #fff; }
.copy-block { font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; font-size: 13px; line-height: 1.7; white-space: pre-wrap; background: rgba(5, 8, 13, 0.55); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; color: var(--muted); }
.pending { color: var(--gold); font-style: italic; }
.policy-list { display: flex; flex-direction: column; gap: 10px; }
.policy { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 12px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); color: #fff; font-weight: 600; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.policy:hover { background: rgba(59, 143, 212, 0.12); border-color: rgba(59, 143, 212, 0.4); color: #fff; }
.policy .tag { font-size: 11px; }
.modal-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(5, 8, 13, 0.85); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { width: 100%; max-width: 820px; max-height: 88vh; overflow: hidden; display: flex; flex-direction: column; background: var(--card-solid); border: 1px solid var(--border); border-radius: 20px; }
.modal-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 26px; border-bottom: 1px solid var(--border); }
.modal-head h2 { font-size: 22px; font-weight: 800; color: #fff; }
.modal-close { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border); background: transparent; color: #fff; font-size: 22px; cursor: pointer; }
.modal-body { padding: 24px 26px 30px; overflow-y: auto; font-size: 15px; color: var(--muted); }
.modal-body h3 { font-size: 16px; font-weight: 800; color: #fff; margin: 22px 0 8px; }
.modal-body p { margin-bottom: 10px; line-height: 1.6; }
.modal-body ul { padding-left: 20px; margin-bottom: 10px; }
.modal-body li { margin-bottom: 6px; line-height: 1.55; }
.modal-body strong { color: #fff; }
.modal-meta { font-size: 13px; color: var(--dim); }

/* Reveal ved scroll */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .store { transition: none; }
}

/* ---------- Responsivt ---------- */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer .cols { grid-template-columns: 1fr 1fr; }
  .cta { padding: 44px 40px; }
}
@media (max-width: 960px) {
  .nav-links, .nav-portal { display: none; }
  .burger { display: flex; }
  .nav-mobile { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 99; background: rgba(11, 15, 22, 0.97); border-bottom: 1px solid var(--border); padding: 18px 24px 24px; flex-direction: column; gap: 6px; }
  .nav.open + .nav-mobile { display: flex; }
  .nav-mobile a { font-size: 18px; font-weight: 700; color: #fff; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .nav-mobile a.active { color: var(--blue-hi); }
  .hero { grid-template-columns: 1fr; padding: 40px 24px 60px; }
  .hero .stage { max-width: 520px; }
  .split, .split-13, .split-12, .split-cmp, .tl, .cta { grid-template-columns: 1fr; gap: 36px; }
  .grid-3 { grid-template-columns: 1fr; }
  .player-strip .card { flex-direction: column; align-items: flex-start; }
  .truth { flex-direction: column; text-align: center; gap: 8px; }
  .cta-phones { display: none; }
  .section { padding-top: 80px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions .btn { width: 100%; }
  .stores { width: 100%; }
  .stores .store { flex: 1; justify-content: center; }
  .compare .row { grid-template-columns: 1fr 64px 64px; padding: 12px 12px; font-size: 14px; }
  .form .row2 { grid-template-columns: 1fr; }
  .cta { padding: 34px 22px; border-radius: 20px; }
  .footer .cols { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; gap: 2px 0; }
  .info-grid dd { margin-bottom: 10px; }
  .band-photo { padding: 60px 0; }
  .time b { font-size: 28px; }
  .sticker { font-size: 17px; padding: 6px 14px; }
  .stage .sticker { font-size: 15px; left: 18%; }
  .brand b { font-size: 18px; }
  .brand img { width: 34px; height: 34px; }
  .nav .wrap { gap: 10px; }
  .nav-right { gap: 10px; }
  .nav-right .btn { display: none; }
  .lang a, .lang button { padding: 6px 8px; }
}
