:root{
  --bg1:#f6f8ff;
  --bg2:#eef2ff;
  --ink:#0c1323;
  --muted:rgba(12,19,35,.68);
  --line:rgba(12,19,35,.10);
  --card:rgba(255,255,255,.84);
  --shadow:0 18px 50px rgba(12,19,35,.08);
  --radius:28px;
  --grad:linear-gradient(135deg,#3655ff 0%, #8d53f7 55%, #f467c0 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:radial-gradient(1000px 700px at 15% 0%, rgba(54,85,255,.18), transparent 60%),radial-gradient(1000px 700px at 85% 20%, rgba(244,103,192,.15), transparent 60%),linear-gradient(180deg,var(--bg1),var(--bg2))}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
body.menu-open{overflow:hidden}
@media (max-width:980px){.topRight{max-height:calc(100vh - 88px);overflow:auto;-webkit-overflow-scrolling:touch}.topRight.open{padding-bottom:8px}.menuToggle{touch-action:manipulation}.chip,.btnGhost,.btnBuy,.cta{touch-action:manipulation}}

.wrap{max-width:1380px;margin:0 auto;padding:18px 18px 42px}
.topbar{position:sticky;top:0;z-index:100;background:rgba(246,248,255,.82);backdrop-filter:blur(12px);border-bottom:1px solid rgba(12,19,35,.07)}
.topwrap{max-width:1380px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:16px;min-width:0}
.brandLink{color:inherit}
.brandMark{width:72px;height:72px;border-radius:24px;background:var(--grad);box-shadow:0 14px 34px rgba(54,85,255,.18)}
.brandName{font-weight:950;font-size:28px;line-height:1;letter-spacing:-.03em}
.brandSub{margin-top:4px;color:rgba(12,19,35,.5);font-weight:700;font-size:13px}
.menuToggle{display:none;border:1px solid var(--line);background:#fff;border-radius:16px;padding:10px 12px;font-size:22px;line-height:1;cursor:pointer}
.topRight{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.chip{padding:14px 18px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.9);font-weight:850;box-shadow:0 8px 24px rgba(12,19,35,.04)}
.chip:hover,.cta:hover,.btnBuy:hover,.btnGhost:hover{transform:translateY(-1px)}
.alert{border:1px solid rgba(180,35,24,.14);background:rgba(255,238,241,.92);color:#b42318;padding:14px 16px;border-radius:18px;font-weight:800;margin-bottom:16px}
.alert.ok{border-color:rgba(2,122,72,.18);background:rgba(235,255,244,.92);color:#027a48}
.pageGrid{display:grid;grid-template-columns:minmax(0,1.5fr) 420px;gap:20px;align-items:start}
.contentCol{display:flex;flex-direction:column;gap:18px}
.stickyCol{position:static;display:flex;flex-direction:column;gap:16px}
.sectionCard,.payCard,.loginCard{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.sectionCard{padding:22px}
.heroShell{padding:18px}
.heroMedia{border-radius:28px;overflow:hidden;background:#000;box-shadow:0 12px 34px rgba(12,19,35,.16)}
.heroVideo{width:100%;aspect-ratio:16/10;display:block;object-fit:cover;object-position:center 28%}
.heroCopy{padding:14px 8px 2px}
.heroCopyGrid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}
.heroLoginBox{padding:18px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,#f8faff);box-shadow:0 16px 38px rgba(12,19,35,.08)}
.heroLoginTitle{font-size:24px;font-weight:950;color:var(--ink)}
.heroLoginLead{margin:8px 0 14px;font-size:16px;line-height:1.55;color:var(--muted)}
.heroLoginForm{display:grid;gap:10px}

.sectionKicker{font-size:14px;font-weight:900;color:#4260e0;text-transform:uppercase;letter-spacing:.01em}
h1,h2,h3{margin:0;letter-spacing:-.04em;line-height:.98}
h1{font-size:72px;margin-top:10px;max-width:11ch}
h2{font-size:44px;margin-top:8px}
h3{font-size:22px}
.heroLead,.paySub,.fine,.loginSub,.footerText,.utilityCard p,.chapterCard p,.featureMeta p{font-size:18px;line-height:1.58;color:var(--muted)}
.heroCtas{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.cta,.btnGhost,.btnBuy{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:20px;padding:14px 18px;font-weight:900;cursor:pointer;border:1px solid var(--line)}
.cta.primary,.btnBuy{background:var(--grad);color:#fff;border-color:transparent;box-shadow:0 18px 34px rgba(54,85,255,.16)}
.cta.small{padding:11px 14px;border-radius:16px;font-size:15px}
.cta.small.ghost{background:#fff}
.payCard,.loginCard{padding:22px}
.payTitle,.loginTitle{font-size:32px;font-weight:950;line-height:1}
.paySub,.loginSub{margin-top:12px}
.form{display:grid;gap:12px;margin-top:16px}
.lbl{font-size:14px;font-weight:900;color:rgba(12,19,35,.65)}
.inp,.txt{width:100%;padding:18px 20px;border-radius:20px;border:1px solid var(--line);background:#fff;font-size:18px;font-weight:700;outline:none}
.inp:focus,.txt:focus{border-color:rgba(54,85,255,.45);box-shadow:0 0 0 4px rgba(54,85,255,.10)}
.offerGrid{display:grid;gap:12px}
.offer{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);border-radius:22px;background:#fff;padding:16px;cursor:pointer}
.offer.active{border-color:rgba(54,85,255,.25);box-shadow:0 10px 24px rgba(54,85,255,.08)}
.offer input{margin-top:5px;accent-color:#3655ff}
.offerBody{flex:1}
.offerTop{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.offerName{font-size:26px;font-weight:950;line-height:1}
.offerPrice{font-size:24px;font-weight:950;line-height:1}
.offerMeta{margin-top:8px;color:var(--muted);font-size:18px;line-height:1.45;font-weight:750}
.sidebarMedia{margin-top:16px;display:grid;gap:12px}
.sidebarSlide{display:none;border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--line)}
.sidebarSlide.active{display:block}
.sidebarSlide video,.sidebarSlide img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover}
.sidebarSlideText{padding:12px 14px;display:flex;flex-direction:column;gap:4px}
.sidebarSlideText strong{font-size:18px}
.sidebarSlideText span{color:var(--muted);font-weight:700}
.featureVideoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.featureVideoCard{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}
.featureVideo{width:100%;aspect-ratio:16/10;object-fit:cover;background:#000}
.featureMeta{padding:16px}
.featureNum{font-size:14px;font-weight:900;color:#4260e0;text-transform:uppercase}
.featureMeta h3{margin-top:6px;font-size:30px}
.chapterStack{display:grid;grid-template-columns:1fr;gap:14px;margin-top:16px}
.chapterCard{display:grid;grid-template-columns:150px 1fr;gap:18px;border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden;padding:14px}
.chapterThumb{width:100%;height:150px;border-radius:18px;object-fit:cover}
.chapterNum{font-size:24px;font-weight:950;color:#4260e0;line-height:1}
.chapterSub{margin-top:4px;font-size:18px;font-weight:850;color:rgba(12,19,35,.7)}
.chapterBody p{margin:10px 0 0}
.chapterActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.livingGrid{display:grid;grid-template-columns:1fr;gap:18px}
.utilityCard h2{font-size:40px;margin-bottom:10px}
.toggleRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.toggleChip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer}
.toggleChip.active{background:rgba(54,85,255,.10);border-color:rgba(54,85,255,.20);color:#3655ff}
.recipeBox{margin-top:16px;background:rgba(54,85,255,.05);border:1px solid rgba(54,85,255,.10);border-radius:22px;padding:22px}
.recipePill{display:inline-block;padding:9px 14px;border-radius:999px;background:#fff;color:#3655ff;font-size:16px;font-weight:900;border:1px solid rgba(54,85,255,.14)}
.recipeBox h3{font-size:48px;margin-top:18px;max-width:11ch}
.resultWheel{margin-top:18px;padding:18px;background:rgba(54,85,255,.04);border:1px solid rgba(54,85,255,.10);border-radius:22px}
.wheelMeter{position:relative;width:240px;height:120px;border-radius:240px 240px 0 0;border:16px solid rgba(54,85,255,.14);border-bottom:0;margin:0 auto 16px;overflow:hidden}
.wheelNeedle{position:absolute;left:50%;bottom:0;width:6px;height:92px;background:linear-gradient(180deg,#3655ff,#f467c0);transform-origin:bottom center;transform:translateX(-50%) rotate(0deg);border-radius:999px;transition:transform .3s ease}
.wheelCenter{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);font-weight:900;color:#3655ff}
.resultText{font-size:18px;line-height:1.55;color:var(--muted)}
.crosswordCard{display:grid;gap:14px}
.crosswordClues ul{margin:10px 0 0 18px;padding:0}
.crosswordBoxes{display:flex;gap:8px;flex-wrap:wrap}
.crosswordBoxes input{width:46px;height:52px;border:1px solid var(--line);border-radius:14px;text-align:center;font-size:24px;font-weight:900;text-transform:uppercase}
.finePrint{font-size:17px;color:var(--muted);line-height:1.5}
.siteFooter{margin-top:24px;padding:22px;background:rgba(255,255,255,.58);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.footerGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}
.footerTitle{font-size:20px;font-weight:950}
.footerLinks{display:grid;gap:8px;margin-top:8px}
.footerLinks a{color:var(--muted);font-weight:800}
.supportFloat{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:90;border:0;border-radius:999px;background:#f6d100;color:#101010;font-weight:900;padding:18px 38px;box-shadow:0 18px 36px rgba(12,19,35,.18);cursor:pointer}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.shipBox{display:grid;gap:10px}
.loginCard{scroll-margin-top:110px}
.heroShell,.featureVideos,.chapterSection,.utilityCard{scroll-margin-top:110px}

/* old shared classes used in test / other pages */
.salesLayout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px}
.salesMain{display:flex;flex-direction:column;gap:18px}
.salesSticky{position:sticky;top:100px;display:flex;flex-direction:column;gap:16px}
.qblock{padding:14px 0;border-bottom:1px solid rgba(12,19,35,.08)}
.qblock strong{display:block;font-size:18px;margin-bottom:8px}
.opts{display:flex;gap:16px;flex-wrap:wrap}
.opt{display:inline-flex;gap:8px;align-items:center;font-weight:700;color:var(--muted)}
.pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;color:#3655ff}
.miniLegalLinks{display:flex;gap:12px;flex-wrap:wrap}
.miniLegalLinks a{font-weight:800;color:#3655ff}
.legalNotice{padding:14px 16px;border-radius:16px;background:rgba(54,85,255,.07);border:1px solid rgba(54,85,255,.12)}

@media (max-width:1180px){
  .pageGrid{grid-template-columns:minmax(0,1fr) 380px}
  h1{font-size:60px}
  .featureVideoGrid{grid-template-columns:1fr}
}
@media (max-width:980px){
  .wrap{padding:14px 14px 34px}
  .heroCopyGrid{grid-template-columns:1fr}
  .menuToggle{display:inline-flex}
  .topwrap{align-items:flex-start;flex-wrap:wrap}
  .topRight{display:none;width:100%;padding-top:8px}
  .topRight.open{display:flex}
  .pageGrid,.salesLayout{grid-template-columns:1fr}
  .stickyCol,.salesSticky{position:static}
  h1{font-size:52px;max-width:12ch}
  .brandMark{width:58px;height:58px;border-radius:20px}
  .brandName{font-size:24px}
  .footerGrid{grid-template-columns:1fr}
  .chapterCard{grid-template-columns:110px 1fr}
  .chapterThumb{height:110px}
}
@media (max-width:720px){
  .chip{padding:12px 14px}
  .heroVideo{aspect-ratio:4/5;object-position:center 24%}
  h1{font-size:44px}
  h2{font-size:34px}
  .utilityCard h2{font-size:32px}
  .offerName{font-size:22px}
  .offerMeta,.paySub,.heroLead,.utilityCard p,.chapterCard p,.featureMeta p,.finePrint{font-size:16px}
  .recipeBox h3{font-size:38px}
  .chapterCard{grid-template-columns:1fr}
  .chapterThumb{height:220px}
  .featureVideoGrid{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
}
@media (max-width:520px){
  .topwrap{padding:12px}
  .heroLoginBox{padding:14px;border-radius:20px}
  .heroLoginTitle{font-size:22px}
  .brand{width:100%}
  .brandMark{width:50px;height:50px;border-radius:18px}
  .brandName{font-size:20px}
  .brandSub{font-size:11px}
  .wrap{padding:12px 12px 120px}
  .sectionCard,.payCard,.loginCard{padding:16px;border-radius:22px}
  .heroShell{padding:12px}
  .heroCopy{padding:12px 4px 0}
  h1{font-size:36px;max-width:none}
  h2,.utilityCard h2{font-size:28px}
  .heroLead,.paySub,.offerMeta,.utilityCard p,.chapterCard p,.featureMeta p,.finePrint{font-size:15px}
  .inp,.txt{font-size:16px;padding:15px 16px}
  .offer{padding:14px}
  .offerTop{align-items:flex-start}
  .offerPrice{font-size:20px}
  .recipeBox h3{font-size:32px}
  .crosswordBoxes input{width:40px;height:46px}
  .supportFloat{left:12px;right:12px;transform:none;padding:16px 18px;text-align:center}
}


.supportDrawer{position:fixed;inset:0;background:rgba(12,19,35,.45);backdrop-filter:blur(4px);display:none;align-items:flex-end;justify-content:center;z-index:120;padding:18px}.supportDrawer.open{display:flex}.supportPanel{width:min(760px,100%);max-height:85vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 30px 70px rgba(12,19,35,.25);padding:22px}.supportHead{display:flex;gap:12px;justify-content:space-between;align-items:flex-start;margin-bottom:10px}@media (max-width:720px){.supportDrawer{padding:10px}.supportPanel{border-radius:24px;padding:16px;max-height:92vh}}


/* v175 polish */
.heroShell,.featureVideos,.chapterSection,.utilityCard,.payCard,.loginCard,.siteFooter{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.82));}
.sectionCard,.payCard,.loginCard{box-shadow:0 20px 60px rgba(12,19,35,.08), inset 0 1px 0 rgba(255,255,255,.7)}
.heroCopy h1{background:linear-gradient(135deg,#0c1323 0%,#243b7f 48%,#7f3db8 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.featureVideoCard,.chapterCard,.offer{transition:transform .18s ease, box-shadow .18s ease}
.featureVideoCard:hover,.chapterCard:hover,.offer:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(12,19,35,.10)}
#topNav select{max-width:140px}
@media (max-width:980px){.topRight.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.topRight.open .chip,.topRight.open .quickJump,.topRight.open .contactOpen{width:100%;justify-content:center;text-align:center}.topRight.open>div.chip{grid-column:1/-1}}
@media (max-width:720px){.topbar{top:0}.topwrap{padding:10px 12px}.topRight.open{grid-template-columns:1fr}.chip{padding:12px 14px;font-size:15px}.chapterBody,.featureMeta,.heroCopy,.utilityCard{overflow-wrap:anywhere;word-break:break-word}.heroLead,.paySub,.loginSub,.footerText,.utilityCard p,.chapterCard p,.featureMeta p,.finePrint{font-size:15px;line-height:1.6}.stickyCol{display:flex;flex-direction:column}.payCard{order:1}.loginCard{order:2}}
@media (max-width:520px){body{overflow-x:hidden}.wrap{padding-bottom:110px}.topbar{border-radius:0;border-bottom:1px solid rgba(12,19,35,.08)}.brand{gap:12px}.pageGrid{gap:14px}.chapterCard{padding:12px}.toggleRow{display:grid;grid-template-columns:1fr 1fr}.toggleChip{padding:11px 12px}.crosswordBoxes input{width:100%;max-width:42px}.supportFloat{font-size:15px}.sectionCard,.payCard,.loginCard{padding:14px}.heroVideo{aspect-ratio:4/4.8}.heroCtas .cta,.heroCtas .btnGhost,.heroCtas .btnBuy{width:100%}.offerTop{flex-direction:column}.resultWheel{padding:14px}.wheelMeter{width:100%;max-width:220px}.loginCard{scroll-margin-top:88px}.chapterActions{display:grid;grid-template-columns:1fr;gap:8px}.chapterActions .cta{width:100%;text-align:center}.offerBody,.offerMeta{overflow-wrap:anywhere;word-break:break-word}}

.quickJump{background:linear-gradient(135deg,#3655ff,#ff4fd8);color:#fff !important;border-color:transparent;font-weight:800;box-shadow:0 14px 30px rgba(54,85,255,.22)}
.loginCard{position:relative;overflow:hidden}
.loginCard::before{content:"Redan köpt • logga in här";position:absolute;top:14px;right:14px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#3655ff,#ff4fd8);color:#fff;font-weight:800;font-size:12px;box-shadow:0 10px 24px rgba(54,85,255,.18)}
.loginCard .btnGhost{width:100%;justify-content:center;font-size:16px;font-weight:800;padding:14px 16px;border-radius:16px}
.loginHint{display:none}
@media (max-width:720px){.loginCard::before{position:static;display:inline-flex;margin-bottom:12px}}

.balanceForm{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;align-items:start}.balanceForm .heroCtas{grid-column:1/-1}.loginChip{background:linear-gradient(135deg,#3655ff,#ff4fd8)!important;color:#fff!important;border-color:transparent!important;font-weight:800!important;box-shadow:0 16px 36px rgba(54,85,255,.22)}.loginChip:hover{transform:translateY(-1px)}.chapterThumb{object-fit:cover}.chapterThumb,.heroCard img,img.chapterThumb{background:#eef2ff}@media (max-width:900px){.balanceForm{grid-template-columns:1fr}}


.loginPrimary{background:linear-gradient(135deg,#3655ff,#ff4fd8)!important;color:#fff!important;border-color:transparent!important;font-weight:900!important;box-shadow:0 18px 40px rgba(54,85,255,.22)}
.loginPrimary:hover{transform:translateY(-1px)}
#balanskompassen .balanceForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;align-items:start}
#balanskompassen .balanceForm .heroCtas{grid-column:1/-1}
@media (max-width:900px){#balanskompassen .balanceForm{grid-template-columns:1fr}}


/* v188 polish */
.siteLangSelect{border:0;background:transparent;font:inherit;color:#0f172a;font-weight:700;outline:none;min-width:110px}
.langChip{padding-right:10px}
.payTrustMini{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap;padding-left:4px}
.trustText{font-size:12px;color:#64748b;font-weight:700}
.trustBadge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(12,19,35,.09);background:#fff;font-size:11px;font-weight:800;letter-spacing:.01em;box-shadow:0 8px 18px rgba(12,19,35,.05)}
.trustBadge.klarna{background:#ffd8ef;color:#7a1b54}
.trustBadge.apple{background:#111827;color:#fff}
.trustBadge.card{background:#eff6ff;color:#1d4ed8}
.trustBadge.invoice{background:#f8fafc;color:#334155}
.dailyHub{display:grid;gap:14px}
.dailyHubGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dailyHubCard,.dailyHubCrossword{padding:18px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 14px 30px rgba(12,19,35,.06)}
.dailyHubCard h3,.dailyHubCrossword h3{margin:6px 0 8px;font-size:22px;line-height:1.15}
.hubLead{margin-top:-2px}
.loginCard,.payCard,.sectionCard{scroll-margin-top:100px}
.topbar .chip{min-height:50px;border-radius:999px;padding:0 18px;box-shadow:0 8px 20px rgba(12,19,35,.05)}
.topbar .chip:hover{transform:translateY(-1px)}
@media (max-width:960px){.dailyHubGrid{grid-template-columns:1fr}.payTrustMini{width:100%;justify-content:flex-start;padding-top:6px}}
@media (max-width:640px){.topRight{gap:10px}.topbar .chip,.langChip{width:100%;justify-content:space-between}.siteLangSelect{width:100%}.trustBadge{padding:5px 9px;font-size:10px}}

.langChip{gap:10px;align-items:center}.langIcon{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3655ff,#a855f7,#ff5aa5);color:transparent;box-shadow:0 8px 18px rgba(54,85,255,.18);position:relative;overflow:hidden}.langIcon::after{content:'🌐';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px}.siteLangSelect{appearance:none;-webkit-appearance:none;padding-right:22px;background-image:linear-gradient(45deg,transparent 50%,#475569 50%),linear-gradient(135deg,#475569 50%,transparent 50%);background-position:calc(100% - 14px) calc(50% - 3px),calc(100% - 9px) calc(50% - 3px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.chapterCard{align-items:center}.chapterThumb{background:#f8fafc;object-fit:cover}.chapterBody h3{font-size:clamp(30px,3vw,40px);line-height:1.02;letter-spacing:-.03em}.chapterSub{font-size:20px;font-weight:800;color:#475569;margin-top:6px}.chapterBody p{font-size:18px;line-height:1.75;color:#334155;max-width:60ch}.chapterActions{margin-top:18px}.featureVideoCard video{background:#f1f5f9}
.balanceSaveNote{margin-top:14px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgba(54,85,255,.08),rgba(236,72,153,.08));border:1px solid rgba(54,85,255,.12);font-weight:700;color:#1f2937;line-height:1.5}.siteLangSelect{min-width:148px}.langChip .langLabel{font-weight:800}

/* v195 hard fixes */
.langIcon,.langIcon::after{display:none!important}.langChip{padding-left:14px}.siteLangSelect{min-width:170px;font-weight:800}.resultWheel{display:block}.resultWheel[hidden]{display:none!important}@media (max-width:980px){.topRight.open{display:flex!important;flex-direction:column}.topRight.open .chip,.topRight.open .langChip,.topRight.open .payTrustMini{width:100%}}


/* v197 hard fixes */
.langChip{display:inline-flex;align-items:center;gap:10px;padding-left:12px;padding-right:12px}
.langFlag{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);font-size:16px;box-shadow:0 6px 14px rgba(15,23,42,.08)}
.langChip .langLabel{font-weight:800;white-space:nowrap}
.siteLangSelect{min-width:165px;border:0;background:transparent;font-weight:700}
.resultWheel{display:block;visibility:visible}
#resultWheel[hidden]{display:none!important}
@media (max-width:980px){
  .topRight{display:none}
  .topRight.open{display:flex!important;position:absolute;top:calc(100% + 10px);left:12px;right:12px;flex-direction:column;padding:12px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 24px 44px rgba(15,23,42,.14);z-index:120}
  .topwrap{position:relative}
  .topRight.open .chip,.topRight.open .langChip,.topRight.open .payTrustMini{width:100%}
}
@media (max-width:640px){
  .topRight.open{left:8px;right:8px;padding:10px}
  .langChip{flex-wrap:nowrap}
  .siteLangSelect{min-width:0;width:100%}
}


/* v267 stable merge fixes */
#alreadyBoughtBtn{background:linear-gradient(90deg,#3655ff,#7c3aed,#ec4899)!important;color:#fff!important;border-color:transparent!important;font-weight:800!important;box-shadow:0 14px 30px rgba(59,91,255,.22)!important}
@media (max-width:860px){
  .topRight{max-height:calc(100vh - 72px);overflow:auto;-webkit-overflow-scrolling:touch}
  .topRight.open{display:flex}
  html,body{overflow-x:hidden}
}
.loginBox .btnGhost{font-weight:800}
.quickJump.loginChip{white-space:nowrap}


/* v270 stability */
html,body{overflow-x:hidden}
.pageGrid,.contentCol,.stickyCol{min-width:0}
.sidebarMedia,.rightStickyCard{overflow:visible}
@media (min-width:981px){
  .pageGrid{align-items:start}
  .stickyCol{position:static!important;top:auto!important}
}
@media (max-width:1100px){
  .heroCopyGrid{grid-template-columns:1fr}
}

/* v271 desktop/tablet scroll behavior fix */
@media (min-width: 981px){
  .pageGrid{align-items:start}
  .stickyCol{position:relative;align-self:start}
  .rightStickyCard{position:sticky;top:96px}
}
@media (min-width: 981px) and (max-width: 1280px){
  .rightStickyCard{top:88px}
}
@media (max-width: 980px){
  .rightStickyCard{position:static;top:auto}
}


.loginQuickInfo{padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#f8faff,#eef4ff);border:1px solid rgba(54,85,255,.10);color:#334155;font-weight:700;line-height:1.5;margin-bottom:12px}
@media (max-width:720px){
  .stickyCol{display:flex;flex-direction:column}
  .loginCard{order:1}
  .payCard{order:2}
  .heroLoginBox{order:-1}
  .loginCard .inp,.heroLoginForm .inp{font-size:18px;padding:16px 18px}
  .loginCard .btnGhost,.heroLoginForm .loginPrimary{min-height:56px;font-size:18px}
  .supportFloat{display:none}
  .siteFooter{padding-bottom:26px}
}
@media (max-width:520px){
  .heroLoginBox{padding:16px}
  .loginQuickInfo{font-size:14px}
  .loginCard{scroll-margin-top:76px}
}


/* v274 bottom actions + mobile clarity */
.bottomActionBar{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);z-index:96;display:flex;gap:10px;padding:10px 12px;border:1px solid rgba(12,19,35,.10);background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 18px 42px rgba(12,19,35,.14);border-radius:999px}
.bottomActionBtn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(12,19,35,.06)}
.bottomActionBtnPrimary{background:linear-gradient(135deg,#3655ff,#8d53f7,#f467c0);color:#fff;border-color:transparent;box-shadow:0 16px 34px rgba(54,85,255,.18)}
body{padding-bottom:96px}
@media (min-width:981px){.bottomActionBar{bottom:18px}}
@media (max-width:980px){body{padding-bottom:110px}.supportFloat{display:none}.topwrap{align-items:flex-start}.pageGrid{grid-template-columns:1fr}.stickyCol{order:2}.heroCopyGrid{grid-template-columns:1fr}.heroLoginBox{padding:16px;border-radius:20px}.heroLoginTitle{font-size:20px}.heroLoginLead,.heroLoginBox .lbl,.heroLoginBox .inp,.heroLoginBox .btnGhost{font-size:16px}.heroShell{padding:14px}.payCard,.loginCard,.sectionCard{padding:18px}.rightStickyCard{position:static!important}.bottomActionBar{left:12px;right:12px;transform:none;display:grid;grid-template-columns:1fr 1fr 1fr;border-radius:24px;padding:10px}.bottomActionBtn{width:100%;min-height:54px;padding:0 10px;text-align:center}.loginCard .loginSub,.loginQuickInfo{font-size:15px;line-height:1.55}.inp{font-size:16px;padding:16px 18px}.btnBuy,.btnGhost{min-height:54px}}


/* v275 ui polish */
.offerBadge{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#fff7cc,#ffe38a);color:#6b4f00;font-weight:900;font-size:14px;border:1px solid rgba(214,170,42,.24)}
.loginPrimaryBtn{background:linear-gradient(135deg,#111827,#323b59);color:#fff;border-color:transparent;box-shadow:0 18px 34px rgba(17,24,39,.18)}
.loginPrimaryBtn:hover{transform:translateY(-1px)}
.bottomActionBtnPrimary{background:linear-gradient(135deg,#111827,#3b425f)!important;color:#fff!important;border-color:transparent!important}
@media (max-width:980px){
  .payTitle{font-size:34px;line-height:1.02;letter-spacing:-.03em}
  .paySub{font-size:15px;line-height:1.55}
  .offerName{font-size:20px;line-height:1.05}
  .offerPrice{font-size:18px}
  .offerMeta{font-size:14px;line-height:1.45;font-weight:760}
  .offerTop{align-items:flex-start;gap:8px}
  .offerGridSingle{gap:12px}
  .loginCard .btnGhost{min-height:58px;font-size:17px}
}
@media (max-width:520px){
  .payTitle{font-size:28px}
  .offerTop{display:grid;grid-template-columns:1fr auto;gap:8px}
  .offerBody{padding-right:0}
  .bottomActionBar{bottom:10px}
}


.installBtn{display:inline-flex;align-items:center;justify-content:center}.installBtnSecondary{width:100%;margin-top:10px}.heroLoginBox .loginPrimary,.loginPrimaryBtn{background:linear-gradient(90deg,#111827,#3b425f);color:#fff;border-color:transparent;font-weight:800}.heroLoginTitle,.loginTitle{font-size:28px;line-height:1.1}.heroLoginLead,.loginSub,.loginQuickInfo{color:#475569}.offerTop{align-items:flex-start}.offerPrice{white-space:nowrap}.offerMeta{line-height:1.45}.offerBadge{display:inline-block;margin-bottom:6px}.payCard .fine{line-height:1.45}.bottomActionBtn,.bottomActionBtnPrimary{font-size:16px}.supportFloat{display:none!important} .chapterSection{display:none!important}
@media (max-width:980px){.heroCopyGrid{grid-template-columns:1fr}.heroLoginBox{order:0}.payCard{padding:20px}.offerBody{padding:18px}.offerTop{gap:8px}.offerName{font-size:18px}.offerPrice{font-size:18px}.loginCard{padding:18px}.heroLoginBox .inp,.loginCard .inp{padding:18px}.heroLoginBox .loginPrimary,.loginPrimaryBtn,.btnBuy{min-height:56px;font-size:18px}.payCard .fine{font-size:14px}.heroLead{font-size:16px}.bottomActionBar{display:grid!important}}

/* v277 homepage overhaul */
.heroShell{padding:0;overflow:hidden;border-radius:32px;min-height:calc(100vh - 148px);background:#0f172a;color:#fff;display:grid;grid-template-columns:minmax(0,1fr)}
.heroMedia{position:relative;min-height:100%;grid-column:1/-1;grid-row:1/-1}
.heroMedia::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,15,27,.68) 0%,rgba(10,15,27,.50) 40%,rgba(10,15,27,.18) 100%),linear-gradient(180deg,rgba(10,15,27,.08),rgba(10,15,27,.46) 100%)}
.heroVideo{width:100%;height:100%;min-height:calc(100vh - 148px);object-fit:cover;display:block}
.heroCopy{position:relative;z-index:2;display:grid;align-content:end;min-height:calc(100vh - 148px);padding:clamp(22px,4vw,48px)}
.heroCopy .sectionKicker,.heroShell h1,.heroLead{color:#fff}
.heroShell h1{max-width:13ch;font-size:clamp(44px,6vw,92px);line-height:.96;letter-spacing:-.05em;margin:0 0 18px}
.heroLead{max-width:62ch;font-size:clamp(17px,1.6vw,21px);line-height:1.65;color:rgba(255,255,255,.82)}
.heroCopyGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:24px;align-items:end}
.heroLoginBox{background:rgba(255,255,255,.92);backdrop-filter:blur(18px);color:#111827;border:1px solid rgba(255,255,255,.30);box-shadow:0 24px 60px rgba(15,23,42,.18)}
.heroLoginTitle{font-size:30px;font-weight:900;letter-spacing:-.03em;color:#111827}
.heroLoginLead{font-size:15px;line-height:1.55;color:#475569}
.heroCtas{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.cta.primary,.btnBuy{background:linear-gradient(135deg,#111827,#313d61);color:#fff;border-color:transparent}
.cta.ghost,.btnGhost{background:#fff;color:#111827}
.featureVideos .sectionKicker,.featureVideos h2{max-width:900px}
.featureVideoGrid{gap:18px}
.payCard{position:sticky;top:112px}
.offerGridSingle{gap:14px}
.offerName{font-size:26px;line-height:1.02;letter-spacing:-.03em}
.offerPrice{font-size:34px;font-weight:900;letter-spacing:-.04em}
.offerMeta{font-size:17px;line-height:1.55;color:#475569}
.loginCard{border:1px solid rgba(15,23,42,.10);box-shadow:0 18px 42px rgba(15,23,42,.08)}
.loginTitle{font-size:34px;line-height:1.02;letter-spacing:-.04em}
.loginSub{font-size:16px;line-height:1.6}
.bottomActionBar{gap:12px}
.bottomActionBtn{font-size:16px}
.bottomActionBtnPrimary{background:linear-gradient(135deg,#111827,#313d61)!important;color:#fff!important}
.sitemapFooter{padding-bottom:130px}
@media (max-width:1200px){.heroCopyGrid{grid-template-columns:1fr 360px}.heroShell,.heroVideo,.heroCopy{min-height:780px}}
@media (max-width:980px){
  .heroShell,.heroVideo,.heroCopy{min-height:auto}
  .heroShell{border-radius:26px}
  .heroCopy{padding:18px}
  .heroCopyGrid{grid-template-columns:1fr;gap:16px}
  .heroShell h1{max-width:12ch;font-size:clamp(34px,10vw,54px)}
  .heroLead{font-size:16px;line-height:1.6}
  .heroLoginBox,.payCard,.loginCard{border-radius:24px}
  .payCard{position:static}
  .offerName{font-size:22px}
  .offerPrice{font-size:28px}
  .pageGrid{grid-template-columns:1fr!important}
}
@media (max-width:720px){
  .heroShell{min-height:auto;border-radius:0;margin-left:-12px;margin-right:-12px}
  .heroVideo{min-height:58vh}
  .heroCopy{min-height:auto;padding:16px 14px 18px}
  .heroMedia::after{background:linear-gradient(180deg,rgba(10,15,27,.22) 0%,rgba(10,15,27,.76) 72%,rgba(10,15,27,.92) 100%)}
  .heroShell h1{font-size:clamp(32px,11vw,46px);max-width:11ch;margin-bottom:14px}
  .heroCtas{display:grid;grid-template-columns:1fr;gap:10px}
  .heroCtas .cta,.heroCtas .installBtn{width:100%;justify-content:center}
  .heroLoginBox{padding:16px;border-radius:22px}
  .heroLoginTitle{font-size:24px}
  .payTitle{font-size:30px;line-height:1.02;letter-spacing:-.04em}
  .paySub{font-size:15px;line-height:1.6}
  .offerName{font-size:20px}
  .offerPrice{font-size:24px}
  .offerMeta{font-size:15px}
  .offerBadge{font-size:13px;padding:7px 10px}
  .bottomActionBar{left:12px;right:12px;transform:none;display:grid;grid-template-columns:1fr 1fr 1fr;border-radius:26px}
  .bottomActionBtn{min-height:56px;padding:0 10px;font-size:15px}
}

/* v278 full-screen rebuild inspired by full-width hero layouts */
body{background:#f3f4f8}
.topbarOverlay{position:fixed;top:0;left:0;right:0;z-index:150;background:linear-gradient(180deg,rgba(10,13,20,.58),rgba(10,13,20,.18) 68%,rgba(10,13,20,0));backdrop-filter:none;border-bottom:0}
.topbarOverlay .brandName,.topbarOverlay .brandSub,.topbarOverlay .chip,.topbarOverlay .langLabel,.topbarOverlay .trustText{color:#fff}
.topbarOverlay .brandSub{color:rgba(255,255,255,.76)}
.topbarOverlay .chip,.topbarOverlay .langChip,.topbarOverlay .menuToggle{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);box-shadow:none}
.topbarOverlay .langFlag{background:rgba(255,255,255,.9)}
.topCheckoutBar{max-width:1380px;margin:0 auto;padding:0 18px 14px}
.topCheckoutForm{display:grid;grid-template-columns:230px minmax(220px,1.2fr) 1fr 1fr 180px;gap:12px;align-items:center;padding:12px 14px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:rgba(16,20,31,.54);box-shadow:0 24px 48px rgba(0,0,0,.18)}
.topCheckoutTitle{font-weight:900;color:#fff;font-size:15px;line-height:1.2}
.topCheckoutEmail{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.92);font-weight:800;font-size:16px}
.topPkg{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.topPkg input{accent-color:#3655ff}
.topPkg strong{display:block;font-size:15px;line-height:1.1}
.topPkg small{display:block;margin-top:3px;color:rgba(255,255,255,.78);font-size:12px;font-weight:700}
.topPkgActive{background:linear-gradient(135deg,rgba(54,85,255,.84),rgba(236,72,153,.70));border-color:transparent}
.topCheckoutBtn{height:52px;border:0;border-radius:18px;background:#fff;color:#0c1323;font-weight:900;font-size:16px;cursor:pointer}
.headerDivider{height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.48),rgba(255,255,255,0));max-width:1380px;margin:0 auto}
.onePageWrap{padding:0 0 42px}
.heroStage{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;background:#0a0d14}
.heroStageMedia,.youtubeBg{position:absolute;inset:0}
.youtubeBg iframe{position:absolute;top:50%;left:50%;width:177.78vh;height:56.25vw;min-width:100%;min-height:100%;transform:translate(-50%,-50%);pointer-events:none;border:0}
.heroStageOverlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.28) 32%,rgba(0,0,0,.54) 74%,rgba(0,0,0,.72))}
.heroStageInner{position:relative;z-index:2;width:100%;padding-top:220px;padding-bottom:64px}
.heroStageContent{max-width:760px;color:#fff}
.heroKickerLight{color:#fff}
.heroStageContent h1{max-width:11ch;color:#fff;font-size:clamp(58px,6vw,98px);line-height:.94}
.heroLeadLight{color:rgba(255,255,255,.82);max-width:58ch;font-size:20px}
.heroGhost{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.22)}
.sectionDivider{height:1px;background:linear-gradient(90deg,rgba(12,19,35,0),rgba(12,19,35,.18),rgba(12,19,35,0));margin:0 auto 24px}
.wrap{max-width:1380px;margin:0 auto;padding:0 18px 42px}
.pageGrid{grid-template-columns:minmax(0,1.45fr) 430px;align-items:start}
.stickyCol{top:160px}
.payCard{background:rgba(255,255,255,.93)}
.firstFilmSection{margin-top:0}
.heroReplayCard{display:grid;grid-template-columns:minmax(0,1.1fr) .9fr;gap:18px;align-items:center}
.heroReplayVideo{width:100%;display:block;aspect-ratio:16/9;border-radius:22px;object-fit:cover;background:#000}
.heroReplayCopy p{font-size:18px;color:var(--muted);line-height:1.6}
@media (max-width:1180px){
  .topCheckoutForm{grid-template-columns:1fr 1fr;gap:10px}
  .topCheckoutTitle{grid-column:1/-1}
  .topCheckoutEmail,.topCheckoutBtn{grid-column:span 2}
}
@media (max-width:980px){
  .topbarOverlay{background:linear-gradient(180deg,rgba(10,13,20,.72),rgba(10,13,20,.44) 72%,rgba(10,13,20,0))}
  .topCheckoutBar{display:none}
  .topRight.open{background:rgba(14,18,28,.92)!important;border-color:rgba(255,255,255,.14)!important;backdrop-filter:blur(14px)}
  .heroStageInner{padding-top:148px;padding-bottom:40px}
  .heroStageContent h1{font-size:clamp(40px,10vw,64px);max-width:12ch}
  .pageGrid{grid-template-columns:1fr}
  .stickyCol{position:static}
}
@media (max-width:640px){
  .heroStage{min-height:86svh}
  .heroStageInner{padding-top:126px;padding-bottom:28px}
  .heroLeadLight{font-size:17px}
  .heroCtas{display:grid;grid-template-columns:1fr;gap:10px}
  .heroReplayCard{grid-template-columns:1fr}
  .heroReplayCopy p{font-size:16px}
  .topwrap{padding:12px 14px}
  .brandMark{width:56px;height:56px;border-radius:18px}
  .brandName{font-size:22px}
}


/* v279 one-column full-width rebuild */
.pageGrid{display:block !important;max-width:1180px;margin:0 auto !important}
.contentCol,.stickyCol{display:flex;flex-direction:column;gap:18px;max-width:none;width:100%}
.stickyCol{position:static !important;top:auto !important;margin-top:18px}
.rightStickyCard{position:static !important}
.payCard,.loginCard,.sectionCard{width:100%;max-width:none}
.wrap{max-width:1460px}
.topCheckoutBar{padding:0 18px 18px}
.topCheckoutForm{grid-template-columns:minmax(220px,1fr) minmax(230px,1.2fr) 1fr 1fr auto !important;max-width:1380px;margin:0 auto;background:rgba(15,18,28,.72);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px)}
.topCheckoutTitle{display:none}
.topCheckoutEmail{min-width:0}
.topCheckoutBtn{min-width:140px}
.onePageWrap .pageGrid > .stickyCol{margin-bottom:0}
.heroStageContent{max-width:900px}
.heroStageContent h1{max-width:12ch}
@media (min-width:981px){
  .stickyCol{max-width:1180px;margin-left:auto;margin-right:auto}
  .payCard{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:start}
  .payCard > .payTitle,.payCard > .paySub,.payCard > .form{grid-column:1}
  .payCard .sidebarMedia{grid-column:2;grid-row:1 / span 3;margin-top:0;position:sticky;top:120px}
}
@media (max-width:1180px){
  .topCheckoutForm{grid-template-columns:1fr 1fr !important}
  .topCheckoutEmail,.topCheckoutBtn{grid-column:1/-1}
}
@media (max-width:980px){
  .pageGrid{max-width:none}
  .stickyCol{margin-top:14px}
  .payCard{display:block}
  .topCheckoutBar{display:none !important}
}


/* v280 final responsive cleanup */
:root{--page-max:1320px;--soft-bg:#f4f6fb;--card:#ffffff;--ink:#0f172a;--muted2:#5b6474;--grad:linear-gradient(135deg,#3655ff 0%,#8b5cf6 52%,#ff5aa5 100%)}
html,body{max-width:100%;overflow-x:hidden}
body{background:var(--soft-bg);color:var(--ink)}
.wrap{max-width:var(--page-max)!important;padding:0 20px 42px!important}
.topbarOverlay{background:linear-gradient(180deg,rgba(9,12,19,.58) 0%,rgba(9,12,19,.28) 58%,rgba(9,12,19,0) 100%)!important}
.topwrap{max-width:var(--page-max);margin:0 auto;padding:18px 20px 12px!important;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}
.brandLink{position:relative;z-index:3}
.topRight{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;align-items:center}
.topbarOverlay .chip,.topbarOverlay .langChip,.topbarOverlay .menuToggle{background:rgba(255,255,255,.18)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;border-radius:999px!important;padding:16px 22px!important;font-weight:800!important;backdrop-filter:blur(10px)}
.topbarOverlay .chip.loginChip{background:var(--grad)!important;border-color:transparent!important;box-shadow:0 14px 34px rgba(54,85,255,.28)}
.headerDivider{max-width:var(--page-max)!important;opacity:.65}
.topCheckoutBar{position:relative;z-index:3;max-width:var(--page-max)!important;padding:0 20px 18px!important}
.topCheckoutForm{display:grid!important;grid-template-columns:minmax(220px,1.2fr) repeat(2,minmax(210px,.9fr)) auto!important;align-items:stretch!important;gap:12px!important;padding:14px!important;border-radius:26px!important;background:rgba(15,19,31,.74)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(14px)!important;box-shadow:0 24px 48px rgba(0,0,0,.22)!important}
.topCheckoutEmail{height:58px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.18)!important;padding:0 18px!important;font-size:17px!important;font-weight:800!important;background:rgba(255,255,255,.96)!important;color:#111827!important}
.topPkg{min-height:58px!important;padding:12px 16px!important;border-radius:20px!important;display:flex!important;align-items:center!important;gap:12px!important;background:rgba(255,255,255,.1)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important}
.topPkg strong{font-size:16px!important}.topPkg small{font-size:12px!important;line-height:1.35!important}
.topCheckoutBtn{height:58px!important;border-radius:20px!important;background:#fff!important;color:#111827!important;font-weight:900!important;font-size:18px!important;padding:0 26px!important}
.heroStage{min-height:100svh!important}
.heroStageOverlay{background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.30) 28%,rgba(0,0,0,.46) 64%,rgba(0,0,0,.72) 100%)!important}
.heroStageInner{padding-top:230px!important;padding-bottom:82px!important}
.heroStageContent{max-width:900px!important}
.heroStageContent h1{font-size:clamp(62px,7vw,112px)!important;line-height:.92!important;max-width:8.6ch!important;letter-spacing:-.045em!important;margin:0 0 16px!important;color:#fff!important}
.heroLeadLight{font-size:22px!important;line-height:1.55!important;max-width:36ch!important;color:rgba(255,255,255,.88)!important}
.heroCtas{display:flex;flex-wrap:wrap;gap:12px!important;margin-top:24px!important}
.cta,.btnBuy,.btnGhost,.topCheckoutBtn,.bottomActionBtn,.loginPrimaryBtn{border-radius:999px!important;font-weight:900!important}
.cta.primary,.btnBuy,.bottomActionBtnPrimary,.loginPrimaryBtn{background:var(--grad)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 16px 34px rgba(54,85,255,.24)!important}
.heroGhost,.btnGhost{background:#fff!important;color:#111827!important;border:1px solid rgba(15,23,42,.10)!important}
.sectionDivider{display:none!important}
.pageGrid{display:block!important;max-width:var(--page-max)!important;margin:0 auto!important}
.contentCol,.stickyCol{width:100%!important;max-width:none!important}
.stickyCol{margin-top:18px!important;position:static!important}
.payCard{display:block!important;background:var(--card)!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:30px!important;padding:26px!important;box-shadow:0 24px 60px rgba(15,23,42,.08)!important}
.payTitle{font-size:clamp(34px,4vw,56px)!important;line-height:.98!important;letter-spacing:-.045em!important;max-width:11ch!important}
.paySub{max-width:66ch!important;font-size:18px!important;line-height:1.65!important;color:var(--muted2)!important}
.offerGridSingle{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}
.offer{border-radius:24px!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 12px 30px rgba(15,23,42,.05)!important;background:linear-gradient(180deg,#fff,#fbfcff)!important}
.offer.active{border-color:rgba(54,85,255,.34)!important;box-shadow:0 16px 36px rgba(54,85,255,.12)!important}
.offerBody{padding:22px!important}.offerTop{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:14px!important}
.offerName{font-size:34px!important;line-height:.96!important;letter-spacing:-.04em!important;max-width:10ch!important}
.offerPrice{font-size:42px!important;line-height:.92!important;letter-spacing:-.05em!important;white-space:nowrap!important}
.offerMeta{font-size:18px!important;line-height:1.58!important;color:#4b5563!important;margin-top:12px!important}
.offerBadge{display:inline-flex!important;margin-bottom:12px!important;font-size:13px!important;padding:8px 11px!important;background:#eef2ff!important;color:#3655ff!important;border-radius:999px!important;font-weight:900!important}
.payCard .btnBuy,.payCard .installBtnSecondary{min-height:60px!important;font-size:18px!important;padding:0 22px!important}
.payCard .form{display:grid!important;gap:14px!important}
.sidebarMedia{display:none!important}
.loginCard{margin-top:18px!important;background:#fff!important;border-radius:28px!important;padding:24px!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 18px 48px rgba(15,23,42,.06)!important}
.loginTitle{font-size:38px!important;letter-spacing:-.04em!important}.loginSub,.loginQuickInfo,.fine,.footerText{font-size:16px!important;line-height:1.6!important;color:var(--muted2)!important}
.inp,.txt{border-radius:18px!important;border:1px solid rgba(15,23,42,.10)!important;min-height:58px!important;padding:0 18px!important;font-size:17px!important;font-weight:700!important;background:#fff!important}
.txt{min-height:150px!important;padding:16px 18px!important}
.firstFilmSection,.featureVideos,.livingGrid,.utilityCard,.sectionCard{border-radius:30px!important}
.featureVideoGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.utilityWide .dailyHubGrid{grid-template-columns:1fr 1fr!important}
.bottomActionBar{display:flex!important;justify-content:center!important;gap:12px!important;left:50%!important;transform:translateX(-50%)!important;bottom:18px!important;padding:10px 12px!important;border-radius:999px!important}
.bottomActionBtn{min-width:150px!important;min-height:58px!important;font-size:17px!important;background:#fff!important;color:#111827!important;border:1px solid rgba(15,23,42,.08)!important}
.siteFooter{padding-bottom:128px!important}
@media (max-width:1200px){
  .topRight{gap:10px}
  .topCheckoutForm{grid-template-columns:1fr 1fr!important}
  .topCheckoutEmail,.topCheckoutBtn{grid-column:1/-1}
  .featureVideoGrid{grid-template-columns:1fr 1fr!important}
}
@media (max-width:980px){
  .topbarOverlay{background:linear-gradient(180deg,rgba(10,13,20,.84),rgba(10,13,20,.58) 58%,rgba(10,13,20,0) 100%)!important}
  .topwrap{grid-template-columns:auto auto!important;align-items:start!important}
  .menuToggle{display:inline-flex!important;justify-self:end}
  .topRight{display:none!important;position:absolute!important;left:12px!important;right:12px!important;top:92px!important;padding:12px!important;background:rgba(12,16,27,.92)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:26px!important;backdrop-filter:blur(14px)!important}
  .topRight.open{display:grid!important;grid-template-columns:1fr!important}
  .topCheckoutBar{display:none!important}
  .heroStageInner{padding-top:142px!important;padding-bottom:32px!important}
  .heroStageContent h1{font-size:clamp(38px,12vw,62px)!important;max-width:9.5ch!important}
  .heroLeadLight{font-size:17px!important;max-width:30ch!important}
  .heroCtas{display:grid!important;grid-template-columns:1fr!important}
  .heroCtas .cta,.heroCtas .installBtn{width:100%!important;justify-content:center!important;min-height:56px!important}
  .offerGridSingle{grid-template-columns:1fr!important}
  .offerName{font-size:28px!important}.offerPrice{font-size:36px!important}
  .featureVideoGrid,.utilityWide .dailyHubGrid{grid-template-columns:1fr!important}
  .bottomActionBar{left:12px!important;right:12px!important;transform:none!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important;border-radius:24px!important}
  .bottomActionBtn{min-width:0!important;width:100%!important;min-height:54px!important;font-size:15px!important}
}
@media (max-width:640px){
  .wrap{padding:0 14px 34px!important}
  .topwrap{padding:14px!important}
  .brandMark{width:54px!important;height:54px!important}
  .brandName{font-size:18px!important}.brandSub{font-size:11px!important;line-height:1.35!important}
  .heroStage{min-height:88svh!important}
  .heroStageInner{padding-top:126px!important}
  .payCard,.loginCard,.sectionCard{padding:18px!important;border-radius:24px!important}
  .payTitle{font-size:34px!important;max-width:9ch!important}
  .paySub,.offerMeta,.heroReplayCopy p{font-size:15px!important}
  .offerBody{padding:18px!important}
  .offerTop{flex-direction:column!important}.offerPrice{white-space:normal!important}
}


/* v281 full-width cleanup and responsive chapter film section */
.topCheckoutBar{display:none!important}
.topbarOverlay{background:linear-gradient(180deg,rgba(8,12,18,.74),rgba(8,12,18,.44) 70%,rgba(8,12,18,0))!important}
.topwrap{max-width:1440px!important;padding:18px 26px!important}
.heroStage{min-height:100svh!important}
.heroStageInner{padding-top:170px!important;padding-bottom:60px!important}
.heroStageContent{max-width:820px!important}
.heroStageContent h1{max-width:9ch!important;font-size:clamp(52px,6.4vw,96px)!important;letter-spacing:-.05em!important;margin:0 0 18px!important}
.heroLeadLight{max-width:34ch!important;font-size:clamp(18px,1.7vw,24px)!important;line-height:1.5!important}
.heroCtas{display:flex!important;flex-wrap:wrap!important;gap:14px!important}
.heroCtas .cta,.heroCtas .installBtn{min-height:58px!important;padding:0 24px!important;border-radius:999px!important;font-size:17px!important;font-weight:900!important}
.heroCtas .primary{background:linear-gradient(135deg,#1f2b48,#0f172a)!important;color:#fff!important;border:none!important}
.heroCtas .heroGhost{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important}
.wrap{max-width:1440px!important;padding:0 26px 48px!important}
.pageGrid{max-width:1440px!important}
.sectionCard,.payCard,.loginCard{border-radius:32px!important;padding:28px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 22px 56px rgba(15,23,42,.08)!important}
.sectionIntro{font-size:17px;line-height:1.65;color:#5b6577;max-width:58ch;margin:10px 0 0}
.featureVideos{overflow:hidden!important}
.featureVideos h2{font-size:clamp(32px,3.5vw,56px)!important;line-height:1.02!important;letter-spacing:-.05em!important;margin:6px 0 8px!important}
.featureVideoGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin-top:26px!important}
.featureVideoCard{display:flex!important;flex-direction:column!important;background:#f5f4f1!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:0!important;overflow:hidden!important;box-shadow:none!important}
.featureVideo{width:100%!important;display:block!important;aspect-ratio:16/9!important;object-fit:cover!important;background:#000!important;border-radius:0!important}
.featureMeta{padding:20px 20px 22px!important;display:flex!important;flex-direction:column!important;gap:10px!important}
.featureNum{font-size:15px!important;font-weight:800!important;letter-spacing:.02em!important;color:#4f46e5!important}
.featureMeta h3{font-size:clamp(28px,2vw,40px)!important;line-height:1.02!important;letter-spacing:-.05em!important;margin:0!important}
.featureMeta p{font-size:17px!important;line-height:1.6!important;color:#5b6577!important;margin:0!important}
.featureMeta .cta.small{align-self:flex-start!important;min-height:52px!important;padding:0 20px!important;border-radius:999px!important;background:#111827!important;color:#fff!important;border:none!important}
.heroReplaySection{margin-top:24px!important}
.heroReplayCard{display:grid!important;grid-template-columns:1.2fr .8fr!important;gap:24px!important;align-items:stretch!important}
.heroReplayVideo{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:0!important;background:#000!important}
.heroReplayCopy{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:8px 4px!important}
.heroReplayCopy h3{font-size:clamp(30px,2.5vw,44px)!important;line-height:1.02!important;letter-spacing:-.05em!important;margin:0 0 10px!important}
.heroReplayCopy p{font-size:17px!important;line-height:1.65!important;color:#5b6577!important;margin:0!important}
.payCard,.loginCard{max-width:980px!important;margin:0 auto!important}
.payTitle,.loginTitle{font-size:clamp(34px,3.2vw,56px)!important;line-height:1.02!important;letter-spacing:-.05em!important}
.paySub,.loginSub{font-size:17px!important;line-height:1.65!important;color:#5b6577!important;max-width:62ch}
.offerGridSingle{gap:16px!important}
.offer{border-radius:24px!important;overflow:hidden!important}
.offerBody{padding:22px!important}
.offerTop{align-items:flex-start!important;gap:12px!important}
.offerName{font-size:30px!important;line-height:1.02!important;letter-spacing:-.05em!important}
.offerPrice{font-size:34px!important;line-height:1!important}
.offerMeta{font-size:17px!important;line-height:1.6!important}
.btnBuy,.btnGhost,.loginPrimaryBtn{min-height:58px!important;padding:0 24px!important;border-radius:999px!important;font-size:17px!important;font-weight:900!important}
.btnBuy{background:linear-gradient(135deg,#1f2b48,#0f172a)!important;color:#fff!important;border:none!important}
.btnGhost,.loginPrimaryBtn{background:#fff!important;color:#111827!important;border:1px solid rgba(15,23,42,.12)!important}
.bottomActionBar{display:none!important}
.siteFooter{margin-top:28px!important;background:#f6f4ef!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:32px!important}
.footerGrid{gap:24px!important}
.footerTitle{font-size:28px!important;letter-spacing:-.04em!important}
.footerLinks a{font-size:18px!important;line-height:1.7!important}
.resultWheel{background:linear-gradient(180deg,#f7f6ff,#f3f0ff)!important;border:1px solid rgba(79,70,229,.12)!important;border-radius:30px!important;padding:24px!important}
.wheelMeter{width:100%!important;max-width:none!important;height:18px!important;border-radius:999px!important;background:linear-gradient(90deg,#6ea8ff 0%,#e57490 100%)!important;position:relative!important;overflow:visible!important}
.wheelCenter{display:none!important}
.wheelNeedle{top:50%!important;transform:translate(-50%,-50%) rotate(0deg)!important;width:44px!important;height:12px!important;background:#111827!important;clip-path:polygon(0 50%,100% 0,100% 100%)!important}
.resultText strong{display:inline-block!important;font-size:28px!important;letter-spacing:-.04em!important;margin-bottom:8px!important}
#runBalanceTest{background:linear-gradient(135deg,#5a6cff,#ec4899)!important;color:#fff!important;border:none!important}
@media (max-width:1200px){
  .heroStageInner{padding-top:156px!important}
  .featureVideoGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:980px){
  .topwrap{padding:14px 16px!important}
  .heroStage{min-height:86svh!important}
  .heroStageInner{padding-top:132px!important;padding-bottom:28px!important}
  .heroStageContent h1{font-size:clamp(42px,12vw,66px)!important;max-width:10ch!important}
  .heroLeadLight{font-size:17px!important;max-width:26ch!important}
  .heroCtas{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .wrap{padding:0 12px 28px!important}
  .sectionCard,.payCard,.loginCard,.siteFooter{border-radius:26px!important;padding:18px!important}
  .featureVideoGrid{grid-template-columns:1fr!important;gap:18px!important}
  .heroReplayCard{grid-template-columns:1fr!important;gap:16px!important}
  .featureMeta{padding:16px 16px 18px!important}
  .featureMeta h3{font-size:32px!important}
  .featureMeta p,.heroReplayCopy p,.paySub,.loginSub,.sectionIntro{font-size:16px!important}
  .payTitle,.loginTitle{font-size:34px!important}
  .offerName{font-size:22px!important}
  .offerPrice{font-size:24px!important}
  .offerMeta{font-size:15px!important}
  .bottomActionBar{display:grid!important;left:12px!important;right:12px!important;transform:none!important;grid-template-columns:1fr 1fr 1fr!important;border-radius:26px!important;bottom:12px!important}
}
@media (max-width:980px) and (orientation:landscape){
  .heroStage{min-height:auto!important}
  .heroStageMedia,.youtubeBg{position:relative!important;height:auto!important}
  .youtubeBg iframe{position:relative!important;top:auto!important;left:auto!important;transform:none!important;width:100vw!important;height:56.25vw!important;min-width:100vw!important;min-height:0!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
  .heroStageOverlay{display:none!important}
  .heroStageInner{padding-top:18px!important;padding-bottom:18px!important;margin-top:-6px!important}
  .heroStageContent{background:#0b0f18!important;padding:16px!important;border-radius:22px!important}
  .featureVideo,.heroReplayVideo{aspect-ratio:16/9!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;border-radius:0!important}
  .featureVideoCard,.heroReplaySection{overflow:hidden!important}
}

/* v282 hard repair */
.topCheckoutBar{display:none !important}
.pageGrid{display:block !important;max-width:1360px !important;margin:0 auto !important}
.contentCol,.stickyCol{width:100% !important;max-width:none !important}
.stickyCol{position:static !important;margin-top:22px !important}
.payCard,.loginCard,.sectionCard{border-radius:34px !important;box-shadow:0 18px 46px rgba(15,23,42,.08) !important}
.heroStage{min-height:100svh !important}
.heroStageContent{max-width:860px !important}
.heroStageContent h1{max-width:8ch !important}
.heroLead{max-width:18ch}
.featureVideoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.featureVideoCard{overflow:hidden;border-radius:30px;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,.10)}
.featureVideo{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:#000}
.featureMeta{padding:18px}
.bottomActionBar{z-index:110 !important}
.installModal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(8,12,20,.58);backdrop-filter:blur(10px);z-index:180;padding:22px}
.installModal.open{display:flex}
.installPanel{width:min(560px,100%);background:#fff;border-radius:30px;border:1px solid rgba(15,23,42,.08);box-shadow:0 34px 80px rgba(15,23,42,.28);overflow:hidden}
.installHead{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(15,23,42,.08)}
.installBody{padding:24px;display:grid;gap:16px;justify-items:start}
.installIconPreview{width:82px;height:82px;border-radius:20px;box-shadow:0 16px 34px rgba(15,23,42,.18)}
.installActions{display:flex;gap:12px;flex-wrap:wrap}
.heroCtas .installBtn,.installBtnSecondary{cursor:pointer}
@media (max-width:980px){
  .featureVideoGrid{grid-template-columns:1fr;gap:16px}
  .featureVideo{aspect-ratio:16/11}
}
@media (max-width:720px){
  .heroStage{min-height:auto !important}
  .heroStageInner{padding-top:118px !important;padding-bottom:24px !important}
  .heroStageContent{background:transparent !important;padding:0 !important;border-radius:0 !important}
  .heroStageContent h1{font-size:clamp(42px,12vw,68px)!important;max-width:8.5ch!important}
  .heroLead{font-size:17px !important;max-width:none}
  .heroCtas .cta,.heroCtas .installBtn{min-height:58px !important}
  .featureVideos.sectionCard{padding:0 !important;background:transparent !important;box-shadow:none !important;border:0 !important}
  .featureVideoCard{border-radius:0 !important;box-shadow:none !important}
  .featureVideo{aspect-ratio:16/9 !important;border-radius:0 !important;width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;max-width:none !important}
  .featureMeta{padding:14px 18px 18px !important}
  .bottomActionBar{bottom:10px !important}
}


/* v283 cleanup */
:root{--page-max:1280px;--hero-max:1320px;}
body{overflow-x:hidden!important;}
.onePageWrap{overflow:hidden;}
.wrap{max-width:var(--page-max)!important;margin:0 auto!important;}
.heroStage,.heroStageMedia,.youtubeBg{width:100%;}
.heroBgVideo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;background:#0b0f18;}
.heroStageOverlay{background:linear-gradient(180deg,rgba(4,8,18,.18) 0%,rgba(4,8,18,.38) 36%,rgba(4,8,18,.62) 100%)!important;}
.heroStageInner{max-width:var(--hero-max)!important;margin:0 auto!important;}
.heroStageContent{max-width:820px!important;}
.heroStageContent h1{max-width:8.5ch!important;}
.pageGrid{display:block!important;max-width:var(--page-max)!important;margin:0 auto!important;}
.contentCol,.stickyCol{width:100%!important;max-width:none!important;min-width:0!important;}
.stickyCol{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)!important;gap:18px!important;position:static!important;top:auto!important;margin-top:18px!important;}
.payCard,.loginCard{height:100%;}
.sidebarMedia{display:none!important;}
.rightStickyCard{position:static!important;top:auto!important;}
#kop,#balanskompassen,#login{scroll-margin-top:104px!important;}
.topbar{z-index:150!important;}
.menuToggle{position:relative;z-index:170!important;}
.topRight{position:relative;z-index:160!important;}
.chip,.cta,.btnGhost,.btnBuy,.bottomActionBtn{cursor:pointer;}
.btnBuy,.btnGhost,.cta,.bottomActionBtn,.offer,.toggleChip,.opt,.menuToggle{transition:all .18s ease;}
.btnBuy,.cta.primary{background:linear-gradient(135deg,#3655ff,#ff4fd8)!important;color:#fff!important;border:0!important;box-shadow:0 16px 38px rgba(54,85,255,.22)!important;}
.btnGhost,.cta.heroGhost,.bottomActionBtn{background:#fff!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 12px 28px rgba(15,23,42,.06)!important;}
.btnBuy:hover,.cta.primary:hover,.btnGhost:hover,.bottomActionBtn:hover{transform:translateY(-1px);}
.featureVideoGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.featureVideoCard{overflow:hidden;border-radius:28px!important;}
.featureVideo{display:block;width:100%!important;aspect-ratio:16/10!important;height:auto!important;object-fit:cover!important;background:#0b0f18!important;}
.featureMeta{padding:18px 18px 20px!important;}
.featureMeta h3{font-size:24px!important;line-height:1.1!important;margin:6px 0 10px!important;}
.featureMeta p{font-size:16px!important;line-height:1.65!important;}
.heroReplayCard{display:grid!important;grid-template-columns:1.2fr .8fr!important;gap:18px!important;align-items:center!important;}
.heroReplayVideo{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:26px!important;background:#0b0f18!important;}
.heroCtas{display:flex!important;flex-wrap:wrap!important;gap:12px!important;}
.payTitle{font-size:clamp(32px,4vw,48px)!important;line-height:1.02!important;letter-spacing:-.03em!important;}
.paySub{font-size:18px!important;line-height:1.65!important;max-width:62ch!important;}
.offerGridSingle{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;}
.offerBody{padding:22px!important;}
.offerName{font-size:24px!important;line-height:1.05!important;}
.offerPrice{font-size:34px!important;line-height:1!important;}
.offerMeta{font-size:17px!important;line-height:1.55!important;}
.offerBadge{display:inline-block!important;margin-bottom:8px!important;}
.bottomActionBar{display:none!important;}
@media (max-width:1180px){
  .heroStageInner{padding-top:170px!important;padding-bottom:56px!important;}
  .heroStageContent h1{font-size:clamp(52px,7vw,86px)!important;}
  .stickyCol{grid-template-columns:1fr!important;}
  .heroReplayCard{grid-template-columns:1fr!important;}
}
@media (max-width:980px){
  .topwrap{align-items:center!important;}
  .menuToggle{display:inline-flex!important;}
  .topRight{display:none!important;position:absolute!important;left:12px!important;right:12px!important;top:100%!important;margin-top:10px!important;padding:12px!important;background:rgba(12,16,27,.94)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:24px!important;backdrop-filter:blur(14px)!important;box-shadow:0 24px 44px rgba(12,19,35,.28)!important;}
  .topRight.open{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .topRight.open .chip,.topRight.open .langChip{width:100%!important;justify-content:flex-start!important;}
  .topRight.open .loginChip,.topRight.open .contactOpen{justify-content:center!important;}
  .heroStage{min-height:88svh!important;}
  .heroStageInner{padding-top:132px!important;padding-bottom:26px!important;}
  .heroStageContent{max-width:none!important;}
  .heroStageContent h1{font-size:clamp(38px,12vw,62px)!important;max-width:9ch!important;}
  .heroLeadLight{font-size:18px!important;max-width:30ch!important;}
  .featureVideoGrid{grid-template-columns:1fr!important;}
  .offerGridSingle{grid-template-columns:1fr!important;}
  .bottomActionBar{display:grid!important;left:12px!important;right:12px!important;transform:none!important;grid-template-columns:1fr 1fr 1fr!important;border-radius:24px!important;bottom:12px!important;}
}
@media (max-width:760px){
  .heroStage{min-height:auto!important;}
  .heroStageMedia,.youtubeBg{position:relative!important;height:auto!important;}
  .heroBgVideo{position:relative!important;display:block;width:100%!important;height:100%!important;aspect-ratio:9/16!important;object-fit:cover!important;object-position:center center!important;}
  .heroStageOverlay{position:absolute!important;inset:0!important;display:block!important;}
  .heroStageInner{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:20px 16px 18px!important;top:auto!important;}
  .heroStageContent h1{font-size:clamp(34px,12vw,58px)!important;max-width:8.5ch!important;margin-bottom:10px!important;}
  .heroLeadLight{font-size:16px!important;line-height:1.55!important;max-width:none!important;}
  .heroCtas{display:grid!important;grid-template-columns:1fr!important;}
  .heroCtas .cta,.heroCtas .btnGhost,.heroCtas .btnBuy{width:100%!important;justify-content:center!important;}
  .featureVideoCard,.heroReplayCard{border-radius:22px!important;}
}
@media (max-width:760px) and (orientation:landscape){
  .heroBgVideo{aspect-ratio:auto!important;height:100svh!important;min-height:420px!important;}
}


/* v284 fullscreen youtube + one-column cleanup */
.heroBgFrame{position:absolute;top:50%;left:50%;width:177.7778vh;height:56.25vw;min-width:100%;min-height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}
.heroBgVideo{display:block !important}
.pageGrid{grid-template-columns:minmax(0,1fr)!important;gap:26px}
.contentCol,.stickyCol{width:100%;max-width:none}
.stickyCol{position:static!important;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}
.rightStickyCard{position:static!important;top:auto!important}
.featureVideoGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.featureVideoCard video{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:20px;background:#111}
.sidebarShowcase{display:none!important}
.bottomActionBar{z-index:120}
@media (max-width:1180px){
  .stickyCol{grid-template-columns:1fr}
}
@media (max-width:980px){
  .heroStage{min-height:100svh}
  .pageGrid{grid-template-columns:1fr!important}
  .stickyCol{grid-template-columns:1fr}
}
@media (max-width:720px){
  .heroBgFrame{width:177.7778svh;height:56.25svw;min-width:100%;min-height:100%}
  .featureVideoGrid{grid-template-columns:1fr!important}
}


/* v285 final responsive desktop/tablet repair */
:root{--page-max:1240px;}
html,body{overflow-x:hidden!important;}
.wrap,.topwrap,.footerGrid,.heroStageInner{max-width:var(--page-max)!important;}
.onePageWrap{padding:0 0 56px!important;}
.pageGrid{display:block!important;max-width:var(--page-max)!important;margin:0 auto!important;padding:0 18px!important;}
.contentCol,.stickyCol{width:100%!important;max-width:none!important;display:block!important;}
.stickyCol{margin-top:28px!important;}
.rightStickyCard,.stickyCol,.sidebarMedia{position:static!important;top:auto!important;}
.sidebarMedia{display:none!important;}
.payCard,.loginCard,.sectionCard{max-width:var(--page-max)!important;margin:0 auto 24px auto!important;}
.heroStage{min-height:100svh!important;height:100svh!important;display:flex!important;align-items:flex-end!important;}
.heroStageMedia,.youtubeBg,.heroBgFrame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;}
.heroBgFrame{border:0!important;pointer-events:none!important;}
.heroStageOverlay{background:linear-gradient(180deg,rgba(8,12,18,.30) 0%,rgba(8,12,18,.36) 34%,rgba(8,12,18,.62) 74%,rgba(8,12,18,.82) 100%)!important;}
.heroStageInner{position:relative!important;z-index:2!important;padding:190px 18px 72px!important;margin:0 auto!important;width:100%!important;}
.heroStageContent{max-width:860px!important;color:#fff!important;}
.heroStageContent h1{font-size:clamp(54px,7vw,104px)!important;line-height:.92!important;letter-spacing:-.05em!important;max-width:8ch!important;margin:0 0 18px!important;color:#fff!important;}
.heroLeadLight{max-width:760px!important;font-size:clamp(18px,2vw,28px)!important;line-height:1.45!important;color:rgba(255,255,255,.92)!important;}
.heroCtas{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin-top:22px!important;}
.heroCtas .cta,.heroCtas .btnGhost,.heroCtas .btnBuy{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:58px!important;padding:0 26px!important;border-radius:999px!important;font-size:18px!important;font-weight:900!important;}
.topbarOverlay{position:fixed!important;top:0;left:0;right:0;z-index:200!important;background:linear-gradient(180deg,rgba(10,13,20,.78),rgba(10,13,20,.34) 65%,rgba(10,13,20,0) 100%)!important;border-bottom:0!important;}
.topwrap{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:18px!important;}
.topRight{display:flex!important;flex-wrap:wrap!important;gap:12px!important;justify-content:flex-end!important;align-items:center!important;max-width:860px!important;}
.topbarOverlay .brandName,.topbarOverlay .brandSub,.topbarOverlay .chip,.topbarOverlay .langLabel{color:#fff!important;}
.topbarOverlay .chip,.topbarOverlay .langChip,.topbarOverlay .menuToggle{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:none!important;backdrop-filter:blur(10px)!important;}
.topbarOverlay .chip.loginChip{background:var(--grad)!important;border-color:transparent!important;}
.sectionDivider{max-width:var(--page-max)!important;margin:28px auto!important;border-top:1px solid rgba(12,19,35,.10)!important;}
.featureVideos{margin-top:0!important;}
.featureVideoGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin-top:22px!important;}
.featureVideoCard{overflow:hidden!important;padding:0!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(12,19,35,.08)!important;box-shadow:0 18px 44px rgba(12,19,35,.08)!important;}
.featureVideo{display:block!important;width:100%!important;aspect-ratio:16/10!important;object-fit:cover!important;background:#0b0f18!important;}
.featureMeta{padding:18px!important;}
.featureMeta h3{font-size:28px!important;line-height:1.05!important;margin:6px 0 8px!important;}
.featureMeta p{font-size:17px!important;line-height:1.65!important;color:#425066!important;}
#kop{scroll-margin-top:110px!important;}
#balanskompassen,#dagensratt,#login{scroll-margin-top:110px!important;}
.bottomActionBar{display:none!important;}
.siteFooter{margin:28px auto 0 auto!important;max-width:var(--page-max)!important;padding:0 18px 36px!important;}
@media (max-width:1280px){
  :root{--page-max:1160px;}
  .heroStageInner{padding-top:168px!important;padding-bottom:52px!important;}
  .heroStageContent h1{font-size:clamp(48px,7vw,82px)!important;}
  .featureVideoGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:980px){
  .menuToggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .topRight{display:none!important;}
  .topRight.open{display:flex!important;position:absolute!important;top:calc(100% + 10px)!important;left:12px!important;right:12px!important;flex-direction:column!important;align-items:stretch!important;padding:14px!important;background:#0f172a!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:24px!important;box-shadow:0 24px 54px rgba(0,0,0,.28)!important;}
  .topRight.open .chip,.topRight.open .langChip{width:100%!important;justify-content:center!important;text-align:center!important;}
  .heroStage{min-height:92svh!important;height:auto!important;}
  .heroStageInner{padding-top:132px!important;padding-bottom:28px!important;}
  .heroStageContent h1{font-size:clamp(40px,12vw,62px)!important;max-width:9ch!important;}
  .heroLeadLight{font-size:18px!important;max-width:34ch!important;}
  .heroCtas .cta,.heroCtas .btnGhost,.heroCtas .btnBuy{width:100%!important;}
  .pageGrid{padding:0 12px!important;}
  .payCard,.loginCard,.sectionCard{margin-bottom:18px!important;}
  .bottomActionBar{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;position:fixed!important;left:12px!important;right:12px!important;bottom:14px!important;z-index:220!important;padding:10px!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(14px)!important;border:1px solid rgba(12,19,35,.08)!important;border-radius:28px!important;box-shadow:0 16px 40px rgba(12,19,35,.12)!important;}
  .bottomActionBtn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;border-radius:999px!important;background:#fff!important;font-weight:900!important;}
  .bottomActionBtnPrimary{background:var(--grad)!important;color:#fff!important;}
}
@media (max-width:640px){
  .heroStageMedia,.youtubeBg,.heroBgFrame{position:absolute!important;inset:0!important;height:100%!important;}
  .heroStage{min-height:86svh!important;}
  .heroStageContent h1{font-size:clamp(38px,13vw,58px)!important;}
  .featureVideoGrid{grid-template-columns:1fr!important;gap:18px!important;}
}
