/* ==========================================================================
   solcelletag.dk – designsystem (matcher Lovable "Fresh Design Studio")
   Palette: dyb skovgrøn + varm amber + pergament/creme baggrund.
   Typografi: Fraunces (display-serif) + Inter (brødtekst).
   ========================================================================== */

:root {
  /* Pergament / paper */
  --bg: oklch(0.98 0.012 85);
  --ink: oklch(0.18 0.02 150);
  --card: oklch(1 0 0);

  /* Dyb skovgrøn (primær) */
  --primary: oklch(0.32 0.06 155);
  --primary-fg: oklch(0.98 0.012 85);
  --primary-05: oklch(0.32 0.06 155 / 0.05);
  --primary-10: oklch(0.32 0.06 155 / 0.10);
  --primary-20: oklch(0.32 0.06 155 / 0.20);

  /* Varm amber (sol / CTA-accent) */
  --accent: oklch(0.78 0.15 70);
  --accent-fg: oklch(0.18 0.02 150);
  --accent-20: oklch(0.78 0.15 70 / 0.20);

  --secondary: oklch(0.94 0.02 85);
  --muted: oklch(0.94 0.015 85);
  --muted-fg: oklch(0.44 0.02 150);
  --border: oklch(0.88 0.015 90);

  --green-bg: oklch(0.95 0.05 150);
  --green-line: oklch(0.62 0.11 155);
  --green-ink: oklch(0.30 0.06 155);

  --radius: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 16px oklch(0.32 0.06 155 / 0.07);
  --shadow-md: 0 12px 40px oklch(0.32 0.06 155 / 0.12);
  --shadow-lg: 0 24px 64px oklch(0.32 0.06 155 / 0.18);
  --maxw: 72rem;        /* sidebredde – ens på ALLE sider */
  --maxw-text: 44rem;   /* læsebredde for brødtekst inde i sidebredden */
  --maxw-narrow: 42rem;
  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; color: var(--primary); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }
