/* /var/www/smvgrc-dev/static/styles/landing.css */
/* Public pages: landing, compare-plans, features, auth */

/* =========================================================
### public shell ###
========================================================= */
.pub-shell{
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.pub-header, .pub-footer, .pub-main{ width: 100%; }

.pub-main{
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--pad);
}

/* =========================================================
### landing ###
========================================================= */
.landing{ display:flex; flex-direction:column; gap: var(--gap); }
/* BAS-78: Hero i 1 kolonne efter fjernelse af hero-right "JERES FØRSTE
   SIKKERHEDSSKRIDT"-aside. Udvidet max-width så hero-title flyder
   henover skærmen på desktop. */
.hero{ display:grid; grid-template-columns: 1fr; gap: 24px; align-items:center; max-width: 1400px; margin: 0 auto; width: 100%; }
.lead{ font-size: 16px; color: var(--muted); margin: 0 0 14px 0; }
/* Narrativ-linjen under "Planer og priser" (.lead.u-g102/u-g103) skal centreres.
   .lead's margin nulstillede ellers de auto-vandretmargener u-g102/u-g103 sætter,
   så blokken faldt til venstre. Genskab centreringen med højere specificitet. */
.lead.u-g102, .lead.u-g103 { margin-left: auto; margin-right: auto; }

.cta-row{ display:flex; gap: 10px; margin: 10px 0 12px; flex-wrap: wrap; }

.chips{ display:flex; gap: 8px; flex-wrap: wrap; }
.chip{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
  color: var(--muted);
}

.hero-right{ display:flex; flex-direction:column; gap: 10px; }
.mini{ padding: 12px; }
.mini-title{ font-weight: 800; font-size: 13px; }
.mini-text{ font-size: 13px; margin-top: 4px; }

