/* ============================================================
   Todays Move AB — todaysmove.se
   Designsystem: "Flyttrutten"
   Typsnitt: Bricolage Grotesque (rubrik) + Instrument Sans (brödtext)
   Färg: röd gradient från logotypen (#E32227 → #861626)
   ============================================================ */

:root {
  --red: #C41230;
  --red-bright: #E32227;
  --red-deep: #861626;
  --wine: #3E0A14;
  --wine-2: #4E101D;
  --ink: #211719;
  --muted: #6E5F62;
  --paper: #FFFFFF;
  --bg: #FAF7F6;
  --tint: #FBEEEF;
  --tint-2: #F6E3E5;
  --line: #EADFE0;
  --ok: #1F7A3D;
  --shadow-sm: 0 1px 2px rgba(62, 10, 20, .06), 0 2px 8px rgba(62, 10, 20, .05);
  --shadow-md: 0 2px 6px rgba(62, 10, 20, .07), 0 12px 32px rgba(62, 10, 20, .10);
  --shadow-lg: 0 4px 12px rgba(62, 10, 20, .08), 0 24px 64px rgba(62, 10, 20, .14);
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --container: 1160px;
  --font-display: "Bricolage Grotesque", "Avenir Next", "Helvetica Neue", sans-serif;
  --font-body: "Instrument Sans", -apple-system, "Segoe UI", Roboto, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }

a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 .5em;
  font-weight: 700;
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, 5.6vw, 4rem); font-weight: 800; letter-spacing: -.025em; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); font-weight: 800; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
h4 { font-size: 1.1rem; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.lede {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  color: var(--muted);
  line-height: 1.6;
  max-width: 62ch;
}

::selection { background: var(--tint-2); color: var(--red-deep); }

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--red-deep);
  color: #fff;
  padding: .75rem 1.25rem;
  z-index: 2000;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; color: #fff; }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.1rem, 4vw, 2rem);
}

/* ---------- Knappar ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1;
  padding: .95rem 1.6rem;
  min-height: 48px;
  border-radius: var(--r-md);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  touch-action: manipulation;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex: none; }

.btn-primary {
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  color: #fff;
  box-shadow: 0 2px 8px rgba(134, 22, 38, .32), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(134, 22, 38, .4), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--red); color: var(--red-deep); background: var(--tint); }

.btn-light {
  background: #fff;
  color: var(--red-deep);
  box-shadow: var(--shadow-sm);
}
.btn-light:hover { color: var(--red-bright); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-lg { padding: 1.1rem 2rem; font-size: 1.1rem; }

@media (max-width: 560px) {
  .btn { white-space: normal; text-align: center; }
  .btn-lg { padding: 1rem 1.4rem; font-size: 1.02rem; }
}

/* ---------- Eyebrow / vägmärke ---------- */

/* vägvisare — som en svensk vägskylt, med pilspets */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  padding: .42rem 1.5rem .42rem .9rem;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
  margin-bottom: 1.2rem;
  box-shadow: 3px 3px 0 var(--tint-2);
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.topbar {
  background: var(--wine);
  color: #F3DFE2;
  font-size: .85rem;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: .4rem;
}
@media (min-width: 761px) { .topbar a { min-height: 0; } }
.topbar a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: .3rem;
}
.topbar a:hover { color: var(--tint-2); text-decoration: underline; }
.topbar-badges { display: flex; gap: 1.25rem; }
.topbar-badges span { display: inline-flex; align-items: center; gap: .4rem; }
.topbar-badges svg { width: 14px; height: 14px; }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: .65rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--ink);
}
.brand img { width: 52px; height: 52px; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.18rem;
  letter-spacing: -.01em;
  line-height: 1.05;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .nav-inner { gap: .5rem; }
  .brand { gap: .5rem; }
  .brand img { width: 42px; height: 42px; }
  .brand-name { font-size: .98rem; }
  .brand-name small { font-size: .58rem; }
  .nav-cta .btn { padding: .75rem 1rem; font-size: .92rem; min-height: 44px; }
  .nav-cta .nav-phone { display: none; }
  .topbar-inner { justify-content: center; }
}
.brand-name small {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
}

