  :root {
    --color-bg: #FAFAF7;
    --color-bg-alt: #FFFFFF;
    --color-text: #0A0A0A;
    --color-text-muted: #404040;
    --color-text-subtle: #6B6B60;
    --color-border: #E8E8E0;
    --color-accent: #C7F284;
    --color-accent-hover: #B8E674;
    --color-dark: #0A0A0A;
    --color-success: #16A34A;
    --color-danger: #DC2626;

    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-heading: 'Inter', sans-serif;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-pill: 100px;

    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);
    --shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.10);
    --shadow-popular: 0 24px 48px rgba(0, 0, 0, 0.05);

    --transition-fast: 150ms ease;
    --transition-base: 200ms ease;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: var(--font-body);
    background: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  img, svg { max-width: 100%; height: auto; }
  html, body { max-width: 100vw; overflow-x: hidden; }
  html { scroll-behavior: smooth; }

  section { padding: var(--space-2xl) 20px; text-align: center; }
  section > .grid,
  section > .stats-grid,
  section > .agenda-item,
  section > .result-row,
  section > .about-content,
  section > .pricing-features,
  .agenda-item,
  .about-content,
  .faq-item {
    text-align: left;
  }

  h1 {
    font-family: var(--font-heading);
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: var(--space-md);
    letter-spacing: -0.02em;
  }
  h2 {
    font-family: var(--font-heading);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }
  h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: var(--space-sm);
  }
  p { font-size: 15px; margin-bottom: 12px; color: var(--color-text-muted); }

  .eyebrow {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-subtle);
    margin-bottom: 8px;
  }

  /* === ABOUT (mobile first) === */

  .cl-about {
    max-width: 920px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 32px 24px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .cl-about-media {
    display: flex;
    justify-content: center;
  }

  .cl-about-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    border: 4px solid var(--bg);
  }

  .cl-about-copy {
    max-width: 680px;
    text-align: left;
  }

  .cl-about .cl-eyebrow,
  .cl-about .cl-section-h2 {
    text-align: left;
  }

  .cl-about .cl-section-h2 {
    font-family: 'Inter', system-ui, sans-serif;
  }

  .cl-about p {
    font-size: 1rem;
    margin-bottom: 18px;
    text-align: left;
  }

  .cl-about p.cl-about-lead {
    font-size: 1.0625rem;
    color: var(--text);
  }

  .cl-about-principle {
    margin-bottom: 20px;
    padding-left: 14px;
    border-left: 3px solid var(--color-accent);
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-text);
    font-weight: 600;
  }

  .cl-about-sig {
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 600;
    margin-top: 8px;
    text-align: left;
  }

  .cl-signature {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    margin: 18px 0 8px;
    opacity: 0.92;
  }


  /* 20) TABLET BREAKPOINT */
  @media (min-width: 768px) {
    .cl-about {
      padding: 48px;
      grid-template-columns: 180px 1fr;
      gap: 32px;
    }

    .cl-about-media {
      justify-content: flex-start;
    }

    .cl-about-image {
      width: 170px;
      height: 170px;
      margin: 0;
    }

    .cl-about p,
    .cl-about p.cl-about-lead {
      font-size: 1.125rem;
    }
  }



  /* === HEADER === */
  .header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: var(--space-md) 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    background: rgba(250, 250, 247, 0.92);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .logo {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .logo svg { width: 18px; height: 18px; }
  .header-nav { display: none; }

  .btn {
    padding: 10px 16px;
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), color var(--transition-fast);
    border: 2px solid transparent;
  }
  .btn-primary { background: var(--color-accent); color: var(--color-text); }
  .btn-primary:hover { background: var(--color-accent-hover); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .btn-secondary {
    background: var(--color-bg-alt);
    color: var(--color-text);
    border: 1.5px solid var(--color-text);
  }
  .btn-secondary:hover { background: var(--color-text); color: var(--color-bg-alt); transform: translateY(-2px); }

  /* === HERO === */

  @media (max-width: 767px) {
    .hero {
      min-height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 48px 20px 56px;
      align-items: center;
    }

    .hero .pill {
      display: inline-block;
      width: fit-content;
      margin-top: 8px;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .hero h1 {
      font-size: 47px;
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .hero p {
      margin-top: 12px;
      margin-bottom: 30px;
    }

    .hero-ctas {
      gap: 12px;
      margin-bottom: 14px;
    }

    .hero-ctas .btn {
      padding: 14px 22px;
      border-radius: 999px;
    }

    .trust {
      max-width: 330px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.4;
      font-size: 13px;
    }
  }

  .hero { text-align: center; padding: var(--space-xl) 20px var(--space-2xl); }
  .pill {
    display: inline-block;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    margin-bottom: var(--space-lg);
    box-shadow: var(--shadow-sm);
    font-weight: 600;
  }
  .hero-ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 320px;
    margin: 0 auto var(--space-lg);
  }
  .hero-ctas .btn { width: 100%; padding: 14px 20px; }
  .trust { font-size: 13px; color: var(--color-text-subtle); }


  /* === GRIDS === */
  .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .grid-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  /* === STATS-SEKTION (CBS-data) === */
  .stats-section {
    background: var(--color-dark);
    color: white;
  }
  .stats-section .eyebrow {
    color: var(--color-accent);
  }
  .stats-section h2 {
    color: white;
    margin-bottom: 8px;
  }
  .stats-intro {
    color: #BBBBBB;
    max-width: 640px;
    margin-bottom: 32px;
    font-size: 15px;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stat-card {
    padding: 24px 20px;
    border-top: 1px solid #2A2A2A;
    transition: all var(--transition-base);
  }
  .stat-number {
    font-family: var(--font-heading);
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
  }
  .stat-number.long {
    font-size: 36px;
    line-height: 1.1;
  }
  .stat-label {
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .stat-source {
    font-size: 12px;
    color: #888888;
    letter-spacing: 0.04em;
  }
  .stats-footer {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #2A2A2A;
    font-size: 13px;
    color: #888888;
  }
  .stats-footer a {
    color: #BBBBBB;
    text-decoration: underline;
    transition: color var(--transition-fast);
  }
  .stats-footer a:hover { color: white; }

  .timing-callout,
  p.timing-callout {
    display: block;
    width: calc(100% - 32px);
    max-width: 720px;
    margin: 24px auto 0;
    padding: 20px 24px;
    background: rgba(199, 242, 132, 0.10);
    border-left: 3px solid var(--color-accent);
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.6;
    color: #DDDDDD;
    font-style: italic;
    text-align: center;
    box-sizing: border-box;
}


  /* === CARDS === */
  .card {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base), border-color var(--transition-base), transform var(--transition-base);
  }
  .card:hover {
    box-shadow: var(--shadow-card-hover);
    border-color: #D0D0C8;
  }
  .card.dark {
    background: var(--color-dark);
    color: white;
    border-color: var(--color-dark);
  }
  .card.dark:hover { border-color: #2A2A2A; }
  .card.dark p { color: #BBBBBB; }
  .card ul { list-style: none; padding: 0; margin-top: 12px; }
  .card li { padding: 6px 0; font-size: 14px; }

  .card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    border-radius: var(--radius-sm);
    margin-bottom: var(--space-md);
    flex-shrink: 0;
  }
  .card-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--color-text);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* === AGENDA === */
  .agenda-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--color-border);
  }
  .agenda-time {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    color: var(--color-text-subtle);
    flex-shrink: 0;
    width: 56px;
  }

  .agenda-item div p {
font-size: 14px;
color: var(--color-text-muted);
margin: 6px 0 8px;
line-height: 1.5;
}
.agenda-deliverable {
display: inline-block;
font-size: 13px;
color: var(--color-text);
background: rgba(199, 242, 132, 0.25);
border-left: 3px solid var(--color-accent);
padding: 6px 10px;
border-radius: 4px;
margin-top: 4px;
font-weight: 500;
line-height: 1.4;
}

/* === AGENDA HEADER MED SPLASH === */
.agenda-header {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 32px;
align-items: center;
}
.agenda-header-text {
text-align: center;
}
.agenda-splash {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--color-accent);
color: var(--color-text);
padding: 12px 18px;
border-radius: var(--radius-md);
border: 2px solid var(--color-text);
box-shadow: 4px 4px 0 var(--color-text);
transform: rotate(-2deg);
max-width: 280px;
}
.agenda-splash-icon {
font-size: 24px;
line-height: 1;
flex-shrink: 0;
}
.agenda-splash-text {
display: flex;
flex-direction: column;
line-height: 1.3;
text-align: left;
}
.agenda-splash-text strong {
font-family: var(--font-heading);
font-size: 15px;
font-weight: 700;
letter-spacing: -0.01em;
}
.agenda-splash-text > span:last-child {
font-size: 12px;
color: var(--color-text);
opacity: 0.85;
font-weight: 500;
}

