/* Självhostad Plus Jakarta Sans (variabel, 200–800) – inga tredjepartsanrop */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ============================================================
   Byt Tak Stockholm – designsystem v2
   Inspirerat av trackone.se: varm offwhite, djup marinblå,
   bränd orange, eyebrow-etiketter, orange rubrikstreck,
   mörka fotosektioner med overlay.
   ============================================================ */
:root {
  --radius: 0.625rem;
  --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --background: oklch(0.985 0.004 80);
  --surface: oklch(1 0 0);
  --foreground: oklch(0.2 0.04 260);
  --primary: oklch(0.3 0.07 255);
  --primary-deep: oklch(0.21 0.055 258);
  --primary-foreground: oklch(0.985 0.004 80);
  --secondary: oklch(0.955 0.008 250);
  --muted-foreground: oklch(0.48 0.03 255);
  --accent: oklch(0.55 0.17 45);
  --accent-hover: oklch(0.5 0.17 45);
  --accent-foreground: oklch(0.985 0.005 60);
  --accent-soft: oklch(0.95 0.035 60);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.905 0.012 250);
  --shadow-soft: 0 1px 2px oklch(0.21 0.055 258 / 0.06), 0 12px 32px -12px oklch(0.21 0.055 258 / 0.16);
  --shadow-card: 0 22px 45px -22px oklch(0.21 0.055 258 / 0.35);
  --overlay: linear-gradient(100deg, oklch(0.21 0.055 258 / 0.92) 0%, oklch(0.21 0.055 258 / 0.72) 45%, oklch(0.21 0.055 258 / 0.35) 100%);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
* { border-color: var(--border); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background-color: var(--background);
  color: var(--foreground);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 74rem; margin-inline: auto; padding-inline: 1.25rem; }
.container-narrow { max-width: 50rem; margin-inline: auto; padding-inline: 1.25rem; }
@media (min-width: 640px) {
  .container, .container-narrow { padding-inline: 1.75rem; }
}

/* --- Typografiska signaturer --- */
.eyebrow {
  display: block;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
}
.heading-bar {
  display: block; width: 2.6rem; height: 0.25rem;
  margin-top: 1.1rem; border-radius: 2px;
  background: var(--accent);
}
.center .heading-bar { margin-inline: auto; }

/* --- Header --- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid oklch(0.905 0.012 250 / 0.6);
  background: oklch(0.985 0.004 80 / 0.92);
  backdrop-filter: blur(10px);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: 0.8rem;
}
.logo { display: flex; align-items: center; gap: 0.55rem; text-decoration: none; flex-shrink: 0; }
.logo-mark {
  display: flex; align-items: center; justify-content: center;
  width: 2.3rem; height: 2.3rem; border-radius: 0.55rem;
  background: var(--primary); color: var(--primary-foreground);
}
.logo-img { width: 2.25rem; height: 2.25rem; display: block; }
.site-footer .logo-img { filter: brightness(1.35); }
.logo-text { font-size: 1.02rem; font-weight: 800; letter-spacing: -0.01em; color: var(--primary); }
@media (min-width: 640px) { .logo-text { font-size: 1.15rem; } }
.site-nav { display: none; align-items: center; gap: 1.4rem; }
@media (min-width: 1024px) { .site-nav { display: flex; } }
.site-nav a {
  font-size: 0.875rem; font-weight: 600; color: var(--muted-foreground);
  text-decoration: none; transition: color 0.15s;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); }

/* --- Knappar --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  border-radius: 0.55rem; border: 1px solid transparent;
  padding: 0.58rem 1.15rem; font: inherit; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; text-decoration: none;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 0.85rem 1.7rem; font-size: 1rem; border-radius: 0.65rem; }
.btn-cta { background: var(--accent); color: var(--accent-foreground); box-shadow: 0 10px 24px -12px oklch(0.55 0.17 45 / 0.7); }
.btn-cta:hover { background: var(--accent-hover); }
.btn-dark { background: var(--primary); color: var(--primary-foreground); }
.btn-dark:hover { background: var(--primary-deep); }
.btn-outline { background: transparent; border-color: var(--border); color: var(--primary); }
.btn-outline:hover { background: var(--secondary); }
.btn-outline-light { background: transparent; border-color: oklch(0.985 0.004 80 / 0.45); color: var(--primary-foreground); }
.btn-outline-light:hover { background: oklch(0.985 0.004 80 / 0.12); }
.btn-block { flex: 1; }

/* --- Sektioner --- */
.section { padding-block: 4.5rem; }
@media (min-width: 768px) { .section { padding-block: 5.5rem; } }
.section-tinted { background: var(--secondary); }
.section-title {
  margin: 0.9rem 0 0; font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; color: var(--primary);
}
.section-intro { margin: 1.1rem 0 0; color: var(--muted-foreground); max-width: 44rem; font-size: 1.05rem; }
.section-head { margin-bottom: 2.6rem; }

