/* Paa baerbare med begraenset skaermhoejde (typisk 1366x768 og lignende)
   fylder hero-sektionerne hele vinduet, saa man skal scrolle for at se
   noget som helst under dem. Et let zoom-ud goer siderne mere overskuelige
   uden at aendre layoutet.
   Graensen er sat lavt med vilje: en maksimeret browser paa en almindelig
   1920x1080-skaerm mister typisk 100-150px til faner, bogmaerkelinje og
   proceslinje og lander derfor omkring 930-960px i reel visningshoejde —
   den skal IKKE rammes her. Kun de faktisk lave baerbar-oploesninger
   (1366x768, 1440x900 og lignende, som lander pa ca. 620-800px efter
   browser-chrome) skal ramme reglen. Paavirker ikke mobil/tablet. */
@media (min-width: 900px) and (max-height: 820px) {
  html {
    zoom: 0.85;
  }
}

/* Launch banner */
.launch-banner {
  background: #142013;
  color: #fff;
  text-align: center;
  padding: 0.65rem 3rem;
  font-size: 0.875rem;
  line-height: 1.5;
  position: sticky;
  top: 0;
  z-index: 1000;
  letter-spacing: 0.01em;
  transition: padding 0.25s ease, font-size 0.25s ease;
}

.launch-banner.is-compact {
  padding: 0.35rem 3rem;
  font-size: 0.8rem;
}

/* Paa sporene med moerk hero: banneret er ogsaa sticky her, men skal ligge
   over hero-dark's nav (z-index 1) og selve hero-billedet, ellers scroller
   "Start vurdering"-pillen op bag banneret og stikker delvist ud som en
   afklippet hvid blok. launch-banner har allerede z-index 1000, saa det er
   nok at holde inline-varianten paa position: sticky i stedet for static. */
.launch-banner--inline {
  position: sticky;
}

.launch-banner strong {
  font-weight: 700;
}

/* Side banners */
.side-banners {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.side-banner {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
}

#banner-left  { left: 0; }
#banner-right { right: 0; }

@media (max-width: 1260px) {
  .side-banners { display: none; }
}

:root {
  --bg: #e8f2e8;
  --text: #142013;
  --surface: #ffffff;
  --primary: #1b6a42;
  --primary-strong: #0f4a2d;
  --muted: #4a5a4b;
  --border: #d6dfd3;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #f2faf2 0%, var(--bg) 60%);
  line-height: 1.5;
}

.hero {
  padding: 1.25rem 1.25rem 2.5rem;
  max-width: 100%;
  margin: 0;
  background-image: linear-gradient(to bottom, rgba(240,246,240,0.92) 0%, rgba(240,246,240,0.80) 100%), url('./hero-image.jpg');
  background-size: cover;
  background-position: center;
}

.hero .nav,
.hero .hero-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

/* "Start vurdering" — diskret fremhævet som primær handling i menuen.
   Kun på desktop-menuen; mobilmenuen er en stablet liste og rører vi ikke. */
@media (min-width: 641px) {
  .nav-links a[href$="#contact"] {
    background: var(--primary);
    color: #fff;
    padding: 0.5rem 0.95rem;
    border-radius: 2rem;
  }
  .nav-links a[href$="#contact"]:hover {
    background: var(--primary-strong);
  }
}

.hero-content {
  max-width: 720px;
}

.hero-content h1 {
  max-width: none;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--muted);
}

h1 {
  margin: 0.45rem 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.cta-secondary {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.cta-secondary:hover {
  background: var(--primary);
  color: #fff;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  background: #e6f4ed;
  border: 1px solid #b8d7c2;
  border-radius: 2rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  color: var(--primary-strong);
  font-weight: 600;
}

.hero-actions .trust-badge {
  margin-top: 0;
}

.trust-badge-icon {
  font-style: normal;
  font-size: 0.9rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 1.1rem;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.cta:hover {
  background: var(--primary-strong);
}

.cta:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* ── Synligt fokus for tastatur-navigation ──────────────────
   Én fælles regel så alle vigtige klikbare elementer får en
   tydelig grøn markering, når man tabber rundt med tastaturet. */
.cta:focus-visible,
.nav-links .link:focus-visible,
.sys-card:focus-visible,
.forbrug-tab:focus-visible,
.customer-form input:focus-visible,
.customer-form select:focus-visible,
.calc-label select:focus-visible,
.trust-article:focus-visible,
.trust-link:focus-visible,
.trust-see-all:focus-visible,
.report-iframe-overlay:focus-visible {
  outline: 2px solid var(--primary-strong);
  outline-offset: 2px;
  border-radius: 0.4rem;
}

main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem 2.25rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 5rem;
}

@media (max-width: 600px) {
  .cards { grid-template-columns: 1fr; }
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1rem;
}

.card h2 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.report-preview,
.contact {
  margin-top: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.report-preview h2,
.contact h2 {
  margin-top: 0;
}

.report-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.report-preview-header h2 {
  margin: 0;
}

.report-preview-cta {
  margin: 0 !important;
  flex-shrink: 0;
}

.report-preview-cta:first-of-type {
  margin-left: auto !important;
  margin-right: 0.75rem !important;
}

.report-preview-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.report-preview-title {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}

.report-preview-title h2 {
  margin: 0;
}

.rp-figure {
  width: 52px;
  height: auto;
  flex-shrink: 0;
  opacity: 0.85;
  margin-bottom: -2px;
}

/* ── Report value list ─────────────────────────────────── */
.report-value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.report-value-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}

.report-value-item:first-child {
  padding-top: 0;
}

.report-value-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rvi-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #e8f2e8;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-top: 1px;
}

.rvi-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.rvi-text strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.rvi-text span {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}


.report-iframe-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  min-height: 80px;
}

.report-iframe-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--surface));
  pointer-events: none;
  border-radius: 0 0 10px 10px;
}

.report-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 840px;
  height: 1100px;
  transform-origin: top left;
  pointer-events: none;
  border: none;
}

.report-iframe-overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

@media (max-width: 540px) {
  .report-preview-layout {
    grid-template-columns: 1fr;
  }
  .report-iframe-wrap {
    display: none;
  }
}

.customer-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.customer-form label {
  display: grid;
  gap: 0.3rem;
  font-weight: 600;
}


.help-intro {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.info-hint,
.info-hint-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.info-hint {
  cursor: help;
  position: relative;
  border: 1px solid transparent;
}

.info-hint:hover::after,
.info-hint:focus-visible::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  top: calc(100% + 0.4rem);
  z-index: 5;
  width: min(18rem, 85vw);
  background: #0f1a14;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.info-hint:focus-visible {
  outline: 2px solid var(--primary-strong);
  outline-offset: 2px;
}


.form-note {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 400;
}

.form-block-note {
  grid-column: 1 / -1;
  margin: 0.6rem 0 0;
  padding: 0.9rem 1.1rem;
  background: #fff8e6;
  border: 1px solid #f0dca6;
  border-radius: 0.65rem;
  color: #92580a;
  font-size: 0.88rem;
  line-height: 1.55;
}

