/* ==========================================================================
   NadaPro AB — nadapro.se
   En stylesheet. Inga ramverk, inga plugins, inget byggsteg.
   Palett: NadaPros marinblå + guld, i "candy"-utförande (jelly-knappar,
   färgade glow-skuggor, glansiga ikonblobbar, stora radier).
   ========================================================================== */

/* ---------- Typsnitt (självhostade: ingen Google-request, inget samtycke) -- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../assets/fonts/manrope-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;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../assets/fonts/manrope-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;
}

/* ---------- Designtokens -------------------------------------------------- */
:root {
  /* Marinblå — identiteten behålls, men med en levande blå för ytor & glow */
  --navy:        #0d2357;   /* originalet: text, mörka ytor */
  --navy-deep:   #071539;
  --navy-vivid:  #1f4bc8;   /* levande blå för knappar/blobbar */
  --navy-light:  #4a79ee;
  --navy-edge:   #12308a;   /* jelly-underkant */
  --navy-tint:   #eaf0ff;

  /* Guld — samma guld, men mättat så det lyser */
  --gold:        #edae3a;
  --gold-light:  #ffd37a;
  --gold-deep:   #c1801a;
  --gold-edge:   #a3690f;   /* jelly-underkant */
  --gold-tint:   #fff5e2;

  --ink:         #14213d;
  --body:        #47536b;
  --muted:       #64708a;
  --line:        #e2e7f2;
  --soft:        #f5f8ff;
  --cloud:       #fffaf1;
  --white:       #ffffff;

  --wrap: 1140px;
  --gut: 24px;
  --r-sm: 12px;
  --r:    18px;
  --r-lg: 26px;
  --r-xl: 34px;

  /* färgade glow-skuggor */
  --glow-gold: 0 8px 20px rgba(237,174,58,.42);
  --glow-gold-hi: 0 14px 30px rgba(237,174,58,.58);
  --glow-navy: 0 8px 20px rgba(31,75,200,.38);
  --glow-navy-hi: 0 14px 30px rgba(31,75,200,.52);
  --shadow-sm: 0 2px 6px rgba(13,35,87,.07), 0 8px 20px rgba(13,35,87,.06);
  --shadow-md: 0 6px 16px rgba(13,35,87,.10), 0 24px 48px rgba(13,35,87,.10);
  --shadow-lg: 0 10px 24px rgba(13,35,87,.14), 0 40px 90px rgba(13,35,87,.16);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 78px;
}

