/* Konfirmasjonsquiz — landingsside (varm nordisk palett) */

:root {
  --bg: #fbf7f1;
  --bg-deep: #f3ece1;
  --primary: #3d5a4a;
  --primary-soft: #5a7a6a;
  --accent: #7ea886;
  --accent-soft: #a8c4ad;
  --text: #2a2620;
  --text-soft: #6b5f50;
  --gold: #d4a84b;
  --line: #e8dfcf;
  --card: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Quicksand', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

h1, h2, h3, .serif {
  font-family: 'Lora', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text);
}

h1 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); line-height: 1.05; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1.15; }
h3 { font-size: 1.25rem; line-height: 1.3; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 241, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 1.18rem;
  color: var(--text);
  letter-spacing: -0.015em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.logo-mark {
  width: 34px; height: 34px;
  position: relative;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.logo-mark svg { width: 100%; height: 100%; display: block; overflow: visible; }
.logo-word { display: inline-flex; align-items: baseline; gap: 0.18em; white-space: nowrap; }
.logo-word .lw-konf { color: var(--text); font-weight: 500; }
.logo-word .lw-quiz { color: var(--primary); font-style: italic; font-weight: 500; }
.logo:hover .logo-mark svg .lm-petal {
  transform: rotate(22.5deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.logo-mark svg .lm-petal {
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer .logo { font-size: 1.25rem; }

.nav-links {
  display: flex; gap: 32px; align-items: center;
  font-size: 0.95rem; color: var(--text-soft);
}
.nav-links a:hover { color: var(--primary); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 1rem;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary);
  color: var(--bg);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04), 0 8px 20px -8px rgba(61, 90, 74, 0.4);
}
.btn-primary:hover {
  background: #2f4a3c;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04), 0 12px 28px -8px rgba(61, 90, 74, 0.5);
}
.btn-secondary {
  background: transparent;
  color: var(--primary);
  padding: 14px 20px;
}
.btn-secondary:hover { color: var(--accent); }
.btn-sm { padding: 10px 20px; font-size: 0.92rem; }

/* ============ HERO ============ */
.hero { padding: 80px 0 100px; position: relative; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 80px; align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 28px;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--accent); }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--primary); font-weight: 500; }
.hero-sub {
  font-size: 1.15rem; color: var(--text-soft);
  max-width: 520px; margin-bottom: 36px; line-height: 1.6;
}
.hero-cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-meta {
  display: flex; gap: 28px; margin-top: 40px;
  font-size: 0.9rem; color: var(--text-soft);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* Hero collage */
.hero-art {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  overflow: visible;
}
.ha-disk {
  position: absolute;
  inset: 8% 6% 8% 6%;
  border-radius: 50%;
  background: var(--bg-deep);
  z-index: 0;
}
.ha-disk::after {
  content: '';
  position: absolute;
  inset: -3%;
  border-radius: 50%;
  border: 1px dashed var(--line);
  opacity: 0.6;
}
.ha-line {
  position: absolute;
  bottom: 8%; left: -6%;
  width: 56%; height: 1.5px;
  background: var(--accent);
  transform: rotate(-12deg);
  opacity: 0.5;
  z-index: 0;
}
.ha-dot { position: absolute; border-radius: 50%; }

.ha-phone {
  position: absolute;
  top: 10%; left: 6%;
  width: 42%;
  transform: rotate(-5deg);
  filter: drop-shadow(0 26px 44px rgba(42, 38, 32, 0.22));
  z-index: 3;
}
.ha-phone-frame {
  width: 100%;
  aspect-ratio: 0.48;
  background: #1a1a1a;
  border-radius: 28px;
  padding: 6px;
}
.ha-phone-screen {
  width: 100%; height: 100%;
  background: var(--bg);
  border-radius: 22px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.ha-phone-screen::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 36px; height: 5px;
  background: #1a1a1a;
  border-radius: 999px;
}
.ha-mini-eyebrow {
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-top: 8px;
}
.ha-mini-q {
  font-family: 'Lora', serif;
  font-size: 11px;
  line-height: 1.2;
  color: var(--text);
  font-weight: 500;
}
.ha-mini-opt {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 6px 7px;
  font-size: 8px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 5px;
}
.ha-mini-opt.sel {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--bg);
}
.ha-mini-radio {
  width: 7px; height: 7px;
  border-radius: 50%;
  border: 1.2px solid var(--line);
  flex-shrink: 0;
}
.ha-mini-opt.sel .ha-mini-radio { background: var(--bg); border-color: var(--bg); }