.form-block-note a {
  color: var(--primary-strong);
  font-weight: 600;
}

.customer-form input,
.customer-form select {
  min-height: 44px;
  box-sizing: border-box;
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.65rem;
  font: inherit;
  font-weight: 400;
}

.customer-form input {
  width: 100%;
}

.customer-form select {
  width: auto;
  min-width: 120px;
  justify-self: start;
}

.field-invalid {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 2px #fef0ef;
}

.submission-feedback {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
  font-weight: 600;
}

.submission-feedback.success {
  background: #e9f7ef;
  color: #0f4a2d;
  border-color: #b8d7c2;
}

.submission-feedback.error {
  background: #fff1f0;
  color: #8a241d;
  border-color: #efc0bb;
}

/* How it works */
.how-it-works {
  margin-top: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.how-it-works h2 {
  margin-top: 0;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.step-body {
  display: grid;
  gap: 0.2rem;
}

.step-body strong {
  font-size: 0.95rem;
}

.step-body p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.step-time {
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 600;
}

/* Section CTA */
.section-cta {
  margin-top: 1.5rem;
  text-align: center;
}

.section-link-cta {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.section-link-cta:hover {
  text-decoration: underline;
}

/* Social proof */
.social-proof {
  margin-top: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.social-proof h2 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.social-proof-intro {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

/* Calculator */
.calculator {
  margin-top: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.calculator h2 {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

/* ── Ghost CTA (regneeksempel-knap) ── */
.cta-ghost {
  background: transparent;
  color: var(--primary);
  border: 2px solid transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cta-ghost:hover {
  background: transparent;
  color: var(--primary);
  text-decoration: none;
}

/* ── Regneeksempel modal overlay ── */
.calc-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.calc-overlay[hidden] {
  display: none;
}
.calc-modal {
  background: #fff;
  border-radius: 1rem;
  max-width: 680px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}
.calc-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--muted, #4a5a4b);
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  z-index: 1;
}
.calc-modal-close:hover {
  color: var(--primary);
}
.calc-modal .calculator {
  border-radius: 1rem;
  margin: 0;
}

.calc-badge {
  font-size: 0.72rem;
  font-weight: 600;
  background: #e6f4ed;
  color: var(--primary-strong);
  border: 1px solid #b8d7c2;
  border-radius: 2rem;
  padding: 0.2rem 0.6rem;
  vertical-align: middle;
}

.calc-intro {
  margin: 0 0 1rem;
  color: var(--muted);
}

.calc-inputs {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 480px) {
  .calc-inputs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.calc-label {
  display: grid;
  gap: 0.3rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.calc-label select {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.6rem;
  font: inherit;
  font-weight: 400;
  background: var(--bg);
}

.calc-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  background: #f0f8f3;
  border: 1px solid #b8d7c2;
  border-radius: 0.65rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 480px) {
  .calc-results { grid-template-columns: 1fr; }
}

.calc-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
}

.calc-stat-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-strong);
  line-height: 1;
}

.calc-stat-range {
  font-size: 0.7rem;
  color: var(--muted);
  opacity: 0.7;
  margin-top: 1px;
}

.calc-stat-label {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 500;
}

.calc-disclaimer {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
}

.calc-nudge {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: var(--text);
  font-weight: 500;
}

.calc-cta {
  display: block;
  text-align: center;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.calc-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

.calc-cta--ready {
  animation: cta-pulse 1.8s ease-in-out 1;
}

@keyframes cta-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(26, 90, 40, 0.45); }
  50%  { box-shadow: 0 0 0 10px rgba(26, 90, 40, 0); }
  100% { box-shadow: 0 0 0 0 rgba(26, 90, 40, 0); }
}

footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem 1.5rem;
  color: var(--muted);
}

/* ── System selector ─────────────────────────────────────────── */
.calc-system-label {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 0.5rem;
}

.sys-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-bottom: 1.1rem;
}

@media (max-width: 480px) {
  .sys-cards { grid-template-columns: 1fr; }
}

.sys-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  padding: 0.75rem 0.9rem;
  border: 2px solid var(--border);
  border-radius: 0.65rem;
  background: var(--bg);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.sys-card:hover {
  border-color: var(--primary);
  box-shadow: 0 2px 8px rgba(27,106,66,0.12);
}

.sys-card.selected {
  border-color: var(--primary);
  background: #e6f4ed;
  box-shadow: 0 0 0 3px rgba(27,106,66,0.10);
}

.sys-card-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
}

.sys-card-spec {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary-strong);
}

.sys-card-detail {
  font-size: 0.76rem;
  color: var(--muted);
}

.sys-pop-badge {
  position: absolute;
  top: -0.55rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 700;
  padding: 0.15rem 0.6rem;
  border-radius: 2rem;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

/* ── Redesigned results (2 outputs) ─────────────────────────── */
.calc-results-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  /* No overflow:hidden — would clip the info tooltips */
  background: #f0f8f3;
  border: 1px solid #b8d7c2;
  border-radius: 0.65rem;
  margin-bottom: 0.75rem;
}

.calc-stat-v2 {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.1rem 1.35rem;
  /* Individual border-radius so corners look right without overflow:hidden */
}

.calc-stat-v2:first-child {
  border-right: 1px solid #b8d7c2;
  border-radius: 0.65rem 0 0 0.65rem;
}

.calc-stat-v2:last-child {
  border-radius: 0 0.65rem 0.65rem 0;
}

@media (max-width: 400px) {
  .calc-results-v2              { grid-template-columns: 1fr; }
  .calc-stat-v2:first-child     { border-right: none; border-bottom: 1px solid #b8d7c2;
                                  border-radius: 0.65rem 0.65rem 0 0; }
  .calc-stat-v2:last-child      { border-radius: 0 0 0.65rem 0.65rem; }
}

.calc-stat-v2-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.calc-stat-v2-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-strong);
  line-height: 1.05;
}

.calc-range-row {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.calc-range-text {
  font-size: 0.78rem;
  color: var(--muted);
}

/* Tooltip override for the range info hints */
.calc-range-hint {
  flex-shrink: 0;
  cursor: help;
  position: relative;
}

/* Pull tooltip out above any ancestor clipping by boosting z-index
   and anchoring it relative to the icon itself */
.calc-range-hint:hover::after,
.calc-range-hint:focus-visible::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: calc(100% + 0.4rem);   /* appear ABOVE the icon */
  z-index: 200;
  transform: none;
  width: min(20rem, 80vw);
}

/* ── Form sections ───────────────────────────────────────── */
.customer-form {
  gap: 1rem;
}

.form-section {
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: #fafdf9;
}

.form-section-title {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary-strong);
}

.form-section-fields {
  display: grid;
  gap: 0.85rem;
}

.form-section-fields--3col {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
  .form-section-fields--3col { grid-template-columns: 1fr; }
}

/* ── Consent checkbox ───────────────────────────────────── */
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #f4faf6;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
}

.consent-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  accent-color: var(--primary);
  cursor: pointer;
}