.main-nav { display: flex; align-items: center; gap: .25rem; }
.main-nav > a, .nav-drop > button {
  font-family: var(--font-body);
  font-size: .98rem;
  white-space: nowrap;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding: .55rem .8rem;
  border-radius: var(--r-sm);
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  transition: background .15s ease, color .15s ease;
}
.main-nav > a:hover, .nav-drop > button:hover { background: var(--tint); color: var(--red-deep); }
.main-nav > a[aria-current="page"] { color: var(--red-deep); background: var(--tint); }

.nav-drop { position: relative; }
.nav-drop > button svg { width: 14px; height: 14px; transition: transform .18s ease; }
.nav-drop.open > button svg { transform: rotate(180deg); }

.drop-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: .5rem;
  display: none;
  z-index: 200;
}
.nav-drop.open .drop-menu { display: block; }
.drop-menu a {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .6rem .75rem;
  border-radius: var(--r-sm);
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: .95rem;
}
.drop-menu a:hover { background: var(--tint); color: var(--red-deep); }
.drop-menu a svg { width: 17px; height: 17px; color: var(--red); flex: none; }
.drop-menu .drop-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: .55rem .75rem .25rem;
}

.nav-cta { display: flex; align-items: center; gap: .6rem; }
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  font-size: .98rem;
  padding: .55rem .7rem;
  border-radius: var(--r-sm);
  white-space: nowrap;
  min-height: 44px;
}
.nav-phone svg { width: 17px; height: 17px; color: var(--red); }
.nav-phone:hover { background: var(--tint); color: var(--red-deep); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: .55rem;
  cursor: pointer;
  color: var(--ink);
}
.nav-toggle svg { width: 22px; height: 22px; display: block; }

@media (max-width: 1100px) {
  .topbar-badges span:nth-child(n+2) { display: none; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    padding: .75rem 1rem 1.25rem;
    gap: .15rem;
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
  }
  .main-nav.open { display: flex; }
  .nav-drop > button { width: 100%; justify-content: space-between; }
  .drop-menu {
    position: static;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--tint-2);
    border-radius: 0;
    margin: .25rem 0 .25rem .75rem;
    min-width: 0;
  }
  .nav-phone span { display: none; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 82% -10%, var(--tint) 0%, transparent 62%),
    linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 5.5rem) clamp(3.5rem, 8vw, 6rem);
  position: relative;
  z-index: 1;
}

.hero h1 { max-width: 15ch; }
.hero h1 em {
  font-style: normal;
  color: var(--red);
  position: relative;
  white-space: nowrap;
}
.hero h1 em svg {
  position: absolute;
  left: 0;
  bottom: -.18em;
  width: 100%;
  height: .32em;
  color: var(--red-bright);
  opacity: .55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.8rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.4rem;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px dashed var(--line);
  font-size: .92rem;
  font-weight: 600;
  color: var(--muted);
}
.hero-trust span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-trust svg { width: 17px; height: 17px; color: var(--red); flex: none; }

/* rutten — signaturelementet */
.route-svg {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 130px;
  color: var(--red-deep);
  opacity: .16;
  pointer-events: none;
}

/* ---------- Offertkort (hero) ---------- */

.quote-card {
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: var(--r-lg);
  box-shadow: 10px 10px 0 var(--tint-2), var(--shadow-lg);
  padding: clamp(1.4rem, 3vw, 2rem);
  position: relative;
}
/* tejpremsa — som på en flyttkartong */
.quote-card::before {
  content: "KOSTNADSFRI OFFERT";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .16em;
  padding: .4rem 1.6rem;
  white-space: nowrap;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 28%, calc(100% - 4px) 100%, 4px 100%, 0 32%);
  opacity: .95;
}
.quote-card h2 { font-size: 1.4rem; margin-bottom: .35rem; }
.quote-card .sub { color: var(--muted); font-size: .95rem; margin-bottom: 1.25rem; }

/* ---------- Formulär ---------- */

.field { margin-bottom: 1.05rem; }
.field label {
  display: block;
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: .4rem;
}
.field label .req { color: var(--red-bright); }
.field .hint { font-size: .84rem; color: var(--muted); margin-top: .35rem; }

