/* ============================================================
   NORA AI — Front page motion experience (2026-07)
   Palett: korall #FB827A / #E85D4B + navy #1B2140 på varm lys base.
   (Tilbakeført fra "Lagune" 2026-07-04 etter CEO-beslutning.)
   ============================================================ */
:root {
	--x-bg: #FAF7F1;
	--x-bg-2: #F4EFE7;
	--x-surface: #FFFFFF;
	--x-ink: #1B2140;
	--x-ink-dim: #575D78;
	--x-coral: #FB827A;
	--x-coral-deep: #E85D4B;
	--x-navy: #1B2140;
	--x-navy-2: #232A52;
	--x-cream: #FAF7F1;
	--x-live: #34D399;
	--x-line: rgba(27, 33, 64, 0.10);
	--x-line-light: rgba(250, 247, 241, 0.16);
	--x-display: 'Bricolage Grotesque', sans-serif;
	--x-body: 'Plus Jakarta Sans', sans-serif;
	--x-mono: 'IBM Plex Mono', monospace;
	--x-ease: cubic-bezier(0.22, 0.61, 0.2, 1);
}

/* ---------- base ---------- */
html { scroll-behavior: smooth; }
body.nx { margin: 0; background: var(--x-bg) !important; color: var(--x-ink) !important; font-family: var(--x-body); font-size: 17px; line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.nx::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: 0.28; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"); }
body.nx * { box-sizing: border-box; }
.nx-wrap { max-width: 1240px; margin-inline: auto; padding-inline: clamp(1.2rem, 4vw, 2.4rem); }
.nx a { color: var(--x-coral-deep); }

.nx-eyebrow { font-family: var(--x-mono); font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--x-coral-deep); margin: 0 0 1.1rem; }
.nx-eyebrow--light { color: var(--x-coral); }
.nx-h2 { font-family: var(--x-display); font-size: clamp(2.2rem, 5.5vw, 4.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.0; margin: 0 0 2.4rem; color: var(--x-ink); }
.nx-h2--light { color: var(--x-cream); }
.nx-coral { color: var(--x-coral-deep); font-style: normal; }
.nx-h2--light .nx-coral, .nx-demo .nx-coral { color: var(--x-coral); }
.nx-outline { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--x-ink); }

/* ---------- progress ---------- */
.nx-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--x-coral), var(--x-coral-deep)); transform-origin: 0 50%; transform: scaleX(0); z-index: 1200; pointer-events: none; }
.admin-bar .nx-progress { top: 32px; }