.narrow { max-width: var(--maxw-narrow); margin-left: auto; margin-right: auto; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; background: var(--primary); color: var(--primary-fg); padding: 10px 16px; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */
/* --- "Under udvikling"-banner (øverst på alle sider, se inc/head.php) ------ */
.dev-banner { background: var(--primary); color: var(--primary-fg); border-bottom: 4px solid var(--accent); }
.dev-banner-inner { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; max-width: var(--maxw); margin: 0 auto; padding: 1.1rem 1.25rem; }
.dev-banner-flag { flex: none; background: var(--accent); color: var(--accent-fg); border-radius: var(--radius-pill); padding: 0.35rem 0.9rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.dev-banner-text { flex: 1 1 18rem; }
.dev-banner-head { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; line-height: 1.25; }
.dev-banner-sub { font-size: 0.95rem; opacity: 0.92; margin-top: 0.15rem; }
.dev-banner-sub strong { font-weight: 600; }
.dev-banner-links { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.dev-banner-btn { display: inline-flex; align-items: center; background: oklch(1 0 0 / 0.12); color: var(--primary-fg); border: 1px solid oklch(1 0 0 / 0.35); border-radius: var(--radius-pill); padding: 0.55rem 1.1rem; font-size: 0.92rem; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background 0.15s; }
.dev-banner-btn:hover { background: oklch(1 0 0 / 0.22); }
@media (max-width: 640px) {
  .dev-banner-inner { gap: 0.75rem; padding: 1rem 1.1rem; }
  .dev-banner-head { font-size: 1.15rem; }
  .dev-banner-links { width: 100%; }
  .dev-banner-btn { flex: 1 1 auto; justify-content: center; }
}

.site-header { position: sticky; top: 0; z-index: 100; background: oklch(0.98 0.012 85 / 0.85); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid oklch(0.88 0.015 90 / 0.6); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 4rem; max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }
.brand { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: var(--primary); text-decoration: none; white-space: nowrap; }
.brand .sun-dot { display: inline-flex; height: 2rem; width: 2rem; align-items: center; justify-content: center; border-radius: 999px; background: var(--primary); color: var(--primary-fg); font-size: 0.9rem; }
.brand .dk { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a { color: oklch(0.18 0.02 150 / 0.75); text-decoration: none; font-size: 0.9rem; font-weight: 400; transition: color 0.15s; }
.nav-links a:hover { color: var(--primary); }
.nav-cta { background: var(--primary); color: var(--primary-fg) !important; border-radius: var(--radius-pill); padding: 0.6rem 1.25rem; font-weight: 500; box-shadow: var(--shadow-sm); }
.nav-cta:hover { filter: brightness(1.08); }
.nav-toggle { display: none; background: none; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; height: 2.5rem; padding: 0 0.9rem; font-size: 0.9rem; font-weight: 500; color: var(--primary); }
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links { position: absolute; top: 4rem; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0.25rem; background: var(--bg); border-bottom: 1px solid var(--border); padding: 0.75rem 1.25rem 1rem; box-shadow: var(--shadow-md); display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.75rem; font-size: 1rem; border-radius: 8px; }
  .nav-links a:hover { background: var(--secondary); }
  .nav-cta { text-align: center; margin-top: 0.5rem; }
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: var(--radius-pill); padding: 0.85rem 1.5rem; font-size: 0.95rem; font-weight: 500; text-decoration: none; cursor: pointer; border: none; transition: filter 0.15s, transform 0.15s, background 0.15s; }
.btn-primary { background: var(--primary); color: var(--primary-fg); box-shadow: var(--shadow-md); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-accent { background: var(--accent); color: var(--accent-fg); box-shadow: var(--shadow-md); }
.btn-accent:hover { filter: brightness(1.05); }
.btn-outline { background: var(--bg); color: var(--ink); border: 1px solid var(--border); }
.btn-outline:hover { background: var(--secondary); }
.btn-ghost { background: transparent; color: var(--primary-fg); border: 1px solid oklch(0.98 0.012 85 / 0.3); }
.btn-ghost:hover { background: oklch(0.98 0.012 85 / 0.1); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; overflow: hidden; }
.hero-inner { max-width: var(--maxw); margin: 0 auto; padding: 3.5rem 1.25rem 4rem; }
.hero-grid { display: grid; gap: 3rem; grid-template-columns: 1.05fr 0.95fr; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 2rem; } }
.hero.center { text-align: center; background: var(--primary-05); border-bottom: 1px solid var(--border); }
.hero.center .hero-inner { max-width: 48rem; }

.eyebrow { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-fg); padding-bottom: 0.4rem; border-bottom: 1px solid var(--accent); }
.hero.center .eyebrow { margin: 0 auto; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: 1.02; margin: 1.5rem 0 0; }
.hero h1 .hl { font-style: italic; color: var(--accent); }
.hero .lead { font-size: clamp(1.05rem, 2.2vw, 1.22rem); color: oklch(0.18 0.02 150 / 0.75); max-width: 38rem; margin: 1.5rem 0 0; }
.hero.center .lead { margin-left: auto; margin-right: auto; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.hero.center .cta-row { justify-content: center; }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; border-top: 1px solid var(--border); padding-top: 2rem; margin-top: 2.5rem; }
.hero-stats dt { color: var(--muted-fg); font-size: 0.85rem; }
.hero-stats dd { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--primary); }

.hero-media { position: relative; }
.hero-media img { aspect-ratio: 4/5; width: 100%; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-lg); }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section { padding: 5rem 1.25rem; }
.section.soft { background: var(--primary-05); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section.card-bg { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { max-width: 44rem; margin: 0 auto 3rem; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section h2, .section-head h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.section-head p { color: oklch(0.18 0.02 150 / 0.75); font-size: 1.05rem; margin-top: 0.85rem; }
.eyebrow-dark { display: inline-block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: oklch(0.18 0.02 150 / 0.6); margin-bottom: 0.6rem; }

/* USP / feature cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 2rem; max-width: var(--maxw); margin: 0 auto; }
.card { background: var(--bg); border-radius: var(--radius-lg); padding: 1.5rem; }
.section.soft .card { background: var(--bg); }
.card .icon { display: inline-flex; height: 2.75rem; width: 2.75rem; align-items: center; justify-content: center; border-radius: var(--radius); background: var(--primary); color: var(--primary-fg); font-size: 1.25rem; }
.card h3 { font-size: 1.15rem; font-weight: 600; margin-top: 1rem; }
.card p { font-size: 0.9rem; color: var(--muted-fg); margin-top: 0.35rem; }

/* Two-solutions / product cards */
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: var(--maxw); margin: 0 auto; }
@media (max-width: 780px) { .product-grid { grid-template-columns: 1fr; } }
.product { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 2rem; }
.product .tag { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-fg); }
.product h3 { font-size: 1.5rem; margin-top: 1rem; }
.product p { color: oklch(0.18 0.02 150 / 0.8); margin-top: 0.6rem; font-size: 0.98rem; }
.product ul { list-style: none; margin-top: 1rem; }
.product li { position: relative; padding-left: 1.6rem; margin-bottom: 0.55rem; font-size: 0.92rem; color: oklch(0.18 0.02 150 / 0.85); }
.product li::before { content: ''; position: absolute; left: 0; top: 0.72em; width: 0.75rem; height: 1px; background: var(--accent); }
.product-media { margin: -2rem -2rem 1.5rem; border-radius: var(--radius-xl) var(--radius-xl) 0 0; overflow: hidden; }
.product-media img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }

/* Referencegalleri */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; max-width: var(--maxw); margin: 0 auto; }
.gallery-item { border: 1px solid var(--border); background: var(--card); border-radius: var(--radius-lg); overflow: hidden; }
.gallery-item img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.gallery-item figcaption { padding: 0.85rem 1.1rem; font-size: 0.9rem; color: var(--muted-fg); }

/* Foto-strip (forside referencebånd) */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--maxw); margin: 0 auto; }
@media (max-width: 720px) { .photo-strip { grid-template-columns: 1fr; } }
.photo-strip a { display: block; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.photo-strip img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.3s ease; }
.photo-strip a:hover img { transform: scale(1.04); }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; max-width: var(--maxw); margin: 3rem auto 0; list-style: none; }
.step { border: 1px solid var(--border); background: var(--bg); border-radius: var(--radius-lg); padding: 1.5rem; }
.section.card-bg .step { background: var(--bg); }
.step .n { font-family: var(--font-display); font-size: 2.25rem; font-weight: 600; color: var(--accent); }
.step h3 { font-size: 1.1rem; font-weight: 600; margin-top: 0.75rem; }
.step p { font-size: 0.88rem; color: var(--muted-fg); margin-top: 0.5rem; }

/* Oversigtsliste med foto (guides, prisguides). Rækker adskilt af hårfine
   linjer i stedet for et gitter af ens kort med skygge. */
.entry-list { list-style: none; max-width: var(--maxw); margin: 0 auto; border-top: 1px solid var(--border); }
.entry { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: 2.25rem; align-items: center;
  padding: 1.75rem 0; border-bottom: 1px solid var(--border); }
.entry-media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--radius); }
.entry-text h3 { font-size: 1.35rem; line-height: 1.2; }
.entry-text h3 a { color: var(--primary); text-decoration: none; }
.entry-text h3 a:hover { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 4px; }
.entry-text p { margin-top: 0.5rem; color: var(--muted-fg); font-size: 0.98rem; max-width: 46rem; }
@media (max-width: 720px) {
  .entry { grid-template-columns: 1fr; gap: 1rem; }
  .entry-media img { aspect-ratio: 16/9; }
}

/* Kompakt tekstliste (by-sider) */
.plain-list { list-style: none; max-width: var(--maxw); margin: 0 auto; border-top: 1px solid var(--border);
  columns: 2; column-gap: 3rem; }
