/* ============== GNISTO Guest Landing – LIGHT ============== */
body.gnisto-guest-landing { --g-bg: #ffffff; --g-text:#1f2937; --g-muted:#6b7280; --g-accent:#ff5b24; --g-accent-2:#e04d1d; --g-card:#ffffff; --g-ring: rgba(255,91,36,.25); background:var(--g-bg); color:var(--g-text); }
.gnisto-max { max-width: 1120px; margin: 0 auto; padding-inline: 16px; }

.gnisto-hero.guest-only.light { padding: clamp(56px, 8vw, 112px) 0 72px; background:
 radial-gradient(80% 60% at 50% -10%, rgba(255,91,36,.08), transparent 60%),
 radial-gradient(60% 40% at 90% 10%, rgba(255,91,36,.06), transparent 60%); }
.hero-stack { text-align:center; }
.hero-stack .eyebrow { display:inline-block; font-weight:700; letter-spacing:.08em; text-transform:uppercase; font-size:.8rem; color:#9a3412; background: rgba(255,91,36,.12); border:1px solid rgba(255,91,36,.25); padding:.35rem .6rem; border-radius:9999px; }

.gnisto-hero h1 { margin:.8rem 0 1rem; font-size:clamp(2rem, 4.2vw, 3rem); line-height:1.1; letter-spacing:-.015em; }
.gnisto-hero .lead { color: var(--g-muted); font-size:clamp(1.05rem, 1.2vw, 1.2rem); max-width:760px; margin: 0 auto 1.2rem; }

.cta-row { display:grid; gap:18px; justify-items:center; margin-top: 22px; }
.button.vipps { display:inline-grid; place-items:center; gap:4px; text-decoration:none; background:var(--g-accent); color:#fff !important; padding: .9rem 1.2rem; border-radius: 9999px; font-weight:800; box-shadow: 0 10px 28px rgba(255,91,36,.25); }
.button.vipps:hover { background:var(--g-accent-2); transform: translateY(-1px); box-shadow:0 14px 36px rgba(224,77,29,.30); transition: all .15s ease; }
.button.vipps small { opacity:.95; font-weight:600; }

.bullets { list-style:none; padding:0; margin: 8px 0 0; display:grid; gap:6px; color:var(--g-muted); }
.bullets strong { color:var(--g-text); }

.cards-3 { margin-top: clamp(28px,4vw,44px); display:grid; gap:16px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.card { background: var(--g-card); border:1px solid #e5e7eb; border-radius: 16px; padding: 18px; box-shadow: 0 8px 24px rgba(0,0,0,.05); text-align:left; }
.card .icon { font-size:1.4rem; }
.card h3 { margin:.4rem 0 .3rem; font-size:1.15rem; }
.card p { margin:0; color: var(--g-muted); }

@media (max-width: 900px){
  .cards-3{ grid-template-columns: 1fr; }
  .gnisto-hero .lead{ font-size:1.05rem; }
}

/* Info-seksjoner */
.why { margin-top: clamp(28px, 4vw, 48px); text-align:center; }
.why p { color:var(--g-muted); margin: 6px auto 0; max-width: 780px; }

.facts { margin-top: 22px; }
.facts ul { margin: 8px 0 0 20px; color:var(--g-text); }
.facts .muted { color:var(--g-muted); font-size:.95rem; margin-top:8px; }

/* Header glass kun her */
body.gnisto-guest-landing .main-header-bar { background: rgba(255,255,255,.75); backdrop-filter: blur(10px) saturate(120%); box-shadow: 0 6px 24px rgba(0,0,0,.06); }