/* --- Mörk fotohjälte (startsidan) --- */
.hero-dark {
  position: relative; color: var(--primary-foreground);
  background: var(--primary-deep);
}
.hero-dark::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--overlay), var(--hero-image, none);
  background-size: cover; background-position: center;
}
.hero-dark > .container { position: relative; padding-block: 5.5rem 4.5rem; }
@media (min-width: 900px) { .hero-dark > .container { padding-block: 8rem 6.5rem; } }
.hero-dark .eyebrow { color: oklch(0.75 0.15 50); }
.hero-dark h1 {
  margin: 1rem 0 0; max-width: 46rem;
  font-size: clamp(2.3rem, 5.5vw, 3.6rem);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.08;
}
.hero-sub {
  margin: 1.4rem 0 0; max-width: 36rem;
  font-size: 1.15rem; line-height: 1.6; color: oklch(0.985 0.004 80 / 0.85);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.2rem; }
.hero-checks {
  display: flex; flex-wrap: wrap; gap: 1.4rem;
  margin: 2.4rem 0 0; padding: 0; list-style: none;
  font-size: 0.875rem; font-weight: 600; color: oklch(0.985 0.004 80 / 0.85);
}
.hero-checks li { display: flex; align-items: center; gap: 0.45rem; }
.hero-checks svg { width: 1rem; height: 1rem; color: oklch(0.75 0.15 50); flex-shrink: 0; }

/* --- Ljus sidhjälte (undersidor) --- */
.page-hero { padding-block: 3.8rem 0; }
@media (min-width: 768px) { .page-hero { padding-block: 5rem 0; } }
.page-hero h1 {
  margin: 0.9rem 0 0;
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; color: var(--primary);
}
.page-hero .lead-paragraph { margin-top: 1.6rem; }
.page-hero-grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .page-hero-grid { grid-template-columns: 1.1fr 0.9fr; } }
.page-hero-img { overflow: hidden; border-radius: 0.9rem; box-shadow: var(--shadow-card); }
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.breadcrumbs { font-size: 0.85rem; color: var(--muted-foreground); }
.breadcrumbs ol {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.3rem;
  margin: 0 0 1.4rem; padding: 0; list-style: none;
}
.breadcrumbs li { display: flex; align-items: center; gap: 0.3rem; }
.breadcrumbs li + li::before { content: "›"; margin-inline: 0.1rem; color: var(--border); }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs .current { font-weight: 600; color: var(--primary); }

.lead-paragraph { font-size: 1.15rem; line-height: 1.65; color: var(--foreground); max-width: 46rem; }

/* --- Ghost-nummer-steg --- */
.steps-grid { display: grid; gap: 1.4rem; margin-top: 2.6rem; padding: 0; list-style: none; }
@media (min-width: 768px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }
.step-card {
  position: relative; overflow: hidden;
  border-radius: 0.9rem; background: var(--surface);
  padding: 2rem 1.6rem 1.7rem; box-shadow: var(--shadow-soft);
}
.ghost-num {
  position: absolute; top: -1.4rem; right: 0.4rem;
  font-size: 6.5rem; font-weight: 800; line-height: 1;
  color: oklch(0.3 0.07 255 / 0.07); user-select: none;
}
.step-card h3 { margin: 0; font-size: 1.15rem; font-weight: 700; color: var(--primary); }
.step-card .heading-bar { width: 1.8rem; height: 0.2rem; margin-top: 0.7rem; }
.step-card p { margin: 0.9rem 0 0; font-size: 0.92rem; color: var(--muted-foreground); }

