/* Mountainflow — delad sidchrome för tjänstesidor (token från mountainflow/styles.css) */
body { margin: 0; background: var(--mf-mist); color: var(--mf-ink); font-family: var(--mf-font-body); }
a { text-decoration: none; }
header.site a, nav a, footer.site a, .btn { border-bottom: 0; }
.wrap { max-width: var(--mf-maxw); margin: 0 auto; padding: 0 var(--mf-gutter); }

body[data-lang="sv"] [lang="en"] { display: none !important; }
body[data-lang="en"] [lang="sv"] { display: none !important; }
[data-lang-btn] { background: transparent; border: 0; font-family: var(--mf-font-mono); font-size: inherit; letter-spacing: inherit; padding: 0; cursor: pointer; color: var(--mf-stone); }
body[data-lang="sv"] [data-lang-btn="sv"], body[data-lang="en"] [data-lang-btn="en"] { color: var(--mf-fjord-500); }

.eyebrow { font-family: var(--mf-font-mono); font-size: var(--mf-text-label); font-weight: 500; letter-spacing: var(--mf-track-label); text-transform: uppercase; color: var(--mf-fjord-500); display: inline-flex; align-items: center; gap: 0.7rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: 0.55; }

header.site { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--mf-ledge); background: rgba(237,241,242,0.82); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.bar { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 24px; }
.lockup { display: inline-flex; align-items: center; gap: 0.6em; color: var(--mf-ink); }
.lockup svg { height: 2.1em; width: auto; }
.lockup b { font-weight: 600; letter-spacing: 0.13em; font-size: 1.04em; text-transform: uppercase; line-height: 1; }
nav.desktop { display: flex; gap: 26px; font-size: 0.875rem; align-items: center; }
nav.desktop a { color: var(--mf-stone); font-weight: 500; transition: color var(--mf-dur-fast); }
nav.desktop a:hover { color: var(--mf-ink); }
.langsel { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mf-font-mono); font-size: 0.78rem; letter-spacing: 0.06em; }
.langsel .sep { color: var(--mf-ledge); }
nav.desktop a.cta { color: #fff; font-weight: 600; border-radius: var(--mf-radius); padding: 0.55em 1em; background: var(--mf-fjord-500); }
nav.desktop a.cta:hover { background: var(--mf-fjord-600); color: #fff; }
.bar-right { display: flex; align-items: center; gap: 6px; }
.langsel.compact { display: none; }
.burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; padding: 10px; }
.burger span { width: 22px; height: 2px; background: var(--mf-ink); display: block; }
.burger span:last-child { width: 14px; background: var(--mf-fjord-500); align-self: flex-start; margin-left: 11px; }
nav.mobile { display: none; border-top: 1px solid var(--mf-ledge); background: var(--mf-mist); flex-direction: column; padding: 6px var(--mf-gutter) 22px; }
nav.mobile.open { display: flex; }
nav.mobile a { display: block; color: var(--mf-ink); font-weight: 500; font-size: 1.05rem; border-bottom: 1px solid var(--mf-ledge); padding: 15px 2px; }
nav.mobile a.cta { text-align: center; font-weight: 600; font-size: 1rem; border-radius: var(--mf-radius); padding: 0.85em 1em; background: var(--mf-fjord-500); color: #fff; border: 0; margin: 18px 0 4px; }

.btn { display: inline-block; font-weight: 600; font-size: 0.95rem; border-radius: var(--mf-radius); padding: 0.74em 1.3em; border: 0; cursor: pointer; font-family: var(--mf-font-body); transition: background var(--mf-dur-fast), border-color var(--mf-dur-fast), transform var(--mf-dur-fast); }
.btn-primary { background: var(--mf-fjord-500); color: #fff !important; }
.btn-primary:hover { background: var(--mf-fjord-600); }
.btn-secondary { background: transparent; color: var(--mf-ink) !important; border: 1px solid var(--mf-ledge); }
.btn-secondary:hover { border-color: var(--mf-ink); transform: translateY(-1px); }

.hero-p { padding: 96px 0 64px; }
.hero-p h1 { font-family: var(--mf-font-display); font-weight: 380; font-size: var(--mf-text-h1); letter-spacing: -0.02em; line-height: 1.08; max-width: 22ch; margin: 28px 0 24px; color: var(--mf-ink); }
.lead { font-size: var(--mf-text-lead); line-height: 1.55; color: var(--mf-ink-soft); max-width: 660px; margin: 0; }
section.band { padding: 80px 0; border-top: 1px solid var(--mf-ledge); }
h2.sect { font-family: var(--mf-font-display); font-weight: 500; font-size: var(--mf-text-h2); letter-spacing: -0.012em; line-height: 1.14; margin: 20px 0 0; color: var(--mf-ink); }
.band p { color: var(--mf-ink-soft); max-width: 660px; }

.flow path { fill: none; stroke: currentColor; stroke-width: 1.4; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: 1; animation: mf-draw 1.6s cubic-bezier(.16,.84,.36,1) forwards; }
.flow path:nth-child(2) { opacity: 0.5; animation-duration: 1.9s; animation-delay: 0.15s; }
.flow path:nth-child(3) { opacity: 0.28; animation-duration: 2.1s; animation-delay: 0.3s; }
@keyframes mf-draw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .flow path { animation: none; stroke-dashoffset: 0; } }

.bp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--mf-ledge); border: 1px solid var(--mf-ledge); border-radius: var(--mf-radius); overflow: hidden; }
.bp-cell { background: var(--mf-surface); padding: 40px 32px; }
.bp-cell h3 { font-family: var(--mf-font-display); font-weight: 500; font-size: var(--mf-text-h3); margin: 20px 0 16px; color: var(--mf-ink); }
.bp-cell p { font-size: 0.96rem; color: var(--mf-stone); margin: 0 0 20px; max-width: none; }
.ticks { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; font-size: 0.95rem; color: var(--mf-ink-soft); max-width: 660px; }
.ticks li { display: flex; gap: 10px; }
.ticks li::before { content: "→"; color: var(--mf-fjord-500); flex: none; }
.card { background: var(--mf-surface); border: 1px solid var(--mf-ledge); border-radius: var(--mf-radius); padding: 32px; }
.card h3 { font-family: var(--mf-font-display); font-weight: 500; font-size: 1.25rem; margin: 0 0 12px; color: var(--mf-ink); }
.card p { font-size: 0.95rem; color: var(--mf-stone); margin: 0; max-width: none; }
.cards2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.cards3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }

.faq { max-width: 760px; }
.faq details { border-bottom: 1px solid var(--mf-ledge); }
.faq details:first-of-type { border-top: 1px solid var(--mf-ledge); }
.faq summary { font-family: var(--mf-font-display); font-weight: 500; font-size: 1.2rem; color: var(--mf-ink); padding: 20px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--mf-fjord-500); font-family: var(--mf-font-mono); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 20px; color: var(--mf-ink-soft); max-width: none; }

.cta-band { background: var(--mf-deep); color: var(--mf-deep-text); padding: 80px 0; }
.cta-band .eyebrow { color: var(--mf-current-500); }
.cta-band h2 { font-family: var(--mf-font-display); font-weight: 380; font-size: clamp(1.8rem, 1.3rem + 2vw, 2.5rem); letter-spacing: -0.02em; line-height: 1.1; margin: 24px 0 28px; color: var(--mf-deep-text); max-width: 22ch; }
.cta-band .btn-send { background: var(--mf-current-500); color: #0E1416 !important; }
.cta-band .btn-send:hover { background: var(--mf-current-400); }
.cta-band .direct { margin: 24px 0 0; font-family: var(--mf-font-mono); font-size: 0.8rem; letter-spacing: 0.04em; color: var(--mf-deep-muted); }
.cta-band .direct a { color: var(--mf-current-500); border-bottom: 1px solid color-mix(in srgb, var(--mf-current-500) 40%, transparent); }

footer.site { border-top: 1px solid var(--mf-ledge); padding: 64px 0; background: var(--mf-mist); }
footer.site .wrap { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 32px; }
.baseline { width: 120px; height: 2px; background: var(--mf-fjord-500); display: block; margin-top: 14px; }
.foot-meta { font-family: var(--mf-font-mono); font-size: 0.74rem; color: var(--mf-stone); letter-spacing: 0.04em; margin-top: 16px; }
.foot-meta a { color: var(--mf-stone); }
.foot-pay { font-family: var(--mf-font-display); font-style: italic; font-weight: 380; font-size: 1.2rem; color: var(--mf-ink); }

@media (max-width: 820px) {
  nav.desktop { display: none; }
  .burger { display: flex; }
  .langsel.compact { display: inline-flex; font-size: 0.85rem; }
  .langsel.compact button { padding: 10px 4px; }
  .hero-p { padding: 56px 0 44px; }
  section.band { padding: 56px 0; }
  .cta-band { padding: 56px 0; }
  .bp-cell { padding: 28px 22px; }
}
