/*
 * Muskelrummet - massage och kroppsterapi, Karlstad.
 * Lugn klinisk ljusdesign: Sora + Source Sans 3, klarbla accent mot navy,
 * mjuka kort, gott om luft. Arketyp A5 clinical-soft.
 */

:root {
  /* Farger */
  --blue:        #046bd2;
  --blue-deep:   #045cb4;
  --blue-bright: #1c91ff;
  --ink:         #1e293b;
  --ink-deep:    #0f172a;
  --text:        #20262f;
  --text-2:      #4a525e;
  --text-3:      #3a4250;
  --text-4:      #5a626e;
  --muted:       #5f6773;
  --muted-2:     #626a76;
  --muted-3:     #666e7a;
  --gold:        #d9a23a;
  --bg-1:        #f7faff;
  --bg-2:        #f0f5fa;
  --card:        #f7f9fc;
  --accent-bg:   #eef4fb;
  --line:        #e3e7ee;
  --line-soft:   #eef1f6;
  --line-input:  #d1d5db;
  --line-btn:    #cbd5e3;
  --line-ring:   #cfe0f5;
  --foot-text:   #c3c9d4;
  --foot-dim:    #a7b0bf;

  /* Typografi */
  --display: "Sora", ui-sans-serif, system-ui, sans-serif;
  --body: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, sans-serif;

  /* Matt */
  --wrap: 1280px;
  --wrap-mid: 1100px;
  --wrap-narrow: 1000px;
  --t-hero: clamp(38px, 6.2vw, 60px);
  --t-h2:   clamp(28px, 3.6vw, 38px);
  --t-h3:   clamp(26px, 3.2vw, 34px);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  background: #fff;
  color: var(--text);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body { margin: 0; font-size: 17px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }

::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 3px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 14px 20px; border-radius: 0 0 10px 0;
  font-family: var(--display); font-weight: 600; font-size: 15px;
}
.skip:focus { left: 0; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ikon { width: 22px; height: 22px; flex: none; }

/* Layout */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 40px; }
.wrap-mid { max-width: var(--wrap-mid); margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: var(--wrap-narrow); margin: 0 auto; padding: 0 40px; }

/* Typografi */
.display {
  font-family: var(--display); font-weight: 800; letter-spacing: -0.02em;
  /* 1.04 som i utgangsdesignen lade A-ringen i raden ovanfor pa Sora. Matt: vid
     1.16 har varsta rubriken 2,2 px luft mellan raderna vid 375 px. */
  line-height: 1.16; color: var(--ink); text-wrap: balance; margin: 0;
  overflow-wrap: break-word;
}
h1, h2, h3 { text-wrap: balance; overflow-wrap: break-word; }
.eyebrow {
  font-family: var(--display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue);
}
.sora { font-family: var(--display); }
.lead { font-size: clamp(17px, 1.4vw, 18px); line-height: 1.62; color: var(--text-2); }