.consent-row label {
  display: block;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.6;
  cursor: pointer;
}

.consent-row a {
  display: inline;
  color: var(--primary);
  text-decoration: underline;
}

/* ── Forbrug tabs ────────────────────────────────────────── */
.forbrug-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.forbrug-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border: 2px solid var(--border);
  border-radius: 2rem;
  background: var(--bg);
  color: var(--muted);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.forbrug-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.forbrug-tab--active {
  border-color: var(--primary);
  background: #e6f4ed;
  color: var(--primary-strong);
}

.forbrug-precision-badge {
  font-size: 0.68rem;
  font-weight: 700;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
  border-radius: 2rem;
  padding: 0.1rem 0.45rem;
}

.forbrug-panel {
  margin-top: 0.25rem;
}

/* ── Kontakt-header + løsningsvalg (kun nyt anlæg) ──────────── */
.contact-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-header-text {
  flex: 1 1 260px;
}

.contact-header-text h2 {
  margin-top: 0;
}

.package-tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.package-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.32rem 0.7rem;
  border: 1.5px solid var(--border);
  border-radius: 2rem;
  background: var(--bg);
  color: var(--muted);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.package-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.package-tab--active {
  border-color: var(--primary);
  background: #e6f4ed;
  color: var(--primary-strong);
}

.package-tab-badge {
  font-size: 0.56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--primary);
  color: #fff;
  border-radius: 2rem;
  padding: 0.06rem 0.4rem;
}

@media (max-width: 640px) {
  .contact-header { flex-direction: column; }
  .package-tabs { width: 100%; }
  .package-tab { flex: 1 1 0; padding: 0.3rem 0.4rem; font-size: 0.68rem; }
}

/* ── Eloverblik widget (DitEnergivalg-branded) ──────────────── */
.elov-widget {
  background: #f0f8f3;
  border: 1px solid #b8d7c2;
  border-radius: 0.65rem;
  padding: 1.25rem;
  display: grid;
  gap: 1rem;
}

.elov-intro strong {
  display: block;
  font-size: 0.95rem;
  color: var(--primary-strong);
  line-height: 1.3;
}

.elov-intro p {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 400;
}

.elov-steps-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.85rem 1rem;
}