.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  padding: .8rem .95rem;
  min-height: 48px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--tint-2);
}
.field input.error, .field select.error { border-color: var(--red-bright); }
.field .error-msg {
  display: none;
  color: var(--red-deep);
  font-size: .85rem;
  font-weight: 600;
  margin-top: .35rem;
}
.field .error-msg.show { display: block; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }

/* radiokort */
.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .8rem; }
.choice-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 640px) { .choice-grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
.field .choice,
.choice {
  position: relative;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1rem .9rem;
  cursor: pointer;
  text-align: center;
  box-shadow: 3px 3px 0 var(--tint);
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
  background: #fff;
}
.choice:hover { border-color: var(--red); transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--tint-2); }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice svg { width: 26px; height: 26px; margin: 0 auto .5rem; color: var(--red); }
.choice .t { font-weight: 700; font-size: .95rem; display: block; }
.choice .d { font-size: .8rem; color: var(--muted); display: block; margin-top: .15rem; }
.choice:has(input:checked) {
  border-color: var(--red);
  background: var(--tint);
  box-shadow: 4px 4px 0 var(--tint-2);
}
.choice:has(input:checked) svg { color: var(--red-deep); }
.choice:has(input:focus-visible) { outline: 3px solid var(--red); outline-offset: 2px; }
.choice .spar {
  position: absolute;
  top: -11px;
  right: -8px;
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  color: #fff;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  padding: .22rem .55rem;
  border-radius: 4px;
  transform: rotate(3deg);
  text-transform: uppercase;
}

/* kryssrutor som rader */
.field .opt-check,
.opt-check {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  padding: .8rem 1rem;
  cursor: pointer;
  background: #fff;
  transition: border-color .15s ease, background .15s ease;
  margin-bottom: .6rem;
}
.opt-check:hover { border-color: var(--red); }
.opt-check input {
  width: 20px;
  height: 20px;
  margin-top: .15rem;
  accent-color: var(--red);
  flex: none;
  cursor: pointer;
}
.opt-check .t { font-weight: 700; font-size: .95rem; display: block; }
.opt-check .d { font-size: .82rem; color: var(--muted); display: block; }
.opt-check:has(input:checked) { border-color: var(--red); background: var(--tint); }

/* villkorade fält + sammanfattning */
[hidden] { display: none !important; }
.summary-box {
  background: var(--bg);
  border: 2px dashed var(--tint-2);
  border-radius: var(--r-sm);
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.2rem;
}
.summary-box h3 {
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red-deep);
  margin-bottom: .6rem;
}
.summary-box dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .3rem .9rem;
  font-size: .92rem;
}
.summary-box dt { font-weight: 700; color: var(--muted); }
.summary-box dd { margin: 0; font-weight: 600; }