/* ---------- nav ---------- */
.nx-nav { position: fixed; top: 1.1rem; left: 50%; transform: translateX(-50%); z-index: 1000; display: flex; align-items: center; gap: clamp(0.8rem, 2.5vw, 2rem); background: rgba(250, 247, 241, 0.74); border: 1px solid var(--x-line); border-radius: 999px; padding: 0.55rem 0.65rem 0.55rem 1.4rem; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 8px 32px rgba(27, 33, 64, 0.08); width: max-content; max-width: calc(100vw - 2rem); }
.admin-bar .nx-nav { top: calc(1.1rem + 32px); }
.nx-nav__logo { font-family: var(--x-display); font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; color: var(--x-coral-deep) !important; text-decoration: none !important; }
.nx-nav__logo span { color: var(--x-ink); }
.nx-menu, .nx-menu-mobile { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(0.6rem, 1.8vw, 1.6rem); }
.nx-menu > li { position: relative; }
.nx-menu > li.menu-item-home { display: none; }
.nx-menu a { font-size: 0.95rem; font-weight: 600; color: var(--x-ink) !important; text-decoration: none !important; padding: 0.4rem 0.2rem; transition: color 0.2s ease; }
.nx-menu a:hover, .nx-menu .current-menu-item > a { color: var(--x-coral-deep) !important; }
.nx-menu .sub-menu { position: absolute; top: calc(100% + 0.9rem); left: 50%; transform: translate(-50%, 8px); min-width: 250px; background: var(--x-surface); border: 1px solid var(--x-line); border-radius: 16px; padding: 0.5rem; box-shadow: 0 22px 48px rgba(27, 33, 64, 0.16); display: flex; flex-direction: column; gap: 0.1rem; opacity: 0; visibility: hidden; transition: opacity 0.25s ease, transform 0.25s var(--x-ease), visibility 0.25s; }
.nx-menu > li:hover > .sub-menu, .nx-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nx-menu .sub-menu a { display: block; padding: 0.65rem 0.9rem; border-radius: 10px; font-size: 0.92rem; color: var(--x-ink-dim) !important; }
.nx-menu .sub-menu a:hover { background: rgba(251, 130, 122, 0.12); color: var(--x-coral-deep) !important; }
.nx-burger { display: none; background: none; border: 0; width: 42px; height: 42px; border-radius: 50%; cursor: pointer; position: relative; }
.nx-burger span { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--x-ink); border-radius: 2px; transition: transform 0.3s var(--x-ease), top 0.3s var(--x-ease); }
.nx-burger span:first-child { top: 16px; }
.nx-burger span:last-child { top: 24px; }
.nx-burger[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.nx-burger[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }
.nx-mobile { position: fixed; inset: 0; z-index: 990; background: var(--x-bg); display: none; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; padding: 2rem; }
.nx-mobile.is-open { display: flex; }
.nx-menu-mobile { flex-direction: column; gap: 1.1rem; }
.nx-menu-mobile a { font-family: var(--x-display); font-size: 1.6rem; font-weight: 700; color: var(--x-ink) !important; text-decoration: none !important; }
.nx-menu-mobile .sub-menu { list-style: none; padding: 0.4rem 0 0; display: flex; flex-direction: column; gap: 0.5rem; text-align: center; }
.nx-menu-mobile .sub-menu a { font-size: 1.05rem; font-family: var(--x-body); font-weight: 500; color: var(--x-ink-dim) !important; }
.nx-menu-mobile > li.menu-item-home { display: none; }
body.nx-lock { overflow: hidden; }
@media (max-width: 880px) {
	.nx-nav__menu, .nx-btn--nav { display: none; }
	.nx-burger { display: block; }
}

/* ---------- buttons ---------- */
.nx-btn { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--x-display); font-weight: 700; font-size: 1rem; text-decoration: none !important; border-radius: 999px; padding: 1.05rem 2.3rem; position: relative; overflow: hidden; transition: transform 0.3s var(--x-ease), box-shadow 0.3s var(--x-ease), background 0.3s ease, color 0.3s ease, border-color 0.3s ease; will-change: transform; }
.nx-btn--primary { background: var(--x-ink); color: var(--x-cream) !important; box-shadow: 0 4px 18px rgba(27, 33, 64, 0.18); }
.nx-btn--primary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, var(--x-coral), var(--x-coral-deep)); opacity: 0; transition: opacity 0.35s ease; }
.nx-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(232, 93, 75, 0.32); }
.nx-btn--primary:hover::after { opacity: 1; }
.nx-btn--primary > * , .nx-btn--primary { z-index: 0; }
.nx-btn--ghost { color: var(--x-ink) !important; border: 1.5px solid rgba(27, 33, 64, 0.35); background: transparent; }
.nx-btn--ghost:hover { border-color: var(--x-coral-deep); color: var(--x-coral-deep) !important; transform: translateY(-3px); }
.nx-btn--coral { background: var(--x-coral); color: var(--x-navy) !important; }
.nx-btn--coral:hover { background: var(--x-coral-deep); color: var(--x-cream) !important; transform: translateY(-3px); box-shadow: 0 14px 34px rgba(232, 93, 75, 0.4); }
.nx-btn--nav { padding: 0.7rem 1.5rem; font-size: 0.92rem; background: var(--x-ink); color: var(--x-cream) !important; }
.nx-btn--nav:hover { background: var(--x-coral-deep); }
.nx-btn--xl { font-size: 1.2rem; padding: 1.35rem 3.2rem; }
.nx-btn span, .nx-btn svg { position: relative; z-index: 1; }