.plain-list li { break-inside: avoid; padding: 0.9rem 0; border-bottom: 1px solid var(--border); }
.plain-list a { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--primary); text-decoration: none; }
.plain-list a:hover { text-decoration: underline; text-underline-offset: 4px; }
.plain-list span { display: block; font-size: 0.88rem; color: var(--muted-fg); margin-top: 0.2rem; }
@media (max-width: 720px) { .plain-list { columns: 1; } }

/* FAQ-siden: spørgsmål og svar står direkte på siden, samlet i temaer.
   Ingen kanter og ingen klikbare felter: adskillelsen sker med luft. */
.faq-list { max-width: var(--maxw-text); margin: 0 auto; }
.faq-tema + .faq-tema { margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid var(--border); }
.faq-tema > h2 { font-size: 1.6rem; margin-bottom: 1.75rem; }
.faq-qa + .faq-qa { margin-top: 1.85rem; }
.faq-qa h3 { font-size: 1.2rem; line-height: 1.3; scroll-margin-top: 6rem; }
.faq-qa p { margin-top: 0.5rem; font-size: 1.02rem; color: oklch(0.18 0.02 150 / 0.85); }
.faq-tema-mere { margin-top: 1.85rem; font-size: 0.85rem; font-weight: 500; color: var(--muted-fg);
  text-transform: uppercase; letter-spacing: 0.04em; }
.faq-tema-links { list-style: none; margin-top: 0.5rem; display: flex; flex-wrap: wrap; gap: 0.4rem 1.5rem; }
.faq-tema-links a { color: var(--primary); text-decoration: underline;
  text-decoration-color: var(--primary-10); text-underline-offset: 4px; }
.faq-tema-links a:hover { text-decoration-color: var(--accent); }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0; }
.chip { background: var(--secondary); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 0.35rem 0.85rem; font-size: 0.82rem; font-weight: 500; color: var(--primary); text-decoration: none; }
a.chip:hover { border-color: var(--accent); }

/* ==========================================================================
   CTA BAND (grøn kort)
   ========================================================================== */
.cta-band { padding: 5rem 1.25rem; }
.cta-band .wrap { position: relative; overflow: hidden; max-width: var(--maxw); margin: 0 auto; background: var(--primary); color: var(--primary-fg); border-radius: var(--radius-xl); padding: 3rem 2.5rem; }
.cta-band h2 { color: var(--primary-fg); font-size: clamp(1.9rem, 4vw, 3rem); position: relative; }
.cta-band p { color: oklch(0.98 0.012 85 / 0.8); max-width: 38rem; margin: 1rem 0 0; position: relative; }
.cta-band .cta-row { position: relative; }

/* ==========================================================================
   FORM CARD
   ========================================================================== */
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 2rem; max-width: 34rem; box-shadow: var(--shadow-lg); color: var(--ink); }
.hero.center .form-card, .cta-band .form-card { margin: 0 auto; }
.form-card h2 { font-size: 1.5rem; font-weight: 600; text-align: center; }
.form-card .sub { text-align: center; color: var(--muted-fg); font-size: 0.9rem; margin: 0.4rem 0 1.25rem; }
.form-group { margin-bottom: 0.85rem; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 500; color: oklch(0.18 0.02 150 / 0.8); margin-bottom: 0.35rem; }
.form-group input, .form-group select {
  width: 100%; padding: 0.75rem 0.95rem; border: 1px solid var(--border); border-radius: var(--radius); font-size: 1rem; font-family: inherit; background: var(--bg); color: var(--ink); transition: border-color 0.15s, box-shadow 0.15s;
}
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-10); background: var(--card); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
.btn-submit { width: 100%; background: var(--primary); color: var(--primary-fg); border: none; border-radius: var(--radius-pill); padding: 0.9rem; font-size: 1.02rem; font-weight: 600; cursor: pointer; margin-top: 0.4rem; box-shadow: var(--shadow-md); transition: filter 0.15s, transform 0.15s; }
.btn-submit:hover { filter: brightness(1.08); transform: translateY(-1px); }
.form-note { font-size: 0.76rem; color: var(--muted-fg); text-align: center; margin-top: 0.65rem; }
.success-box { background: var(--green-bg); border: 1px solid var(--green-line); border-radius: var(--radius); padding: 1.5rem; text-align: center; color: var(--green-ink); }
.success-box .check { font-size: 2.75rem; }
.success-box h3 { margin: 0.5rem 0 0.35rem; font-size: 1.2rem; color: var(--green-ink); }
.error-msg { background: oklch(0.95 0.05 25); border: 1px solid oklch(0.7 0.15 25); border-radius: 8px; padding: 0.7rem 0.9rem; color: oklch(0.45 0.16 25); font-size: 0.9rem; margin-bottom: 0.85rem; }