/* Desktop: splash stadig under headeren, men lidt mere luft + hover-effekt */
@media (min-width: 768px) {
.agenda-header {
  gap: 24px;
  margin-bottom: 48px;
}
.agenda-splash {
  padding: 14px 20px;
  transform: rotate(-3deg);
}
.agenda-splash:hover {
  transform: rotate(0deg) scale(1.03);
  transition: transform 250ms ease;
}
.agenda-splash-text strong {
  font-size: 16px;
}
.agenda-splash-text > span:last-child {
  font-size: 13px;
}
}


@media (min-width: 768px) {
.agenda-item div p {
  font-size: 15px;
  margin: 8px 0 10px;
  max-width: 600px;
}
.agenda-deliverable {
  font-size: 14px;
  padding: 8px 14px;
}
}


  /* === RESULTATER === */
  .result-row {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    margin-bottom: var(--space-sm);
    box-shadow: var(--shadow-sm);
  }
  .result-row .task { font-weight: 600; margin-bottom: 6px; font-size: 14px; }
  .result-row .times { display: flex; justify-content: space-between; font-size: 13px; }
  .result-row .before { color: var(--color-danger); }
  .result-row .after { color: var(--color-success); font-weight: 600; }


  /* === ROI CALCULATOR === */
  .roi-calc {
    max-width: 640px;
    margin: 32px auto 0;
    background: var(--color-dark);
    color: white;
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    text-align: left;
    box-shadow: var(--shadow-lg);
  }
  .roi-snip-label {
    display: inline-block;
    background: var(--color-accent);
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    margin-bottom: 16px;
  }
  .roi-calc h3 {
    color: white;
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }
  .roi-calc-intro {
    font-size: 14px;
    color: #BBBBBB;
    margin-bottom: 24px;
    line-height: 1.5;
  }

  .roi-inputs {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
  .roi-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .roi-field-label {
    font-size: 13px;
    color: #BBBBBB;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .roi-field input {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #2A2A2A;
    border-radius: var(--radius-sm);
    color: white;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: border-color var(--transition-fast), background var(--transition-fast);
    -moz-appearance: textfield;
  }
  .roi-field input::-webkit-outer-spin-button,
  .roi-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .roi-field input:focus {
    outline: none;
    border-color: var(--color-accent);
    background: rgba(199, 242, 132, 0.08);
  }
  .roi-field input:hover {
    border-color: #444444;
  }

  /* === ROI CALCULATOR FIELDS === */
  .roi-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .roi-field-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: -0.01em;
  }

  /* Samme styling til både input og dropdown */
  .roi-field input,
  .roi-field select {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border-radius: 14px;
    background: rgba(10, 10, 10, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 8px 24px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-body);
    line-height: 1;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 1px 2px rgba(0, 0, 0, 0.18);
    transition:
      border-color var(--transition-fast),
      background var(--transition-fast),
      box-shadow var(--transition-fast),
      transform var(--transition-fast);
    outline: none;
  }

  /* Placeholder hvis du bruger det andre steder */
  .roi-field input::placeholder {
    color: rgba(255, 255, 255, 0.42);
  }

  /* Hover */
  .roi-field input:hover,
  .roi-field select:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
  }

  /* Focus */
  .roi-field input:focus,
  .roi-field select:focus {
    background: rgba(255, 255, 255, 0.10);
    border-color: var(--color-accent);
    box-shadow:
      0 0 0 3px rgba(199, 242, 132, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  /* Select skal ikke ligne browser-default */
  .roi-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 48px;
    cursor: pointer;
    background-image:
      linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.75) 50%),
      linear-gradient(135deg, rgba(255,255,255,0.75) 50%, transparent 50%);
    background-position:
      calc(100% - 22px) calc(50% - 3px),
      calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }

  /* Fjerner grim default styling i IE/Edge legacy */
  .roi-field select::-ms-expand {
    display: none;
  }

  /* Hvis browseren viser option-listen lyst, så behold mørk tekst der */
  .roi-field select option {
    color: #111111;
    background: #ffffff;
  }


  .roi-output {
    background: rgba(199, 242, 132, 0.06);
    border-radius: var(--radius-sm);
    padding: 16px 18px;
    margin-bottom: 16px;
    border-top: 1px solid rgba(199, 242, 132, 0.15);
  }
  .roi-output-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 8px 0;
    font-size: 14px;
    color: #BBBBBB;
  }
  .roi-output-row span {
    flex: 1;
    line-height: 1.4;
  }
  .roi-output-row strong {
    color: white;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 17px;
    flex-shrink: 0;
    text-align: right;
  }
  .roi-output-row.roi-output-highlight {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 6px;
    padding-top: 14px;
  }
  .roi-output-row.roi-output-highlight span {
    color: white;
    font-weight: 500;
  }
  .roi-output-row.roi-output-highlight strong {
    color: var(--color-accent);
    font-size: 22px;
    letter-spacing: -0.01em;
  }

  .roi-conclusion {
    font-size: 13px;
    color: #888888;
    font-style: italic;
    line-height: 1.55;
    margin: 0;
  }

  @media (min-width: 768px) {
    .roi-calc {
      margin-top: 48px;
      padding: 36px 40px;
    }
    .roi-calc h3 {
      font-size: 26px;
    }
    .roi-calc-intro {
      font-size: 15px;
      margin-bottom: 28px;
    }
    .roi-inputs {
      flex-direction: row;
      gap: 20px;
      margin-bottom: 28px;
    }
    .roi-field {
      flex: 1;
    }
    .roi-field input {
      font-size: 19px;
      padding: 14px 16px;
    }
    .roi-output {
      padding: 20px 24px;
    }
    .roi-output-row {
      font-size: 15px;
      padding: 10px 0;
    }
    .roi-output-row strong {
      font-size: 19px;
    }
    .roi-output-row.roi-output-highlight strong {
      font-size: 28px;
    }
    .roi-conclusion {
      font-size: 14px;
    }
  }



  /* === PRICING === */
  .price {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    margin: 12px 0;
  }
  .card.featured {
    background: var(--color-dark);
    color: white;
    border-color: var(--color-dark);
    box-shadow: var(--shadow-lg);
    position: relative;
  }
  .card.featured p { color: #BBBBBB; }
  .pricing-features {
    list-style: none;
    padding: 0;
    margin: 16px 0;
  }
  .pricing-features li {
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .card.featured .pricing-features li {
    border-bottom-color: rgba(255,255,255,0.08);
  }
  .pricing-note {
    text-align: center;
    font-size: 13px;
    color: var(--color-text-subtle);
    margin-top: 25px;
  }
  .featured-badge {
    display: inline-block;
    background: var(--color-accent);
    color: var(--color-text);
    padding: 3px 10px;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  /* === OM-SEKTION === */
  .about-content { max-width: 720px; }
  .about-content p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  /* === FAQ === */
  .faq-item {
    border-bottom: 1px solid var(--color-border);
    padding: 16px 0;
  }
  .faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: color var(--transition-fast);
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary:hover { color: var(--color-text-muted); }
  .faq-item summary::after {
    content: "+";
    font-size: 24px;
    font-weight: 400;
    color: var(--color-text-subtle);
    flex-shrink: 0;
  }
  .faq-item[open] summary::after { content: "−"; }
  .faq-item p { margin-top: 12px; font-size: 14px; line-height: 1.6; }

  .faq-list {
    margin: 8px 0 16px;
    padding-left: 20px;
    list-style: disc;
  }

  .faq-list li {
    padding: 4px 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-muted);
  }

  /* === FINAL CTA === */
  .final-cta-wrap {
    padding: var(--space-2xl) 20px;
  }
  .final-cta {
    text-align: center;
    background: var(--color-dark);
    color: white;
    border-radius: var(--radius-lg);
    padding: var(--space-2xl) var(--space-lg);
  }
  .final-cta h2 { color: white; margin-bottom: 12px; }
  .final-cta p {
    color: #BBBBBB;
    max-width: 480px;
    margin: 0 auto 24px;
  }
  .final-cta .email-link {
    display: block;
    margin-top: 16px;
    color: #BBBBBB;
    font-size: 14px;
    text-decoration: underline;
  }

  /* === PILOTKUNDE-CTA === */
  .pilot-cta-wrap {
    padding: var(--space-2xl) 20px;
  }
  .pilot-cta {
    background: var(--color-bg-alt);
    border: 2px solid var(--color-text);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl) var(--space-lg);
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
  }
  .pilot-badge {
    display: inline-block;
    background: var(--color-accent);
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    margin-bottom: 16px;
  }
  .pilot-cta h3 {
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    color: var(--color-text);
  }
  .pilot-cta p {
    font-size: 15px;
    color: var(--color-text-muted);
    max-width: 540px;
    margin: 0 auto 24px;
    line-height: 1.6;
  }
  .pilot-cta strong {
    color: var(--color-text);
    font-weight: 600;
  }
  .pilot-cta .btn {
    margin-bottom: 12px;
  }
  .pilot-cta .email-link {
    display: block;
    margin-top: 8px;
    color: var(--color-text-subtle);
    font-size: 13px;
    text-decoration: underline;
  }

  /* Desktop-styling */
  @media (min-width: 768px) {
    .pilot-cta-wrap {
      padding: 64px 32px;
    }
    .pilot-cta {
      padding: 64px 48px;
    }
    .pilot-cta h3 {
      font-size: 32px;
    }
    .pilot-cta p {
      font-size: 1.125rem;
      margin-bottom: 32px;
    }
  }


  /* === FOOTER === */
  .footer {
    background: var(--color-dark);
    color: white;
    padding: var(--space-xl) 20px var(--space-lg);
  }
  .footer .grid { gap: 24px; }
  .footer h4 {
    font-family: var(--font-heading);
    color: white;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer p, .footer a {
    color: #AAAAAA;
    font-size: 13px;
    text-decoration: none;
    transition: color var(--transition-fast);
    line-height: 1.7;
  }
  .footer a:hover { color: white; }
  .footer ul { list-style: none; padding: 0; margin: 0; }
  .footer ul li { padding: 4px 0; list-style: none; }
  .footer-bottom {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid #2A2A2A;
    font-size: 12px;
    color: #888888;
  }

  /* === FOOTER AVAILABILITY NOTE === */
  .footer-availability {
    font-size: 12px;
    color: var(--color-text-subtle);
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 6px;
    max-width: 280px;
    font-style: italic;
  }

  /* === FINAL CTA: KONTAKT-BLOK === */
  .final-cta-contact {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .final-cta-contact .email-link {
    display: inline-block;
    margin: 0;
    color: #BBBBBB;
    font-size: 14px;
    text-decoration: underline;
    transition: color var(--transition-fast);
  }
  .final-cta-contact .email-link:hover {
    color: white;
  }
  .availability-note {
    font-size: 12px;
    color: #888888;
    font-style: italic;
    margin-top: 12px;
    max-width: 380px;
    line-height: 1.5;
    text-align: center;
  }

  @media (min-width: 768px) {
    .final-cta-contact {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 24px;
    }
    .final-cta-contact .email-link {
      font-size: 15px;
    }
    .availability-note {
      flex-basis: 100%;
      margin-top: 8px;
    }
    .footer-availability {
      font-size: 13px;
    }
  }


  /* ============================================ */
  /* DESKTOP (768px+) — PREMIUM LAYOUT             */
  /* ============================================ */
  @media (min-width: 768px) {
    /* Containere og spacing — mere luft. text-align: center arves fra mobil-base */
    section { padding: 100px 0; }

    /* Wrapper-container der centrerer alt indhold */
    .header,
    .hero,
    section > .eyebrow,
    section > h2,
    section > p,
    section > .grid,
    section > .stats-grid,
    section > .stats-intro,
    section > .stats-footer,
    section > .agenda-item,
    section > .result-row,
    section > .pricing-note,
    section > .about-content,
    section > div {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }
    section { padding-left: 32px; padding-right: 32px; }

    /* Sticky header med backdrop-blur */
    .header {
      position: sticky;
      top: 0;
      z-index: 1000;
      padding: var(--space-md) 32px;
      background: rgba(250, 250, 247, 0.92);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      max-width: none;
    }
    .logo { font-size: 1.5rem; }
    .logo svg { width: 18px; height: 18px; }

    .header-nav { display: flex; gap: var(--space-xl); }
    .header-nav a {
      color: var(--color-text);
      text-decoration: none;
      font-weight: 500;
      font-size: 15px;
      transition: color var(--transition-fast);
    }
    .header-nav a:hover { color: var(--color-text-subtle); }

    .btn { padding: 14px 28px; font-size: 1rem; }

    /* Hero — stort og luftigt */
    .hero {
      padding: 140px 32px 100px;
      max-width: 1200px;
    }
    h1 { font-size: clamp(48px, 6vw, 88px); line-height: 1.05; letter-spacing: -0.03em; max-width: 1000px; margin-left: auto; margin-right: auto; }
    .hero p {
      font-size: 1.25rem;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
    }

    /* Centrer eyebrow + h2 + intro p i alle sektioner på desktop også */
    section > .eyebrow,
    section > h2,
    section > p {
      text-align: center;
      display: block;
    }
    section > p {
      margin-left: auto;
      margin-right: auto;
    }
    .pill { font-size: 0.875rem; padding: 8px 16px; margin-bottom: 32px; }
    .hero-ctas {
      flex-direction: row;
      max-width: none;
      justify-content: center;
      gap: 16px;
      margin-bottom: 40px;
    }
    .hero-ctas .btn { width: auto; padding: 14px 28px; }
    .trust { font-size: 0.875rem; }




    /* Section-overskrifter — større og luftigere */
    h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 16px; }
    .eyebrow { font-size: 0.875rem; margin-bottom: 16px; }
    section > p:first-of-type { font-size: 1.125rem; max-width: 700px; margin-bottom: 64px; margin-top: 40px; }

    /* Grids — mere generøs spacing */
    .grid-2 { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 24px; }

    /* Cards — mere padding */
    .card { padding: 32px; }
    .card h3 { font-size: 1.25rem; margin-bottom: 12px; }
    .card-icon { width: 48px; height: 48px; margin-bottom: 24px; }
    .card-icon svg { width: 26px; height: 26px; }
    .card:hover { transform: translateY(-4px); }

    /* Comparison cards — premium look */
    .grid-2 .card { padding: 40px; }
    .grid-2 .card h3 {
      font-size: 1.5rem;
      margin-bottom: 32px;
      padding-bottom: 16px;
      border-bottom: 1px solid var(--color-border);
    }
    .grid-2 .card.dark h3 { border-bottom-color: rgba(255,255,255,0.2); }
    .grid-2 .card li { padding: 8px 0; font-size: 15px; }

    /* Builds-grid — auto-fit */
    .grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

    /* Stats — 3 kolonner med store tal */
    .stats-section { padding: 100px 0; }
    .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 32px; }
    .stat-card {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: var(--radius-md);
      padding: 40px 32px;
    }
    .stat-card:hover {
      background: rgba(255, 255, 255, 0.08);
      transform: translateY(-4px);
    }
    .stat-number { font-size: clamp(48px, 5vw, 72px); margin-bottom: 16px; }
    .stat-number.long { font-size: clamp(36px, 4vw, 56px); }
    .stat-label { font-size: 0.9375rem; }
    .stats-intro { font-size: 1.125rem; margin-bottom: 48px; }
    .stats-footer { text-align: center; font-style: italic; margin-top: 32px; }

    .timing-callout,
    p.timing-callout {
      width: 100%;
      margin: 50px auto 0;
      padding: 20px 24px;
      font-size: 16px;
    }

    /* Agenda — timeline-stil med store tider */
    .agenda-item {
      gap: 32px;
      padding: 16px 0;
      max-width: 800px;
    }
    .agenda-time { width: 80px; font-size: 1.25rem; padding-top: 4px; }
    .agenda-item > div:not(.agenda-time) {
      flex-grow: 1;
      background: var(--color-bg-alt);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-sm);
      padding: 20px 24px;
      font-size: 1rem;
    }

    /* Resultater — som cards i grid */
    .result-row {
      text-align: center;
      padding: 32px;
      border-radius: var(--radius-md);
    }
    .result-row .task {
      font-size: 1rem;
      color: var(--color-text-muted);
      margin-bottom: 16px;
      font-weight: 500;
    }
    .result-row .times {
      flex-direction: column;
      gap: 8px;
    }
    .result-row .before {
      text-decoration: line-through;
      font-size: 1.125rem;
    }
    .result-row .after {
      font-family: var(--font-heading);
      font-size: 1.5rem;
      background: var(--color-accent);
      color: var(--color-text);
      padding: 4px 12px;
      border-radius: var(--radius-sm);
      display: inline-block;
      margin: 0 auto;
    }

    /* Pricing — popular card med scale */
    .grid-3.pricing-grid,
    #pakker .grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: start;
    }
    #pakker .card {
      padding: 40px;
      display: flex;
      flex-direction: column;
    }
    #pakker .card.featured {
      border: 2px solid var(--color-text);
      transform: scale(1.02);
      box-shadow: var(--shadow-popular);
    }
    .price { font-size: 3rem; line-height: 1; margin: 8px 0; }
    .featured-badge {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--color-text);
      color: white;
      font-size: 0.75rem;
      padding: 6px 14px;
      margin-bottom: 0;
    }
    .card.featured .featured-badge {
      background: var(--color-accent);
      color: var(--color-text);
    }
    .pricing-features li { padding: 10px 0; font-size: 15px; }

    /* Om — premium box */
    .about-content {
      background: var(--color-bg-alt);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-md);
      padding: 64px;
      max-width: 800px;
    }
    .about-content p { font-size: 1.125rem; line-height: 1.7; margin-bottom: 20px; }

    /* FAQ — større summary */
    #faq > div {
      max-width: 800px;
    }

    .faq-list {
      margin: 8px 24px 20px 24px;
      padding-left: 20px;
      list-style-position: outside;
    }

    .faq-list li {
      padding: 4px 0;
      margin: 0;
      border-bottom: none;
      font-size: 1rem;
      line-height: 1.5;
      color: var(--color-text-muted);
    }

    .faq-item {
      background: var(--color-bg-alt);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-sm);
      margin-bottom: 16px;
      padding: 0;
      overflow: hidden;
    }
    .faq-item summary {
      padding: 24px;
      font-family: var(--font-heading);
      font-size: 1.25rem;
    }
    .faq-item summary::after { font-size: 1.5rem; }
    .faq-item p { padding: 0 24px 0px; margin-top: 0; font-size: 1rem; line-height: 1.65; }
    .faq-item[open] summary { padding-bottom: 12px; }

    /* Final CTA — stor mørk box med rounded */
    .final-cta-wrap {
      padding: 100px 24px;
      max-width: 1248px;
      margin: 0 auto;
    }
    .final-cta {
      border-radius: var(--radius-xl);
      padding: 100px 40px;
    }
    .final-cta h2 {
      font-size: clamp(40px, 5vw, 64px);
      margin-bottom: 24px;
    }
    .final-cta p {
      font-size: 1.25rem;
      max-width: 600px;
      margin-bottom: 40px;
    }
    .final-cta .btn-primary {
      font-size: 1.125rem;
      padding: 16px 40px;
    }

    /* Footer — 3 kolonner */
    .footer {
      padding: 80px 32px 40px;
      background: var(--color-bg);
      color: var(--color-text);
      border-top: 1px solid var(--color-border);
    }
    .footer .grid,
    .footer .grid-footer {
      grid-template-columns: 2fr 1fr 1fr;
      gap: 64px;
      max-width: 1200px;
      margin: 0 auto 48px;
    }
    .footer h4 { color: var(--color-text); font-size: 1rem; margin-bottom: 24px; }
    .footer p, .footer a { color: var(--color-text-muted); font-size: 0.9375rem; }
    .footer a:hover { color: var(--color-text); }
    .footer-bottom {
      max-width: 1200px;
      margin: 0 auto;
      border-top: 1px solid var(--color-border);
      padding-top: 32px;
      display: flex;
      justify-content: space-between;
      color: var(--color-text-muted);
      font-size: 0.875rem;
    }

    /* Hero har ikke standard padding */
    .hero { padding-left: 32px; padding-right: 32px; }
  }

  @media (min-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .grid-3 { grid-template-columns: repeat(3, 1fr); }
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
    .grid-2 { gap: 32px; }
  }

  /* === FORMAT STRIP / SMALL GROUP DIFFERENTIATOR === */
  .format-strip {
    padding: 56px 20px;
  }

  .format-strip-box {
    max-width: 960px;
    margin: 0 auto;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 28px 20px;
    text-align: center;
  }

  .format-strip-box h2 {
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .format-strip-intro {
    max-width: 760px;
    margin: 0 auto 24px;
    color: var(--color-text-muted);
    font-size: 15px;
    line-height: 1.7;
  }

  .format-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
    text-align: left;
  }

  .format-point {
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 18px 16px;
  }

  .format-point strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
    color: var(--color-text);
  }

  .format-point span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text-muted);
  }

  @media (min-width: 768px) {
    .format-strip {
      padding: 72px 32px;
    }

    .format-strip-box {
      padding: 40px 40px;
    }

    .format-strip-intro {
      font-size: 17px;
      margin-bottom: 28px;
    }

    .format-points {
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .format-point {
      padding: 22px 20px;
    }

    .format-point strong {
      font-size: 18px;
    }

    .format-point span {
      font-size: 15px;
    }
  }

  @media (min-width: 1024px) {
    .format-strip {
      padding: 88px 32px;
    }

    .format-strip-box {
      padding: 48px 48px;
    }
  }

  /* === HEADER NAV / MOBILE MENU === */

  /* Desktop-nav links */
  .header-nav {
    display: none;
  }

  .header-nav a {
    text-decoration: none;
    color: var(--color-text);
    font-weight: 500;
    font-size: 14px;
    transition: color var(--transition-fast), opacity var(--transition-fast);
  }

  .header-nav a:hover {
    opacity: 0.7;
  }

  /* Burger-knap */
  .menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-bg-alt);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition:
      background var(--transition-fast),
      border-color var(--transition-fast),
      transform var(--transition-fast);
    -webkit-appearance: none;
    appearance: none;
  }

  .menu-toggle:hover {
    background: #ffffff;
    border-color: #d8d8cf;
  }

  .menu-toggle:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(199, 242, 132, 0.18);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--color-text);
    border-radius: 999px;
    transition:
      transform var(--transition-fast),
      opacity var(--transition-fast),
      width var(--transition-fast);
  }

  /* Burger -> kryds */
  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Mobilmenu container */
  .mobile-menu {
    display: none;
  }

  .mobile-menu.is-open {
    display: block;
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    padding: 16px 20px 20px;
    background: rgba(250, 250, 247, 0.98);
    border-bottom: 1px solid var(--color-border);
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-md);
  }

  /* Menu-indhold */
  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .mobile-menu-nav a:not(.mobile-menu-cta) {
    text-decoration: none;
    color: var(--color-text);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding: 14px 2px;
    border-bottom: 1px solid var(--color-border);
    transition: opacity var(--transition-fast);
  }

  .mobile-menu-nav a:not(.mobile-menu-cta):hover {
    opacity: 0.7;
  }

  .mobile-menu-nav a:last-child {
    border-bottom: none;
  }

  /* CTA i mobilmenu */
  .mobile-menu-cta {
    margin-top: 14px;
    width: 100%;
    padding: 14px 20px;
  }

  /* Sørg for at headeren ligger over indhold */
  .header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  /* Desktop */
  @media (min-width: 768px) {
    .header-nav {
      display: flex;
      gap: 24px;
      align-items: center;
    }

    .menu-toggle,
    .mobile-menu {
      display: none !important;
    }

    .header-cta {
      display: inline-block;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .header-nav,
    .header-cta {
      display: none;
    }

    .menu-toggle {
      display: inline-flex;
      flex-shrink: 0;
    }

    .logo {
      min-width: 0;
    }
  }