.elov-steps-heading {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.elov-steps {
  margin: 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
  color: var(--text);
}

.elov-steps a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.elov-steps a:hover { text-decoration: underline; }

.elov-token-input {
  width: 100%;
  border: 1px solid #b8d7c2;
  border-radius: 0.5rem;
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 0.9rem;
  background: #fff;
  color: var(--text);
}

.elov-token-input:focus {
  outline: 2px solid var(--primary);
  outline-offset: -1px;
  border-color: transparent;
}

.elov-token-input::placeholder { color: #a0b4a4; }

.elov-privacy {
  margin: 0;
  font-size: 0.79rem;
  color: var(--muted);
  font-weight: 400;
  font-style: italic;
}

.elov-status {
  padding: 0.6rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.elov-status.success {
  background: #e9f7ef;
  color: #0f4a2d;
  border: 1px solid #b8d7c2;
}

.elov-status.error {
  background: #fff1f0;
  color: #8a241d;
  border: 1px solid #efc0bb;
}

/* ── Scroll reveal ───────────────────────────────────────── */
.scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Mobile navigation ───────────────────────────────────── */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  color: var(--primary);
  border-radius: 0.35rem;
  flex-shrink: 0;
}

.nav-toggle:hover {
  background: rgba(27, 106, 66, 0.1);
}

@media (max-width: 640px) {
  .nav-toggle {
    display: flex;
  }

  .nav {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    order: 3;
    border-top: 1px solid var(--border);
    margin-top: 0.5rem;
    padding-top: 0.25rem;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links .link {
    display: block;
    padding: 0.75rem 0.5rem;
    width: 100%;
    border-bottom: 1px solid var(--border);
    font-size: 1rem;
  }

  .nav-links .link:last-child {
    border-bottom: none;
  }
}

/* ── Tooltip tap support (mobile) ────────────────────────── */
.info-hint.tooltip-active::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  top: calc(100% + 0.4rem);
  z-index: 200;
  width: min(18rem, 85vw);
  background: #0f1a14;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* In the form on mobile: anchor tooltip to the label (full width) so it
   never overflows the viewport regardless of where "?" sits in the label */
@media (max-width: 640px) {
  .customer-form label {
    position: relative;
    overflow: visible;
  }
  .customer-form .info-hint {
    position: static;
  }
  .customer-form .info-hint.tooltip-active::after {
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
    z-index: 200;
  }
}

.calc-range-hint.tooltip-active::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: calc(100% + 0.4rem);
  z-index: 200;
  transform: none;
  width: min(20rem, 80vw);
}

/* ── Vis/skjul hjælpeklasser ─────────────────────────────── */
.show-on-mobile { display: none !important; }

@media (max-width: 540px) {
  .hide-on-mobile { display: none !important; }
  .show-on-mobile { display: flex !important; margin-top: 1rem; margin-bottom: 1rem; }
}

/* ── report-preview-header mobile ────────────────────────── */
.report-preview-ctas {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 540px) {
  .report-preview-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .report-preview-ctas {
    width: 100%;
    flex-direction: column;
    gap: 0.6rem;
  }
  .report-preview-cta {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
}

/* ── Touch target minimum sizes ─────────────────────────── */
.forbrug-tab {
  min-height: 44px;
}

.sys-card {
  min-height: 44px;
}

/* ── Inquiry widget ─────────────────────────────────────────────────────────
   Floating corner button + slide-up panel. Used on index.html + rapport.html.
   All selectors namespaced to .inq-widget to avoid collisions.
   ────────────────────────────────────────────────────────────────────────── */
.inq-widget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  pointer-events: none; /* container never blocks clicks */
}

/* Trigger pill button */
.inq-widget-trigger {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #1b6a42;
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.72rem 1.2rem 0.72rem 1rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(27,106,66,0.38);
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.inq-widget-trigger:hover {
  background: #155435;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(27,106,66,0.44);
}
.inq-widget-trigger svg { flex-shrink: 0; }

/* Panel */
.inq-widget-panel {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 36px rgba(0,0,0,0.15);
  width: 340px;
  max-width: calc(100vw - 2rem);
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.inq-widget-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto; /* re-enable when open */
}

/* Panel header */
.inq-widget-header {
  background: #1b6a42;
  color: #fff;
  padding: 1rem 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}
.inq-widget-header-text strong {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.inq-widget-header-text span {
  font-size: 0.76rem;
  opacity: 0.82;
  line-height: 1.45;
}
.inq-widget-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  padding: 0.5rem;
  margin: -0.5rem;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.15s;
}
.inq-widget-close:hover { opacity: 1; }

/* Form inside panel */
.inq-widget-form {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.inq-widget-field {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.inq-widget-field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4a4845;
}
.inq-widget-field input,
.inq-widget-field textarea {
  font-family: inherit;
  font-size: 0.88rem;
  color: #1a1a18;
  background: #f9f8f5;
  border: 1px solid #e2dfd6;
  border-radius: 0.5rem;
  padding: 0.58rem 0.75rem;
  min-height: 44px;
  transition: border-color 0.15s;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.inq-widget-field input:focus,
.inq-widget-field textarea:focus { border-color: #1b6a42; }
.inq-widget-field textarea { resize: vertical; min-height: 78px; }

.inq-widget-submit {
  background: #1b6a42;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.68rem 1.25rem;
  min-height: 44px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
  margin-top: 0.1rem;
}
.inq-widget-submit:hover { opacity: 0.88; }
.inq-widget-submit:disabled { opacity: 0.5; cursor: default; }

.inq-widget-feedback {
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.55rem 0.75rem;
  border-radius: 0.45rem;
  margin-top: 0.1rem;
}
.inq-widget-feedback.ok  { background: #e9f7ef; color: #0f4a2d; }
.inq-widget-feedback.err { background: #fff1f0; color: #8a241d; }

@media (max-width: 400px) {
  .inq-widget { bottom: 1rem; right: 1rem; }
  .inq-widget-panel { width: calc(100vw - 2rem); }
}

/* Sørg for at indhold ikke gemmer sig bag den flydende knap på mobil */
@media (max-width: 640px) {
  main   { padding-bottom: 5rem; }
  footer { padding-bottom: 5rem; }

  /* Gør knappen til et kompakt ikon-knap så den dækker mindre indhold */
  .inq-label { display: none; }
  .inq-widget-trigger {
    padding: 0.85rem;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    justify-content: center;
  }
}

/* ── Trust strip (substansbaseret social proof) ─────────────────── */
.trust-strip {
  margin: 4rem auto 3.5rem;
  max-width: 1100px;
  padding: 0 1.5rem;
}
.trust-strip-inner {
  background: var(--surface, #fff);
  border: 1px solid var(--border, #d6dfd3);
  border-radius: 0.75rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.trust-col { display: flex; flex-direction: column; gap: 0.55rem; }
.trust-eyebrow {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--muted, #4a5a4b);
  margin: 0;
}
.trust-headline {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--primary-strong, #0f4a2d);
  margin: 0;
}
.trust-body {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text, #142013);
  margin: 0;
}
.trust-link {
  display: inline-block;
  margin-top: 0.4rem;
  color: var(--primary, #1b6a42);
  text-decoration: none;
  font-weight: 500;
}
.trust-link:hover { text-decoration: underline; }

.bm-ref-link {
  color: var(--primary, #1b6a42);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9em;
}
.bm-ref-link:hover { text-decoration: underline; }

/* ── Soft warning dialog ─────────────────────────────────── */
.soft-warning-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 32, 19, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
  animation: soft-warning-fade-in 0.18s ease-out;
}
.soft-warning-overlay[hidden] { display: none; }
@keyframes soft-warning-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.soft-warning-dialog {
  background: var(--surface, #fff);
  border: 1px solid var(--border, #d6dfd3);
  border-radius: 0.75rem;
  padding: 1.75rem 2rem;
  max-width: 540px;
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  animation: soft-warning-pop 0.22s ease-out;
}
@keyframes soft-warning-pop {
  from { transform: translateY(8px) scale(0.97); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.soft-warning-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary-strong, #0f4a2d);
  margin: 0 0 1rem;
  line-height: 1.3;
}
.soft-warning-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.soft-warning-item {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text, #142013);
  background: #e6f4ed;
  border-left: 3px solid var(--primary, #1b6a42);
  border-radius: 0.4rem;
  padding: 0.65rem 0.85rem;
}
.soft-warning-item strong {
  color: var(--primary-strong, #0f4a2d);
  font-weight: 700;
  display: inline;
}
.soft-warning-item span {
  color: var(--muted, #4a5a4b);
}
.soft-warning-question {
  font-size: 0.92rem;
  color: var(--muted, #4a5a4b);
  line-height: 1.55;
  margin: 0 0 1.25rem;
}
.soft-warning-actions {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.soft-warning-btn {
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.65rem 1.3rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity 0.15s, background 0.15s;
}
.soft-warning-btn--primary {
  background: var(--primary, #1b6a42);
  color: #fff;
}
.soft-warning-btn--primary:hover { opacity: 0.88; }
.soft-warning-btn--secondary {
  background: transparent;
  color: var(--primary-strong, #0f4a2d);
  border-color: var(--border, #d6dfd3);
}
.soft-warning-btn--secondary:hover { background: #f4faf6; }
@media (max-width: 540px) {
  .soft-warning-dialog { padding: 1.25rem 1.4rem; }
  .soft-warning-actions { flex-direction: column-reverse; }
  .soft-warning-btn { width: 100%; }
}
.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  font-size: 0.92rem;
  line-height: 1.55;
}
.trust-list li::before {
  content: "✓";
  color: var(--primary, #1b6a42);
  font-weight: 700;
  margin-right: 0.5rem;
}
.trust-article {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-decoration: none;
  background: #f4faf6;
  border: 1px solid #c8deca;
  border-radius: 0.65rem;
  padding: 0.55rem 0.9rem;
  transition: border-color 0.15s, background 0.15s;
}
.trust-article:hover { background: #e6f4ed; border-color: var(--primary, #1b6a42); }
.trust-article-tag {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--primary, #1b6a42);
}
.trust-article-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text, #142013);
}
.trust-article-by {
  font-size: 0.82rem;
  color: var(--muted, #4a5a4b);
}
.trust-see-all {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary, #1b6a42);
  text-decoration: none;
  margin-top: 0.2rem;
}
.trust-see-all:hover { text-decoration: underline; }
@media (max-width: 820px) {
  .trust-strip-inner { grid-template-columns: 1fr; gap: 1.6rem; padding: 1.4rem; }
}

/* ── Article page ───────────────────────────────────────────────── */
.article-wrap {
  max-width: 720px;
  margin: 2.5rem auto 4rem;
  padding: 0 1.4rem;
}
.article-eyebrow {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--muted, #4a5a4b);
  margin: 0 0 0.8rem;
}
.article-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-strong, #0f4a2d);
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}
.article-meta {
  font-size: 0.88rem;
  color: var(--muted, #4a5a4b);
  margin: 0 0 2.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border, #d6dfd3);
}
.article-body { font-size: 1.02rem; line-height: 1.75; color: var(--text, #142013); }
.article-body h2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--primary-strong, #0f4a2d);
  margin: 2.4rem 0 0.9rem;
}
.article-body p { margin: 0 0 1.1rem; }
.article-body strong { color: var(--primary-strong, #0f4a2d); }
.article-body hr {
  border: none;
  border-top: 1px solid var(--border, #d6dfd3);
  margin: 2.4rem 0;
}
.article-body a {
  color: var(--primary, #1b6a42);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article-cta {
  display: inline-block;
  background: var(--primary, #1b6a42);
  color: #fff !important;
  text-decoration: none !important;
  padding: 0.85rem 1.4rem;
  border-radius: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
.article-cta:hover { background: var(--primary-strong, #0f4a2d); }
@media (max-width: 600px) {
  .article-title { font-size: 1.55rem; }
  .article-body { font-size: 0.98rem; }
}

/* Author byline (article forfatter-kort) */
.article-byline {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  background: #f4faf6;
  border: 1px solid #c8deca;
  border-radius: 0.65rem;
  margin: 0 0 2rem;
}
.article-byline-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--border, #d6dfd3);
}
.article-byline-text { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.article-byline-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-strong, #0f4a2d);
  margin: 0;
}
.article-byline-role {
  font-size: 0.82rem;
  color: var(--muted, #4a5a4b);
  line-height: 1.45;
}

/* ── DM Mono utility (Greb 2) ─────────────────────────────── */
.mono {
  font-family: 'DM Mono', 'Courier New', monospace;
  font-size: 0.95em;
  letter-spacing: -0.02em;
}

/* ── Differentiator section — erstatter .cards (Greb 1) ────── */
.differentiator {
  margin-top: 2rem;
}

.differentiator-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.25rem;
}

.diff-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--border);
  align-items: start;
}

.diff-row:last-child {
  border-bottom: 1px solid var(--border);
}

.diff-left {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.diff-index {
  font-family: 'DM Mono', 'Courier New', monospace;
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.diff-stat {
  font-family: 'DM Mono', 'Courier New', monospace;
  font-size: 2.25rem;
  font-weight: 500;
  color: var(--primary-strong);
  line-height: 1;
  letter-spacing: -0.04em;
}

.diff-stat--text {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.diff-stat-unit {
  font-family: 'DM Mono', 'Courier New', monospace;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.25rem;
  letter-spacing: 0;
}

.diff-right h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-strong);
  line-height: 1.25;
}

.diff-right p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 520px;
}

@media (max-width: 600px) {
  .diff-row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 1.25rem 0;
  }
  .diff-stat { font-size: 1.75rem; }
  .diff-stat--text { font-size: 1.1rem; }
}

/* ── Editorial artikel-layout (Greb 3) ────────────────────── */
/* Narrow the reading column slightly */
.article-wrap { max-width: 660px; }

/* Byline: border-line stil frem for kortboks */
.article-byline--line {
  background: none;
  border: none;
  border-top: 1px solid var(--border, #d6dfd3);
  border-bottom: 1px solid var(--border, #d6dfd3);
  border-radius: 0;
  padding: 0.9rem 0;
  margin: 0 0 1.75rem;
}

/* Nummererede sektionsoverskrifter */
.editorial-section-heading {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 2.4rem 0 0.9rem;
}

.editorial-section-heading h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-strong, #0f4a2d);
  line-height: 1.35;
}

.editorial-section-num {
  font-family: 'DM Mono', 'Courier New', monospace;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--muted, #4a5a4b);
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 0.25em;
}

/* Faktaboks til konkrete tal i artikler */
.editorial-factbox {
  background: #f4faf6;
  border: 1px solid #c8deca;
  border-radius: 0.5rem;
  padding: 1rem 1.2rem;
  margin: 1.25rem 0;
}

.editorial-factbox-label {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary, #1b6a42);
  margin: 0 0 0.6rem;
}

.editorial-factbox-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid #d8ead8;
  font-size: 0.875rem;
}

.editorial-factbox-row:last-child {
  border-bottom: none;
}

.editorial-factbox-row span:first-child {
  color: var(--muted, #4a5a4b);
}

.editorial-factbox-footnote {
  font-size: 0.78rem;
  color: var(--muted, #4a5a4b);
  margin: -0.75rem 0 1.25rem;
}

.editorial-factbox-row span:last-child {
  font-family: 'DM Mono', 'Courier New', monospace;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--primary-strong, #0f4a2d);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* ── Kilde-markering på figurer (to spor: model-output vs. illustration) ── */
.editorial-figure-source {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0.5rem 0 1.25rem;
}
.editorial-figure-source::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.editorial-figure-source--model {
  color: var(--primary, #1b6a42);
}
.editorial-figure-source--illustration {
  color: var(--muted, #4a5a4b);
}

/* ── Hero disclosure (ved siden af CTA i hero-actions flex) ── */
.hero-disclosure {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .hero-disclosure { white-space: normal; }
}

/* ── Form trust line (under formular-ingress) ── */
.form-trust-line {
  margin: 0.1rem 0 1.2rem;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 400;
}

/* ── Strip card-wrapping fra how-it-works (mere editorial) ── */
.how-it-works {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 2rem;
}

/* Demote "Sådan virker det" til en stille eyebrow-label */
.how-it-works h2 {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

/* Step-time: subtil i stedet for grøn bold pill-look */
.step-time {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 400;
  font-style: italic;
}

/* Lidt mere luft mellem rapport-bullets uden ikoner */
.report-value-item {
  padding: 0.95rem 0;
}

/* ── "Sådan virker det" — vandrende figur på en tråd ────── */
.hiw-track {
  position: relative;
  width: 100%;
  height: 78px;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.hiw-line {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 14px;
  display: block;
}

.hiw-walker {
  position: absolute;
  bottom: 4px;
  left: -52px;
  width: 50px;
  height: 60px;
  animation: hiw-walk-across 14s linear infinite;
  z-index: 1;
  pointer-events: none;
}

.hiw-walker svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

@keyframes hiw-walk-across {
  0%   { left: -52px; }
  100% { left: 100%; }
}

/* Limb / bob-animationer — delt med rapport.html walking figure */
@keyframes rw-bob {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-3px); }
}
@keyframes rw-thigh-l {
  0%, 100% { transform: rotate(-22deg); }
  50%      { transform: rotate(22deg); }
}
@keyframes rw-shin-l {
  0%, 100% { transform: rotate(25deg); }
  50%      { transform: rotate(8deg); }
}
@keyframes rw-thigh-r {
  0%, 100% { transform: rotate(22deg); }
  50%      { transform: rotate(-10deg); }
}
@keyframes rw-shin-r {
  0%, 100% { transform: rotate(8deg); }
  50%      { transform: rotate(18deg); }
}
@keyframes rw-arm-r {
  0%, 100% { transform: rotate(-18deg); }
  50%      { transform: rotate(18deg); }
}
@keyframes rw-shadow-pulse {
  0%, 100% { opacity: 0.18; rx: 36; }
  50%      { opacity: 0.08; rx: 28; }
}

.hiw-walker .rw-figure  { animation: rw-bob 1.9s ease-in-out infinite; }
.hiw-walker .rw-thigh-l { transform-box: view-box; animation: rw-thigh-l 1.9s ease-in-out infinite; }
.hiw-walker .rw-shin-l  { transform-box: fill-box; transform-origin: 0% 0%; animation: rw-shin-l 1.9s ease-in-out infinite; }
.hiw-walker .rw-thigh-r { transform-box: view-box; animation: rw-thigh-r 1.9s ease-in-out infinite; }
.hiw-walker .rw-shin-r  { transform-box: fill-box; transform-origin: 0% 0%; animation: rw-shin-r 1.9s ease-in-out infinite; }
.hiw-walker .rw-arm-r   { transform-box: view-box; animation: rw-arm-r 1.9s ease-in-out infinite; }
.hiw-walker .rw-shadow  { animation: rw-shadow-pulse 1.9s ease-in-out infinite; }

@media (max-width: 640px) {
  .hiw-track { height: 64px; margin-top: 0.4rem; margin-bottom: 0; }
  .hiw-walker { width: 38px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  /* Respektér brugerens valg om mindre bevægelse: nedton alle
     animationer og overgange på hele siden, ikke kun figuren. */
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .hiw-walker,
  .hiw-walker .rw-figure,
  .hiw-walker .rw-thigh-l,
  .hiw-walker .rw-shin-l,
  .hiw-walker .rw-thigh-r,
  .hiw-walker .rw-shin-r,
  .hiw-walker .rw-arm-r,
  .hiw-walker .rw-shadow {
    animation: none;
  }
  .hiw-walker { left: 50%; margin-left: -25px; }
}

/* ── DAWA adresse-autocomplete ───────────────────────────── */
.dawa-wrapper {
  position: relative;
  width: 100%;
}

.dawa-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  box-shadow: 0 4px 20px rgba(20, 32, 19, 0.12);
  list-style: none;
  margin: 0;
  padding: 0.3rem 0;
  z-index: 300;
  max-height: 280px;
  overflow-y: auto;
}

.dawa-item {
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
  color: var(--text);
  cursor: pointer;
  line-height: 1.4;
}

.dawa-item:hover,
.dawa-item--active {
  background: #e6f4ed;
  color: var(--primary-strong);
}

/* ── Sådan arbejder vi — kompakt interaktivt band ───────────── */
.sa-band {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1px;
  background: var(--border, #d6dfd3);
  border: 1px solid var(--border, #d6dfd3);
  border-radius: 0.75rem;
  overflow: hidden;
}
.sa-cell { background: var(--surface, #fff); padding: 1.2rem 1.3rem; display: flex; flex-direction: column; }
.sa-label { display: flex; align-items: center; gap: 0.55rem; font-size: 1rem; font-weight: 700; color: var(--primary-strong, #0f4a2d); margin-bottom: 0.85rem; }
.sa-label svg { width: 19px; height: 19px; stroke: var(--primary, #1b6a42); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.sa-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 0.55rem; font-size: 0.76rem; color: var(--muted, #4a5a4b); }
.sa-readout { display: flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--primary-strong, #0f4a2d); }
.sa-cap { font-size: 0.76rem; color: var(--muted, #4a5a4b); margin: 0.5rem 0 0; }
.sa-hourtag { font-variant-numeric: tabular-nums; }
.sa-chips { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.7rem; }
.sa-chip { display: flex; align-items: center; gap: 0.3rem; font-size: 0.76rem; font-weight: 700; color: var(--muted, #4a5a4b); background: #f1f6f1; border: 1px solid var(--border, #d6dfd3); border-radius: 2rem; padding: 0.22rem 0.6rem; transition: 0.25s; }
.sa-chip.on { color: var(--primary-strong, #0f4a2d); background: #e6f4ed; border-color: #c8deca; }
.sa-chip .sa-dot { width: auto; height: auto; background: none; border-radius: 0; font-size: 0.72rem; color: var(--border, #d6dfd3); transition: color 0.25s; }
.sa-chip .sa-dot::before { content: '✓'; }
.sa-chip.on .sa-dot { background: none; color: var(--primary, #1b6a42); }
.sa-acc { position: relative; height: 30px; }
.sa-track { position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: var(--border, #d6dfd3); transform: translateY(-50%); border-radius: 2px; }
.sa-uband { position: absolute; top: 50%; transform: translateY(-50%); height: 18px; background: rgba(27,106,66,0.16); border: 1px solid #c8deca; border-radius: 4px; transition: left 0.5s ease, width 0.5s ease; }
.sa-pt { position: absolute; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--primary, #1b6a42); transform: translate(-50%,-50%); transition: left 0.5s ease; box-shadow: 0 0 0 3px rgba(27,106,66,0.15); }
.sa-sim { display: flex; align-items: flex-end; gap: 2px; height: 46px; }
.sa-sim .sa-bar { flex: 1; background: #c8deca; border-radius: 2px 2px 0 0; transition: background 0.15s; }
.sa-sim .sa-bar.lit { background: var(--primary, #1b6a42); }
.sa-battbox { width: 26px; height: 13px; border: 1.5px solid var(--primary, #1b6a42); border-radius: 2px; position: relative; padding: 1.5px; }
.sa-battbox::after { content: ""; position: absolute; right: -3px; top: 3px; width: 2px; height: 5px; background: var(--primary, #1b6a42); border-radius: 0 1px 1px 0; }
.sa-battfill { height: 100%; background: var(--primary, #1b6a42); border-radius: 1px; width: 30%; transition: width 0.15s linear; }
@media (max-width: 640px) { .sa-band { grid-template-columns: 1fr; } }

/* ── Success-popup efter indsendelse ────────────────────────── */
.proc-overlay { position: fixed; inset: 0; background: rgba(20,32,19,0.55); display: flex; align-items: flex-start; justify-content: center; z-index: 9999; padding: 1rem; animation: soft-warning-fade-in 0.18s ease-out; overflow-y: auto; }
.proc-overlay[hidden] { display: none; }
.proc-modal { position: relative; margin: auto; background: var(--surface, #fff); border: 1px solid var(--border, #d6dfd3); border-radius: 0.9rem; padding: 1.5rem; max-width: 480px; width: 100%; box-shadow: 0 18px 40px rgba(15,74,45,0.18); animation: soft-warning-pop 0.22s ease-out; }
.proc-close { position: absolute; top: 0.8rem; right: 0.9rem; background: none; border: none; font-size: 1.5rem; line-height: 1; color: var(--muted, #4a5a4b); cursor: pointer; padding: 0.2rem; }
.proc-check { width: 46px; height: 46px; border-radius: 50%; background: var(--primary, #1b6a42); display: flex; align-items: center; justify-content: center; margin-bottom: 0.7rem; }
.proc-check svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.proc-title { font-size: 1.2rem; font-weight: 700; color: var(--primary-strong, #0f4a2d); margin: 0 0 0.25rem; }
.proc-lead { font-size: 0.9rem; color: var(--text, #142013); margin: 0 0 0.8rem; }
.proc-lead strong { color: var(--primary-strong, #0f4a2d); }
.proc-spam { display: flex; align-items: flex-start; gap: 0.55rem; margin: 0 0 1.25rem; padding: 0.55rem 0.75rem; background: #e6f4ed; border: 1px solid #c8deca; border-radius: 0.55rem; font-size: 0.82rem; color: var(--muted, #4a5a4b); }
.proc-spam svg { width: 16px; height: 16px; flex: none; margin-top: 2px; stroke: var(--primary, #1b6a42); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.proc-steplabel { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted, #4a5a4b); margin: 0 0 0.6rem; }
.proc-step { display: flex; gap: 0.9rem; padding: 0.7rem 0; border-top: 1px solid var(--border, #d6dfd3); opacity: 0.35; transition: opacity 0.45s; }
.proc-step:first-of-type { border-top: none; }
.proc-step.active, .proc-step.done { opacity: 1; }
.proc-marker { width: 26px; height: 26px; flex: none; border-radius: 50%; border: 2px solid #c8deca; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 700; color: var(--muted, #4a5a4b); background: #fff; }
.proc-step.active .proc-marker { border-color: var(--primary, #1b6a42); color: var(--primary, #1b6a42); }
.proc-step.done .proc-marker { border-color: var(--primary, #1b6a42); background: var(--primary, #1b6a42); }
.proc-spin { width: 13px; height: 13px; border: 2px solid #c8deca; border-top-color: var(--primary, #1b6a42); border-radius: 50%; animation: proc-spin 0.8s linear infinite; display: none; }
@keyframes proc-spin { to { transform: rotate(360deg); } }
.proc-marker svg { width: 14px; height: 14px; stroke: #fff; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; display: none; }
.proc-step.active .proc-num, .proc-step.done .proc-num { display: none; }
.proc-step.active .proc-spin { display: block; }
.proc-step.done .proc-spin { display: none; }
.proc-step.done .proc-marker svg { display: block; }
.proc-body { display: flex; flex-direction: column; }
.proc-body b { font-size: 0.96rem; font-weight: 700; color: var(--primary-strong, #0f4a2d); }
.proc-body span { font-size: 0.84rem; color: var(--text, #142013); }
.proc-human { display: flex; gap: 0.9rem; margin-top: 1.1rem; padding: 0.9rem 1rem; background: #e6f4ed; border: 1px solid #c8deca; border-radius: 0.7rem; }
.proc-pic { width: 34px; height: 34px; flex: none; border-radius: 50%; background: #fff; border: 1px solid #c8deca; display: flex; align-items: center; justify-content: center; }
.proc-pic svg { width: 19px; height: 19px; stroke: var(--primary, #1b6a42); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.proc-done { margin-top: 1.1rem; width: 100%; }


/* ── Forside / splash ─────────────────────────────── */
.splash {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 2rem 1.5rem;
  position: relative;
  /* Bevidst INGEN overflow:hidden her: på body ville den blokere brugerens
     scroll, så footeren og det nederste kort ikke kan nås på mobil.
     Baggrunden er absolut placeret og fløder ikke over. */
  background: var(--text);
  color: #fff;
}
.splash-bg { position: absolute; inset: 0; z-index: 0; }
.splash-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.splash-scrim {
  position: absolute; inset: 0;
  /* Diagonal scrim til overskriften, plus lodrette bånd i top og bund:
     uden dem står logo, tagline og footer hvidt på lyse tagsten. */
  background:
    linear-gradient(to bottom, rgba(20,32,19,.55) 0%, rgba(20,32,19,0) 14%),
    linear-gradient(to top,    rgba(20,32,19,.70) 0%, rgba(20,32,19,0) 22%),
    linear-gradient(105deg,
      rgba(20,32,19,.86) 0%, rgba(20,32,19,.66) 42%,
      rgba(20,32,19,.26) 75%, rgba(20,32,19,.10) 100%);
}
.splash-top, .splash-main, .splash-foot {
  position: relative; z-index: 1;
  width: 100%; max-width: 960px; margin: 0 auto;
}
.splash-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.splash-logo { font-weight: 700; letter-spacing: .02em; }
.splash-tag {
  font-size: .8rem; font-weight: 600; opacity: .95;
  text-shadow: 0 1px 6px rgba(20,32,19,.55);
}
.splash-main {
  display: flex; flex-direction: column; justify-content: center;
  gap: 3.5rem; padding: 4rem 0;
}
.splash-intro { display: flex; flex-direction: column; gap: 1rem; max-width: 620px; }
.splash-intro h1 {
  margin: 0; color: #fff; font-weight: 700;
  font-size: clamp(2.75rem, 7vw, 5.25rem);
  line-height: 1.02; letter-spacing: -.035em;
}
.splash-intro p { margin: 0; font-size: 1.05rem; max-width: 34ch; color: rgba(255,255,255,.82); }

.splash-choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }
.splash-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 1.75rem;
  min-height: 200px; padding: 1.75rem;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.4); border-radius: 1.1rem;
  backdrop-filter: blur(6px);
  color: var(--text); text-decoration: none;
  transition: background .18s, box-shadow .18s, transform .18s;
}
.splash-card:hover {
  background: #fff; color: var(--text);
  box-shadow: 0 16px 40px rgba(0,0,0,.28); transform: translateY(-2px);
}
.splash-card svg { width: 26px; height: 26px; fill: none; stroke: var(--primary); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.splash-card-text { display: flex; flex-direction: column; gap: .4rem; }
.splash-card-text strong { font-size: 1.4rem; line-height: 1.2; letter-spacing: -.015em; }
.splash-card-text span { font-size: .92rem; line-height: 1.5; color: var(--muted); }
.splash-card-cta { margin-top: auto; font-size: .92rem; font-weight: 600; color: var(--primary); }

.splash-foot {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: .8rem; color: rgba(255,255,255,.7);
}
.splash-foot nav { display: flex; gap: 1.25rem; }
.splash-foot a { color: inherit; text-decoration: none; }

/* Sporvalg: tilbage-link i nav'en + kicker over hero-overskriften */
.nav-back { font-size: .9rem; font-weight: 600; color: var(--primary); text-decoration: none; }

/* ── Venteliste ───────────────────────────────────── */
.waitlist {
  margin-top: 1.5rem;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start;
  background: #fff; border: 1px solid var(--border); border-radius: .9rem; padding: 1.5rem;
}
.waitlist-copy { display: flex; flex-direction: column; gap: .7rem; }
.waitlist-copy h2 { margin: 0; letter-spacing: -.01em; }
.waitlist-copy p { margin: 0; font-size: .95rem; line-height: 1.65; }
.waitlist-kicker {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
.waitlist-badge {
  background: #fef3c7; color: #92400e; border: 1px solid #fcd34d;
  border-radius: 2rem; padding: .15rem .55rem; letter-spacing: .04em;
}
.waitlist-note { font-size: .8rem; color: var(--muted); }

.waitlist-form {
  display: grid; gap: .85rem; padding: 1.25rem;
  background: #eaf3ec; border: 1px solid var(--border); border-radius: .9rem;
}
.waitlist-form > strong { font-size: .95rem; color: var(--primary-strong); }
.waitlist-form label { display: grid; gap: .3rem; font-size: .9rem; font-weight: 600; }
.waitlist-form input {
  min-height: 44px; width: 100%; padding: .65rem;
  border: 1px solid var(--border); border-radius: .6rem;
  font: inherit; font-weight: 400; background: #fff;
}
.waitlist-form button {
  min-height: 44px; padding: .75rem 1rem;
  background: var(--primary); color: #fff; border: 0; border-radius: .6rem;
  font: inherit; font-weight: 600; cursor: pointer;
}
.waitlist-form button:hover { background: var(--primary-strong); }
.waitlist-form button[disabled] { opacity: .6; cursor: default; }
.waitlist-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

@media (max-width: 760px) {
  .waitlist { grid-template-columns: 1fr; }
}

/* Eksempelrapport: iframe + ærlig note under den */
.report-example { display: flex; flex-direction: column; gap: .6rem; }
.report-iframe-note { margin: 0; font-size: .8rem; line-height: 1.5; color: var(--muted); }


/* ── Moerk hero paa de to spor ─────────────────────
   Scopet til .hero-dark, saa de oevrige 11 sider med .hero er uroerte.
   Samme foto og scrim som forsiden — bevidst kontinuitet i overgangen. */
.hero-dark {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.5rem;
  background: var(--text);
  background-image: none;
  color: #fff;
}
.hero-dark .hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-dark .hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-dark .hero-scrim {
  position: absolute; inset: 0;
  /* Designets scrim var .90/.72/.34/.16. Maalt paa det faktiske foto gav den
     2,46:1 under broedteksten — WCAG AA kraever 4,5:1. Diagonalen er styrket,
     og et bundbaand daekker CTA-raekken og lanceringslinjen, hvor fotoet er
     lysest. Maalt efter aendringen: lead 4,92 · disclosure 4,95 · lancering 4,75. */
  /* --scrim-flat: et ekstra fladt lag. Paa smalle skaerme komprimeres den
     diagonale gradient, og fotoet beskaeres til de lyse paneler — uden det
     her falder broedteksten til 3,0:1 paa mobil. Vaerdierne er maalt frem. */
  --scrim-flat: 0;
  background:
    linear-gradient(rgba(20,32,19,var(--scrim-flat)), rgba(20,32,19,var(--scrim-flat))),
    linear-gradient(to top, rgba(20,32,19,.55) 0%, rgba(20,32,19,0) 45%),
    linear-gradient(105deg,
      rgba(20,32,19,.92) 0%, rgba(20,32,19,.86) 44%,
      rgba(20,32,19,.66) 78%, rgba(20,32,19,.42) 100%);
}
@media (max-width: 1200px) { .hero-dark .hero-scrim { --scrim-flat: .20; } }
@media (max-width: 900px)  { .hero-dark .hero-scrim { --scrim-flat: .50; } }
.hero-dark .nav,
.hero-dark .hero-content { position: relative; z-index: 1; max-width: 1100px; margin-left: auto; margin-right: auto; }

/* Nav */
.hero-dark .nav { margin-bottom: 0; }
.hero-dark .nav-left { display: flex; align-items: baseline; gap: 1rem; }
.hero-dark .brand { color: #fff; }
.hero-dark .nav-back { font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.72); text-decoration: none; }
.hero-dark .nav-back:hover { color: #fff; }
.hero-dark .nav-links .link { font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.78); }
.hero-dark .nav-links .link:hover { color: #fff; }
.hero-dark .nav-links a[href$="#contact"] {
  background: #fff; color: var(--text); border-radius: 2rem;
  padding: .5rem 1rem; border: 0;
}
.hero-dark .nav-links a[href$="#contact"]:hover { background: rgba(255,255,255,.86); color: var(--text); }
.hero-dark .nav-toggle { color: #fff; }
.hero-dark .nav-toggle:hover { background: rgba(255,255,255,.14); }

/* Hero-tekst */
.hero-dark .hero-content {
  display: flex; flex-direction: column; gap: 1.15rem;
  /* Beholder containerbredden fra reglen ovenfor (1100px), saa teksten flugter
     med nav'en. Laegges max-width paa selve blokken, auto-centreres den i stedet. */
  padding: 5.5rem 0 4rem;
}
.hero-dark .hero-kicker {
  margin: 0; text-transform: uppercase; font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; color: rgba(255,255,255,.6);
}
.hero-dark .hero-content h1 {
  margin: 0; color: #fff; font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 4.25rem); line-height: 1.04; letter-spacing: -.035em;
  max-width: 900px;
}
.hero-dark .hero-content > p { margin: 0; font-size: 1.05rem; line-height: 1.6; color: rgba(255,255,255,.8); max-width: 68ch; }
.hero-dark .hero-actions { gap: 1.25rem; }
.hero-dark .hero-actions .cta {
  margin-top: 0; min-height: 48px; padding: .8rem 1.4rem; border-radius: .7rem;
  background: #fff; color: var(--text);
}
.hero-dark .hero-actions .cta:hover { background: rgba(255,255,255,.88); color: var(--text); }
.hero-dark .hero-disclosure { margin: 0; font-size: .8rem; color: rgba(255,255,255,.78); }

/* Mellemrummet 641–940px: burgermenuen er ikke slaaet til endnu, og
   tilbage-linket goer navlinjen bredere — stram den, saa den ikke ombrydes. */
@media (min-width: 641px) and (max-width: 940px) {
  .hero-dark .nav-links { gap: .85rem; }
  .hero-dark .nav-links .link { font-size: .82rem; white-space: nowrap; }
  .hero-dark .nav-left { gap: .75rem; }
  .hero-dark .nav-back { font-size: .82rem; white-space: nowrap; }
  .hero-dark .nav-links a[href$="#contact"] { padding: .45rem .8rem; }
}

@media (max-width: 760px) {
  .hero-dark .hero-content { padding: 3rem 0 2.5rem; }
}

/* Burgermenuen findes foerst her — samme breakpoint som resten af sitet. */
@media (max-width: 640px) {
  .hero-dark .nav-links {
    border-top-color: rgba(255,255,255,.16);
    background: rgba(20,32,19,.92);
    border-radius: .6rem; padding: .25rem .5rem;
  }
  .hero-dark .nav-links .link { border-bottom-color: rgba(255,255,255,.12); }
  .hero-dark .nav-links a[href$="#contact"] { border-radius: .6rem; margin: .5rem 0; }
  .hero-dark .nav-left { gap: .6rem; }
  .hero-dark .nav-back { font-size: .8rem; }
}

/* ── Fade-in ved sideindlaesning ───────────────────
   Timingen er fra designets handoff. Respekterer reduceret bevaegelse. */
@keyframes de-fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes de-fade    { from { opacity: 0; } to { opacity: 1; } }

.splash-intro   { animation: de-fade-up .55s ease both; }
.splash-choices { animation: de-fade-up .55s ease .12s both; }

.hero-dark .nav          { animation: de-fade .5s ease both; }
.hero-dark .hero-content { animation: de-fade-up .6s ease .1s both; }
.hero-dark ~ main        { animation: de-fade .7s ease .35s both; }

@media (prefers-reduced-motion: reduce) {
  .splash-intro, .splash-choices,
  .hero-dark .nav, .hero-dark .hero-content,
  .hero-dark ~ main { animation: none; }
}