/* ---------- Reset --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-vivid); text-decoration: none; }
a:hover { color: var(--gold-deep); }
button { font: inherit; }

h1, h2, h3, h4 {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -.025em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 1.35rem + 2.7vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 1.2rem + 1.7vw, 2.45rem); }
h3 { font-size: clamp(1.18rem, 1.04rem + .5vw, 1.38rem); }
p  { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Layouthjälpare ------------------------------------------------ */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(58px, 7vw, 106px); }
.section--soft { background: var(--soft); }
.section--cloud { background: var(--cloud); }
.section--navy {
  background: radial-gradient(ellipse 90% 80% at 50% 0%, #1a3a86 0%, var(--navy) 48%, var(--navy-deep) 100%);
  color: #ccd8f4;
}
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--tight { padding-block: clamp(40px, 5vw, 68px); }

.eyebrow {
  display: inline-block;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-tint);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 18px;
}
.section--navy .eyebrow { color: #ffe0a8; background: rgba(237,174,58,.18); }
.lede { font-size: clamp(1.03rem, .98rem + .28vw, 1.16rem); color: var(--muted); }
/* På mörka ytor måste ingressen vara ljus, annars försvinner den. */
.section--navy .lede, .cta-band p, .contact-card p { color: #dbe5fb; }
.section-head { max-width: 720px; margin-bottom: clamp(34px, 4vw, 58px); }
.section-head--center { margin-inline: auto; text-align: center; }

.skip-link {
  position: absolute; left: 8px; top: -60px; z-index: 10000;
  background: var(--navy); color: #fff; padding: 12px 20px; border-radius: var(--r-sm);
  transition: top .2s;
}
.skip-link:focus { top: 8px; color: #fff; }

/* ---------- Jelly-knappar ------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px;
  border: none; border-radius: var(--r);
  font-size: .98rem; font-weight: 800; letter-spacing: .005em;
  cursor: pointer; position: relative;
  transition: transform .13s ease-out, box-shadow .13s ease-out, filter .13s ease-out;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:active { transform: translateY(2px); }

.btn--gold {
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 55%, var(--gold-deep) 100%);
  color: #4a3208;
  border-bottom: 5px solid var(--gold-edge);
  box-shadow: var(--glow-gold);
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: var(--glow-gold-hi); color: #4a3208; }
.btn--gold:active { border-bottom-width: 3px; }

.btn--navy {
  background: linear-gradient(180deg, var(--navy-light) 0%, var(--navy-vivid) 55%, #163a9e 100%);
  color: #fff;
  border-bottom: 5px solid var(--navy-edge);
  box-shadow: var(--glow-navy);
}
.btn--navy:hover { transform: translateY(-2px); box-shadow: var(--glow-navy-hi); color: #fff; }
.btn--navy:active { border-bottom-width: 3px; }

.btn--ghost {
  background: #fff; color: var(--navy-vivid);
  border: 2px solid var(--navy-vivid); border-bottom-width: 5px;
  box-shadow: 0 6px 14px rgba(31,75,200,.16);
}
.btn--ghost:hover { transform: translateY(-2px); background: var(--navy-tint); color: var(--navy-vivid); }
.btn--ghost:active { border-bottom-width: 3px; }

.btn--ghost-light {
  background: rgba(255,255,255,.10); color: #fff;
  border: 2px solid rgba(255,255,255,.6); border-bottom-width: 5px;
  backdrop-filter: blur(6px);
}
.btn--ghost-light:hover { transform: translateY(-2px); background: #fff; color: var(--navy); border-color: #fff; }
.btn--ghost-light:active { border-bottom-width: 3px; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Glansen som sveper över knappen vid hover — samma idé som skrapan i introt */
.btn--gold, .btn--navy { overflow: hidden; }
.btn--gold::after, .btn--navy::after {
  content: ''; position: absolute; top: -60%; bottom: -60%; left: -80%; width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-18deg); pointer-events: none; opacity: 0;
}
.btn--gold:hover::after, .btn--navy:hover::after {
  animation: btn-shine .72s cubic-bezier(.3,0,.2,1) forwards;
}
@keyframes btn-shine {
  from { left: -80%; opacity: 1; }
  to   { left: 130%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .btn--gold:hover::after, .btn--navy:hover::after { animation: none; }
}

/* ---------- Toppfält ------------------------------------------------------ */
.topbar { background: var(--navy-deep); color: #a9bbe4; font-size: .875rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 46px; flex-wrap: wrap; }
.topbar__facts { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.topbar__fact { display: inline-flex; align-items: center; gap: 8px; }
.topbar__fact svg { width: 15px; height: 15px; color: var(--gold); flex: none; }
.topbar a { color: #dce5fa; }
.topbar a:hover { color: var(--gold-light); }
.topbar__social { display: flex; gap: 8px; }
.topbar__social a {
  width: 30px; height: 30px; display: grid; place-items: center;
  border-radius: 10px; background: rgba(255,255,255,.10);
  transition: background .2s, transform .15s, color .2s;
}
.topbar__social a:hover { background: linear-gradient(180deg, var(--gold-light), var(--gold)); color: #4a3208; transform: translateY(-2px); }
.topbar__social svg { width: 14px; height: 14px; }
@media (max-width: 880px) { .topbar { display: none; } }

/* ---------- Header / navigering ------------------------------------------- */
.header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1.5px solid rgba(226,231,242,.9);
  transition: box-shadow .25s;
}
.header.is-stuck { box-shadow: 0 6px 24px rgba(13,35,87,.13); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: 13px; flex: none; }
.brand__mark {
  display: grid; place-items: center; width: 54px; height: 54px; flex: none;
  border-radius: var(--r-sm);
  background: linear-gradient(160deg, #24509e, var(--navy) 60%, var(--navy-deep));
  box-shadow: inset 0 -5px 9px rgba(0,0,0,.22), inset 0 5px 9px rgba(255,255,255,.16), 0 6px 14px rgba(13,35,87,.24);
}
.brand__mark img { width: 34px; height: auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1.06; }
.brand__name { font-weight: 800; font-size: 1.12rem; color: var(--navy); letter-spacing: .05em; }
.brand__tag { font-size: .66rem; letter-spacing: .17em; text-transform: uppercase; color: var(--gold-deep); font-weight: 800; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  padding: 10px 15px; border-radius: var(--r-sm);
  font-size: .95rem; font-weight: 700; color: var(--navy);
  transition: background .18s, color .18s;
}
.nav a:hover { background: var(--navy-tint); color: var(--navy-vivid); }
.nav a[aria-current="page"] { color: var(--gold-deep); background: var(--gold-tint); }

.has-sub { position: relative; }
.has-sub > button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 15px; border: 0; background: none; border-radius: var(--r-sm);
  font-size: .95rem; font-weight: 700; color: var(--navy); cursor: pointer;
}
.has-sub > button:hover { background: var(--navy-tint); color: var(--navy-vivid); }
.has-sub > button svg { width: 12px; height: 12px; transition: transform .2s; }
.has-sub[data-open="true"] > button svg { transform: rotate(180deg); }
.subnav {
  position: absolute; top: 100%; left: 0;
  min-width: 262px;
  /* Toppadding bygger en brygga över gapet till knappen. Utan den hinner
     muspekaren lämna .has-sub på vägen ner och menyn stängs innan man
     kommer fram till länkarna. */
  padding: 12px 10px 10px;
  display: none;
}
.subnav::before {
  content: ''; position: absolute; inset: 12px 0 0 0;
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r);
  box-shadow: var(--shadow-lg);
}
/* Öppnas med CSS på desktop. Att låta JS sköta hover gav en kapplöpning där
   mouseleave hann stänga menyn innan pekaren nådde länkarna. */
@media (min-width: 1061px) {
  .has-sub:hover .subnav,
  .has-sub:focus-within .subnav { display: block; }
  .has-sub:hover > button svg,
  .has-sub:focus-within > button svg { transform: rotate(180deg); }
  .has-sub:hover > button,
  .has-sub:focus-within > button { background: var(--navy-tint); color: var(--navy-vivid); }
}
/* Klick och tangentbord (och hela mobilmenyn) styrs av data-open. */
.has-sub[data-open="true"] .subnav { display: block; }
.subnav a {
  position: relative; display: block; padding: 11px 13px;
  font-weight: 600; border-radius: 10px;
}

.header__cta { display: flex; align-items: center; gap: 14px; flex: none; }
.header__phone { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.header__phone svg { width: 17px; height: 17px; color: var(--gold-deep); }

.burger {
  display: none; width: 48px; height: 48px; border: 2px solid var(--line); border-bottom-width: 4px;
  background: #fff; border-radius: var(--r-sm); cursor: pointer;
  align-items: center; justify-content: center;
}
.burger svg { width: 22px; height: 22px; color: var(--navy); }

@media (max-width: 1060px) {
  .burger { display: inline-flex; }
  .header__cta .btn { display: none; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border-bottom: 1.5px solid var(--line);
    padding: 14px var(--gut) 24px;
    box-shadow: var(--shadow-md);
    max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
    display: none;
  }
  .nav[data-open="true"] { display: flex; }
  .nav a, .has-sub > button { padding: 14px 13px; width: 100%; text-align: left; justify-content: space-between; }
  .subnav { position: static; display: none; border-left: 3px solid var(--gold); border-radius: 0; margin: 2px 0 8px 13px; padding: 0 0 0 8px; }
  .subnav::before { display: none; }
  .has-sub[data-open="true"] .subnav { display: block; }
}
@media (max-width: 580px) {
  .header__phone span { display: none; }
  .brand__mark { width: 46px; height: 46px; }
  .brand__mark img { width: 32px; }
}

/* ---------- Hero ---------------------------------------------------------- */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy-deep); }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img,
.hero__media video { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }

/* Bakgrundsfilmen läggs ovanpå stillbilden och tonas in när den kan spela.
   Stillbilden är alltid det som renderas först och är alltså LCP-elementet,
   så filmen kan aldrig fördröja att sidan känns laddad. */
.hero__media video {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .7s var(--ease);
}
.hero__media video.is-playing { opacity: 1; }

/* (Spela/pausa-kontrollen är borttagen. Filmen startar av sig själv för
   dem som inte bett om mindre rörelse, och visas inte alls för övriga.) */
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg,
      rgba(255,252,246,.97) 0%,
      rgba(255,251,244,.93) 30%,
      rgba(252,250,246,.60) 52%,
      rgba(255,255,255,.08) 74%,
      rgba(13,35,87,.22) 100%);
}
.hero__inner { padding-block: clamp(74px, 9vw, 142px); max-width: 660px; }
.hero h1 { color: var(--navy); margin-bottom: .45em; }
.hero h1 em { font-style: normal; color: var(--gold-deep); }
.hero__lede { font-size: clamp(1.03rem, .96rem + .36vw, 1.19rem); color: #2c3a58; max-width: 34em; }
.hero .btn-row { margin-top: 34px; }
.hero__mini { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 30px; font-size: .89rem; font-weight: 700; color: var(--navy); }
.hero__mini span { display: inline-flex; align-items: center; gap: 7px; }
.hero__mini svg { width: 16px; height: 16px; color: var(--gold-deep); }

@media (max-width: 800px) {
  /* Bilden ska synas. Slöjan låg tidigare på 96/90/78 % vitt, vilket i
     praktiken tvättade bort fotot helt på mobil. Nu är den tät bara högst upp
     där rubriken står, och släpper fram bilden nedåt. */
  .hero { min-height: 88vh; display: flex; align-items: flex-start; }
  .hero__media img { object-position: 64% 22%; }
  .hero::after {
    background: linear-gradient(180deg,
        rgba(255,252,246,.94) 0%,
        rgba(255,252,246,.90) 38%,
        rgba(255,252,246,.62) 58%,
        rgba(255,252,246,.18) 78%,
        rgba(255,252,246,.02) 100%);
  }
  .hero__inner { max-width: none; padding-block: 44px 0; }
  .hero .btn-row { margin-top: 26px; }
  .hero__mini { margin-top: 22px; gap: 10px 18px; }
}

/* ---------- Flytande kontaktrad på mobil ----------------------------------
   Ligger fast längst ner på små skärmar. Ring är med i egen rätt: för ett
   städ- och flyttbolag är telefonsamtalet den handling som faktiskt leder
   till affär, och på mobil är det ett enda tryck. */
.callbar { display: none; }

@media (max-width: 899px) {
  .callbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 800;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border-top: 1.5px solid var(--line);
    box-shadow: 0 -4px 18px rgba(13,35,87,.10);
  }
  .callbar a {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 10px; border-radius: var(--r);
    font-size: .95rem; font-weight: 800; letter-spacing: .005em;
  }
  .callbar svg { width: 18px; height: 18px; flex: none; }

  .callbar .ring {
    background: #fff; color: var(--navy-vivid);
    border: 2px solid var(--navy-vivid); border-bottom-width: 4px;
  }
  .callbar .offert {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 55%, var(--gold-deep) 100%);
    color: #4a3208; border-bottom: 4px solid var(--gold-edge);
    box-shadow: 0 4px 14px rgba(237,174,58,.42);
  }
  .callbar a:active { transform: translateY(1px); border-bottom-width: 2px; }

  /* Plats så att raden aldrig täcker sidfotens sista rad */
  .footer { padding-bottom: 78px; }
}

/* ---------- Förtroendeband ------------------------------------------------ */
.trust {
  position: relative; z-index: 2; margin-top: -50px;
  background: #fff; border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.trust__item { display: flex; gap: 15px; align-items: flex-start; padding: 28px 26px; }
.trust__item + .trust__item { border-left: 1.5px solid var(--line); }
.trust__icon {
  width: 46px; height: 46px; flex: none; display: grid; place-items: center;
  border-radius: 14px; color: #4a3208;
  background: linear-gradient(160deg, var(--gold-light), var(--gold));
  box-shadow: inset 0 -4px 7px rgba(0,0,0,.13), inset 0 4px 7px rgba(255,255,255,.55), 0 6px 13px rgba(237,174,58,.35);
}
.trust__icon svg { width: 22px; height: 22px; }
.trust__item strong { display: block; color: var(--ink); font-size: 1.01rem; margin-bottom: 2px; font-weight: 800; }
.trust__item span { font-size: .89rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 880px) {
  .trust { grid-template-columns: 1fr; margin-top: -30px; }
  .trust__item + .trust__item { border-left: 0; border-top: 1.5px solid var(--line); }
}

/* ---------- Kort / tjänstegrid -------------------------------------------- */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 940px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid--3, .grid--2 { grid-template-columns: 1fr; } }

.card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 32px 30px 30px;
  background: #fff; border-radius: var(--r-lg);
  box-shadow: 0 4px 12px rgba(13,35,87,.07), 0 20px 44px rgba(13,35,87,.08);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: 0 12px 26px rgba(13,35,87,.12), 0 40px 80px rgba(13,35,87,.14); }

