:root {
  --navy: #0b1f33;
  --navy-2: #12304d;
  --navy-3: #1b4166;
  --ice: #7fd3f5;
  --ice-soft: #bfe9fb;
  --frost: #eaf7fd;
  --white: #ffffff;
  --muted: #9fb6cc;
  --warm: #ffb65c;
  --red: #ff7a7a;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.reveal-viewport {
  background: radial-gradient(1200px 700px at 85% -10%, #16395c 0%, var(--navy) 60%) var(--navy);
}

.reveal {
  font-family: var(--font);
  font-size: 30px;
  color: var(--white);
  line-height: 1.35;
}

.reveal .slides { text-align: left; }
.reveal .slides section { height: 100%; }

.reveal h1, .reveal h2, .reveal h3 {
  font-family: var(--font);
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0 0 0.4em;
  line-height: 1.1;
}
.reveal h1 { font-size: 2.6em; }
.reveal h2 { font-size: 1.8em; }
.reveal h3 { font-size: 1.05em; font-weight: 700; margin-bottom: 0.25em; }
.reveal p { margin: 0 0 0.6em; }
.reveal em { color: var(--ice); font-style: normal; }
.reveal strong { color: var(--ice-soft); }

.kicker {
  display: inline-block;
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ice);
  margin-bottom: 0.9em;
}
.lead { font-size: 1.05em; color: var(--muted); max-width: 26em; }
.small { font-size: 0.62em; color: var(--muted); }

/* Ikoner */
.i {
  width: 1em; height: 1em;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  vertical-align: -0.15em;
}

/* Titelslide */
.title-slide { display: flex !important; flex-direction: column; justify-content: center; }
.title-slide .brand { display: flex; align-items: center; gap: 0.5em; margin-top: 1.4em; color: var(--muted); font-size: 0.7em; }
.title-slide .brand b { color: var(--white); }
.snow { position: absolute; right: -40px; top: 60px; width: 420px; height: 420px; color: var(--navy-3); opacity: 0.9; }
.snow .i { width: 100%; height: 100%; stroke-width: 0.6; }

/* Kort */
.cards { display: grid; gap: 22px; margin-top: 0.6em; }
.cards.c2 { grid-template-columns: repeat(2, 1fr); }
.cards.c3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  border: 1px solid rgba(127, 211, 245, 0.18);
  border-radius: 18px;
  padding: 22px 24px;
  font-size: 0.72em;
  color: var(--frost);
}
.card .ic {
  display: inline-grid; place-items: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(127, 211, 245, 0.12); color: var(--ice);
  font-size: 30px; margin-bottom: 12px;
}
.card h3 { font-size: 1.2em; color: var(--white); }
.card p { margin: 0; color: var(--muted); }

/* Fase 2 */
.phase2 {
  border: 2px dashed rgba(255, 182, 92, 0.7);
  background: rgba(255, 182, 92, 0.06);
}
.phase2 .ic { background: rgba(255, 182, 92, 0.15); color: var(--warm); }
.badge {
  display: inline-block; font-size: 0.72em; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; margin-bottom: 8px;
}
.badge.now { background: rgba(127, 211, 245, 0.15); color: var(--ice); }
.badge.p2 { background: rgba(255, 182, 92, 0.18); color: var(--warm); }