/* ---------- hero ---------- */
.nx-hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; padding: clamp(7rem, 12vh, 9rem) 0 clamp(3rem, 6vh, 5rem); background: radial-gradient(1200px 700px at 78% 30%, rgba(251, 130, 122, 0.09), transparent 60%), var(--x-bg); }
.nx-hero__dots { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.nx-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; max-width: 1240px; margin-inline: auto; padding-inline: clamp(1.2rem, 4vw, 2.4rem); width: 100%; }
.nx-hero__eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--x-mono); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--x-coral-deep); background: rgba(251, 130, 122, 0.14); border: 1px solid rgba(232, 93, 75, 0.22); border-radius: 999px; padding: 0.5rem 1.1rem; margin: 0 0 1.8rem; }
.nx-hero__eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--x-coral-deep); animation: nx-pulse 1.6s ease-in-out infinite; }
@keyframes nx-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.35; transform: scale(0.65); } }
.nx-hero__title { font-family: var(--x-display); font-weight: 800; font-size: clamp(2.9rem, 7.2vw, 6.2rem); line-height: 0.98; letter-spacing: -0.035em; margin: 0 0 2rem; color: var(--x-ink); }
.nx-hero__line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.nx-hero__line > span { display: inline-block; will-change: transform; }
.nx-hero__lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--x-ink-dim); max-width: 46ch; margin: 0 0 2.6rem; }
.nx-hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.nx-hero__trust { font-family: var(--x-mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--x-ink-dim); opacity: 0.85; margin: 1.7rem 0 0; }
.nx-hero__meta { position: absolute; bottom: 1.6rem; left: 0; right: 0; display: flex; justify-content: space-between; max-width: 1240px; margin-inline: auto; padding-inline: clamp(1.2rem, 4vw, 2.4rem); font-family: var(--x-mono); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--x-ink-dim); opacity: 0.55; z-index: 1; pointer-events: none; }

/* 3D stage */
.nx-stage { perspective: 1000px; display: grid; place-items: center; }
.nx-stage__tilt { position: relative; width: min(430px, 92%); aspect-ratio: 1; display: grid; place-items: center; transform-style: preserve-3d; will-change: transform; }
.nx-stage__photo { width: 76%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; border: 8px solid var(--x-surface); box-shadow: 0 30px 80px rgba(27, 33, 64, 0.22), 0 6px 24px rgba(232, 93, 75, 0.18); position: relative; z-index: 2; transform: translateZ(40px); }
.nx-stage__halo { position: absolute; width: 118%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(251, 130, 122, 0.28) 30%, transparent 68%); filter: blur(6px); transform: translateZ(-40px); }
.nx-stage__ring { position: absolute; border-radius: 50%; pointer-events: none; }
.nx-stage__ring--1 { width: 96%; aspect-ratio: 1; border: 1.5px dashed rgba(232, 93, 75, 0.55); transform: translateZ(10px); animation: nx-spin 42s linear infinite; }
.nx-stage__ring--2 { width: 112%; aspect-ratio: 1; border: 1px solid rgba(27, 33, 64, 0.14); transform: translateZ(-10px); animation: nx-spin 70s linear infinite reverse; }
@keyframes nx-spin { to { rotate: 360deg; } }
.nx-chip { position: absolute; font-family: var(--x-mono); font-size: 0.72rem; letter-spacing: 0.08em; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(232, 93, 75, 0.3); color: var(--x-ink); border-radius: 999px; padding: 0.5rem 0.95rem; box-shadow: 0 10px 30px rgba(27, 33, 64, 0.14); backdrop-filter: blur(6px); white-space: nowrap; z-index: 3; will-change: transform; }
.nx-chip--1 { top: 6%; left: -4%; }
.nx-chip--2 { top: 30%; right: -10%; }
.nx-chip--3 { bottom: 24%; left: -12%; }
.nx-chip--4 { bottom: 4%; right: -2%; background: var(--x-navy); color: var(--x-cream); border-color: var(--x-navy); }
@media (prefers-reduced-motion: no-preference) {
	.nx-chip--1 { animation: nx-bob 6s ease-in-out infinite; }
	.nx-chip--2 { animation: nx-bob 7s ease-in-out 0.6s infinite; }
	.nx-chip--3 { animation: nx-bob 6.5s ease-in-out 1.1s infinite; }
	.nx-chip--4 { animation: nx-bob 7.5s ease-in-out 0.3s infinite; }
}
@keyframes nx-bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }

/* ---------- marquee ---------- */
.nx-marquee { background: var(--x-navy); color: var(--x-cream); overflow: hidden; position: relative; z-index: 2; }
.nx-marquee__track { display: flex; width: max-content; padding: 0.95rem 0; animation: nx-marquee 26s linear infinite; }
.nx-marquee__track span { font-family: var(--x-mono); font-size: 0.86rem; letter-spacing: 0.18em; text-transform: uppercase; white-space: nowrap; }
@keyframes nx-marquee { to { transform: translateX(-50%); } }

/* ---------- steps ---------- */
.nx-steps { padding: clamp(6rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 7rem); background: var(--x-bg); }
.nx-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); margin-top: 1rem; }
.nx-step { background: var(--x-surface); border: 1px solid var(--x-line); border-radius: 24px; padding: clamp(1.8rem, 3vw, 2.6rem); position: relative; overflow: hidden; transition: box-shadow 0.35s var(--x-ease), border-color 0.35s ease; will-change: transform; }
.nx-step:nth-child(2) { translate: 0 clamp(1rem, 3vw, 2.6rem); }
.nx-step:nth-child(3) { translate: 0 clamp(2rem, 5vw, 5rem); }
.nx-step:hover { border-color: rgba(232, 93, 75, 0.4); box-shadow: 0 22px 60px rgba(232, 93, 75, 0.16); }
.nx-step__num { font-family: var(--x-display); font-weight: 800; font-size: clamp(3.4rem, 6vw, 5rem); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(232, 93, 75, 0.65); display: block; margin-bottom: 1.4rem; }
.nx-step h3 { font-family: var(--x-display); font-size: 1.45rem; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 0.7rem; color: var(--x-ink); }
.nx-step p { margin: 0; color: var(--x-ink-dim); font-size: 1rem; }
.nx-steps__cta { margin-top: clamp(4rem, 8vw, 7rem); text-align: center; }

/* ---------- demo (navy) ---------- */
.nx-demo { background: linear-gradient(160deg, var(--x-navy) 0%, var(--x-navy-2) 100%); color: var(--x-cream); padding: clamp(6rem, 11vw, 10rem) 0; position: relative; overflow: hidden; }
.nx-demo::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(251, 130, 122, 0.16) 1px, transparent 1.5px); background-size: 30px 30px; -webkit-mask-image: radial-gradient(800px 500px at 20% 30%, rgba(0,0,0,0.9), transparent 70%); mask-image: radial-gradient(800px 500px at 20% 30%, rgba(0,0,0,0.9), transparent 70%); pointer-events: none; }
.nx-demo__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; position: relative; z-index: 1; }
.nx-demo__lead { color: rgba(250, 247, 241, 0.78); font-size: 1.06rem; max-width: 48ch; margin: 0 0 1.8rem; }
.nx-checks { list-style: none; padding: 0; margin: 0 0 2.4rem; display: grid; gap: 0.9rem; }
.nx-checks li { display: flex; gap: 0.8rem; align-items: flex-start; color: rgba(250, 247, 241, 0.78); font-size: 1rem; }
.nx-checks li::before { content: "✓"; color: var(--x-coral); font-weight: 700; flex-shrink: 0; }
.nx-checks strong { color: var(--x-cream); font-weight: 600; }
.nx-console { background: rgba(250, 247, 241, 0.045); border: 1px solid var(--x-line-light); border-radius: 22px; overflow: hidden; backdrop-filter: blur(10px); box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28); }
.nx-console__bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.3rem; border-bottom: 1px solid var(--x-line-light); }
.nx-console__bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(250, 247, 241, 0.22); }
.nx-console__bar span:first-child { background: var(--x-coral); }
.nx-console__bar b { margin-left: auto; font-family: var(--x-mono); font-weight: 400; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250, 247, 241, 0.55); }
.nx-console__body { padding: 1.4rem 1.5rem 1.6rem; }
.nx-console__status { display: flex; align-items: center; gap: 0.6rem; font-family: var(--x-mono); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--x-coral); margin: 0 0 1.2rem; min-height: 1.3em; }
.nx-console__status i { width: 8px; height: 8px; border-radius: 50%; background: var(--x-coral); flex-shrink: 0; animation: nx-pulse 1.2s ease-in-out infinite; }
.nx-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid var(--x-line-light); font-size: 0.97rem; color: rgba(250, 247, 241, 0.72); }
.nx-row b { font-family: var(--x-mono); font-weight: 500; color: var(--x-cream); font-variant-numeric: tabular-nums; }
.nx-rate-note { font-family: var(--x-mono); font-weight: 400; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--x-live); margin: 0.2rem 0 0.4rem; cursor: help; }
.nx-row--rate b { color: var(--x-live); }
.nx-row--total { border-bottom: 0; padding-top: 1.2rem; }
.nx-row--total span { color: var(--x-cream); font-weight: 600; }
.nx-row--total b { font-family: var(--x-display); font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--x-coral); text-shadow: 0 0 34px rgba(251, 130, 122, 0.5); }
.nx-console__replay { margin-top: 1.3rem; background: none; border: 1px solid var(--x-line-light); border-radius: 999px; color: rgba(250, 247, 241, 0.65); font-family: var(--x-mono); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.5rem 1.1rem; cursor: pointer; transition: color 0.2s ease, border-color 0.2s ease; }
.nx-console__replay:hover { color: var(--x-coral); border-color: var(--x-coral); }