/* Callback (kort spor) */
.callback { max-width: 34rem; margin: 0.75rem auto 0; }
.callback summary { cursor: pointer; list-style: none; font-size: 0.9rem; color: oklch(0.18 0.02 150 / 0.7); text-align: center; padding: 0.5rem; }
.callback summary::-webkit-details-marker { display: none; }
.callback summary u { text-decoration-color: var(--accent); }

/* ==========================================================================
   ARTIKEL / BRØDTEKST
   ========================================================================== */
/* Artikelsider bruger samme sidebredde som resten af sitet (--maxw): teksten
   ligger i venstre spalte med læsevenlig linjelængde, sidespalten i højre. */
.article { max-width: var(--maxw); margin: 0 auto; padding: 2rem 1.25rem 1rem;
  display: grid; grid-template-columns: minmax(0, var(--maxw-text)) minmax(0, 1fr);
  column-gap: 4.5rem; align-items: start; }
.article > .breadcrumbs { grid-column: 1 / -1; }
.article-body { grid-column: 1; min-width: 0; }
.article-rail { grid-column: 2; position: sticky; top: 5.5rem; font-size: 0.9rem; padding-top: 2.6rem; }
.rail-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-fg); margin-bottom: 0.6rem; }
.rail-toc ol { list-style: none; margin: 0 0 2.5rem; border-top: 1px solid var(--border); }
.rail-toc li { border-bottom: 1px solid var(--border); }
.article .rail-toc a { display: block; padding: 0.55rem 0; color: oklch(0.18 0.02 150 / 0.75); text-decoration: none; line-height: 1.35; }
.article .rail-toc a:hover { color: var(--primary); text-decoration: none; }
.rail-help p { color: var(--muted-fg); line-height: 1.55; }
.article .rail-help a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--primary-20); }
@media (max-width: 1000px) {
  .article { grid-template-columns: minmax(0, 1fr); }
  .article-body, .article-rail { grid-column: 1; }
  .article-rail { position: static; margin-top: 3rem; padding-top: 1.75rem; border-top: 1px solid var(--border); max-width: var(--maxw-text); }
  .rail-toc { display: none; }
}
.article h1 { font-size: clamp(2rem, 4.6vw, 3rem); margin: 0.75rem 0 1.25rem; }
.article h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 2.75rem 0 0.85rem; scroll-margin-top: 5rem; }
.article h3 { font-size: 1.3rem; margin: 2rem 0 0.6rem; scroll-margin-top: 5rem; }
.article h4 { font-size: 1.08rem; margin: 1.5rem 0 0.5rem; }
.article p { margin: 0 0 1rem; font-size: 1.06rem; }
.article ul, .article ol { margin: 0 0 1.15rem 1.25rem; }
.article li { margin-bottom: 0.5rem; font-size: 1.06rem; }
.article a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--primary-20); }
.article a:hover { text-decoration-color: var(--accent); }
.article strong { color: var(--ink); font-weight: 600; }
.article-figure { margin: 2rem 0; }
.article-figure img { display: block; width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.article-figure figcaption { margin-top: 0.6rem; font-size: 0.88rem; color: var(--muted-fg); text-align: center; }
.lead-para { font-size: 1.2rem !important; color: oklch(0.18 0.02 150 / 0.75); }

.breadcrumbs { font-size: 0.85rem; color: var(--muted-fg); padding: 1rem 0 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; }
.breadcrumbs a { color: var(--muted-fg); text-decoration: none; }
.breadcrumbs a:hover { color: var(--primary); text-decoration: underline; }
.breadcrumbs li:not(:last-child)::after { content: '›'; margin-left: 0.4rem; color: var(--border); }

/* Note/bemærkning: sat med hårfine linjer og et lille versallabel i stedet for
   den klassiske farvede boks med bjælke i venstre side. */
.callout { margin: 2rem 0; padding: 1.1rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: 1rem; color: oklch(0.18 0.02 150 / 0.8); }
.callout p:last-child { margin-bottom: 0; }
.callout strong { display: block; margin-bottom: 0.3rem; font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-fg); }
blockquote.callout { font-style: normal; }