/* stegindikator */
.steps {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: 1.75rem;
  counter-reset: step;
}
.steps .step {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--muted);
}
.steps .step::before {
  counter-increment: step;
  content: counter(step);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bg);
  border: 1.5px solid var(--line);
  font-size: .85rem;
  flex: none;
}
.steps .step.active { color: var(--red-deep); }
.steps .step.active::before {
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  border-color: transparent;
  color: #fff;
}
.steps .step.done { color: var(--ok); }
.steps .step.done::before { content: "✓"; background: #E7F3EB; border-color: #CBE5D4; color: var(--ok); }
.steps .bar { flex: 1; height: 2px; background: var(--line); border-radius: 2px; min-width: 14px; }
@media (max-width: 640px) { .steps .step span { display: none; } .steps .step.active span { display: inline; } }

.form-step { display: none; }
.form-step.active { display: block; animation: stepIn .3s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.form-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}
@media (max-width: 600px) {
  .form-nav { flex-direction: column-reverse; }
  .form-nav .btn { width: 100%; }
  .form-nav > span:empty { display: none; }
}

.form-success {
  text-align: center;
  padding: 2.5rem 1rem;
}
.form-success svg { width: 64px; height: 64px; color: var(--ok); margin: 0 auto 1rem; }

/* ---------- Förtroenderemsa ---------- */

.trust-strip {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding-block: 1.4rem;
}
@media (max-width: 900px) { .trust-strip-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .trust-strip-inner { grid-template-columns: 1fr 1fr; gap: 1rem; } }
.trust-item { display: flex; align-items: center; gap: .8rem; }
.trust-item svg { width: 26px; height: 26px; color: var(--red); flex: none; }
.trust-item b { display: block; font-size: .92rem; line-height: 1.3; }
.trust-item small { display: block; font-size: .78rem; color: var(--muted); line-height: 1.35; }

/* ---------- Sektioner ---------- */

.section { padding-block: clamp(3.25rem, 7vw, 5.5rem); }
.section-alt {
  background: var(--bg);
  border-top: 2px dashed var(--tint-2);
  border-bottom: 2px dashed var(--tint-2);
}
.section-head { max-width: 700px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lede { margin-inline: auto; }

/* ---------- Kort & rutnät ---------- */

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.7rem 1.5rem;
  position: relative;
  box-shadow: 6px 6px 0 var(--tint);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a.card { text-decoration: none; color: var(--ink); display: block; }
.card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 var(--tint-2);
  border-color: var(--red);
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  box-shadow: 3px 3px 0 var(--tint-2);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  color: #fff;
  transform: rotate(-3deg);
}
.card:hover .card-icon { transform: rotate(0deg); }
.card-icon { transition: transform .18s ease; }
.card-icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); font-size: .96rem; }
.card .card-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-weight: 700;
  font-size: .92rem;
  color: var(--red);
  margin-top: 1rem;
}
.card .card-link svg { width: 16px; height: 16px; transition: transform .18s ease; }
.card:hover .card-link svg { transform: translateX(4px); }

/* ---------- Rutt-process (signatur) ---------- */

.route-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  counter-reset: waypoint;
}
.route-steps::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  border-top: 2.5px dashed var(--tint-2);
  z-index: 0;
}
.route-step { position: relative; z-index: 1; text-align: center; padding-inline: .4rem; }
.route-step .pin {
  counter-increment: waypoint;
  width: 54px;
  height: 54px;
  margin: 0 auto 1rem;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-45deg);
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  box-shadow: 0 6px 16px rgba(134, 22, 38, .3);
  display: grid;
  place-items: center;
}
.route-step .pin::after {
  content: counter(waypoint);
  transform: rotate(45deg);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
}
.route-step h3 { font-size: 1.12rem; }
.route-step p { font-size: .93rem; color: var(--muted); }
@media (max-width: 860px) {
  .route-steps { grid-template-columns: 1fr 1fr; gap: 2rem 1.25rem; }
  .route-steps::before { display: none; }
}
@media (max-width: 480px) { .route-steps { grid-template-columns: 1fr; } }

/* ---------- Checklista ---------- */

.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; }
.check-list svg { width: 21px; height: 21px; color: var(--red); flex: none; margin-top: .2em; }
.check-list b { font-weight: 700; }

/* ---------- Priser ---------- */

.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: start; }
@media (max-width: 900px) { .price-cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

.price-card {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.9rem 1.7rem;
  position: relative;
  box-shadow: 6px 6px 0 var(--tint);
}
.price-card.featured {
  border-color: var(--ink);
  box-shadow: 10px 10px 0 var(--tint-2);
}
.price-card .flag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .3rem .9rem;
  border-radius: 999px;
  white-space: nowrap;
}
.price-card .size { font-weight: 600; color: var(--muted); font-size: .92rem; }
.price-card .amount {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  letter-spacing: -.02em;
  color: var(--red-deep);
  line-height: 1.1;
  margin: .3rem 0 .1rem;
  font-variant-numeric: tabular-nums;
}
.price-card .after-rut { font-size: .86rem; color: var(--muted); margin-bottom: 1.2rem; }
.price-card .check-list { margin-bottom: 1.4rem; font-size: .95rem; }

/* ---------- Omdömen ---------- */