/* =========================================================
### plan cards (landing pricing) ###
========================================================= */
.plan-card{ display:flex; flex-direction:column; padding: 22px; }
.plan-card--featured{ border: 2px solid var(--text); }
.plan-badge{
  display:inline-block;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  width: fit-content;
  margin-bottom: 10px;
}
.plan-card--featured .plan-badge{ background: var(--text); color: #fff; border-color: transparent; }
.plan-card h3{ font-size: 18px; font-weight: 800; margin: 0 0 2px 0; text-transform: none; letter-spacing: 0; }
.plan-employees{ font-size: 13px; color: var(--muted); margin: 0 0 14px 0; }
.plan-price{ display:flex; align-items:baseline; gap: 4px; margin-bottom: 2px; }
.plan-amount{ font-size: 28px; font-weight: 900; letter-spacing: -.02em; }
.plan-interval{ font-size: 13px; }
.plan-yearly{ font-size: 12px; margin: 0 0 8px 0; }
.plan-max-users{ font-size: 12px; margin: 0 0 14px 0; }
.plan-features{
  list-style: none; padding: 0; margin: 0 0 18px 0;
  display:flex; flex-direction:column; gap: 8px;
  flex: 1;
}
.plan-features li{ font-size: 13px; line-height: 1.4; }
.plan-features li strong{ font-weight: 700; }
.plan-cta{ margin-top: auto; }
.plan-cta .btn{ width: 100%; text-align: center; }

/* =========================================================
### compare plans page ###
========================================================= */
.compare-page{ max-width: 960px; margin: 0 auto; }

.cmp-sticky{
  position: sticky; top: 0; z-index: 10;
  background: var(--bg);
  padding: 12px 0 8px;
}
.cmp-header{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 8px;
  align-items: end;
}
.cmp-header .cmp-label-col{ font-size: 0; }
.cmp-header .cmp-plan-col{
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 14px 12px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.cmp-header .cmp-plan-col--featured{
  border: 2px solid var(--text);
  box-shadow: 0 2px 12px rgba(15,23,42,.06);
}
.cmp-plan-name{ font-size: 15px; font-weight: 800; }
.cmp-plan-range{ font-size: 12px; color: var(--muted); }
.cmp-plan-price{ font-size: 13px; margin-top: 2px; }
.cmp-plan-price strong{ font-size: 18px; font-weight: 900; }

.cmp-table{ display: flex; flex-direction: column; }

.cmp-group-title{
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: var(--muted);
  padding: 18px 0 6px;
  border-bottom: 2px solid var(--line);
}

.cmp-row{
  display: grid;
  /* L1: tre-plan-model — label + Foundation + Standard + Enterprise. */
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  align-items: center;
}
.cmp-row .cmp-label-col{
  font-weight: 600;
  color: var(--text);
}
.cmp-row .cmp-plan-col{
  text-align: center;
  color: var(--text);
}
.cmp-row .cmp-plan-col--featured{
  background: rgba(15,23,42,.015);
  border-radius: 6px;
  padding: 10px 4px;
  margin: -10px 0;
}

.cmp-yes::before{
  content: "\2713";
  font-weight: 700;
  color: #16a34a;
}
.cmp-no::before{
  content: "\2014";
  color: var(--line);
  font-weight: 400;
}
.cmp-hint{
  display: inline-flex; align-items: center; justify-content: center;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--line);
  color: var(--muted);
  font-size: 10px; font-weight: 700;
  cursor: help;
  margin-left: 4px;
  vertical-align: middle;
}

/* =========================================================
### public header (landing) ###
========================================================= */
.header-public{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.header-brand{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.header-logo{ height: 42px; }
.header-brand-text{
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header-brand-name{
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.1;
}
.header-brand-tagline{
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7b8ba3;
  line-height: 1.3;
}
.btn-login{
  display:inline-flex; align-items:center;
  font-size: 13px; font-weight: 600;
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: all .12s;
}
.btn-login:hover{ border-color: var(--text); box-shadow: 0 1px 4px rgba(15,23,42,.08); }

/* hero bullets */
.hero-bullets{
  list-style: none; padding: 0; margin: 0 0 16px 0;
  display: flex; flex-direction: column; gap: 6px;
}
.hero-bullets li{
  font-size: 14px; color: var(--text);
  padding-left: 20px;
  position: relative;
}
.hero-bullets li::before{
  content: "\2713";
  position: absolute; left: 0; top: 0;
  color: #16a34a; font-weight: 700;
}

/* hero trust line */
.hero-trust{
  font-size: 12px; color: var(--muted); margin: 0;
}

/* hero left —
   BAS-78 follow-up: efter sletning af hero-aside (højre-side-card) er
   hero i 1 kolonne og indholdet centreres for symmetrisk udtryk. */
.hero-left{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  max-width: 900px;
  margin: 0 auto;
}
.hero-left .cta-row,
.hero-left .tag-pill-row{ justify-content:center; }

/* preview card (dashboard mock) */
.preview-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: 0 4px 24px rgba(15,23,42,.06);
  padding: 20px;
  display:flex; flex-direction:column; gap: 16px;
}
.preview-header{
  display:flex; align-items:center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--text);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.preview-status{ display:flex; flex-direction:column; gap: 4px; }
.preview-status-label{ font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.preview-bar{
  height: 8px; border-radius: 4px; background: #f1f5f9; overflow:hidden;
}
.preview-bar-fill{
  height: 100%; border-radius: 4px;
  background: linear-gradient(90deg, #16a34a, #22c55e);
}
.preview-bar-text{ font-size: 12px; color: var(--muted); }
.preview-grid{
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.preview-stat{
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}
.preview-stat-num{ font-size: 22px; font-weight: 900; color: var(--text); }
.preview-stat-label{ font-size: 11px; color: var(--muted); margin-top: 2px; }

/* =========================================================
### responsive (landing/public) ###
========================================================= */
@media (max-width: 980px){
  .hero{ grid-template-columns: 1fr; }
  .header-logo{ height: 35px; }

  /* compare page: horizontal scroll with sticky labels */
  .cmp-header{
    grid-template-columns: 120px 1fr 1fr 1fr;
    min-width: 580px;
  }
  /* L1: tre-plan-model — label + Foundation + Standard + Enterprise. */
  .cmp-row{
    grid-template-columns: 120px 1fr 1fr 1fr;
    min-width: 640px;
  }
  .cmp-table, .cmp-sticky{ overflow-x: auto; }
  .cmp-header .cmp-plan-col{ padding: 10px 8px; }
  .cmp-plan-name{ font-size: 13px; }
  .cmp-plan-price strong{ font-size: 15px; }
}

@media (max-width: 520px){
  .header-brand-tagline{ display: none; }
}


/* =========================================================
   Landing redesign (PR #43 — apr 2026)
   "Beskyt forretningen først. Compliance følger bagefter."
   Alle styles bor her — ingen inline style="..." i template.
   ========================================================= */

/* ── Smooth in-page anchor navigation ─────────────────── */
/* Begge regler nødvendige: html,body{ height:100% } i base.css gør
   body til scroll-container på public-pages — scroll-behavior på html
   alene propagerer ikke til body's scroll. */
html, body { scroll-behavior: smooth; }

/* Breathing room når man springer til en anker-target via #hash */
.section-marker,
.smvciso-card,
.cta-band,
.hero,
.workflow-grid,
.fremdrift-heading {
  scroll-margin-top: 32px;
}

/* ── Hero title ──
   rescope 24: hero-copy er nu ÉN lang sætning (variant B, låst), ikke
   v1's to korte linjer. Den gamle `white-space: nowrap` (BAS-78, lavet
   til korte linjer) tvang hele sætningen ud på én ubrydelig linje langt
   bredere end viewporten på desktop → horisontal overflow (afklippet
   overskrift). Sætningen skal wrappe naturligt indenfor hero-containeren,
   og font-size skal være sætnings-passende (ikke 80px overskrift). */
.hero-title {
  font-size: clamp(26px, 4.2vw, 52px);
  line-height: 1.12;
  font-weight: 800;
  margin: 18px 0 16px;
  letter-spacing: -0.02em;
  text-wrap: balance; /* balancerer linjelængder ved ombrydning */
}
.hero-title__line {
  display: inline;
  white-space: normal;       /* lang sætning SKAL kunne wrappe */
  overflow-wrap: break-word; /* sikkerhedsnet mod ekstremt smalle viewports */
}
.hero-title__sub {
  display: inline;
  color: var(--accent, #2563eb);
  font-weight: 800;
  white-space: normal;
  margin-left: 0.35em;
}
/* På mindre skærme må white-space godt brydes for at undgå horisontal
   scroll — men stadig kun ved mellemrum mellem sætninger, ikke midt i. */
@media (max-width: 900px) {
  .hero-title__line,
  .hero-title__sub {
    white-space: normal;
    display: block;
  }
}

/* ── Tag pills over hero-overskriften ─────────────────── */
.tag-pill-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.tag-pill {
  display: inline-block;
  background: #f1f5f9;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
}
.tag-pill--accent {
  background: #fee2e2;
  color: #b91c1c;
  border-color: #fecaca;
}

/* ── Hero-card (højre side) ───────────────────────────── */
.hero-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px -12px rgba(15, 23, 42, 0.12);
  width: 100%;
  max-width: 500px;
  min-width: 460px;
  margin-left: auto;
}
.hero-card-header {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  color: #64748b;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.hero-card-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #0f172a;
}

/* ── Step list (3 trin i hero-kortet) ─────────────────── */
.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid #f1f5f9;
}
.step-row:first-child {
  border-top: none;
  padding-top: 0;
}
.step-number {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #f8fafc;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #e2e8f0;
}
.step-body {
  flex: 1;
  min-width: 0;
}
.step-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.step-desc {
  font-size: 13px;
  color: #64748b;
  margin-top: 2px;
  line-height: 1.4;
}

/* ── Section markers ("// FORSKELLEN") ────────────────── */
.section-marker {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  color: #94a3b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 64px auto 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
  max-width: 1200px;
  width: 100%;
}

/* ── SMVCISO CTA-banner (mellem kunderejsen og forskellen) — horisontal slim ── */
.smvciso-card {
  background: linear-gradient(135deg, #f1f5f9 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-left: 4px solid #b91c1c;
  border-radius: 12px;
  padding: 20px 28px;
  max-width: 1200px;
  width: 100%;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.smvciso-card__text { flex: 1; min-width: 280px; }
.smvciso-card__title {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
  line-height: 1.3;
}
.smvciso-card__lead {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
  max-width: none;
}
.smvciso-card__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* ── Forskellen-grid (2 kolonner) ─────────────────────── */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.compare-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 24px;
}
.compare-card--positive {
  border: 2px solid #ef4444;
  border-color: #fb923c;
  background: #fffaf5;
}
.compare-card__label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  color: #94a3b8;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.compare-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.35;
}
.compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.compare-item--neg,
.compare-item--pos {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #334155;
}
.compare-item--neg::before {
  content: "✗";
  color: #94a3b8;
  font-weight: 700;
  flex-shrink: 0;
  width: 18px;
}
.compare-item--pos::before {
  content: "✓";
  color: #16a34a;
  font-weight: 700;
  flex-shrink: 0;
  width: 18px;
}

/* ── Process-grid (Tilmeld / Vælg / Handl) ────────────── */
.process-heading {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 28px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.process-step {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 24px;
}
.process-step__number {
  font-size: 14px;
  font-weight: 700;
  color: #94a3b8;
  margin-bottom: 6px;
}
.process-step__title {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}
.process-step__desc {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

/* ── Bottom CTA-band ──────────────────────────────────── */
.cta-band {
  background: #0f172a;
  color: #fff;
  border-radius: 14px;
  padding: 32px 36px;
  margin: 64px auto 0;
  max-width: 1200px;
  width: 100%;
}
.cta-band__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-band__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.3;
}
.cta-band__sub {
  font-size: 14px;
  color: #cbd5e1;
}
.cta-band__action {
  flex-shrink: 0;
}

/* ── // FREMDRIFT — 3 trin (handlingsdrevet, ingen framework) ───── */
.fremdrift-heading {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 auto 10px;
  max-width: 1200px;
}
.fremdrift-lead {
  font-size: 15px;
  color: #475569;
  line-height: 1.55;
  margin: 0 auto 24px;
  max-width: 720px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}
.workflow-step {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
}
.workflow-step__number {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  color: #b91c1c;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #fee2e2;
  border: 1px solid #fecaca;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-transform: uppercase;
}
.workflow-step__title {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.workflow-step__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.workflow-step__list li {
  font-size: 14px;
  color: #334155;
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}
.workflow-step__list li::before {
  content: "✓";
  color: #16a34a;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 980px) {
  .compare-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .hero-title { font-size: 34px; }
  .hero-card { min-width: 0; max-width: none; margin-left: 0; }
}

@media (max-width: 520px) {
  .hero-title { font-size: 28px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 24px 20px; }
  .hero-card { padding: 18px 18px; }
  .compare-card,
  .process-step { padding: 18px 18px; }
  .section-marker { margin-top: 48px; }
  .smvciso-card { padding: 24px 20px; }
  .smvciso-card__title { font-size: 18px; }
}

/* =========================================================
### BAS-70: Plan-kort-partial (delt mellem landing + compare_plans) ###
========================================================= */
.plan-cards-grid {
  display: grid;
  /* 4 plan-kort skal kunne stå på én linje på desktop (≥1100px). auto-fit
     gør at færre planer (fx hvis DGI/Enterprise skjules) stadig fylder ud. */
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
}
.plan-card-v2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-card-v2__name { font-size: 20px; font-weight: 800; }
.plan-card-v2__tagline { font-size: 13px; color: var(--muted); font-weight: 600; }
.plan-card-v2__price { margin-top: 8px; }
.plan-card-v2__price strong { font-size: 22px; font-weight: 900; }
.plan-card-v2__price-interval { font-size: 13px; color: var(--muted); }
.plan-card-v2__save {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
  color: #16a34a; /* theme-success — samme som .compare-item--pos og .cmp-yes */
}
.plan-card-v2__price-alt { font-size: 12px; color: var(--muted); }
.plan-card-v2__understøtter {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.plan-card-v2__understøtter strong { color: var(--text); }
.plan-card-v2__bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.plan-card-v2__bullet {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
}
.plan-card-v2__bullet::before {
  content: "\2713"; /* ✓ — samme symbol som .cmp-yes */
  position: absolute;
  left: 0;
  top: 1px;
  color: #16a34a;
  font-weight: 900;
  font-size: 14px;
}
.plan-card-v2__cta {
  margin-top: 12px;
  text-align: center;
}
.plan-card-v2__contact {
  font-size: 16px;
  font-weight: 700;
}

/* Tablet (640–1099px): 2 kort pr. række. */
@media (max-width: 1099px) {
  .plan-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .plan-cards-grid { grid-template-columns: 1fr; }
}

/* =========================================================
### BAS-78: //fremdrift — modenhedsrejse-bokse (3 trin) ###

Drømme-framing, separat fra plan-bokse. Ingen pris, ingen CTA-knap.
Visuel progression via accent-farver (orange/yellow/green) + stair-step
forskydning. Stackes lodret under 768 px.
========================================================= */
/* rescope 26: Modenhedstrappen viser igen 3 trin (Foundation/Standard/
   Enterprise) efter Enterprise-genaktivering (migration 0102).
   Stair-step + green-accent + :nth-child(3)-mobile-reset er bevaret
   fra BAS-78-grunddesignet. */
.maturity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.maturity-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  border-radius: var(--r, 10px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 4px solid var(--muted);
  min-height: 100%;
}
/* Stair-step (Teknik 3): forskud 2. og 3. boks vertikalt for at
   understrege progression uden pile. */
.maturity-step:nth-child(2) { margin-top: 16px; }
.maturity-step:nth-child(3) { margin-top: 32px; }
/* Accent-farve per trin (Teknik 1) — matcher 🟧🟨🟩-chipene */
.maturity-step--green  { border-top-color: #16a34a; }
.maturity-step--yellow { border-top-color: #eab308; }
.maturity-step--orange { border-top-color: #ea580c; }

.maturity-step__header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--muted);
}
.maturity-step__chip { font-size: 18px; line-height: 1; }
.maturity-step--green  .maturity-step__label { color: #16a34a; }
.maturity-step--yellow .maturity-step__label { color: #a16207; }
.maturity-step--orange .maturity-step__label { color: #c2410c; }
.maturity-step__title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}
.maturity-step__bullets {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.maturity-step__bullets li {
  font-size: 13.5px;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  color: var(--text);
}
.maturity-step__bullets li::before {
  content: "·";
  position: absolute;
  left: 4px;
  top: -2px;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  color: var(--muted);
}
.maturity-step--green  .maturity-step__bullets li::before { color: #16a34a; }
.maturity-step--yellow .maturity-step__bullets li::before { color: #eab308; }
.maturity-step--orange .maturity-step__bullets li::before { color: #ea580c; }
.maturity-step__tagline {
  margin-top: auto;
  padding-top: 12px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
}

@media (max-width: 768px) {
  .maturity-grid { grid-template-columns: 1fr; }
  .maturity-step:nth-child(2),
  .maturity-step:nth-child(3) { margin-top: 0; }
}

/* BAS-81: "Kommer snart"-markering på ikke-selectable plans (landing + compare-plans) */
.plan-card-v2__pending-chip {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  background: #fef3c7;
  color: #92400e;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.plan-card-v2__pending-note {
  margin: 8px 0;
  padding: 8px 10px;
  background: #fef3c7;
  border-left: 3px solid #f59e0b;
  color: #713f12;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 4px;
}

/* ─────────────────────────────────────────────────────────────────
   rescope 21: SMV-first landing — problem/løsning/områder.
   Vanilla CSS, kun eksisterende design-tokens. Mobile-responsive.
   ───────────────────────────────────────────────────────────────── */
.lp-section {
  max-width: 760px;
  margin: 0 auto;
}
.lp-section__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 10px 0;
  letter-spacing: -.01em;
}
.lp-section__lead {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.lp-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.lp-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r, 12px);
  padding: 22px 20px;
}
.lp-card__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}
.lp-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.lp-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}
.lp-area {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r, 12px);
  padding: 20px 18px;
  text-align: center;
}
.lp-area__icon {
  width: 34px;
  height: 34px;
  color: var(--success);
  margin: 0 auto 10px;
  display: block;
}
.lp-area__name {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
}
.lp-area__desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

@media (max-width: 900px) {
  .lp-solution-grid { grid-template-columns: 1fr; }
  .lp-area-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .lp-area-grid { grid-template-columns: 1fr; }
  .lp-section__title { font-size: 21px; }
}

/* ─────────────────────────────────────────────────────────────────
   rescope 24: værdi-baseret narrativ.
   "Det får i" = kerne-sektion (visuelt dominerende). + trust-sektion.
   Vanilla CSS, kun eksisterende design-tokens. Mobile-responsive.
   ───────────────────────────────────────────────────────────────── */
.lp-outcomes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}
.lp-outcome {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 4px solid var(--success);
  border-radius: var(--r, 12px);
  padding: 26px 26px;
}
.lp-outcome__title {
  font-size: 19px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.01em;
  margin-bottom: 10px;
  line-height: 1.3;
}
.lp-outcome__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.lp-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 28px;
  max-width: 880px;
  margin: 0 auto;
}
.lp-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.lp-trust__mark {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.lp-trust__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 2px;
}
.lp-trust__text {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}

@media (max-width: 768px) {
  .lp-outcomes { grid-template-columns: 1fr; }
  .lp-trust { grid-template-columns: 1fr; }
}

/* ═════════════════════════════════════════════════════════════════
   rescope 25 — sticky header, hero-visuelt, mikro-segmenter,
   gentagne CTA-bånd, ikoner/whitespace-polish. Vanilla CSS,
   eksisterende design-tokens. Responsive 1280 / 768 / 375.
   ═════════════════════════════════════════════════════════════════ */

/* ── Sticky header ── */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--panel);
  margin: -14px calc(-1 * var(--pad)) 0;
  padding: 0 var(--pad);
  border-bottom: 1px solid transparent;
  transition: box-shadow .15s, border-color .15s;
}
.lp-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(15, 23, 42, .07);
  border-bottom-color: var(--line);
}
.lp-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 64px;
}
.lp-header__brand { display: flex; align-items: center; text-decoration: none; flex: none; }
.lp-header__logo { height: 38px; display: block; }
.lp-nav { display: flex; align-items: center; gap: 26px; }
.lp-nav__link {
  font-size: 14px; font-weight: 600; color: var(--muted);
  text-decoration: none; white-space: nowrap; transition: color .12s;
}
.lp-nav__link:hover { color: var(--text); }
.lp-nav__cta { display: flex; align-items: center; gap: 14px; margin-left: 6px; }
.lp-nav__login {
  font-size: 14px; font-weight: 600; color: var(--text);
  text-decoration: none; white-space: nowrap;
}
.lp-nav__login:hover { text-decoration: underline; }
.lp-nav__start { font-size: 14px; padding: 9px 18px; white-space: nowrap; }
.lp-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; border: 1px solid var(--line);
  border-radius: 9px; background: var(--panel); cursor: pointer; padding: 0;
}
.lp-burger span {
  display: block; width: 20px; height: 2px; background: var(--text);
  margin: 0 auto; border-radius: 2px; transition: .15s;
}
@media (max-width: 768px) {
  .lp-header__inner { position: relative; }
  .lp-burger { display: flex; }
  .lp-nav {
    position: absolute; left: 0; right: 0; top: 64px;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--panel); border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08); padding: 8px 0;
    max-height: 0; overflow: hidden; visibility: hidden;
  }
  .lp-header.is-open .lp-nav { max-height: 80vh; visibility: visible; }
  .lp-header.is-open .lp-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .lp-header.is-open .lp-burger span:nth-child(2) { opacity: 0; }
  .lp-header.is-open .lp-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .lp-nav__link { padding: 13px 20px; font-size: 15px; border-bottom: 1px solid var(--line); }
  .lp-nav__cta { flex-direction: column; align-items: stretch; gap: 10px; margin: 12px 20px; }
  .lp-nav__start { text-align: center; }
}

/* ── Hero split + visuelt element ── */
.hero--split { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; }
.hero--split .hero-left { align-items: flex-start; text-align: left; max-width: none; margin: 0; }
.hero--split .hero-left .cta-row,
.hero--split .hero-left .tag-pill-row { justify-content: flex-start; }
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-art { width: 100%; max-width: 440px; height: auto; }
.hero-art__chaos rect { fill: var(--bg); stroke: var(--muted); stroke-width: 2; }
.hero-art__chaos line { stroke: var(--muted); stroke-width: 3; stroke-linecap: round; opacity: .55; }
.hero-art__arrow path { stroke: var(--muted); }
.hero-art__order rect { fill: var(--panel); stroke: #2563eb; stroke-width: 2; }
.hero-art__order .hero-art__bar { fill: #2563eb; stroke: #2563eb; }
.hero-art__order circle { stroke: var(--success); stroke-width: 2; fill: none; }
.hero-art__order path { stroke: var(--success); }
.hero-art__order line { stroke: var(--line); stroke-width: 3; stroke-linecap: round; }
@media (max-width: 980px) {
  .hero--split { grid-template-columns: 1fr; text-align: center; }
  .hero--split .hero-left { align-items: center; text-align: center; margin: 0 auto; }
  .hero--split .hero-left .cta-row { justify-content: center; }
  .hero-visual { order: 2; margin-top: 8px; }
  .hero-art { max-width: 360px; }
}

/* ── "Det får I"-ikoner ── */
.lp-outcome { display: flex; gap: 16px; align-items: flex-start; }
.lp-outcome__icon {
  flex: none; width: 42px; height: 42px; border-radius: 11px;
  background: var(--success-bg); color: var(--success-dark);
  display: flex; align-items: center; justify-content: center;
}
.lp-outcome__icon svg { width: 22px; height: 22px; }
.lp-outcome__body { flex: 1; }

/* ── Gentagne CTA-bånd ── */
.lp-cta-strip {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap; text-align: center;
  background: var(--success-bg); border: 1px solid #bbf7d0;
  border-radius: 16px; padding: 24px 28px;
  max-width: 760px; margin: 10px auto 0;
}
.lp-cta-strip__text { font-size: 18px; font-weight: 800; color: var(--success-dark); }

/* ── "Udviklet til" — mikro-segmenter ── */
.lp-seg-heading {
  font-size: 26px; font-weight: 800; color: var(--text);
  text-align: center; letter-spacing: -.01em; margin: 6px 0 6px;
}
.lp-seg-sub {
  font-size: 15px; color: var(--muted); text-align: center;
  max-width: 560px; margin: 0 auto 8px; line-height: 1.55;
}
.lp-segments {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 1080px; margin: 0 auto;
}
.lp-seg {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 14px; padding: 24px 22px; text-align: center;
  transition: box-shadow .15s, transform .15s;
}
.lp-seg:hover { box-shadow: 0 6px 20px rgba(15, 23, 42, .07); transform: translateY(-2px); }
.lp-seg__art {
  display: flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 14px;
  background: var(--success-bg); color: var(--success-dark);
}
.lp-seg__art svg { width: 32px; height: 32px; }
.lp-seg__name { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.lp-seg__text { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0; }
@media (max-width: 980px) { .lp-segments { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .lp-segments { grid-template-columns: 1fr; }
  .lp-seg-heading { font-size: 22px; }
  .lp-cta-strip { padding: 20px; }
  .lp-cta-strip__text { font-size: 16px; }
}

/* #609: Software / versionshistorik-side */
.om-software { max-width: 820px; margin: 32px auto; padding: 0 16px; }
.om-software__title { font-size: 32px; font-weight: 800; margin: 8px 0 10px; }
.om-software__lead { color: #475569; margin: 0 0 24px; }
.om-software__history { padding: 24px 28px; margin-bottom: 20px; }
.om-software__history h1 { font-size: 22px; margin: 0 0 6px; }
.om-software__history h2 { font-size: 17px; margin: 22px 0 6px; }
.om-software__history blockquote { color: #64748b; border-left: 3px solid #cbd5e1; padding: 4px 12px; margin: 12px 0; font-size: 14px; }
.om-software__history ul { margin: 4px 0 12px 18px; }
.om-software__history hr { border: 0; border-top: 1px solid #e2e8f0; margin: 20px 0; }
.om-software__sbom { padding: 24px 28px; }
.om-software__sbom h2 { font-size: 18px; margin: 0 0 10px; }
.om-software__sbom ul { margin: 10px 0 0 18px; }

/* #620: ISO-disclaimer på landing matcher plan-grid'ets bredde (ikke fuld side) */
.landing-iso-note {
  max-width: 1240px;
  margin: 0 auto;
}