/* Tabeller */
.table-wrap { overflow-x: auto; margin: 1.4rem 0; border: 1px solid var(--border); border-radius: var(--radius-lg); }
table.data { border-collapse: collapse; width: 100%; font-size: 0.95rem; min-width: 30rem; }
table.data th, table.data td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); }
table.data thead th { background: var(--primary); color: var(--primary-fg); font-weight: 600; font-size: 0.88rem; font-family: var(--font-sans); }
table.data tbody tr:nth-child(even) { background: var(--primary-05); }
table.data td.num, table.data th.num { text-align: right; font-variant-numeric: tabular-nums; }

/* FAQ */
.faq { max-width: var(--maxw-text); margin: 0 auto; }
.faq details { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 0.75rem; background: var(--card); overflow: hidden; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 1.1rem 1.35rem; font-family: var(--font-display); font-weight: 600; color: var(--primary); font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.4rem; color: var(--accent); font-weight: 400; transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding: 0 1.35rem 1.25rem; }
.faq .faq-body p { margin-bottom: 0.75rem; }

.meta-line { font-size: 0.85rem; color: var(--muted-fg); }
.tag-price { display: inline-block; background: var(--secondary); border-radius: 8px; padding: 0.1rem 0.5rem; font-weight: 600; color: var(--primary); font-variant-numeric: tabular-nums; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { margin-top: 5rem; border-top: 1px solid var(--border); background: var(--primary); color: var(--primary-fg); }
.footer-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding: 3.5rem 1.25rem; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .brand { color: var(--primary-fg); font-size: 1.25rem; margin-bottom: 1rem; }
.footer-brand .brand .sun-dot { background: var(--accent); color: var(--accent-fg); }
.footer-brand p { font-size: 0.9rem; color: oklch(0.98 0.012 85 / 0.75); max-width: 28rem; }
.footer-parent { margin-top: 1.1rem; font-size: 0.9rem; color: oklch(0.98 0.012 85 / 0.85); }
.footer-parent a { color: var(--accent); text-decoration: none; font-weight: 600; }
.footer-parent a:hover { text-decoration: underline; }
.footer-grid h4 { color: var(--accent); font-family: var(--font-display); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.85rem; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 0.55rem; }
.footer-grid a { color: oklch(0.98 0.012 85 / 0.85); text-decoration: none; font-size: 0.9rem; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid oklch(0.98 0.012 85 / 0.15); }
.footer-bottom .inner { max-width: var(--maxw); margin: 0 auto; padding: 1.5rem 1.25rem; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: space-between; font-size: 0.78rem; color: oklch(0.98 0.012 85 / 0.6); }

/* Utilities */
.center { text-align: center; }
.mt-2 { margin-top: 1.5rem; } .mt-3 { margin-top: 2.25rem; }
.muted { color: var(--muted-fg); }