/* glansiga "candy"-blobbar */
.blob {
  width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 22px;
  border-radius: 20px; color: #fff;
  box-shadow: inset 0 -6px 10px rgba(0,0,0,.16), inset 0 6px 10px rgba(255,255,255,.42), 0 8px 18px rgba(13,35,87,.16);
}
.blob svg { width: 28px; height: 28px; }
.b-navy   { background: linear-gradient(160deg, #4a79ee, var(--navy-vivid)); }
.b-gold   { background: linear-gradient(160deg, var(--gold-light), var(--gold)); color: #4a3208; }
.b-teal   { background: linear-gradient(160deg, #5fdbea, #17b8ce); }
.b-green  { background: linear-gradient(160deg, #7be59b, #3ecf6a); }
.b-purple { background: linear-gradient(160deg, #ac8bff, #8a5cf6); }
.b-pink   { background: linear-gradient(160deg, #ff8fbe, #ff5fa2); }
.b-sky    { background: linear-gradient(160deg, #74b6ff, #2f86e8); }

.card h3 { margin-bottom: .45em; }
.card p { color: var(--muted); font-size: .95rem; }
.card__link {
  margin-top: auto; padding-top: 20px;
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: .92rem; color: var(--navy-vivid);
}
.card__link svg { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.card:hover .card__link svg { transform: translateX(5px); }
.card__link::after { content: ''; position: absolute; inset: 0; border-radius: var(--r-lg); }

/* ---------- Split (text + bild) ------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 70px); align-items: center; }
.split--flip .split__media { order: -1; }
.split__media img {
  border-radius: var(--r-lg); width: 100%;
  box-shadow: 0 10px 24px rgba(13,35,87,.16), 0 40px 80px rgba(13,35,87,.18);
}
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; }
  .split--flip .split__media { order: 0; }
}

/* ---------- Bild- och videokort ------------------------------------------- */
.media-card {
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: 0 8px 20px rgba(13,35,87,.13), 0 32px 66px rgba(13,35,87,.15);
}
.media-card img, .media-card picture { display: block; width: 100%; height: auto; }

.video { margin: 0; }
.video video {
  display: block; width: 100%; height: auto; background: var(--navy-deep);
  border-radius: var(--r-lg);
  box-shadow: 0 10px 24px rgba(13,35,87,.16), 0 40px 84px rgba(13,35,87,.18);
}
.video figcaption {
  margin-top: 14px; text-align: center;
  font-size: .89rem; font-weight: 600; color: var(--muted);
}
.section--navy .video figcaption { color: #a8bce8; }
.split__media .video video { max-height: 620px; object-fit: cover; }

/* ---------- Sociala ikoner i mobilmenyn ----------------------------------- */
.nav__social { display: none; }
@media (max-width: 1060px) {
  .nav__social {
    display: flex; gap: 12px; justify-content: center;
    margin-top: 18px; padding-top: 20px; border-top: 1.5px solid var(--line);
  }
  .nav__social a {
    width: 44px; height: 44px; display: grid; place-items: center; padding: 0;
    border-radius: 14px; color: #fff;
    background: linear-gradient(160deg, #24509e, var(--navy));
    box-shadow: inset 0 -4px 7px rgba(0,0,0,.2), inset 0 4px 7px rgba(255,255,255,.16), 0 6px 13px rgba(13,35,87,.22);
  }
  .nav__social a:hover { background: linear-gradient(160deg, var(--gold-light), var(--gold)); color: #4a3208; }
  .nav__social svg { width: 19px; height: 19px; }
}

/* ---------- Checklistor --------------------------------------------------- */
.checks { list-style: none; margin: 0 0 1.5em; padding: 0; display: grid; gap: 13px; }
.checks--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .checks--2 { grid-template-columns: 1fr; } }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: .97rem; font-weight: 600; color: var(--body); }
.checks li::before {
  content: ''; flex: none; width: 24px; height: 24px; margin-top: 1px; border-radius: 8px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a3208' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"),
    linear-gradient(160deg, var(--gold-light), var(--gold));
  background-position: center, center;
  background-size: 14px, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,.15), inset 0 2px 4px rgba(255,255,255,.5);
}
.section--navy .checks li { color: #d3dffa; }

/* ---------- Steg ---------------------------------------------------------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 880px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { text-align: center; }
.step::before {
  counter-increment: step; content: counter(step);
  width: 58px; height: 58px; margin: 0 auto 18px;
  display: grid; place-items: center;
  font-size: 1.35rem; font-weight: 800; color: #4a3208;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  border-bottom: 4px solid var(--gold-edge);
  box-shadow: 0 8px 16px rgba(237,174,58,.42);
}
.step h3 { font-size: 1.09rem; margin-bottom: .35em; }
.step p { font-size: .93rem; color: var(--muted); }

/* ---------- Statistik ----------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat strong {
  display: block; font-size: clamp(1.95rem, 1.4rem + 1.7vw, 2.7rem); font-weight: 800;
  letter-spacing: -.035em; line-height: 1;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat span { font-size: .9rem; color: #b3c3e8; font-weight: 600; }

/* ---------- FAQ ----------------------------------------------------------- */
.faq { max-width: 830px; margin-inline: auto; }
.faq details {
  border-radius: var(--r); background: #fff; margin-bottom: 13px; overflow: hidden;
  box-shadow: 0 3px 10px rgba(13,35,87,.07), 0 14px 30px rgba(13,35,87,.07);
}
.faq summary {
  list-style: none; cursor: pointer; padding: 21px 66px 21px 24px; position: relative;
  font-weight: 800; color: var(--ink); font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: 18px; top: 50%; width: 34px; height: 34px; margin-top: -17px;
  border-radius: 12px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a3208' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"),
    linear-gradient(180deg, var(--gold-light), var(--gold));
  background-position: center, center;
  background-size: 16px, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: inset 0 -3px 5px rgba(0,0,0,.14), inset 0 3px 5px rgba(255,255,255,.5);
  transition: transform .22s var(--ease);
}
.faq details[open] summary::after { transform: rotate(180deg); }
.faq .faq__body { padding: 0 24px 24px; color: var(--muted); font-size: .97rem; }

/* ---------- Kontakt / formulär -------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(32px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-card {
  background: radial-gradient(ellipse 100% 80% at 20% 0%, #1c4193 0%, var(--navy) 55%, var(--navy-deep) 100%);
  color: #ccd8f4; border-radius: var(--r-lg);
  padding: clamp(30px, 3.4vw, 42px);
  box-shadow: var(--shadow-lg);
}
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.contact-list .ic {
  width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 13px;
  background: linear-gradient(160deg, var(--gold-light), var(--gold)); color: #4a3208;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,.15), inset 0 3px 6px rgba(255,255,255,.45);
}
.contact-list .ic svg { width: 18px; height: 18px; }
.contact-list strong { display: block; color: #a8bce8; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 3px; font-weight: 800; }
.contact-list a, .contact-list .val { color: #fff; font-size: 1.04rem; font-weight: 700; }
.contact-list a:hover { color: var(--gold-light); }

.form-card { background: #fff; border-radius: var(--r-lg); padding: clamp(28px, 3.2vw, 40px); box-shadow: var(--shadow-lg); }
.form { display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 7px; }
.field label { font-size: .87rem; font-weight: 800; color: var(--ink); }
.field .req { color: var(--gold-deep); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px;
  font: inherit; font-size: .97rem; font-weight: 500; color: var(--ink);
  background: var(--soft); border: 2px solid var(--line); border-radius: var(--r-sm);
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.field textarea { min-height: 136px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; background: #fff; border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(237,174,58,.22);
}
.field input:user-invalid { border-color: #f4483a; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__consent { display: flex; gap: 12px; align-items: flex-start; font-size: .87rem; color: var(--muted); }
.form__consent input { width: 18px; height: 18px; margin-top: 3px; flex: none; accent-color: var(--gold); }
.form__note { font-size: .84rem; color: var(--muted); }
.form__status { padding: 15px 18px; border-radius: var(--r-sm); font-size: .93rem; font-weight: 600; display: none; }
.form__status[data-state="ok"]   { display: block; background: #e8f9ee; border: 2px solid #9fe0b6; color: #14663a; }
.form__status[data-state="err"]  { display: block; background: #fdeceb; border: 2px solid #f7b8b2; color: #a02b21; }
.form__status[data-state="busy"] { display: block; background: var(--soft); border: 2px solid var(--line); color: var(--muted); }

/* ---------- Rabattanmälan ------------------------------------------------- */
.rabatt__kort {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 56px);
  align-items: center;
  background: linear-gradient(160deg, var(--gold-tint) 0%, #fff 62%);
  border: 2px solid rgba(237,174,58,.34);
  border-radius: var(--r-lg);
  padding: clamp(28px, 3.6vw, 46px);
  box-shadow: 0 8px 22px rgba(237,174,58,.16), 0 28px 60px rgba(13,35,87,.10);
}
.rabatt__text h2 { margin-bottom: .4em; }
.rabatt__text p { color: var(--muted); font-size: .98rem; margin-bottom: 0; }
.rabatt__form { gap: 14px; }
.rabatt__form .btn { width: 100%; }
.rabatt__form .form__note { font-size: .8rem; }
@media (max-width: 880px) {
  .rabatt__kort { grid-template-columns: 1fr; }
}

/* ---------- CTA-band ------------------------------------------------------ */
.cta-band {
  background: radial-gradient(ellipse 80% 90% at 50% 20%, #24509e 0%, var(--navy) 52%, var(--navy-deep) 100%);
  color: #ccd8f4;
}
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; }
.cta-band h2 { margin-bottom: .3em; color: #fff; }
.cta-band p { max-width: 46em; margin: 0; }

/* ---------- Footer -------------------------------------------------------- */
/* Centrerad, symmetrisk och medvetet låg. Samma på alla sidor.
   Tidigare version var nästan dubbelt så hög: stora luftrum mellan varje
   block gjorde att man scrollade förbi ett halvtomt fält. */
.footer {
  background: var(--navy-deep); color: #93a6d0; font-size: .9rem;
  padding-block: clamp(34px, 3.6vw, 46px) 0;
  text-align: center;
}

.footer__top { display: grid; justify-items: center; gap: 13px; }
.footer__top .brand__mark { margin: 0; width: 46px; height: 46px; }
.footer__top .brand__mark img { width: 29px; }
.footer__intro { max-width: 58ch; margin: 0; color: #a8b8dc; font-size: .88rem; line-height: 1.55; }

.footer__social { display: flex; gap: 10px; justify-content: center; }
.footer__social a {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 11px; background: rgba(255,255,255,.09); color: inherit;
  transition: background .2s, transform .15s, color .2s;
}
.footer__social a:hover {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #4a3208; transform: translateY(-2px);
}
.footer__social svg { width: 15px; height: 15px; }

/* Kontaktuppgifterna på en rad */
.footer__contact {
  list-style: none; margin: clamp(22px, 2.6vw, 30px) 0 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px clamp(18px, 2.6vw, 36px);
}
.footer__contact li { display: inline-flex; align-items: center; gap: 8px; }
.footer__contact svg { width: 15px; height: 15px; color: var(--gold); flex: none; }
.footer__contact a, .footer__contact span { color: #dbe5fb; font-weight: 600; }
.footer__contact a:hover { color: var(--gold-light); }

.footer__links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px clamp(14px, 2vw, 26px);
  margin-top: clamp(16px, 1.8vw, 22px);
}
.footer__links a { color: #b6c6e6; }
.footer__links a:hover { color: var(--gold-light); }

.footer__bar {
  margin-top: clamp(20px, 2.4vw, 28px); padding-block: 15px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: center; align-items: center;
  gap: 6px clamp(14px, 2.4vw, 26px); flex-wrap: wrap;
  font-size: .78rem; color: #7e8fbb;
}

/* ---------- Brödsmulor ---------------------------------------------------- */
.crumbs { font-size: .85rem; color: var(--muted); padding-block: 18px; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li + li::before { content: '/'; margin-right: 8px; color: #b6c0d0; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--gold-deep); }

/* ---------- Sidhuvud (undersidor) ----------------------------------------- */
.pagehead {
  background: radial-gradient(ellipse 90% 120% at 76% 0%, #24509e 0%, var(--navy) 50%, var(--navy-deep) 100%);
  color: #ccd8f4; padding-block: clamp(30px, 4vw, 54px) clamp(46px, 5vw, 78px);
  position: relative; overflow: hidden;
}
.pagehead::before {
  content: ''; position: absolute; right: -150px; top: -160px; width: 480px; height: 480px;
  border-radius: 50%; background: radial-gradient(circle, rgba(237,174,58,.26), transparent 68%);
}
.pagehead h1 { color: #fff; position: relative; }
.pagehead p { max-width: 50em; position: relative; margin-bottom: 0; }
/* Ingressen låg tidigare på --muted, en mörk gråblå som knappt syntes mot
   marinblått. Ljus, hög kontrast mot bakgrunden istället. */
.pagehead .lede { color: #e3ebfb; font-weight: 500; }
.pagehead .crumbs, .pagehead .crumbs a { color: #bccbe9; }
.pagehead .crumbs a:hover { color: var(--gold-light); }
.pagehead .crumbs li + li::before { color: #7387b5; }

/* ---------- Brödtext (långa sidor) ---------------------------------------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.9em; }
.prose h3 { margin-top: 1.5em; }
.prose > :first-child { margin-top: 0; }
.prose ul { padding-left: 1.15em; display: grid; gap: 9px; margin-bottom: 1.3em; }
.prose li::marker { color: var(--gold); }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 1.4em; font-size: .95rem; border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.prose th, .prose td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.prose th { background: var(--navy); color: #fff; font-weight: 800; }
.prose tr:last-child td { border-bottom: 0; }

.callout {
  background: var(--gold-tint); border-left: 5px solid var(--gold);
  padding: 22px 26px; border-radius: var(--r-sm); margin-bottom: 1.5em;
  box-shadow: var(--shadow-sm);
}
.callout p:last-child { margin-bottom: 0; }

.tablewrap { overflow-x: auto; }

/* ==========================================================================
   Fönstertvätt-intro — skum som skrapas bort av en skrapa, sedan en glans.
   Ren CSS + en liten SVG-textur. Inga bilder, inga bibliotek, ~0 KB.
   Läggs på av JS (så no-JS och reduced-motion aldrig ser den).
   ========================================================================== */
.wash { position: fixed; inset: 0; z-index: 9999; pointer-events: none; contain: strict; }
.wash[hidden] { display: none; }

.wash__foam {
  position: absolute; inset: -2%;
  background:
    radial-gradient(ellipse 12% 7% at 18% 22%, rgba(255,255,255,.95), transparent 62%),
    radial-gradient(ellipse 9% 6% at 74% 15%, rgba(255,255,255,.92), transparent 62%),
    radial-gradient(ellipse 15% 9% at 42% 62%, rgba(255,255,255,.90), transparent 64%),
    radial-gradient(ellipse 10% 6% at 88% 74%, rgba(255,255,255,.93), transparent 62%),
    radial-gradient(ellipse 13% 8% at 8% 82%, rgba(255,255,255,.92), transparent 64%),
    linear-gradient(178deg, rgba(238,245,252,.97) 0%, rgba(224,236,250,.95) 48%, rgba(240,246,252,.97) 100%);
  backdrop-filter: blur(14px) saturate(.72) brightness(1.06);
  -webkit-backdrop-filter: blur(14px) saturate(.72) brightness(1.06);
  -webkit-mask-image: linear-gradient(206deg, #000 0 42%, rgba(0,0,0,.55) 47%, transparent 52%);
          mask-image: linear-gradient(206deg, #000 0 42%, rgba(0,0,0,.55) 47%, transparent 52%);
  -webkit-mask-size: 260% 260%;  mask-size: 260% 260%;
  -webkit-mask-position: 0% 0%;  mask-position: 0% 0%;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
}
.wash__foam::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23f)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: overlay; opacity: .5;
}

.wash__blade {
  position: absolute; left: 50%; top: 50%;
  width: 190vmax; height: 28px;
  transform: translate(-50%, -50%) rotate(-64deg) translateY(-95vmax);
  transform-origin: 50% 50%;
  background: linear-gradient(180deg,
      rgba(255,255,255,.55) 0 3px,
      #2b3446 3px 7px,
      #171e2b 7px 15px,
      #0d121b 15px 19px,
      rgba(237,174,58,.85) 19px 23px,
      rgba(255,255,255,.16) 23px 28px);
  box-shadow: 0 14px 34px rgba(9,18,40,.34), 0 2px 0 rgba(255,255,255,.4);
  border-radius: 3px;
}
.wash__blade::after {
  content: ''; position: absolute; left: 0; right: 0; top: 28px; height: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,0));
  filter: blur(7px);
}

.wash__glare {
  position: absolute; inset: -30%;
  background: linear-gradient(115deg,
      transparent 38%, rgba(255,255,255,.10) 45%, rgba(255,255,255,.58) 50%,
      rgba(255,255,255,.10) 55%, transparent 62%);
  opacity: 0; transform: translateX(-65%); mix-blend-mode: screen;
}

.wash__drip {
  position: absolute; top: -14vh; width: 2px; height: 16vh;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.75), rgba(255,255,255,0));
  filter: blur(.6px); opacity: 0;
}
.wash__drip:nth-of-type(1) { left: 22%; }
.wash__drip:nth-of-type(2) { left: 57%; width: 3px; }
.wash__drip:nth-of-type(3) { left: 81%; }

.wash[data-run="true"] .wash__foam  { animation: wash-wipe  1750ms cubic-bezier(.66,.02,.30,1) 180ms forwards; }
.wash[data-run="true"] .wash__blade { animation: wash-blade 1750ms cubic-bezier(.66,.02,.30,1) 180ms forwards; }
.wash[data-run="true"] .wash__glare { animation: wash-glare  900ms cubic-bezier(.4,0,.2,1) 1500ms forwards; }
.wash[data-run="true"] .wash__drip  { animation: wash-drip   1100ms ease-in forwards; }
.wash[data-run="true"] .wash__drip:nth-of-type(1) { animation-delay: 900ms; }
.wash[data-run="true"] .wash__drip:nth-of-type(2) { animation-delay: 1180ms; }
.wash[data-run="true"] .wash__drip:nth-of-type(3) { animation-delay: 1050ms; }

@keyframes wash-wipe  { from { -webkit-mask-position: 0% 0%; mask-position: 0% 0%; }
                        to   { -webkit-mask-position: 100% 100%; mask-position: 100% 100%; } }
@keyframes wash-blade { from { transform: translate(-50%,-50%) rotate(-64deg) translateY(-95vmax); }
                        to   { transform: translate(-50%,-50%) rotate(-64deg) translateY(105vmax); } }
@keyframes wash-glare { 0% { opacity: 0; transform: translateX(-65%); }
                        35% { opacity: .95; }
                        100% { opacity: 0; transform: translateX(65%); } }
@keyframes wash-drip  { from { opacity: .85; transform: translateY(0); }
                        to   { opacity: 0;   transform: translateY(125vh); } }

@media (prefers-reduced-motion: reduce) { .wash { display: none !important; } }

/* ---------- Reveal vid scroll (opt-in, döljer aldrig innehåll utan JS) ----- */
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .6s var(--ease), transform .6s var(--ease);
  transition-delay: var(--d, 0ms);
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- Områden vi arbetar i ------------------------------------------ */
.areas { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; }
.areas span {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px;
  font-size: .93rem; font-weight: 700; color: var(--navy);
  background: #fff;
  box-shadow: 0 2px 6px rgba(13,35,87,.07), 0 10px 22px rgba(13,35,87,.07);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), color .18s;
}
.areas span::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: linear-gradient(160deg, var(--gold-light), var(--gold));
}
.areas span:hover {
  transform: translateY(-3px); color: var(--gold-deep);
  box-shadow: 0 6px 14px rgba(13,35,87,.10), 0 18px 36px rgba(237,174,58,.24);
}

/* ---------- Diagonal sektionsövergång (skrapans spår) --------------------- */
.swipe { position: relative; }
.swipe::before {
  content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 46px;
  background: inherit;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none;
}

/* ---------- Räknare ------------------------------------------------------- */
.stat strong { font-variant-numeric: tabular-nums; }

/* ---------- Utskrift ------------------------------------------------------ */
@media print {
  .topbar, .header, .footer__social, .cta-band, .wash, .burger { display: none !important; }
  body { color: #000; font-size: 12pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .85em; color: #555; }
}