/* Knappar */
.btn-primar, .btn-sekundar, .btn-mork {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: 600; letter-spacing: 0.04em;
  min-height: 48px; border-radius: 9px; cursor: pointer; border: 0;
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease;
}
.btn-primar { font-size: 15px; padding: 14px 32px; background: var(--blue); color: #fff; box-shadow: 0 6px 20px rgba(22,41,77,.22); }
.btn-primar:hover { background: var(--blue-deep); transform: translateY(-1px); }
.btn-primar:active { transform: translateY(0) scale(.99); }
.btn-sekundar { font-size: 15px; padding: 13px 28px; background: #fff; color: var(--ink); border: 1.5px solid var(--line-btn); }
.btn-sekundar:hover { border-color: var(--blue); color: var(--blue-deep); }
.btn-mork { font-size: 14.5px; padding: 14px 22px; background: var(--ink); color: #fff; border-radius: 10px; }
.btn-mork:hover { background: #2a3a52; }
.btn-block { display: flex; width: 100%; }

.pil-lank {
  display: inline-flex; align-items: center; gap: 9px; min-height: 44px;
  font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: .03em;
  color: var(--ink); transition: gap 180ms ease, color 180ms ease;
}
.pil-lank:hover { gap: 13px; color: var(--blue-deep); }
.pil-lank .ikon { width: 17px; height: 17px; }
.pil-lank-bla { color: var(--blue-deep); font-size: 13.5px; }
.pil-lank-bla .ikon { width: 15px; height: 15px; }

/* Kort */
.kort { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 30px rgba(22,41,77,.06); }
.rund { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; flex: none; }
.stjarnor { display: inline-flex; gap: 2px; color: var(--gold); }
.stjarnor .ikon { width: 16px; height: 16px; }

/* Header */
.sidhuvud {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.huvud-rad { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 0; }
.logga { display: flex; align-items: center; gap: 13px; min-height: 46px; }
.logga-mark { width: 46px; height: 46px; border-radius: 11px; flex: none; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg,#1e293b,#0f172a); color: #fff; }
.logga-mark .ikon { width: 24px; height: 24px; }
.ordmarke { display: block; font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: .09em; color: var(--ink); line-height: 1.15; }
.ordmarke-sub { display: block; font-size: 9.5px; letter-spacing: .14em; color: var(--muted); font-weight: 600; line-height: 1.4; }

.desk-meny { display: flex; align-items: center; gap: 26px; }
.meny-lank {
  font-family: var(--display); font-weight: 500; font-size: 14px; letter-spacing: .03em;
  color: var(--text-3); display: inline-flex; align-items: center; min-height: 44px;
  border-bottom: 2px solid transparent; transition: color 150ms ease, border-color 150ms ease;
}
.meny-lank:hover { color: var(--blue-deep); border-bottom-color: var(--blue); }
.huvud-hoger { display: flex; align-items: center; gap: 12px; }
.huvud-cta { padding: 12px 24px; min-height: 44px; font-size: 14px; box-shadow: 0 4px 14px rgba(22,41,77,.22); }

.burgare {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line-input);
  border-radius: 9px; background: #fff; align-items: center; justify-content: center;
  flex-direction: column; gap: 4px; cursor: pointer;
}
.burgare span { width: 18px; height: 2px; background: var(--ink); display: block; border-radius: 2px; transition: transform 200ms ease, opacity 160ms ease; }
.burgare[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burgare[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burgare[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobil-panel { display: none; border-top: 1px solid var(--line); background: #fff; }
.mobil-panel.oppen { display: block; }
.mobil-panel nav { display: flex; flex-direction: column; padding: 6px 0 18px; }
.mobil-panel .meny-lank { padding: 0; min-height: 52px; font-size: 16px; border-bottom: 1px solid var(--line-soft); }
.mobil-panel .btn-primar { margin-top: 16px; }

/* Hero */
.hero { background: linear-gradient(180deg,#f7faff 0%,#f0f5fa 100%); }
.hero .wrap { padding-top: 64px; padding-bottom: 72px; }
.hero-rutnat { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero h1 { font-size: var(--t-hero); margin: 0 0 14px; }
.hero-tagline { font-family: var(--display); font-weight: 600; font-size: clamp(19px,2.2vw,22px); color: var(--blue-deep); margin: 0 0 26px; line-height: 1.35; }

.hero-trygghet { display: flex; align-items: stretch; gap: 18px; flex-wrap: wrap; margin-bottom: 30px; }
.trygg-bricka { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 15px 22px; box-shadow: 0 4px 18px rgba(22,41,77,.05); }
.trygg-tal { width: 54px; height: 54px; background: var(--blue); color: #fff; font-family: var(--display); font-weight: 700; font-size: 17px; }
.trygg-titel { display: block; font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--ink); }
.trygg-sub { display: block; font-size: 13.5px; color: var(--muted); }
.hero-usp { display: flex; align-items: center; gap: 22px; }
.hero-usp > div { text-align: center; width: 88px; }
.hero-usp .ikon { width: 24px; height: 24px; color: var(--blue); margin: 0 auto 6px; }
.usp-text { display: block; font-size: 12.5px; line-height: 1.3; color: var(--text-4); font-weight: 600; }
.hero-knappar { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.hero-media { position: relative; }
.hero-bild { width: 100%; height: 100%; min-height: 480px; max-height: 560px; border-radius: 20px; object-fit: cover; background: #eaf1fa; }
.kontaktkort {
  position: absolute; right: -14px; bottom: 30px; width: 284px;
  background: #fff; border-radius: 16px; box-shadow: 0 16px 44px rgba(22,41,77,.16); padding: 20px 22px;
}
.kk-rad { display: flex; gap: 13px; align-items: flex-start; padding: 11px 0; border-top: 1px solid var(--line-soft); min-height: 44px; }
.kk-rad:first-child { padding-top: 0; border-top: 0; padding-bottom: 13px; }
.kk-rad .ikon { width: 18px; height: 18px; color: var(--blue); }
.kk-titel { display: block; font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); }
.kk-sub { display: block; font-size: 13.5px; color: var(--muted); line-height: 1.45; }
a.kk-rad { align-items: center; }
a.kk-rad span:last-child { font-size: 14.5px; color: var(--text-3); overflow-wrap: anywhere; }
a.kk-rad:hover span:last-child { color: var(--blue-deep); }

/* Behandlingskort */
.sek-vit { background: #fff; padding: 70px 0 56px; }
.sek-ljus { background: var(--bg-2); padding: 74px 0; }
.sek-vit-lugn { background: #fff; padding: 72px 0; }
.sek-topp { text-align: center; margin-bottom: 44px; }
.sek-topp .eyebrow { display: block; margin-bottom: 14px; }
.sek-topp h2 { font-size: var(--t-h3); font-weight: 700; margin: 0; }
.sek-topp .lead { max-width: 620px; margin: 14px auto 0; }

.tjanst-rutnat { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.tjanst-kort { overflow: hidden; display: flex; flex-direction: column; }
.tjanst-huvud { padding: 22px 26px; display: flex; align-items: center; gap: 15px; background: var(--card); }
.tjanst-kort.mork .tjanst-huvud { background: var(--ink); }
.tjanst-ikon { width: 48px; height: 48px; background: var(--accent-bg); color: var(--blue); }
.tjanst-ikon .ikon { width: 22px; height: 22px; }
.tjanst-kort.mork .tjanst-ikon { background: rgba(255,255,255,.14); color: #fff; }
.tjanst-namn { display: block; font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: .04em; color: var(--ink); }
.tjanst-tagline { display: block; font-size: 13.5px; color: var(--muted-2); }
.tjanst-kort.mork .tjanst-namn { color: #fff; }
.tjanst-kort.mork .tjanst-tagline { color: #cbd5e3; }
.tjanst-lista { padding: 8px 26px 24px; flex: 1; }
.tjanst-rad { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.tjanst-rad:last-child { border-bottom: 0; }
.rad-namn { display: block; font-family: var(--display); font-weight: 600; font-size: 16px; color: var(--ink); }
.rad-detalj { display: block; font-size: 13.5px; color: var(--muted-2); margin-top: 2px; }
.rad-pris { font-family: var(--display); font-weight: 700; font-size: 15.5px; color: var(--ink); white-space: nowrap; }
.tjanst-fot { padding: 0 26px 26px; }

.trygg-rad { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px 34px; margin-top: 48px; padding-top: 34px; border-top: 1px solid var(--line); }
.trygg-post { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--text-3); font-weight: 600; }
.trygg-post .ikon { width: 18px; height: 18px; color: var(--blue); }
.trygg-strek { width: 1px; height: 18px; background: var(--line-input); }

/* Om */
.om-rutnat { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.om-bild { width: 100%; height: 100%; min-height: 420px; border-radius: 20px; object-fit: cover; background: #e7eef8; }
.om-rutnat h2 { font-size: var(--t-h2); font-weight: 700; letter-spacing: -.01em; margin: 0 0 18px; }
.om-text p { font-size: 17px; line-height: 1.65; color: var(--text-2); margin: 0 0 16px; }
.statistik { display: flex; gap: 36px; flex-wrap: wrap; margin: 26px 0 28px; }
.stat-tal { font-family: var(--display); font-weight: 800; font-size: 34px; color: var(--ink); line-height: 1.15; }
.stat-etikett { font-size: 13.5px; color: var(--muted); }

/* Process */
.process-rutnat { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.steg { text-align: center; }
.steg-tal { width: 62px; height: 62px; margin: 0 auto 18px; border: 2px solid var(--line-ring); font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--blue-deep); }
.steg-titel { font-family: var(--display); font-weight: 600; font-size: 18px; color: var(--ink); margin-bottom: 8px; }
.steg-text { font-size: 14.5px; line-height: 1.55; color: var(--muted); }

/* Priser */
.pris-block { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-bottom: 24px; box-shadow: 0 6px 22px rgba(22,41,77,.05); background: #fff; }
.pris-huvud { background: var(--ink); padding: 17px 28px; display: flex; align-items: center; gap: 13px; }
.pris-huvud .ikon { color: #fff; width: 20px; height: 20px; }
.pris-huvud span { font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: .03em; color: #fff; }
.pris-kropp { padding: 6px 28px 14px; }
.pris-rad { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line-soft); }
.pris-rad:last-child { border-bottom: 0; }
.pris-namn { display: block; font-family: var(--display); font-weight: 600; font-size: 16.5px; color: var(--ink); }
.pris-tid { display: block; font-size: 13.5px; color: var(--muted-2); margin-top: 2px; }
.pris-belopp { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--ink); white-space: nowrap; }
.notis { background: var(--accent-bg); border-left: 3px solid var(--blue); border-radius: 0 12px 12px 0; padding: 17px 24px; font-size: 15px; line-height: 1.55; color: var(--text-3); }
.notis strong { font-family: var(--display); color: var(--blue-deep); }

/* Omdomen */
.omdome-rutnat { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.omdome { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px 24px; box-shadow: 0 8px 26px rgba(22,41,77,.05); }
.omdome p { font-size: 16px; line-height: 1.6; color: var(--text-3); margin: 14px 0 20px; }
.omdome-person { display: flex; align-items: center; gap: 12px; }
.initialer { width: 42px; height: 42px; background: var(--blue); color: #fff; font-family: var(--display); font-weight: 600; font-size: 15px; }
.omdome-namn { display: block; font-family: var(--display); font-weight: 600; font-size: 15px; color: var(--ink); }
.omdome-meta { display: block; font-size: 13px; color: var(--muted-3); }

/* Kontakt */
.kontakt-rutnat { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.info-rad { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.info-ikon { width: 44px; height: 44px; border-radius: 11px; background: var(--accent-bg); color: var(--blue); flex: none; }
.info-ikon .ikon { width: 19px; height: 19px; }
.info-etikett { display: block; font-family: var(--display); font-weight: 600; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 3px; }
.info-varde { display: flex; align-items: center; min-height: 44px; font-size: 16.5px; color: var(--text); line-height: 1.5; overflow-wrap: anywhere; }
a.info-varde:hover { color: var(--blue-deep); }
.karta { margin-top: 22px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.karta svg { width: 100%; height: auto; display: block; }

.formular { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 32px 34px; box-shadow: 0 8px 28px rgba(22,41,77,.05); }
.formular h3 { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--ink); margin: 0 0 20px; }
.falt-rad { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.falt-rad .falt { margin-bottom: 0; }
.falt { display: block; font-size: 13.5px; font-weight: 600; color: var(--text-4); margin-bottom: 16px; }
.falt input, .falt select, .falt textarea {
  width: 100%; margin-top: 6px; padding: 12px 14px; min-height: 48px;
  border: 1px solid var(--line-input); border-radius: 9px;
  font-size: 15px; font-family: inherit; background: #fff; color: var(--text);
}
.falt textarea { resize: vertical; min-height: 104px; }
.falt input:focus, .falt select:focus, .falt textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(4,107,210,.14); }
.form-not { text-align: center; font-size: 13px; color: var(--muted-3); margin: 12px 0 0; }
.form-not strong { color: var(--ink); }
.kvitto { display: none; margin-top: 16px; background: #e7f1e9; border: 1px solid #b7d3bc; border-radius: 10px; padding: 14px 16px; font-size: 15px; color: #1d4526; }
.kvitto.syns { display: block; }

/* CTA-band */
.cta-band { background: linear-gradient(135deg,#1e293b 0%,#0f172a 100%); }
.cta-inre { padding: 58px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inre h2 { font-family: var(--display); font-weight: 700; font-size: clamp(26px,3.4vw,34px); line-height: 1.2; color: #fff; margin: 0 0 10px; }
.cta-inre p { font-size: 17px; color: var(--foot-text); margin: 0; }
.cta-hoger { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.cta-hoger .btn-primar { font-size: 16px; padding: 16px 40px; white-space: nowrap; }
.cta-hoger .btn-primar:hover { background: var(--blue-bright); }
.cta-ring { display: inline-flex; align-items: center; min-height: 44px; font-family: var(--display); color: #e4e8ef; font-weight: 600; font-size: 15px; padding-left: 4px; }
.cta-ring:hover { color: #fff; }

/* Sidfot */
.sidfot { background: var(--ink-deep); color: var(--foot-text); }
.sidfot .wrap { padding-top: 56px; padding-bottom: 24px; }
.fot-rutnat { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.fot-marke { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.fot-marke-ruta { width: 42px; height: 42px; border-radius: 9px; flex: none; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--ink); }
.fot-marke-ruta .ikon { width: 22px; height: 22px; }
.fot-ordmarke { display: block; font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: .07em; color: #fff; line-height: 1.25; }
.fot-ordmarke-sub { display: block; font-size: 9.5px; letter-spacing: .12em; color: var(--foot-dim); line-height: 1.4; }
.fot-blurb { font-size: 14.5px; line-height: 1.6; margin: 0; max-width: 300px; }
.fot-h { font-family: var(--display); font-weight: 600; font-size: 14px; color: #fff; letter-spacing: .06em; margin-bottom: 10px; }
.fot-kol { display: flex; flex-direction: column; }
.fot-kol a, .fot-still { display: flex; align-items: center; min-height: 44px; font-size: 14.5px; overflow-wrap: anywhere; }
.fot-kol a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.fot-slut { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 20px; padding-top: 20px; font-size: 13px; color: var(--foot-dim); }
.fot-slut p { margin: 0; }

/* Mobil sticky boka-bar */
.mobil-cta { display: none; }

/* Reveal */
.avsloja { opacity: 0; transform: translateY(22px); transition: opacity 640ms cubic-bezier(.16,1,.3,1), transform 640ms cubic-bezier(.16,1,.3,1); }
.avsloja.inne { opacity: 1; transform: none; }
.d1 { transition-delay: 80ms; }
.d2 { transition-delay: 160ms; }
.d3 { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  .avsloja { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* Responsivt */
@media (max-width: 1080px) {
  .hero-rutnat { gap: 38px; }
  .kontaktkort { right: 0; width: 262px; }
}

@media (max-width: 980px) {
  .wrap, .wrap-mid, .wrap-narrow { padding-left: 22px; padding-right: 22px; }
  .desk-meny, .huvud-cta { display: none; }
  .burgare { display: flex; }
  .hero .wrap { padding-top: 44px; padding-bottom: 56px; }
  .hero-rutnat { grid-template-columns: 1fr; gap: 34px; }
  .hero-bild { min-height: 320px; max-height: 400px; }
  .kontaktkort { position: static; width: 100%; margin-top: 18px; box-shadow: 0 8px 24px rgba(22,41,77,.1); border: 1px solid var(--line); }
  .tjanst-rutnat { grid-template-columns: 1fr; }
  .om-rutnat { grid-template-columns: 1fr; gap: 32px; }
  .om-bild { min-height: 300px; }
  .process-rutnat { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .kontakt-rutnat { grid-template-columns: 1fr; gap: 32px; }
  .falt-rad { grid-template-columns: 1fr; }
  .cta-inre { flex-direction: column; text-align: center; padding: 46px 0; }
  .cta-hoger { align-items: center; width: 100%; }
  .cta-hoger .btn-primar { width: 100%; }
  .fot-rutnat { grid-template-columns: 1fr 1fr; gap: 24px 28px; }
  .trygg-strek { display: none; }
  .trygg-rad { justify-content: flex-start; gap: 4px 28px; }
  .mobil-cta {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; gap: 10px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.97);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-top: 1px solid var(--line);
  }
  .mobil-cta a { flex: 1; min-height: 48px; padding-left: 12px; padding-right: 12px; }
  .mobil-cta .btn-primar { box-shadow: none; }
  body { padding-bottom: 78px; }
}

@media (max-width: 720px) {
  .sek-vit, .sek-vit-lugn { padding: 52px 0; }
  .sek-ljus { padding: 54px 0; }
  .hero-usp { gap: 10px; justify-content: space-between; width: 100%; }
  .hero-usp > div { width: auto; flex: 1; min-width: 92px; }
  .trygg-bricka { width: 100%; }
  .formular { padding: 26px 20px; }
  .pris-huvud { padding: 15px 20px; }
  .pris-kropp { padding: 4px 20px 12px; }
  .tjanst-huvud { padding: 20px; }
  .tjanst-lista { padding: 6px 20px 20px; }
  .tjanst-fot { padding: 0 20px 22px; }
  .omdome { padding: 24px 22px 22px; }
  .statistik { gap: 24px; }
}

@media (max-width: 560px) {
  .process-rutnat { grid-template-columns: 1fr; }
  .omdome-rutnat { grid-template-columns: 1fr; }
  .fot-rutnat { grid-template-columns: 1fr; gap: 22px; }
  .hero-knappar .btn-primar { width: 100%; }
}