/* ---------- bento produktbevis ---------- */
.nx-bento { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--x-bg-2); }
.nx-bento__grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1.1rem; }
.nx-bento__cell { background: var(--x-surface); border: 1px solid var(--x-line); border-radius: 24px; padding: clamp(1.6rem, 2.6vw, 2.2rem); position: relative; overflow: hidden; transition: border-color 0.3s ease, box-shadow 0.3s var(--x-ease); will-change: transform; }
.nx-bento__cell:hover { border-color: rgba(232, 93, 75, 0.4); box-shadow: 0 22px 60px rgba(232, 93, 75, 0.14); }
.nx-bento__cell h3 { font-family: var(--x-display); font-size: 1.15rem; font-weight: 700; margin: 0 0 0.35rem; color: var(--x-ink); }
.nx-bento__cell p { margin: 0; color: var(--x-ink-dim); font-size: 0.95rem; }
.nx-bento__cell--doc { grid-row: 1 / 3; display: flex; flex-direction: column; gap: 1.3rem; justify-content: flex-end; }
.nx-bento__big { display: block; font-family: var(--x-display); font-weight: 800; font-size: clamp(1.7rem, 3.2vw, 2.4rem); letter-spacing: -0.02em; color: var(--x-coral-deep); margin-bottom: 1.1rem; line-height: 1.1; }
.nx-bento__big--outline { color: transparent; -webkit-text-stroke: 2px var(--x-coral-deep); font-size: clamp(2.6rem, 5vw, 4rem); }
.nx-bento__cell--cta { background: var(--x-navy); border-color: var(--x-navy); display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; justify-content: center; }
.nx-bento__cell--cta h3 { color: var(--x-cream); font-size: 1.3rem; }
.nx-doc { background: var(--x-bg); border: 1px solid var(--x-line); border-radius: 16px; padding: 1.3rem; box-shadow: 0 18px 44px rgba(27, 33, 64, 0.10); position: relative; margin-top: 0.6rem; }
.nx-doc__head { display: flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; color: var(--x-ink-dim); padding-bottom: 0.9rem; border-bottom: 1px solid var(--x-line); margin-bottom: 0.9rem; }
.nx-doc__logo { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(120deg, var(--x-coral), var(--x-coral-deep)); flex-shrink: 0; }
.nx-doc__head b { margin-left: auto; font-family: var(--x-mono); font-weight: 500; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--x-ink); }
.nx-doc__row { display: flex; justify-content: space-between; font-size: 0.88rem; color: var(--x-ink-dim); padding: 0.45rem 0; }
.nx-doc__row b { color: var(--x-ink); font-variant-numeric: tabular-nums; font-weight: 600; }
.nx-doc__total { display: flex; justify-content: space-between; padding-top: 0.8rem; margin-top: 0.4rem; border-top: 1px solid var(--x-line); font-weight: 600; color: var(--x-ink); }
.nx-doc__total b { font-family: var(--x-display); font-weight: 800; color: var(--x-coral-deep); font-size: 1.15rem; }
.nx-doc__stamp { position: absolute; top: -0.75rem; right: 1rem; background: var(--x-navy); color: var(--x-cream); font-family: var(--x-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.4rem 0.8rem; border-radius: 999px; box-shadow: 0 8px 20px rgba(27, 33, 64, 0.25); z-index: 1; }

/* ---------- CTA ---------- */
.nx-cta { padding: clamp(7rem, 13vw, 12rem) 0; text-align: center; background: radial-gradient(900px 500px at 50% 110%, rgba(251, 130, 122, 0.22), transparent 65%), var(--x-bg); }
.nx-cta__title { font-family: var(--x-display); font-weight: 800; font-size: clamp(3rem, 9vw, 7rem); letter-spacing: -0.035em; line-height: 0.98; margin: 0 0 1.6rem; color: var(--x-ink); }
.nx-cta__sub { color: var(--x-ink-dim); font-size: 1.1rem; max-width: 52ch; margin: 0 auto 2.6rem; }
.nx-cta__actions { display: flex; justify-content: center; }
.nx-cta__small { font-family: var(--x-mono); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--x-ink-dim); opacity: 0.75; margin: 1.8rem 0 0; }