.ha-book {
  position: absolute;
  bottom: 10%; right: 4%;
  width: 56%;
  aspect-ratio: 1.35;
  transform: rotate(5deg);
  z-index: 2;
  filter: drop-shadow(0 20px 36px rgba(42, 38, 32, 0.18));
}
.ha-book-spread {
  position: absolute;
  inset: 0;
  background: var(--card);
  border-radius: 4px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ha-book-spread::before {
  content: '';
  position: absolute;
  top: 6%; bottom: 6%;
  left: 50%;
  width: 1px;
  background: var(--line);
}
.ha-book-page {
  padding: 14% 12%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}
.ha-book-line { height: 4px; background: var(--line); border-radius: 2px; }
.ha-book-line.short { width: 60%; }
.ha-book-line.med { width: 80%; }
.ha-book-title {
  font-family: 'Lora', serif;
  font-size: clamp(0.7rem, 1.4vw, 0.95rem);
  font-style: italic;
  color: var(--primary);
  margin-bottom: 6px;
}
.ha-book-sig {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: clamp(0.65rem, 1.2vw, 0.85rem);
  color: var(--text-soft);
  margin-top: auto;
  text-align: right;
}

.ha-rosette {
  position: absolute;
  top: 0; right: 0;
  width: 22%;
  aspect-ratio: 1;
  z-index: 6;
  filter: drop-shadow(0 8px 18px rgba(61, 90, 74, 0.28));
  animation: ha-rosette-float 9s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ha-rosette-float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(0, -6px) rotate(3deg); }
}
.ha-rosette svg { width: 100%; height: 100%; display: block; }

.ha-year {
  position: absolute;
  top: 6%; left: 38%;
  transform: rotate(-4deg);
  background: var(--primary);
  color: var(--bg);
  font-family: 'Lora', serif;
  font-style: italic;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  z-index: 5;
  box-shadow: 0 10px 24px -10px rgba(61, 90, 74, 0.5);
  white-space: nowrap;
}

/* ============ SECTIONS ============ */
section { padding: 100px 0; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.section-head .eyebrow { margin-bottom: 16px; justify-content: center; }
.section-head .eyebrow::before { display: none; }
.section-head h2 { margin-bottom: 16px; }
.section-head p {
  color: var(--text-soft);
  font-size: 1.1rem;
  max-width: 580px;
  margin: 0 auto;
}

/* Slik fungerer det */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
.step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px 32px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px -24px rgba(42, 38, 32, 0.15);
}
.step-num {
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
.step-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--bg-deep);
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--primary);
}
.step h3 { margin-bottom: 10px; }
.step p { color: var(--text-soft); font-size: 0.98rem; }

/* ============ STEP MOCKUPS (forbedret workflow) ============ */
.step-visual { padding: 36px 28px 32px; }
.step-mockup {
  height: 200px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  perspective: 1000px;
}