/* --- Bildkort (takarbeten, guider) --- */
.grid-3 { display: grid; gap: 1.5rem; margin-top: 2.6rem; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.photo-card {
  display: flex; flex-direction: column; overflow: hidden;
  border-radius: 0.9rem; background: var(--surface);
  box-shadow: var(--shadow-soft); text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.photo-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.photo-card-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--secondary); }
.photo-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.photo-card:hover .photo-card-img img { transform: scale(1.04); }
.photo-card-body { padding: 1.4rem 1.5rem 1.6rem; }
.photo-card h3 { margin: 0; font-size: 1.15rem; font-weight: 700; color: var(--primary); }
.photo-card p { margin: 0.6rem 0 0; font-size: 0.9rem; color: var(--muted-foreground); }
.photo-card .more {
  display: inline-flex; align-items: center; gap: 0.3rem;
  margin-top: 1rem; font-size: 0.875rem; font-weight: 700; color: var(--accent);
}

/* --- Kant-kort (mini-punkter m orange vänsterkant) --- */
.edge-grid { display: grid; gap: 1.6rem; margin-top: 2.4rem; }
@media (min-width: 768px) { .edge-grid { grid-template-columns: repeat(3, 1fr); } }
.edge-item { border-left: 3px solid var(--accent); padding-left: 1.1rem; }
.edge-item h3 { margin: 0; font-size: 1rem; font-weight: 700; color: var(--primary); }
.edge-item p { margin: 0.45rem 0 0; font-size: 0.88rem; color: var(--muted-foreground); }

/* --- Områden --- */
.area-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem;
  margin: 2.4rem 0 0; padding: 0; list-style: none;
}
@media (min-width: 640px) { .area-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .area-grid { grid-template-columns: repeat(4, 1fr); } }
.area-grid a {
  display: flex; align-items: center; gap: 0.55rem;
  border: 1px solid var(--border); border-radius: 0.7rem; background: var(--surface);
  padding: 0.85rem 1.05rem; font-size: 0.875rem; font-weight: 600; color: var(--primary);
  text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s;
}
.area-grid a:hover { border-color: var(--accent); box-shadow: var(--shadow-soft); }
.area-grid svg { width: 1rem; height: 1rem; color: var(--accent); flex-shrink: 0; }

/* --- Guider-lista --- */
.guide-list { margin: 2.4rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.9rem; }
@media (min-width: 640px) { .guide-list { grid-template-columns: 1fr 1fr; } }
.guide-list a {
  display: block; border: 1px solid var(--border); border-radius: 0.8rem; background: var(--surface);
  padding: 1.15rem 1.35rem; font-size: 0.98rem; font-weight: 700; color: var(--primary);
  text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s;
}
.guide-list a:hover { border-color: var(--accent); box-shadow: var(--shadow-soft); }
.guide-list span { display: block; margin-top: 0.3rem; font-size: 0.83rem; font-weight: 500; color: var(--muted-foreground); }