/* ---------- footer ---------- */
.nx-footer { border-top: 1px solid var(--x-line); background: var(--x-bg); padding: 2.4rem 0; }
.nx-footer__inner { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.nx-footer__links { display: flex; gap: 1.6rem; margin-inline: auto; flex-wrap: wrap; }
.nx-footer__links a { font-size: 0.92rem; font-weight: 500; color: var(--x-ink-dim) !important; text-decoration: none !important; transition: color 0.2s ease; }
.nx-footer__links a:hover { color: var(--x-coral-deep) !important; }
.nx-footer__c { font-family: var(--x-mono); font-size: 0.75rem; color: var(--x-ink-dim); margin: 0; }

/* ---------- industries strip ---------- */
.nx-ind { padding: clamp(3.2rem, 6vw, 4.8rem) 0 0; background: var(--x-bg); text-align: center; }
.nx-ind .nx-eyebrow { color: var(--x-ink-dim); }
.nx-ind__chips { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; max-width: 820px; margin-inline: auto; }
.nx-ind__chips span { font-family: var(--x-display); font-weight: 600; font-size: 0.95rem; color: var(--x-ink); background: var(--x-surface); border: 1px solid var(--x-line); border-radius: 999px; padding: 0.65rem 1.4rem; transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s var(--x-ease); }
.nx-ind__chips span:hover { border-color: rgba(232, 93, 75, 0.45); color: var(--x-coral-deep); transform: translateY(-2px); }

/* ---------- FAQ ---------- */
.nx-faq { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--x-bg-2); }
.nx-faq__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.nx-faq__lead { color: var(--x-ink-dim); }
.nx-faq__list { display: grid; gap: 0.8rem; }
.nx-faq__list details { background: var(--x-surface); border: 1px solid var(--x-line); border-radius: 16px; padding: 0 1.4rem; transition: border-color 0.25s ease; }
.nx-faq__list details[open] { border-color: rgba(232, 93, 75, 0.4); }
.nx-faq__list summary { font-family: var(--x-display); font-weight: 700; font-size: 1.02rem; color: var(--x-ink); cursor: pointer; list-style: none; padding: 1.15rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.nx-faq__list summary::-webkit-details-marker { display: none; }
.nx-faq__list summary::after { content: "+"; color: var(--x-coral-deep); font-size: 1.4rem; line-height: 1; transition: transform 0.25s var(--x-ease); flex-shrink: 0; }
.nx-faq__list details[open] summary::after { transform: rotate(45deg); }
.nx-faq__list p { color: var(--x-ink-dim); margin: 0 0 1.2rem; font-size: 0.98rem; }
@media (max-width: 900px) { .nx-faq__inner { grid-template-columns: 1fr; } }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
	.nx-hero__inner { grid-template-columns: 1fr; text-align: left; }
	.nx-stage { order: -1; margin-bottom: 1rem; }
	.nx-stage__tilt { width: min(300px, 78%); }
	.nx-chip--2 { right: -4%; }
	.nx-chip--3 { left: -4%; }
	.nx-hero { min-height: 0; padding-top: 6.5rem; }
	.nx-hero__meta { display: none; }
	.nx-steps__grid { grid-template-columns: 1fr; }
	.nx-bento__grid { grid-template-columns: 1fr; }
	.nx-bento__cell--doc { grid-row: auto; }
	.nx-step:nth-child(2), .nx-step:nth-child(3) { translate: 0 0; }
	.nx-demo__inner { grid-template-columns: 1fr; }
}