/* Mock: nettleser-vindu (steg 1) */
.mock-browser {
  width: 100%;
  max-width: 240px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 32px -16px rgba(42,38,32,0.18);
  transform: rotateY(-4deg);
}
.mock-browser-bar {
  background: var(--bg-deep);
  padding: 7px 10px;
  display: flex;
  gap: 5px;
  border-bottom: 1px solid var(--line);
}
.mock-browser-bar span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--line);
}
.mock-browser-bar span:nth-child(1) { background: #e85a86; }
.mock-browser-bar span:nth-child(2) { background: var(--gold); }
.mock-browser-bar span:nth-child(3) { background: var(--accent); }
.mock-browser-body {
  padding: 12px 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.mock-eyebrow {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.mock-title {
  font-family: 'Lora', serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}
.mock-textarea {
  height: 26px;
  background: var(--bg-deep);
  border-radius: 5px;
}
.mock-cta {
  background: var(--primary);
  color: var(--bg);
  font-size: 9px;
  padding: 5px 10px;
  border-radius: 999px;
  text-align: center;
  font-weight: 600;
  align-self: flex-start;
}
.mock-q-row {
  display: flex; align-items: center; gap: 6px;
}
.mock-q-num {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--bg);
  font-size: 8px;
  display: grid; place-items: center;
  font-weight: 700;
}
.mock-q-line {
  flex: 1;
  height: 4px;
  background: var(--line);
  border-radius: 2px;
}
.mock-q-line.short { width: 60%; flex: none; }

/* Mock: telefon med toppliste (steg 2) */
.mock-phone {
  width: 130px;
  height: 200px;
  background: #1a1a1a;
  border-radius: 18px;
  padding: 4px;
  position: relative;
  transform: rotate(2deg);
  box-shadow: 0 16px 32px -12px rgba(42,38,32,0.3);
}
.mock-phone-notch {
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 36px; height: 4px;
  background: #1a1a1a;
  border-radius: 999px;
  z-index: 5;
}
.mock-phone-screen {
  background: var(--bg);
  border-radius: 14px;
  width: 100%; height: 100%;
  padding: 18px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.mock-leader-row {
  display: flex; align-items: center; gap: 5px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 8px;
}
.mock-leader-row.faded { opacity: 0.55; }
.mock-rank {
  width: 12px;
  font-weight: 700;
  color: var(--primary);
}
.mock-avatar {
  width: 14px; height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mock-name {
  flex: 1;
  font-weight: 600;
  color: var(--text);
}
.mock-score {
  font-weight: 700;
  color: var(--primary);
}

/* Mock: minnebok (steg 3) */
.mock-book {
  width: 180px;
  height: 180px;
  position: relative;
  transform: rotate(-4deg);
}
.mock-book-pages {
  position: relative;
  width: 100%; height: 100%;
}
.mock-book-page {
  position: absolute;
  width: 110px;
  height: 155px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 8px 18px -8px rgba(42,38,32,0.2);
}
.mock-book-page.p1 {
  top: 18px; left: 8px;
  transform: rotate(-6deg);
  background: linear-gradient(160deg, var(--bg-deep), var(--bg));
}
.mock-book-page.p2 {
  top: 12px; left: 36px;
  transform: rotate(-2deg);
  background: var(--card);
}
.mock-book-page.p3 {
  top: 6px; left: 64px;
  transform: rotate(3deg);
  padding: 14px 12px;
  background: linear-gradient(160deg, #fff5f8, #ffe4ec 60%, #fde8f0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mock-book-eyebrow {
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e85a86;
  margin-bottom: 4px;
}
.mock-book-name {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4a2c3a;
  margin-bottom: 8px;
}
.mock-book-line {
  width: 70%;
  height: 3px;
  background: #f8d7e3;
  border-radius: 2px;
  margin: 2px 0;
}
.mock-book-line.short { width: 40%; }
.mock-book-line.med { width: 55%; }

/* ============ MINNEBOK SHOWCASE ============ */
.minnebok-section {
  background: var(--bg-deep);
  padding: 100px 0;
  overflow: hidden;
}
.mb-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 32px 0 48px;
  perspective: 1400px;
  flex-wrap: wrap;
}
.mb-page {
  width: 170px;
  height: 240px;
  background: #fff5f8;
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.04),
    0 12px 28px -12px rgba(42, 38, 32, 0.25),
    0 24px 48px -24px rgba(42, 38, 32, 0.18);
  position: relative;
  overflow: hidden;
  transform: rotate(var(--rot, 0deg));
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
  padding: 14px 12px;
  font-family: 'Quicksand', sans-serif;
  color: #4a2c3a;
}
.mb-page:hover {
  transform: rotate(0deg) translateY(-8px) scale(1.05);
  z-index: 10;
}

/* Side-eyebrow + tittel (felles) */
.mb-page-eyebrow {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e85a86;
  margin-bottom: 4px;
  text-align: center;
}
.mb-page-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  text-align: center;
  color: #4a2c3a;
}

/* Side 1: Cover */
.mb-cover {
  background: linear-gradient(160deg, #fff5f8 0%, #ffe4ec 60%, #fde8f0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 28px;
}
.mb-cover-eyebrow {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #e85a86;
  margin-bottom: 6px;
}
.mb-cover-from {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 9px;
  color: #8c6b78;
  margin-bottom: 8px;
}
.mb-cover-name {
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #4a2c3a;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
.mb-cover-date {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 8px;
  color: #a05880;
  margin-bottom: auto;
}
.mb-cover-polaroids {
  display: flex;
  gap: -4px;
  margin-top: auto;
  margin-bottom: 12px;
}
.mb-mini-polaroid {
  width: 32px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 1px;
  margin: 0 -4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Side 2: Topplist */
.mb-podium {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
  height: 60px;
}
.mb-podium-col {
  display: flex; flex-direction: column; align-items: center;
}
.mb-podium-avatar {
  width: 16px; height: 16px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.mb-podium-avatar.lg { width: 22px; height: 22px; }
.mb-podium-avatar.sm { width: 14px; height: 14px; }
.mb-crown { font-size: 8px; line-height: 1; }
.mb-podium-bar {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-radius: 2px 2px 0 0;
}
.mb-podium-1 {
  width: 22px; height: 28px;
  background: linear-gradient(180deg, #ff95b5, #ff7aa2);
  font-size: 14px;
}
.mb-podium-2 {
  width: 20px; height: 20px;
  background: linear-gradient(180deg, #ffd5e0, #ffb6c9);
  font-size: 11px;
}
.mb-podium-3 {
  width: 18px; height: 14px;
  background: linear-gradient(180deg, #ffe4ec, #ffd5e0);
  color: #a05880;
  font-size: 10px;
}
.mb-list-row {
  display: flex; align-items: center; gap: 5px;
  font-size: 7px;
  padding: 2px 4px;
  border-bottom: 1px solid #f8d7e3;
  font-weight: 600;
}
.mb-list-row span:first-child { color: #a05880; font-weight: 700; width: 8px; }
.mb-list-row .mb-name { flex: 1; }
.mb-list-row .mb-pts { color: #e85a86; font-weight: 700; }

/* Side 3: Hilsener */
.mb-greet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.mb-greet-card {
  background: #fff;
  border: 1px solid #f8d7e3;
  border-radius: 4px;
  padding: 5px 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.mb-greet-head {
  display: flex; align-items: center; gap: 3px;
  margin-bottom: 3px;
}
.mb-greet-avatar {
  width: 10px; height: 10px; border-radius: 50%;
}
.mb-greet-name {
  font-size: 6px;
  font-weight: 700;
  color: #e85a86;
}
.mb-greet-line {
  height: 2px;
  background: #f8d7e3;
  border-radius: 1px;
  margin: 2px 0;
}
.mb-greet-line.short { width: 60%; }
.mb-greet-line.med { width: 80%; }

/* Side 4: Galleri */
.mb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}
.mb-gal-polaroid {
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 1px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Side 5: Bakside */
.mb-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}
.mb-stat {
  background: rgba(255,255,255,0.75);
  border: 1px solid #f8d7e3;
  border-radius: 4px;
  padding: 5px 3px;
  text-align: center;
}
.mb-stat-num {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, #ff7aa2, #b893e6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.mb-stat-lbl {
  font-size: 5px;
  font-weight: 700;
  color: #8c6b78;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2px;
}
.mb-thanks {
  background: linear-gradient(135deg, #ffe4ec, #e8d5ff);
  border-radius: 6px;
  padding: 8px 6px;
  text-align: center;
  font-size: 9px;
}
.mb-thanks-text {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 6px;
  color: #4a2c3a;
  display: block;
  margin-top: 2px;
}

/* Caption */
.mb-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--text-soft);
}
.mb-caption-line {
  width: 40px; height: 1px;
  background: var(--accent);
  opacity: 0.5;
}

@media (max-width: 920px) {
  .mb-showcase { gap: 8px; }
  .mb-page { width: 130px; height: 184px; }
  .mb-cover-name { font-size: 22px; }
  .step-mockup { height: 180px; }
  .mock-phone { width: 110px; height: 170px; }
  .mock-book { width: 150px; height: 150px; }
  .mock-book-page { width: 90px; height: 130px; }
  .mock-book-page.p2 { left: 28px; }
  .mock-book-page.p3 { left: 52px; }
}

/* Theme switcher */
.theme-section { background: var(--bg-deep); }
.theme-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: center;
}
.theme-list { display: flex; flex-direction: column; gap: 12px; }
.theme-chip {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--bg);
  border: 1px solid transparent;
  text-align: left;
  width: 100%;
  transition: all 0.2s ease;
  font-family: inherit;
}
.theme-chip:hover { border-color: var(--line); }
.theme-chip.active {
  background: var(--card);
  border-color: var(--primary);
  box-shadow: 0 8px 20px -10px rgba(61, 90, 74, 0.25);
}
.theme-swatch {
  width: 36px; height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.theme-meta { flex: 1; }
.theme-name { font-weight: 600; font-size: 0.98rem; color: var(--text); }
.theme-desc { font-size: 0.84rem; color: var(--text-soft); margin-top: 2px; }
.theme-chip-arrow { color: var(--primary); font-size: 1.2rem; }

.phones-stage {
  position: relative;
  height: 620px;
  display: grid;
  place-items: center;
}
.phones-stage-inner {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}

.phone {
  width: 280px;
  height: 580px;
  border-radius: 42px;
  background: #1a1a1a;
  padding: 8px;
  box-shadow:
    0 0 0 1.5px rgba(0,0,0,0.1),
    0 30px 60px -20px rgba(42, 38, 32, 0.35),
    0 18px 36px -18px rgba(42, 38, 32, 0.25);
  position: relative;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.phone-screen {
  width: 100%; height: 100%;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
}
.phone-notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 22px;
  background: #1a1a1a;
  border-radius: 999px;
  z-index: 5;
}
.phone-side-left {
  position: absolute;
  left: -180px; top: 40px;
  opacity: 0.55;
  filter: saturate(0.85);
  transform: scale(0.78) rotate(-8deg);
}
.phone-side-right {
  position: absolute;
  right: -180px; top: 40px;
  opacity: 0.55;
  filter: saturate(0.85);
  transform: scale(0.78) rotate(8deg);
}
.phone-center { position: relative; z-index: 5; }

.phone-content {
  width: 100%; height: 100%;
  padding: 52px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.pc-head {
  display: flex; justify-content: space-between; align-items: center;
  position: relative; z-index: 2;
}
.pc-eyebrow {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 600; opacity: 0.8;
}
.pc-motif {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12px;
}
.pc-progress {
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.pc-progress-fill {
  width: 33%; height: 100%;
  border-radius: 999px;
}
.pc-who { font-size: 12px; opacity: 0.6; position: relative; z-index: 2; margin-top: 4px; }
.pc-q {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 4px 0 6px;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
.pc-opts { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; position: relative; z-index: 2; }
.pc-opt {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex; align-items: center; gap: 12px;
}
.pc-radio {
  width: 18px; height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid; place-items: center;
}
.pc-radio-dot { width: 6px; height: 6px; border-radius: 50%; }
.pc-btn {
  margin-top: auto;
  padding: 14px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

/* Theme patterns */
.pattern-bg { position: absolute; inset: 0; pointer-events: none; z-index: 1; }

/* Inkludert */
.included {
  background: var(--primary);
  color: var(--bg);
  border-radius: 32px;
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
}
.included::before {
  content: '';
  position: absolute;
  right: -120px; top: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: rgba(212, 168, 75, 0.12);
}
.included::after {
  content: '';
  position: absolute;
  left: -80px; bottom: -80px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(126, 168, 134, 0.18);
}
.included-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.included h2 { color: var(--bg); margin-bottom: 16px; }
.included-lead { color: rgba(251, 247, 241, 0.75); font-size: 1.05rem; line-height: 1.65; }
.checklist { list-style: none; display: grid; gap: 18px; }
.checklist li {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 1.02rem; line-height: 1.45;
}
.check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--primary);
  display: grid;
  place-items: center;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
}

/* Pris */
.price-section { padding: 100px 0; }
.price-card {
  max-width: 520px;
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.price-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--gold));
}
.price-tag {
  font-family: 'Lora', serif;
  font-size: 4.5rem;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.02em;
}
.price-tag span { font-size: 1.6rem; vertical-align: super; margin-left: 4px; color: var(--text-soft); }
.price-card h3 { margin: 24px 0 8px; }
.price-card p { color: var(--text-soft); margin-bottom: 32px; }
.price-fine {
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.price-fine span { display: inline-flex; align-items: center; gap: 6px; }

/* FAQ */
.faq-section { background: var(--bg-deep); }
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-item.open { border-color: var(--primary); }
.faq-q {
  width: 100%;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--text);
}
.faq-toggle {
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--primary);
  transition: transform 0.25s ease, background 0.2s ease;
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  background: var(--primary);
  color: var(--bg);
  border-color: var(--primary);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 28px;
  color: var(--text-soft);
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 28px 24px;
}

/* Footer */
.footer { padding: 64px 0 40px; border-top: 1px solid var(--line); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-tag {
  color: var(--text-soft);
  font-size: 0.95rem;
  max-width: 320px;
  margin-top: 12px;
}
.footer-col h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: var(--text-soft); font-size: 0.95rem; }
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--text-soft);
  flex-wrap: wrap;
  gap: 16px;
}

.confetti { position: absolute; pointer-events: none; border-radius: 50%; }

/* Responsive */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-art { max-width: 420px; }
  .steps { grid-template-columns: 1fr; }
  .theme-grid { grid-template-columns: 1fr; gap: 40px; }
  .phones-stage { height: 560px; }
  .included { padding: 56px 32px; }
  .included-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  section { padding: 72px 0; }
  .container { padding: 0 24px; }
}