/* --- FAQ --- */
.faq { margin-top: 2.4rem; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary {
  cursor: pointer; padding: 1.05rem 2rem 1.05rem 0; font-size: 1rem; font-weight: 700;
  color: var(--primary); list-style: none; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 0.3rem; top: 50%;
  width: 0.55rem; height: 0.55rem;
  border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: translateY(-70%) rotate(45deg); transition: transform 0.2s;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details p { margin: 0 0 1.1rem; font-size: 0.92rem; color: var(--muted-foreground); max-width: 44rem; }

/* --- Wizard --- */
.wizard {
  border: 1px solid var(--border); border-radius: 1rem; background: var(--surface);
  padding: 1.6rem; box-shadow: var(--shadow-card);
}
@media (min-width: 640px) { .wizard { padding: 2.2rem; } }
.wizard-meta {
  display: flex; justify-content: space-between;
  font-size: 0.85rem; font-weight: 600; color: var(--muted-foreground);
}
.progress { margin-top: 0.55rem; height: 0.45rem; border-radius: 9999px; background: var(--secondary); overflow: hidden; }
.progress-bar { height: 100%; border-radius: 9999px; background: var(--accent); transition: width 0.3s; width: 33.33%; }
.wizard fieldset { border: 0; margin: 1.6rem 0 0; padding: 0; }
.wizard legend, .field-label {
  display: block; margin-bottom: 0.7rem; padding: 0;
  font-weight: 700; color: var(--primary); font-size: 0.98rem;
}
.field { margin-top: 1.6rem; }
.field .field-label { margin-bottom: 0.45rem; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.option-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem;
  border: 1.5px solid var(--border); border-radius: 0.75rem; background: var(--surface);
  padding: 1rem; font: inherit; font-weight: 600; color: var(--primary);
  text-align: left; cursor: pointer; transition: border-color 0.15s, background 0.15s;
}
.option-card svg { width: 1.5rem; height: 1.5rem; color: var(--accent); }
.option-card:hover { border-color: oklch(0.55 0.17 45 / 0.55); }
.option-card[aria-pressed="true"] { border-color: var(--accent); background: var(--accent-soft); }
.chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip {
  border: 1.5px solid var(--border); border-radius: 9999px; background: var(--surface);
  padding: 0.5rem 1.05rem; font: inherit; font-size: 0.875rem; font-weight: 600;
  color: var(--muted-foreground); cursor: pointer; transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.chip:hover { border-color: oklch(0.55 0.17 45 / 0.55); }
.chip[aria-pressed="true"] { border-color: var(--accent); background: var(--accent-soft); color: var(--primary); }
.tile-grid { display: grid; gap: 0.55rem; }
@media (min-width: 640px) { .tile-grid { grid-template-columns: repeat(2, 1fr); } }
.tile {
  border: 1.5px solid var(--border); border-radius: 0.7rem; background: var(--surface);
  padding: 0.8rem 1.05rem; font: inherit; font-size: 0.875rem; font-weight: 600;
  color: var(--muted-foreground); text-align: left; cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.tile:hover { border-color: oklch(0.55 0.17 45 / 0.55); }
.tile[aria-pressed="true"] { border-color: var(--accent); background: var(--accent-soft); color: var(--primary); }
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], select, textarea {
  width: 100%; border: 1.5px solid var(--border); border-radius: 0.6rem;
  background: var(--surface); color: var(--foreground);
  padding: 0.65rem 0.9rem; font: inherit; font-size: 0.95rem;
}
input:focus-visible, textarea:focus-visible, select:focus-visible, .option-card:focus-visible,
.chip:focus-visible, .tile:focus-visible, .btn:focus-visible, .checkbox-row input:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
textarea { resize: vertical; }
.checkbox-row { display: flex; align-items: flex-start; gap: 0.75rem; margin-top: 1.6rem; }
.checkbox-row input { width: 1.1rem; height: 1.1rem; margin-top: 0.2rem; accent-color: var(--accent); flex-shrink: 0; }
.checkbox-row label { font-size: 0.875rem; color: var(--foreground); }
.wizard-error { margin: 1.3rem 0 0; font-size: 0.875rem; font-weight: 600; color: var(--destructive); }
.wizard-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.7rem; }
.honeypot { position: absolute; left: -9999px; top: -9999px; }

/* --- Tacksida --- */
.thanks { text-align: center; padding: 2rem 1rem; }
.thanks svg { width: 3rem; height: 3rem; color: var(--accent); margin-inline: auto; }
.thanks h3 { margin: 1rem 0 0; font-size: 1.5rem; font-weight: 800; color: var(--primary); }
.thanks p { margin: 0.75rem auto 0; max-width: 28rem; color: var(--muted-foreground); }
.lead-id-box { display: inline-block; margin-top: 1.5rem; border-radius: 0.75rem; background: var(--accent-soft); padding: 0.8rem 1.4rem; }
.lead-id-box span { font-size: 0.85rem; color: var(--muted-foreground); }
.lead-id-box strong { display: block; font-size: 1.15rem; letter-spacing: 0.03em; color: var(--primary); }

/* --- Artiklar / undersidor --- */
.page-main { padding-block: 0 4.5rem; }
.article-section { margin-top: 3rem; }
.article-section h2 {
  margin: 0; font-size: 1.55rem; font-weight: 800; letter-spacing: -0.015em; color: var(--primary);
}
.article-section h2 + * { margin-top: 1rem; }
.article-section > p { margin: 1rem 0 0; color: var(--muted-foreground); max-width: 46rem; }
.article-section ul, .article-section ol { margin: 1rem 0 0; padding-left: 1.3rem; color: var(--muted-foreground); }
.article-section li { margin-top: 0.55rem; }
.price-range { margin: 0.8rem 0 0; font-size: 1.35rem; font-weight: 800; color: var(--accent); }
.factor-card { border: 1px solid var(--border); border-radius: 0.75rem; background: var(--surface); padding: 1.3rem; margin-top: 1.1rem; }
.factor-card dt { font-weight: 700; color: var(--primary); }
.factor-card dd { margin: 0.3rem 0 0; font-size: 0.88rem; color: var(--muted-foreground); }
.price-table { margin: 1.1rem 0 0; padding: 0; list-style: none; border: 1px solid var(--border); border-radius: 0.75rem; background: var(--surface); overflow: hidden; }
.price-table li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; padding: 1.05rem 1.2rem; }
.price-table li + li { border-top: 1px solid var(--border); }
.price-table .post { font-size: 0.875rem; color: var(--muted-foreground); }
.price-table .varde { font-size: 0.9rem; font-weight: 700; color: var(--primary); }
.pros-cons { display: grid; gap: 1.5rem; margin-top: 3rem; }
@media (min-width: 640px) { .pros-cons { grid-template-columns: 1fr 1fr; } }
.pros-cons > div { border: 1px solid var(--border); border-radius: 0.8rem; background: var(--surface); padding: 1.4rem; }
.pros-cons h2 { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--primary); }
.pros-cons ul { margin: 0.85rem 0 0; padding: 0; list-style: none; }
.pros-cons li { display: flex; gap: 0.5rem; margin-top: 0.55rem; font-size: 0.88rem; color: var(--muted-foreground); }
.pros-cons svg { width: 1rem; height: 1rem; flex-shrink: 0; margin-top: 0.2rem; }
.pros-cons .check { color: var(--accent); }
.pros-cons .cross { color: var(--muted-foreground); }
.text-link { color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.link-list { margin: 1.1rem 0 0; padding: 0; list-style: none; }
.link-list li { margin-top: 0.55rem; }
.note { font-size: 0.85rem; color: var(--muted-foreground); }

/* --- Mörkt CTA-band m foto --- */
.cta-band {
  position: relative; color: var(--primary-foreground); background: var(--primary-deep);
  text-align: center;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(oklch(0.21 0.055 258 / 0.88), oklch(0.21 0.055 258 / 0.88)), var(--band-image, none);
  background-size: cover; background-position: center;
}
.cta-band > .container { position: relative; padding-block: 4.5rem; }
.cta-band h2 { margin: 0; font-size: clamp(1.7rem, 3.5vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; }
.cta-band p { margin: 1rem auto 0; max-width: 34rem; color: oklch(0.985 0.004 80 / 0.82); }
.cta-band .button-row { justify-content: center; margin-top: 2rem; }

/* --- Form-CTA på artikelsidor --- */
.form-cta {
  position: relative; overflow: hidden;
  margin-top: 3.2rem; border-radius: 1rem; background: var(--primary);
  color: var(--primary-foreground); padding: 2.4rem 2.2rem; box-shadow: var(--shadow-card);
}
.form-cta::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(100deg, oklch(0.24 0.06 258 / 0.96) 30%, oklch(0.24 0.06 258 / 0.75)), var(--band-image, none);
  background-size: cover; background-position: center;
}
.form-cta > * { position: relative; }
.form-cta h2 { margin: 0; font-size: 1.45rem; font-weight: 800; letter-spacing: -0.015em; }
.form-cta p { margin: 0.8rem 0 0; max-width: 40rem; color: oklch(0.985 0.004 80 / 0.85); }
.form-cta .btn { margin-top: 1.6rem; }

/* --- Kalkylator --- */
.kalk {
  border: 1px solid var(--border); border-radius: 1rem; background: var(--surface);
  padding: 1.6rem; box-shadow: var(--shadow-card); margin-top: 2.6rem;
}
@media (min-width: 640px) { .kalk { padding: 2.2rem; } }
.kalk-grid { display: grid; gap: 1.6rem; }
@media (min-width: 900px) { .kalk-grid { grid-template-columns: 1fr 1fr; align-items: start; } }
.kalk-result {
  border-radius: 0.9rem; background: var(--primary); color: var(--primary-foreground);
  padding: 1.8rem; position: sticky; top: 5.5rem;
}
.kalk-result .eyebrow { color: oklch(0.75 0.15 50); }
.kalk-sum { margin: 0.7rem 0 0; font-size: clamp(1.7rem, 4vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; }
.kalk-rows { margin: 1.4rem 0 0; padding: 0; list-style: none; font-size: 0.9rem; }
.kalk-rows li { display: flex; justify-content: space-between; gap: 1rem; padding-block: 0.5rem; border-top: 1px solid oklch(0.985 0.004 80 / 0.15); }
.kalk-rows .v { font-weight: 700; white-space: nowrap; }
.kalk-note { margin: 1.2rem 0 0; font-size: 0.8rem; color: oklch(0.985 0.004 80 / 0.65); }
.kalk-result .btn { width: 100%; margin-top: 1.5rem; }
.range-row { display: flex; align-items: center; gap: 1rem; }
.range-row output { min-width: 4.5rem; text-align: right; font-weight: 800; color: var(--primary); font-size: 1.05rem; }
input[type="range"] { width: 100%; accent-color: var(--accent); }

/* --- Infokort --- */
.info-card { border: 1px solid var(--border); border-radius: 1rem; background: var(--surface); padding: 1.6rem; margin-top: 2rem; }
.info-card svg { width: 1.75rem; height: 1.75rem; color: var(--accent); }
.info-card h2 { margin: 0.75rem 0 0; font-size: 1.15rem; font-weight: 700; color: var(--primary); }
.info-card ul { margin: 0.85rem 0 0; padding-left: 1.3rem; color: var(--muted-foreground); }
.info-card li { margin-top: 0.5rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }

/* --- Footer --- */
.site-footer { background: var(--primary-deep); color: var(--primary-foreground); }
.site-footer .container { padding-block: 3.5rem 2.5rem; }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.2fr 1fr; } }
.footer-brand { display: flex; align-items: center; gap: 0.55rem; font-size: 1.15rem; font-weight: 800; }
.footer-brand .logo-mark { background: oklch(0.985 0.004 80 / 0.12); }
.footer-disclaimer { margin: 1.2rem 0 0; max-width: 34rem; font-size: 0.875rem; line-height: 1.7; color: oklch(0.985 0.004 80 / 0.72); }
.footer-cols { display: grid; gap: 2rem; }
@media (min-width: 640px) { .footer-cols { grid-template-columns: 1fr 1fr; } }
.footer-cols h2 {
  margin: 0; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: oklch(0.75 0.15 50);
}
.footer-cols ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.footer-cols li { margin-top: 0.55rem; }
.footer-cols a { font-size: 0.9rem; color: oklch(0.985 0.004 80 / 0.8); text-decoration: none; }
.footer-cols a:hover { color: var(--primary-foreground); text-decoration: underline; text-underline-offset: 4px; }
.footer-copy {
  margin: 3rem 0 0; padding-top: 1.5rem; border-top: 1px solid oklch(0.985 0.004 80 / 0.12);
  font-size: 0.78rem; color: oklch(0.985 0.004 80 / 0.55);
}