/* ---------- login-knapp (nav) ---------- */
.nx-btn--login { padding: 0.7rem 1.3rem; font-size: 0.92rem; color: var(--x-ink) !important; border: 1.5px solid rgba(27, 33, 64, 0.3); background: transparent; }
.nx-btn--login:hover { border-color: var(--x-coral-deep); color: var(--x-coral-deep) !important; transform: translateY(-2px); }
@media (max-width: 880px) { .nx-btn--login { display: none; } }

/* ---------- global footer ---------- */
.nx-footer2 { background: var(--x-navy); color: var(--x-cream); padding: clamp(3.5rem, 7vw, 5.5rem) 0 2rem; font-family: var(--x-body); }
.nx-footer2__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(2rem, 4vw, 3.5rem); margin-bottom: 3rem; }
.nx-footer2__logo { font-size: 1.5rem; display: inline-block; margin-bottom: 1rem; color: var(--x-coral) !important; }
.nx-footer2__logo span { color: var(--x-cream); }
.nx-footer2__brand p { color: rgba(250, 247, 241, 0.72); font-size: 0.95rem; margin: 0 0 1rem; max-width: 34ch; line-height: 1.65; }
.nx-footer2__mono { font-family: var(--x-mono); font-size: 0.68rem !important; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(250, 247, 241, 0.55) !important; }
.nx-footer2 h4 { font-family: var(--x-display); font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250, 247, 241, 0.5); margin: 0 0 1.1rem; }
.nx-footer2__grid p { color: rgba(250, 247, 241, 0.72); font-size: 0.92rem; margin: 0 0 1rem; line-height: 1.65; }
.nx-footer2__grid a:not(.nx-btn) { display: block; color: rgba(250, 247, 241, 0.85) !important; text-decoration: none !important; font-size: 0.98rem; padding: 0.3rem 0; transition: color 0.2s ease, transform 0.2s var(--x-ease); }
.nx-footer2__grid a:not(.nx-btn):hover { color: var(--x-coral) !important; transform: translateX(4px); }
.nx-footer2 .nx-btn--coral { margin-top: 0.4rem; padding: 0.8rem 1.7rem; font-size: 0.92rem; }
.nx-footer2__bar { border-top: 1px solid rgba(250, 247, 241, 0.14); padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.nx-footer2__bar p { margin: 0; font-family: var(--x-mono); font-size: 0.72rem; color: rgba(250, 247, 241, 0.55); }
.nx-footer2__bar a { color: rgba(250, 247, 241, 0.75) !important; font-size: 0.85rem; text-decoration: none !important; }
.nx-footer2__bar a:hover { color: var(--x-coral) !important; }
@media (max-width: 900px) { .nx-footer2__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .nx-footer2__grid { grid-template-columns: 1fr; } }

/* ---------- blogg lesetid ---------- */
.nora-lesetid { font-family: var(--x-mono); }

/* ---------- motion gating ---------- */
@media (prefers-reduced-motion: reduce) {
	.nx-marquee__track, .nx-stage__ring--1, .nx-stage__ring--2, .nx-chip, .nx-hero__eyebrow i, .nx-console__status i { animation: none !important; }
	html { scroll-behavior: auto; }
}