/* Flow */
.flow { display: flex; align-items: stretch; gap: 10px; margin-top: 1.2em; }
.flow .step {
  flex: 1; text-align: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(127, 211, 245, 0.2);
  border-radius: 18px; padding: 22px 8px 18px;
  font-size: 0.62em; color: var(--frost);
}
.flow .step .ic { font-size: 46px; color: var(--ice); display: block; margin: 0 auto 10px; }
.flow .step b { display: block; font-size: 1.2em; color: var(--white); margin-bottom: 4px; }
.flow .arrow { align-self: center; color: var(--ice); font-size: 28px; }
.flow .step.hl { background: rgba(127, 211, 245, 0.16); border-color: var(--ice); }
.rail {
  margin-top: 26px; height: 8px; border-radius: 8px;
  background: linear-gradient(90deg, var(--ice), #4fb3e0, var(--ice));
  box-shadow: 0 0 24px rgba(127, 211, 245, 0.5);
}

/* Mini-flow i toppen af trinslides */
.crumbs { display: flex; gap: 6px; margin-bottom: 0.9em; }
.crumbs span {
  font-size: 0.42em; font-weight: 600; padding: 5px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.06); color: var(--muted);
}
.crumbs span.on { background: var(--ice); color: var(--navy); }

/* I dag: systemlandskab */
.today { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.islands { position: relative; height: 430px; }
.island {
  position: absolute; padding: 14px 20px; border-radius: 14px;
  background: var(--navy-2); border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.62em; font-weight: 700; color: var(--frost); white-space: nowrap;
}
.island .i { color: var(--muted); margin-right: 6px; }
.islands svg.links { position: absolute; inset: 0; width: 100%; height: 100%; }
.islands svg.links line { stroke: var(--red); stroke-width: 2; stroke-dasharray: 6 8; opacity: 0.7; }
.pains { list-style: none; margin: 0; padding: 0; }
.pains li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; font-size: 0.8em; }
.pains li .i { color: var(--red); flex: none; margin-top: 4px; }

/* Punktlister */
.checks { list-style: none; margin: 0; padding: 0; }
.checks li { display: flex; gap: 14px; margin-bottom: 14px; font-size: 0.78em; color: var(--frost); }
.checks li .i { color: var(--ice); flex: none; margin-top: 5px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }

.quote {
  border-left: 4px solid var(--ice); padding: 8px 0 8px 22px; margin-top: 0.8em;
  font-size: 0.85em; color: var(--frost);
}

/* Faktura-strøm */
.chain { display: flex; align-items: center; gap: 12px; margin: 0.8em 0 1em; }
.chain .node {
  flex: 1; text-align: center; padding: 18px 10px; border-radius: 16px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(127,211,245,0.2);
  font-size: 0.6em; color: var(--frost);
}
.chain .node .i { font-size: 40px; color: var(--ice); display: block; margin: 0 auto 8px; }
.chain .node.p2 { border: 2px dashed rgba(255,182,92,0.7); }
.chain .node.p2 .i { color: var(--warm); }
.chain .arrow { color: var(--ice); font-size: 26px; }

/* Afslutning */
.steps2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 0.5em 0 0.8em; }
.big-q { font-size: 1.5em; font-weight: 800; margin-top: 0.5em; }

.reveal .progress { color: var(--ice); height: 4px; }
.reveal .controls { color: var(--ice); }
.reveal .slide-number { background: transparent; color: var(--muted); font-family: var(--font); font-size: 14px; }

/* Dueslag (statusser) */
.pigeon { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 0.5em; }
.pigeon .col h3 {
  font-size: 0.5em; color: var(--ice); text-transform: uppercase; letter-spacing: 0.08em;
  margin: 0 0 10px; padding-bottom: 6px; border-bottom: 2px solid rgba(127, 211, 245, 0.35);
}
.pigeon .slot {
  display: flex; justify-content: space-between; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(127, 211, 245, 0.18);
  border-radius: 10px; padding: 7px 10px; margin-bottom: 7px;
  font-size: 0.5em; color: var(--frost);
}
.pigeon .slot .req { display: flex; gap: 4px; color: var(--warm); flex: none; }
.legend { margin-top: 14px; }
.legend .i { color: var(--warm); }
.todo { display: flex; gap: 12px; align-items: flex-start; font-size: 0.6em; color: var(--frost); margin: 0 0 0.4em; }
.todo .i { color: var(--ice); flex: none; font-size: 1.3em; margin-top: 2px; }