.review-card {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--r-md);
  padding: 2rem 1.5rem 1.6rem;
  position: relative;
  box-shadow: 6px 6px 0 var(--tint);
}
.review-card::before {
  content: "”";
  position: absolute;
  top: -14px;
  left: 18px;
  font-family: var(--font-display);
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--red-bright);
  height: 40px;
  overflow: hidden;
}
.review-card:nth-child(odd) { transform: rotate(-.6deg); }
.review-card:nth-child(even) { transform: rotate(.5deg); }
.review-card:hover { transform: rotate(0deg); }
.review-card { transition: transform .2s ease; }
.review-card .stars { display: flex; gap: 2px; margin-bottom: .9rem; }
.review-card .stars svg { width: 18px; height: 18px; color: #E8A33D; }
.review-card blockquote { margin: 0 0 1rem; font-size: .98rem; color: var(--ink); }
.review-card figcaption { font-size: .88rem; font-weight: 700; }
.review-card figcaption span { display: block; font-weight: 500; color: var(--muted); }

/* ---------- FAQ ---------- */

.faq { max-width: 780px; margin-inline: auto; }
.faq details {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  margin-bottom: .7rem;
  overflow: hidden;
  box-shadow: 4px 4px 0 var(--tint);
}
.faq details[open] { border-color: var(--red); }
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  font-weight: 700;
  font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--red);
  flex: none;
  transition: transform .2s ease;
  line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details[open] summary { color: var(--red-deep); }
.faq .faq-body { padding: 0 1.3rem 1.2rem; color: var(--muted); }

/* ---------- CTA-band ---------- */

.cta-band {
  background:
    radial-gradient(900px 400px at 15% 120%, rgba(227, 34, 39, .35) 0%, transparent 60%),
    linear-gradient(150deg, var(--wine-2), var(--wine));
  color: #fff;
  border-radius: var(--r-xl);
  padding: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #E9CDD2; max-width: 55ch; margin-inline: auto; }
.cta-band .hero-actions { justify-content: center; }
.cta-band .route-svg { opacity: .12; color: #fff; height: 90px; }

/* ---------- Ortsidor / pins ---------- */

.city-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.city-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  padding: .55rem 1.05rem;
  font-weight: 700;
  font-size: .95rem;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 3px 3px 0 var(--tint);
  transition: border-color .15s ease, background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.city-chip svg { width: 15px; height: 15px; color: var(--red); }
.city-chip:hover {
  border-color: var(--red);
  background: var(--tint);
  color: var(--red-deep);
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--tint-2);
}

/* ---------- Artiklar / prosa ---------- */

.prose { max-width: 720px; }
.prose h2 { margin-top: 2.2em; font-size: clamp(1.45rem, 2.5vw, 1.8rem); }
.prose h3 { margin-top: 1.8em; }
.prose ul, .prose ol { padding-left: 1.3rem; margin-bottom: 1.2em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--red); font-weight: 700; }
.prose .note {
  background: var(--tint);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 1rem 1.25rem;
  margin: 1.5em 0;
  font-size: .97rem;
}
.prose table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--line); }
.prose th { font-family: var(--font-display); font-weight: 700; color: var(--red-deep); }
.prose td { font-variant-numeric: tabular-nums; }

/* ---------- Sidhuvud för undersidor ---------- */

.page-hero {
  background:
    radial-gradient(800px 380px at 88% -20%, var(--tint) 0%, transparent 60%),
    linear-gradient(180deg, #fff, var(--bg));
  padding-block: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.breadcrumbs {
  font-size: .86rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
}
.breadcrumbs a { color: var(--muted); text-decoration: none; font-weight: 600; }
.breadcrumbs a:hover { color: var(--red-deep); text-decoration: underline; }
.breadcrumbs svg { width: 13px; height: 13px; color: var(--line); }

/* ---------- Sidfot ---------- */

.site-footer {
  background: var(--wine);
  color: #D9BEC3;
  margin-top: clamp(3rem, 7vw, 5rem);
  font-size: .95rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr 1fr .9fr 1.1fr;
  gap: 2.2rem;
  padding-block: clamp(2.5rem, 5vw, 4rem) 2rem;
}
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

.site-footer h2 {
  color: #fff;
  font-size: .95rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-footer a { color: #D9BEC3; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand img { width: 60px; height: 60px; margin-bottom: .9rem; }
.footer-brand p { font-size: .92rem; max-width: 32ch; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: .25em; color: var(--red-bright); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-block: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem;
  font-size: .85rem;
  color: #B08E95;
}
.footer-bottom a { color: #B08E95; }

/* ---------- Mobil CTA-rad ---------- */

.mobil-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 2px solid var(--line);
  padding: .6rem .9rem calc(.6rem + env(safe-area-inset-bottom, 0px));
  gap: .7rem;
  box-shadow: 0 -6px 24px rgba(62, 10, 20, .1);
}
.mobil-cta .btn { flex: 1; padding: .8rem .5rem; font-size: .95rem; }
@media (max-width: 760px) {
  .mobil-cta { display: flex; }
  body { padding-bottom: 76px; }
  body.utan-mobil-cta { padding-bottom: 0; }
  body.utan-mobil-cta .mobil-cta { display: none; }
}

/* ---------- Scroll reveal ---------- */

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }

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

/* ---------- Hero responsivt ---------- */

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding-block: 2.5rem 3.5rem; }
  .hero h1 { max-width: none; }
}

/* ---------- Stat-rad ---------- */

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
@media (max-width: 760px) { .stat-row { grid-template-columns: repeat(2, 1fr); } }
.stat .n {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  background: linear-gradient(160deg, var(--red-bright), var(--red-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  line-height: 1.15;
}
.stat .l {
  font-size: .88rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
  margin-top: .2rem;
}
.stat { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }

/* ---------- Adressblock i offertformuläret ---------- */

.adr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 720px) { .adr-grid { grid-template-columns: 1fr; } }

.adr-block {
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.1rem 1.1rem .4rem;
  background: var(--bg);
}
.adr-block .field:last-child { margin-bottom: .8rem; }

.adr-rubrik {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red-deep);
  margin: 0 0 .9rem;
}
.adr-rubrik svg { width: 16px; height: 16px; color: var(--red); flex: none; }

/* ---------- Sociala medier ---------- */

.social-row { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social-link {
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  color: #D9BEC3;
  border: 1.5px solid rgba(255, 255, 255, .18);
  transition: background .15s ease, color .15s ease, transform .15s ease, border-color .15s ease;
}
.social-link svg { width: 19px; height: 19px; }
.social-link:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

/* WhatsApp-knapp */
.btn-wa {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
  flex: 0 0 auto !important;
  min-width: 56px;
}
.btn-wa:hover { background: #1EBE5A; border-color: #1EBE5A; color: #fff; }
.btn-wa svg { width: 21px; height: 21px; }
.mobil-cta .btn-ghost { flex: 0 0 auto !important; min-width: 56px; }
.mobil-cta .btn-primary { flex: 1 1 auto !important; }

/* ---------- Google-omdömen ---------- */

.google-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: 6px 6px 0 var(--tint);
  padding: 1.5rem 1.8rem;
  margin-bottom: 2.5rem;
}
.google-box .g-logo { width: 34px; height: 34px; color: var(--red); flex: none; }
.google-box .g-txt { text-align: left; }
.google-box .g-stars { display: flex; gap: 2px; margin-bottom: .2rem; }
.google-box .g-stars svg { width: 18px; height: 18px; color: #E8A33D; }
.google-box .g-txt b { display: block; font-size: 1.02rem; }
.google-box .g-txt small { color: var(--muted); font-size: .88rem; }
@media (max-width: 560px) {
  .google-box { flex-direction: column; text-align: center; gap: 1rem; }
  .google-box .g-txt { text-align: center; }
  .google-box .g-stars { justify-content: center; }
  .google-box .btn { width: 100%; }
}

/* ---------- Felruta när offerten inte kunde skickas ---------- */

.form-error {
  border: 2px solid var(--red);
  background: var(--tint);
  border-radius: var(--r-sm);
  padding: 1.3rem 1.4rem;
  margin-bottom: 1.4rem;
}
.form-error svg { width: 34px; height: 34px; color: var(--red-deep); margin-bottom: .6rem; }
.form-error h3 { color: var(--red-deep); margin-bottom: .5rem; }
.form-error p { font-size: .96rem; }
.form-error-kontakt {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}
.form-error-kontakt .btn { flex: 1 1 auto; }
