*,*::before,*::after{box-sizing:border-box;}
  html,body{margin:0;padding:0;background:#FFFFFF;overflow-x:hidden;}
  :root{
  /* ── BILDPOOL ─────────────────────────────────────────────────────────────
     Alla bakgrundsbilder bor under /assets/bilder/. Ingen komponent ska
     hårdkoda en sökväg — peka om variabeln här i stället, eller byt själva
     filen i mappen (samma filnamn = allt som använder den uppdateras).
       bakgrund/  hel sida (hero, footer)
       ui/        bakom produkt-UI, megamenyns rails och .feng-panel
       dekor/     moln, sköld, mockups, videoposter
     Lägg till en ny UI-bild: släng in den i /ui/ och lägg till --ui-bg-6 osv. */
  --bild-hero:  url("/assets/bilder/bakgrund/hero.webp");
  --bild-footer:url("/assets/bilder/bakgrund/footer.webp");
  --ui-bg-1:url("/assets/bilder/ui/skog.webp");   /* mörk skog  */
  --ui-bg-2:url("/assets/bilder/ui/ang.webp");    /* ljus äng   */
  --ui-bg-3:url("/assets/bilder/ui/mint.jpg");    /* platt mint */
  --ui-bg-4:var(--bild-hero);                     /* platshållare tills en 4:e UI-bild finns */
  --ui-bg-5:var(--bild-footer);                   /* platshållare tills en 5:e finns */
 --sans:"Instrument Sans", system-ui, sans-serif; --serif:"Instrument Serif", Georgia, serif;
         --mockW:min(980px,92vw); --mockH:calc(var(--mockW)*421/786); --mockHalf:calc(var(--mockH)/2);
         --lift:calc(var(--mockH)*0.64);   /* how far the video is pulled up above the fold */
         --vdrop:35px;                      /* nudge the video down a little */
         --tsPad:clamp(20px,5vw,40px);   /* side gutter — same as the other sections */
         --tsvid:min(1000px, calc(100vw - 2*var(--tsPad))); --tsvidH:calc(var(--tsvid)*9/16); --tsvidHalf:calc(var(--tsvidH)/2); }
  img{display:block;max-width:none;}

  /* Fluid-scale wrapper: the page is authored at a fixed 1440px canvas
     (1:1 with Figma) and scaled to fit any viewport width. */
  .stage{position:relative;width:100%;overflow:hidden;}
  .hpage{position:relative;width:1440px;height:8878px;transform-origin:top left;}
  .hpage>*{position:absolute;}

  /* ===== Shared buttons ===== */
  .btn{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;
       border-radius:10px;text-decoration:none;white-space:nowrap;font-family:var(--serif);
       font-weight:400;font-size:18px;line-height:23px;}
  .btn--dark{color:#00FFA2;}
  .btn--mint{color:#005134;}

  /* ===== Button hover — the inverted colour slides in as a ROUNDED overlay panel (::before) whose
     leading edge is rounded (a rounded panel sliding INSIDE the button). The overlay is 1.5px
     oversized with a CONCENTRIC radius (11.5px vs the button's 10px, same corner centre) and the
     button clips with overflow:hidden — so the overlay always over-covers to the exact rounded edge:
     no base-colour ring/seam, and no dark or green fringe. Default panel drops in top→bottom; the
     primary CTA slides in from the right. Radius is a CONSTANT 10px on the button, hover or not.
     (overflow:hidden clips the overlay but NOT the element's own box-shadow, so .roiCta keeps its
     drop-shadow.) ===== */
  .btn, .roiCta, .se-btn, .ft-btn, .faq-more .faq-cta, .tcard .tbtn, .cta-btns a{
    position:relative; z-index:0; overflow:hidden;
    background-color:var(--base-bg);
    transition:color .3s ease;
  }
  .btn::before, .roiCta::before, .se-btn::before, .ft-btn::before,
  .faq-more .faq-cta::before, .tcard .tbtn::before, .cta-btns a::before{
    content:""; position:absolute; inset:-1.5px; z-index:-1; border-radius:11.5px;
    background:var(--hi-bg,#00FFA2);
    transform:translateY(-102%);                 /* rest: rounded panel parked above the top edge */
    transition:transform .36s cubic-bezier(.2,.8,.2,1);
  }
  .btn:hover, .roiCta:hover, .se-btn:hover, .ft-btn:hover,
  .faq-more .faq-cta:hover, .tcard .tbtn:hover, .cta-btns a:hover{
    color:var(--hi-text,#005134);
  }
  .btn:hover::before, .roiCta:hover::before, .se-btn:hover::before, .ft-btn:hover::before,
  .faq-more .faq-cta:hover::before, .tcard .tbtn:hover::before, .cta-btns a:hover::before{
    transform:translateY(0);                     /* panel drops down to fill */
  }
  /* base + inverted(hover) colours per button variant */
  .btn--dark{--base-bg:#005134;--hi-bg:#00FFA2;--hi-text:#005134;}
  .btn--mint,.btn--mint-i{--base-bg:#00FFA2;--hi-bg:#005134;--hi-text:#00FFA2;}

  /* ===== "Räkna på er potential" CTA: panel slides in from the RIGHT + a mint icon-box whose arrow
     swaps on hover (current arrow flies up-right & out, a fresh one rises from below) ===== */
  .cta-rakna{gap:10px;padding-right:8px !important;justify-content:space-between;}   /* icon parked far-right, 8px inset = top/bottom (46−30)/2 */
  .cta-ico{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;
           width:30px;height:30px;border-radius:8px;overflow:hidden;background:#00FFA2;color:#005134;}
  .cta-ico--dark{background:#005134;color:#00FFA2;}   /* reverse box for mint buttons — brand dark green */
  .cta-ico svg{width:16px;height:16px;margin:0;}
  .cta-ico .ico{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
                transition:transform .4s cubic-bezier(.3,.7,.2,1);}
  .cta-ico .ico-in{transform:translate(0,120%);}
  .cta-rakna:hover .cta-ico .ico-out{transform:translate(120%,-120%);}
  .cta-rakna:hover .cta-ico .ico-in{transform:translate(0,0);}
  /* simple static diagonal arrow — used by the "Se case (video)" CTAs */
  .cta-arrow{width:18px;height:18px;flex:0 0 auto;}
  .secase .cta-arrow{width:14px;height:14px;vertical-align:-2px;margin-left:3px;}
  .cta-rakna::before, .cta-btns a.cta-rakna::before{ transform:translateX(102%); }
  .cta-rakna:hover::before, .cta-btns a.cta-rakna:hover::before{ transform:translateX(0); }
  /* Subpage icon-buttons animate identically to the home page's primary CTA:
     sweep-from-right + diagonal icon-swap fire for ANY .btn that holds a .cta-ico. */
  .btn:has(.cta-ico)::before, .cta-btns a:has(.cta-ico)::before{ transform:translateX(102%); }
  .btn:has(.cta-ico):hover::before, .cta-btns a:has(.cta-ico):hover::before{ transform:translateX(0); }
  .btn:hover .cta-ico .ico-out, .cta-btns a:hover .cta-ico .ico-out{ transform:translate(120%,-120%); }
  .btn:hover .cta-ico .ico-in, .cta-btns a:hover .cta-ico .ico-in{ transform:translate(0,0); }
  .roiCta{--base-bg:#005134;--hi-bg:#00FFA2;--hi-text:#005134;}
  .se-btn,.ft-btn{--base-bg:#005134;--hi-bg:#00FFA2;--hi-text:#005134;color:#00FFA2;}
  .faq-more .faq-cta{--base-bg:#00E793;--hi-bg:#053324;--hi-text:#00E793;}
  .tcard .tbtn{--base-bg:#005134;--hi-bg:#00FFA2;--hi-text:#005134;}
  .cta-btns .b-mint{--base-bg:#00E793;--hi-bg:#005134;--hi-text:#00FFA2;}
  @media (prefers-reduced-motion:reduce){
    .btn::before,.roiCta::before,.se-btn::before,.ft-btn::before,.faq-more .faq-cta::before,.tcard .tbtn::before,.cta-btns a::before{transition:none;}
    .cta-ico .ico{transition:none;}
    .cta-rakna:hover .cta-ico .ico-out{transform:none;}
    .cta-rakna:hover .cta-ico .ico-in{transform:translate(0,120%);}
    .btn:hover .cta-ico .ico-out,.cta-btns a:hover .cta-ico .ico-out{transform:none;}
    .btn:hover .cta-ico .ico-in,.cta-btns a:hover .cta-ico .ico-in{transform:translate(0,120%);}
  }

  /* ===== Responsive HERO (fills the viewport) ===== */
  /* Content-page hero: compact (~40vh, grows if the copy is taller) with the mint atmosphere
     background image. Homepage + funnels get the full-height variant via .hero--immersive. */
  .hero{position:relative;min-height:40vh;display:flex;flex-direction:column;
        padding:74px 0 clamp(28px,5vh,52px);overflow:hidden;font-family:var(--sans);
        background:#0E3229 var(--ui-bg-1) center/cover no-repeat;}
  .hero--immersive{min-height:100vh;min-height:100svh;
        background:#DFFFE9 var(--bild-hero) center/cover no-repeat;}
  /* No overlay on the image. Dark image → white ink (default below); light-image pages add .hero--light. */
  .hero::before{content:none;}

  /* ===== Fixed site header (clean, frosts on scroll) + morphing mega menu =====
     SUPERSEDED: the live nav is now a single global source in /assets/cf-nav.css,
     loaded AFTER this file on every page, so these nav rules are overridden and dead.
     Edit /assets/cf-nav.css instead. (Kept here only to avoid a risky interleaved removal.) */
  .siteheader{--nav-ink:#005436;position:fixed;top:0;left:0;right:0;z-index:60;
              transition:background .32s ease,box-shadow .32s ease,backdrop-filter .32s ease;}
  /* White ink from the first paint when the header sits over a dark hero (a following .hero sibling,
     i.e. content subpages). data-nav-theme (below) is the explicit per-page override for funnels. */
  .siteheader:has(~ .hero){--nav-ink:#fff;}
  /* on scroll: wrap ONLY the centre links in a white pill — no bar background, no divider line */
  .siteheader.scrolled .nav-links{background:#ffffff;border-radius:14px;padding:6px 8px;}

  .nav{position:relative;z-index:2;display:flex;align-items:center;max-width:1340px;margin:0 auto;
       padding:15px clamp(20px,4vw,44px);gap:18px;}
  .nav-left{flex:1 1 0;display:flex;align-items:center;}
  .nav-right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;gap:16px;}
  /* Nav ink is driven by --nav-ink so the FIRST paint is already correct on every page (no JS-timing
     flash): it defaults to dark green, and flips to white only on pages whose header sits over a dark
     hero — either a following .hero sibling (content subpages) or an explicit data-nav-theme="dark"
     (funnels like /boka/). The chameleon then overrides per element (.on-dark/.on-light) as sections
     scroll behind the logo/login. Light-top pages (no dark hero) keep the dark default untouched.
     The homepage/landing use their own inline nav and are unaffected by these rules. */
  .nav-logo{font-family:var(--sans);font-weight:400;font-size:clamp(24px,2.6vw,34px);
            line-height:1;letter-spacing:-0.07em;color:var(--nav-ink,#005436);text-decoration:none;white-space:nowrap;
            transition:color .2s ease;}

  .nav-links{display:flex;align-items:center;gap:4px;flex:0 0 auto;list-style:none;margin:0;padding:0;
             transition:background .4s cubic-bezier(.2,.8,.2,1),border-radius .24s cubic-bezier(.2,.8,.2,1),padding .32s cubic-bezier(.2,.8,.2,1);}
  .nav-links>li{position:relative;}
  .nav-links a,.nav-trigger{display:inline-flex;align-items:center;gap:5px;font-family:var(--sans);
       font-size:16px;color:var(--nav-ink,#005436);text-decoration:none;white-space:nowrap;background:none;border:0;
       cursor:pointer;padding:9px 13px;border-radius:10px;
       transition:background .18s ease,color .18s ease;}
  .nav-links a:hover,.nav-trigger:hover,.nav-trigger.is-open{background:rgba(0,84,54,.08);color:#00693f;}
  .nav-trigger .chev{width:15px;height:15px;transition:transform .3s cubic-bezier(.2,.8,.2,1);}
  .nav-trigger.is-open .chev{transform:rotate(180deg);}
  .nav-login{font-size:16px;color:var(--nav-ink,#005436);text-decoration:none;white-space:nowrap;padding:8px 6px;
             transition:color .18s ease;}
  .nav-login:hover{color:#00A468;}
  /* Chameleon nav (JS, post-load): .on-dark forces white ink + carries the white hover; the .on-light
     rules below force dark ink. Both beat the --nav-ink default, so per-section scroll adaptation wins. */
  .nav-logo.on-dark{color:#fff;}
  .nav-login.on-dark{color:#fff;}
  .nav-login.on-dark:hover{color:#fff;opacity:.82;}
  .nav-links a.on-dark,.nav-trigger.on-dark{color:#fff;}
  .nav-trigger.on-dark .chev{color:#fff;}
  .nav-links a.on-dark:hover,.nav-trigger.on-dark:hover,.nav-trigger.on-dark.is-open{background:rgba(255,255,255,.16);color:#fff;}
  /* Dark ink when a LIGHT background is behind the element (JS adds .on-light) */
  .nav-logo.on-light{color:#005436;}
  .nav-login.on-light{color:#005436;}
  .nav-links a.on-light,.nav-trigger.on-light{color:#005436;}
  .nav-trigger.on-light .chev{color:#005436;}
  /* Per-page override: data-nav-theme on .siteheader forces the ink, regardless of what's behind it.
     Use "light" on light-background pages where auto-detection can't sample the bg (e.g. /boka/); "dark" forces white ink.
     Also works before JS runs / if JS is blocked (higher specificity than .on-dark). */
  .siteheader[data-nav-theme="light"] .nav-logo,
  .siteheader[data-nav-theme="light"] .nav-login,
  .siteheader[data-nav-theme="light"] .nav-links a,
  .siteheader[data-nav-theme="light"] .nav-trigger,
  .siteheader[data-nav-theme="light"] .nav-trigger .chev{color:#005436;}
  .siteheader[data-nav-theme="dark"] .nav-logo,
  .siteheader[data-nav-theme="dark"] .nav-login,
  .siteheader[data-nav-theme="dark"] .nav-links a,
  .siteheader[data-nav-theme="dark"] .nav-trigger,
  .siteheader[data-nav-theme="dark"] .nav-trigger .chev{color:#fff;}
  /* "boka demo" button keeps its dark-green fill (.btn--dark) on EVERY background — never adapted. */
  /* On scroll the centre links get a white pill → force dark ink even while a dark hero is still behind */
  .siteheader.scrolled .nav-links a,.siteheader.scrolled .nav-trigger{color:#005436;}
  .siteheader.scrolled .nav-trigger .chev{color:#005436;}
  .nav-btn{height:44px;padding:0 20px;font-size:16px;}

  /* ---- scrim behind the panel ---- */
  .mega-scrim{position:fixed;inset:0;z-index:40;background:rgba(4,34,23,.12);
              opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;}
  body.mega-on .mega-scrim{opacity:1;visibility:visible;}

  /* ---- ONE solid-white panel: edge-to-edge (20px margins), sits BELOW the nav, morphs height ---- */
  .mega{position:absolute;top:calc(100% + 4px);left:50%;
        transform:translate(-50%,-8px);opacity:0;visibility:hidden;
        width:calc(100vw - 40px);max-width:1580px;height:0;overflow:hidden;
        border-radius:22px;background:#ffffff;border:1px solid #EAF1EC;
        
        transition:opacity .32s cubic-bezier(.2,.8,.2,1),transform .32s cubic-bezier(.2,.8,.2,1),
                   height .44s cubic-bezier(.45,0,.15,1);}
  .siteheader.mega-open .mega{opacity:1;visibility:visible;transform:translate(-50%,0);}

  .mega-panel{position:absolute;top:0;left:0;right:0;padding:26px 30px;
              opacity:0;transform:translateY(8px);pointer-events:none;
              transition:opacity .26s ease,transform .26s ease;}
  .mega-panel.is-active{opacity:1;transform:none;pointer-events:auto;}
  .mega-grid{display:grid;grid-template-columns:1fr 1fr 1fr 0.92fr;gap:26px;align-items:stretch;}

  .mega-group{padding:0 4px;}
  .mega-col-title{font-family:var(--sans);font-weight:500;font-size:14px;letter-spacing:-.01em;
                  color:#0a3d2a;margin:2px 0 8px 12px;}
  .mega-links{display:flex;flex-direction:column;gap:2px;}
  .mega-item{display:flex;gap:14px;align-items:center;padding:12px;border-radius:14px;
             text-decoration:none;transition:background .16s ease;}
  .mega-item:hover{background:#F2FAF5;}
  /* flat 2D icon: white tile, thin border, NO shadow, NO gradient */
  .mega-ico{flex:0 0 42px;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;
            justify-content:center;background:#ffffff;border:1px solid #E1EDE6;color:#00693f;}
  .mega-ico svg{width:20px;height:20px;}
  .mega-item>span:last-child{display:flex;flex-direction:column;min-width:0;}
  .mega-it-t{display:flex;align-items:center;flex-wrap:wrap;font-family:var(--sans);font-size:15.5px;font-weight:500;color:#0a3d2a;line-height:1.25;}
  .mega-it-d{display:block;font-family:"Inter",var(--sans);font-size:12.5px;color:#5b7d6d;line-height:1.45;margin-top:2px;}

  /* featured = image only + a single button (no text over the image); green fallback if image absent */
  /* fallback = organic green flow (used until an image is dropped in) */
  .mega-feat{position:relative;border-radius:16px;overflow:hidden;min-height:240px;
             display:flex;align-items:flex-end;padding:18px;text-decoration:none;
             background:linear-gradient(135deg,#063a27 0%,#0a5a3a 46%,#12855a 100%);isolation:isolate;}
  .mega-feat img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
  .mega-feat::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
             background:linear-gradient(to top,rgba(3,24,15,.72),rgba(3,24,15,0) 46%);}
  /* "Se demo" — a simple link, not a button */
  .mega-cta{position:relative;z-index:2;display:inline-flex;align-items:center;gap:8px;
            font-family:var(--sans);font-weight:500;font-size:15px;color:#ffffff;text-decoration:none;
            }
  .mega-cta svg{width:16px;height:16px;transition:transform .2s ease;}
  .mega-feat:hover .mega-cta svg{transform:translateX(4px);}

  /* value / why-click chip appended to an item title (kept — small pills like "2 min" / "AI") */
  .mega-chip{display:inline-flex;align-items:center;height:17px;padding:0 6px;margin-left:8px;border-radius:5px;
             font-family:var(--sans);font-weight:600;font-size:10px;letter-spacing:.02em;
             background:#EEF3F0;color:#5b7d6d;white-space:nowrap;}
  .mega-chip--ai{background:#04241A;color:#00FFA2;}

  /* ---- action rail: image + one short line + one understated "boka demo" button ---- */
  .mega-rail{position:relative;border-radius:16px;overflow:hidden;min-height:240px;isolation:isolate;
             display:flex;flex-direction:column;justify-content:flex-end;padding:20px;background:#063a27;}
  .mega-rail img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
  .mega-rail::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
             background:linear-gradient(to top,rgba(3,22,15,.90) 4%,rgba(3,22,15,.34) 48%,rgba(3,22,15,0) 100%);}
  .mega-rail__in{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:12px;}
  /* rail CTA = plain text + up-right arrow, no background (the only thing in the rail) */
  .mega-rail__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-weight:500;
             font-size:15px;color:#fff;text-decoration:none;}
  .mega-rail__cta svg{width:16px;height:16px;transition:transform .18s ease;}
  .mega-rail__cta:hover svg{transform:translate(2px,-2px);}

  .hero-body{position:relative;z-index:2;flex:1;width:100%;display:flex;flex-direction:column;
             align-items:center;justify-content:center;text-align:center;
             padding:16px clamp(20px,5vw,40px);}
  .hero-body>*{max-width:100%;}
  .hero-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.28);
             border-radius:22px;padding:6px 8px;margin-bottom:26px;}
  .hero-pill .chip{display:inline-flex;align-items:center;height:20px;padding:0 8px;background:#00FFA2;
             border-radius:10px;font-size:12px;letter-spacing:-0.04em;color:#005738;white-space:nowrap;}
  .hero-pill .ptext{font-size:12px;letter-spacing:-0.04em;color:#fff;white-space:nowrap;}
  /* Undersidornas hero följer sektionsbiblioteket ("Undersida — hero"): 56px, inte
     startsidans 72px. Startsidan påverkas inte — den inlinar sin egen .hero-CSS och
     laddar inte den här filen. Bredden ligger här, inte som style="max-width:Nch" per
     sida, så att alla undersidor bryter rubriken likadant. */
  .hero-h1{margin:0 auto;max-width:24ch;font-weight:400;font-size:clamp(30px,5vw,56px);
           line-height:1.02;letter-spacing:-0.03em;color:#fff;text-wrap:balance;}
  .hero-lead{margin:18px auto 0;max-width:60ch;font-weight:400;font-size:clamp(15px,1.5vw,18px);
             line-height:1.55;color:rgba(255,255,255,.92);text-wrap:pretty;}
  /* Light-image hero variant → dark ink (opt-in per page) */
  .hero--light .hero-h1{color:#005738;} .hero--light .hero-pill .ptext{color:#005738;}
  .hero--light .hero-lead{color:#005F3D;}
  .hero-ctas{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:28px;}
  .hero-ctas .btn{height:46px;padding:0 22px;font-size:17px;}
  .hero-ctas .btn>svg{width:18px;height:18px;}

  /* ===== Text-focused, no-UI section variants (product-tour rhythm) ===== */
  .cf-flowcard{text-align:left;}
  .cf-flowcard .cf-step__num{border-radius:12px;margin-bottom:16px;}
  .cf-flowcard .cf-h3{margin:0 0 6px;}
  .cf-flowcard .cf-p{margin:0;font-size:16px;line-height:1.6;}
  .cf-checks--2col{grid-template-columns:1fr 1fr;column-gap:44px;row-gap:15px;max-width:820px;margin:0 auto;}
  @media(max-width:680px){ .cf-checks--2col{grid-template-columns:1fr;} }

  /* ===== Feature CARDS that replace full-bleed section bands — the card creates the distinction so
     the section can keep a neutral (page) background (färre konkurrerande bakgrunder på undersidor). ===== */
  .cf-card--feature{padding:clamp(30px,4.4vw,56px);border-radius:26px;box-shadow:none;}
  .cf-card--mint{background:var(--cf-mint-bg,#E6FFF6);border:1px solid #CBEFDF;}
  /* solid brand-dark card — same look as the old .cf-section--deep band, now contained on white */
  .cf-carddark{background:#0A2A1F;border-radius:26px;padding:clamp(36px,4.6vw,64px);}
  .cf-carddark .cf-h2{color:#fff;}
  .cf-carddark .cf-lead{color:rgba(255,255,255,.82);}

  /* ===== Feature-engine showcase: vertical steps (accordion) + synced media panel that
     auto-advances with a progress bar. Reusable ToFu section — JS lives in cf-site.js ("feng"). ===== */
  .feng{padding:clamp(60px,8vh,100px) 0;}
  .feng-inner{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,40px);}
  .feng-head{margin:0 0 clamp(20px,2.4vw,30px);}
  .feng-head .rs-h{margin:0;}
  .feng-head .rs-lead{margin:14px 0 0;}
  .feng-grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:clamp(26px,4vw,56px);align-items:stretch;}
  /* LEFT — heading + lead + steps share one column (not floating over the media) */
  .feng-col{display:flex;flex-direction:column;justify-content:center;min-width:0;}
  .feng-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;}
  .feng-step{position:relative;border-radius:16px;transition:background .32s ease;}
  .feng-step.is-active{background:#F3FBF7;}
  .feng-step__btn{display:flex;gap:15px;width:100%;text-align:left;background:none;border:0;cursor:pointer;
       padding:17px 20px 19px;font-family:var(--sans);color:inherit;}
  .feng-step__n{flex:0 0 auto;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;
       font-weight:600;font-size:15px;background:#E4F1EB;color:#5E7D6F;transition:background .32s ease,color .32s ease;}
  .feng-step.is-active .feng-step__n{background:#005134;color:#fff;}
  .feng-step__t{display:flex;flex-direction:column;min-width:0;}
  .feng-step__title{font-size:clamp(16.5px,1.5vw,19px);font-weight:500;line-height:1.32;letter-spacing:-.01em;color:#0A3D2A;transition:color .32s ease;}
  .feng-step.is-active .feng-step__title{color:#005134;}
  /* collapsible subtext (grid-rows 0fr→1fr) */
  .feng-step__desc{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;
       transition:grid-template-rows .4s cubic-bezier(.2,.8,.2,1),opacity .3s ease,margin-top .4s cubic-bezier(.2,.8,.2,1);}
  .feng-step__desc>span{overflow:hidden;min-height:0;font-size:14.5px;line-height:1.55;color:#4b6b5c;}
  .feng-step.is-active .feng-step__desc{grid-template-rows:1fr;opacity:1;margin-top:8px;}
  /* progress bar under the active step */
  .feng-step__bar{position:absolute;left:20px;right:20px;bottom:9px;height:2px;border-radius:2px;background:rgba(0,81,52,.10);opacity:0;transition:opacity .3s ease;}
  .feng-step.is-active .feng-step__bar{opacity:1;}
  .feng-step__fill{display:block;height:100%;border-radius:2px;background:#00C281;transform-origin:left;transform:scaleX(0);}
  /* RIGHT — media panels crossfade in place */
  /* media fills the SAME height as the heading+steps column (top & bottom aligned via stretch) */
  .feng-media{position:relative;border-radius:22px;overflow:hidden;background:#0E3229;
       min-height:440px;display:grid;}
  /* each step's panel is a full-bleed layer with its OWN brand photo; they crossfade so the
     backdrop changes as the steps advance. The centered UI window does the subtle motion. */
  .feng-panel{grid-area:1/1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;
       padding:clamp(28px,3.6vw,52px);background:#0E3229 center/cover no-repeat;
       opacity:0;pointer-events:none;transition:opacity .55s ease;}
  .feng-panel.is-active{opacity:1;pointer-events:auto;}
  .feng-panel .ui-window{width:100%;max-width:600px;transform:translateY(14px) scale(.985);
       transition:transform .55s cubic-bezier(.2,.8,.2,1);}
  .feng-panel.is-active .ui-window{transform:none;}
  .feng-panel[data-panel="1"]{background-image:var(--ui-bg-1);}
  .feng-panel[data-panel="2"]{background-color:#7FA88E;background-image:var(--ui-bg-2);}
  .feng-panel[data-panel="3"]{background-color:#8FE7C4;background-image:var(--ui-bg-3);}
  .feng-panel[data-panel="4"]{background-color:#CFEFE0;background-image:var(--bild-hero);}
  .feng-panel[data-panel="5"]{background-color:#7EA890;background-image:var(--bild-footer);}
  @media(max-width:860px){
    .feng-grid{grid-template-columns:1fr;gap:28px;}
    .feng-media{min-height:320px;}     /* stacks under the heading + steps on mobile */
    .feng-step__desc{grid-template-rows:1fr;opacity:1;margin-top:8px;}   /* always show subtext */
    .feng-step__bar{display:none;}
    .feng-step.is-active{background:#F3FBF7;}
  }
  @media(prefers-reduced-motion:reduce){
    .feng-panel{transition:opacity .3s ease;}
    .feng-panel .ui-window{transform:none;transition:none;}
    .feng-step__desc{transition:none;}
    .feng-step__fill{display:none;}
  }
  .cf-quote{max-width:840px;margin:0 auto;text-align:center;}
  .cf-quote__q{font-family:var(--serif);font-weight:400;font-size:clamp(26px,3.6vw,40px);line-height:1.26;
               letter-spacing:-.01em;color:#0A3D2A;margin:0;text-wrap:balance;}
  .cf-quote__by{display:inline-flex;align-items:center;gap:13px;margin-top:26px;font-family:var(--sans);
                font-size:15px;color:#4b6b5c;text-align:left;}
  .cf-quote__by b{color:#0A3D2A;font-weight:600;}
  .cf-quote__av{width:46px;height:46px;flex:0 0 auto;border-radius:50%;background:#00E793;color:#053324;
                display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;}

  /* ===== Showcase video — peeks above the fold (half visible on landing) ===== */
  .showcase{position:relative;background:#fff;display:flex;justify-content:center;
            padding:0 clamp(20px,5vw,40px) clamp(56px,9vh,110px);}
  .showcase-mock{position:relative;z-index:2;margin-top:calc(-1 * var(--lift) + var(--vdrop));
            width:var(--mockW);aspect-ratio:786/421;border-radius:14px;overflow:hidden;
            background:#00FFA2;}
  .showcase-mock img{width:100%;height:100%;object-fit:cover;}
  .play-btn{position:absolute;inset:0;margin:auto;width:clamp(58px,7vw,84px);height:clamp(58px,7vw,84px);
            border:none;border-radius:50%;background:rgba(255,255,255,.92);color:#005134;cursor:pointer;
            display:flex;align-items:center;justify-content:center;
            transition:transform .18s ease;}
  .play-btn:hover{transform:scale(1.06);}
  .play-btn svg{width:38%;height:38%;margin-left:7%;fill:currentColor;stroke:currentColor;}

  /* ===== Full video player (built to the provided component spec, in the site's vanilla stack):
     controls appear on hover, click-to-seek progress bar, play·pause·restart, a volume popover with
     slider, a current/duration timer, a settings popover (playback speed + captions) and fullscreen.
     Swap the <source> for the real demo and it all keeps working. ===== */
  .vplayer{position:relative;}
  .vframe{width:100%;height:100%;object-fit:cover;display:block;background:#04120c;cursor:pointer;}
  /* center initiator — frosted glass (matches the bar); only in the teaser state (muted autoplay).
     A pulsing ring shows the video is live; clicking turns on sound and reveals the bar. */
  .vp-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;
       width:clamp(56px,6vw,72px);height:clamp(56px,6vw,72px);border:1px solid rgba(255,255,255,.34);border-radius:50%;cursor:pointer;
       display:inline-flex;align-items:center;justify-content:center;color:#fff;
       background:rgba(255,255,255,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
       transition:transform .2s ease,opacity .3s ease,background .2s ease;}
  .vp-center:hover{background:rgba(255,255,255,.2);transform:translate(-50%,-50%) scale(1.05);}
  .vp-center svg{width:38%;height:38%;margin-left:7%;position:relative;z-index:1;}
  .vp-center::after{content:"";position:absolute;inset:-1px;border-radius:50%;border:2px solid rgba(255,255,255,.45);animation:vLive 2.4s ease-out infinite;}
  @keyframes vLive{0%{transform:scale(1);opacity:.7}100%{transform:scale(1.5);opacity:0}}
  .vplayer.engaged .vp-center{opacity:0;transform:translate(-50%,-50%) scale(.7);pointer-events:none;}
  @media (prefers-reduced-motion:reduce){.vp-center::after{animation:none;}}
  /* compact frosted control bar — hidden until engaged; auto-hides when the mouse rests (idle) */
  .vp-controls{position:absolute;left:50%;bottom:12px;transform:translate(-50%,16px);width:calc(100% - 24px);box-sizing:border-box;
       padding:7px 10px;border-radius:13px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);
       backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
       display:flex;flex-direction:column;gap:7px;z-index:3;
       opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;}
  .vplayer.engaged .vp-controls{opacity:1;transform:translate(-50%,0);pointer-events:auto;}
  .vplayer.engaged.hide-controls .vp-controls{opacity:0;transform:translate(-50%,16px);pointer-events:none;}
  .vp-progress{position:relative;width:100%;height:5px;background:rgba(255,255,255,.22);border-radius:99px;cursor:pointer;}
  .vp-progress-fill{position:absolute;top:0;left:0;height:100%;width:0;background:rgba(255,255,255,.8);border-radius:99px;}
  .vp-row{display:flex;align-items:center;justify-content:space-between;gap:6px;}
  .vp-left,.vp-right{display:flex;align-items:center;gap:3px;}
  .vp-btn{height:32px;width:32px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;
       border:0;background:transparent;color:#fff;border-radius:8px;cursor:pointer;transition:background .15s ease;}
  .vp-btn:hover{background:rgba(255,255,255,.16);}
  .vp-btn svg{width:16px;height:16px;}
  .vp-time{color:#fff;font:500 12.5px/1 var(--sans);white-space:nowrap;padding:0 4px;font-variant-numeric:tabular-nums;}
  /* icon-state swaps (no re-render) — the bar's play/pause/restart button */
  .vp-ic-pause,.vp-ic-restart,.vp-ic-vol1,.vp-ic-volx{display:none;}
  .vplayer.playing .vp-play .vp-ic-play{display:none;} .vplayer.playing .vp-play .vp-ic-pause{display:block;}
  .vplayer.ended .vp-play .vp-ic-play,.vplayer.ended .vp-play .vp-ic-pause{display:none;} .vplayer.ended .vp-play .vp-ic-restart{display:block;}
  .vplayer.vol-lo .vp-ic-vol2{display:none;} .vplayer.vol-lo .vp-ic-vol1{display:block;}
  .vplayer.vol-mute .vp-ic-vol2,.vplayer.vol-mute .vp-ic-vol1{display:none;} .vplayer.vol-mute .vp-ic-volx{display:block;}
  /* popovers */
  .vp-pop{position:relative;}
  .vp-vol-pop{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);width:140px;padding:14px 12px;
       border-radius:12px;background:rgba(6,32,22,.85);border:1px solid rgba(255,255,255,.14);
       backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:none;}
  .vp-pop.open .vp-vol-pop{display:block;}
  .vp-range{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:99px;background:rgba(255,255,255,.28);outline:none;margin:0;}
  .vp-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:13px;height:13px;border-radius:50%;background:#fff;cursor:pointer;}
  .vp-range::-moz-range-thumb{width:13px;height:13px;border:0;border-radius:50%;background:#fff;cursor:pointer;}
  .vp-set-pop{position:absolute;right:0;bottom:calc(100% + 8px);width:172px;padding:12px;border-radius:12px;
       background:#0b241a;border:1px solid rgba(255,255,255,.14);color:#fff;flex-direction:column;gap:8px;display:none;}
  .vp-pop.open .vp-set-pop{display:flex;}
  .vp-set-label{font:600 12px/1 var(--sans);color:rgba(255,255,255,.55);letter-spacing:.02em;}
  .vp-speeds{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;}
  .vp-opt{height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;
       font:500 13px var(--sans);cursor:pointer;transition:background .15s ease,border-color .15s ease;padding:0;}
  .vp-opt:hover{background:rgba(255,255,255,.1);}
  .vp-opt.active{background:#00FFA2;color:#053324;border-color:#00FFA2;font-weight:600;}
  .vp-cap{width:100%;}

  @media (max-width:860px){
    .nav-links,.nav-login,.nav-btn,.mega,.mega-scrim{display:none;}
    .nav-left,.nav-right{flex:0 0 auto;}
    .nav{justify-content:space-between;}
    .siteheader.scrolled{background:rgba(244,255,249,.9);}
  }
  /* ===== MOBILE: contained video lower down, calmer sizing, left-aligned lower sections ===== */
  @media (max-width:640px){
    :root{ --mvidH:200px; --mgap-top:44px; --mgap-bot:32px; }  /* video height + gap above / below */
    /* nav */
    .nav{padding:18px 20px;}
    .nav-logo{font-size:32px;}
    .nav-toggle{width:50px;height:50px;}
    .nav-toggle svg{width:34px;height:34px;}
    /* hero content — centred, comfortable sizing; room reserved for the video below */
    /* Ingen undersida har startsidans .showcase-video, så det ska inte reserveras
       plats för den här (gav ~276px död yta under varje undersideshero). */
    .hero-body{justify-content:center;text-align:center;padding:8px 22px 34px;}
    .hero-pill{margin-bottom:20px;padding:7px 9px;}
    .hero-pill .chip{height:24px;font-size:13px;padding:0 10px;}
    .hero-pill .ptext{font-size:13px;}
    .hero-h1{max-width:100%;font-size:clamp(30px,8.4vw,42px);line-height:1.06;}
    .hero-lead{max-width:100%;font-size:16px;line-height:1.55;margin-top:14px;}
    /* CTA-knappar: storlek efter texten (inte full bredd edge-to-edge), centrerade under varandra */
    .hero-ctas{width:100%;flex-direction:column;align-items:center;gap:12px;margin-top:22px;}
    .hero-ctas .btn{width:auto;max-width:100%;height:54px;font-size:18px;}
    /* video — contained card, smaller, sitting lower with a gap above & below */
    .showcase{padding:0 22px;background:transparent;}
    .showcase-mock{width:100%;max-width:520px;margin-left:auto;margin-right:auto;
                   height:var(--mvidH);aspect-ratio:auto;border-radius:16px;
                   
                   margin-top:calc(-1 * (var(--mvidH) + var(--mgap-bot)));}
    .play-btn{width:64px;height:64px;}
    /* lower sections — readable but LEFT-aligned (as before); bullets not centred */
    .rsection{text-align:left;padding:clamp(44px,7vh,72px) 22px;}
    .rs-h{max-width:100%;font-size:clamp(32px,8.5vw,44px);}
    .rs-lead{margin:16px 0 0;max-width:none;font-size:17px;line-height:1.55;}
    .rs-bullets{max-width:none;margin:24px 0 0;}
    .rs-bullets li{font-size:17px;line-height:1.5;}
    .rs-badge{flex-basis:24px;width:24px;height:24px;}
    .rs-badge svg{width:15px;height:15px;}
    .rs-ctas{justify-content:flex-start;}
    .rs-ctas .btn{height:52px;font-size:17px;}
  }
  @media (prefers-reduced-motion:no-preference){
    .nav-links a,.nav-login{transition:color .15s ease;}
  }

  /* ===== Nav toggle + mobile menu ===== */
  .nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;
              border:none;background:transparent;color:#005436;cursor:pointer;padding:0;}
  .nav-toggle svg{width:28px;height:28px;}
  .mobile-menu{display:none;position:fixed;inset:0;z-index:70;overflow-y:auto;
               background:rgba(233,250,241,.98);
               -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
               flex-direction:column;padding:90px clamp(24px,7vw,48px) 44px;}
  body.menu-open{overflow:hidden;}
  body.menu-open .mobile-menu{display:flex;}
  .mobile-menu .mm-group{border-top:1px solid rgba(0,84,54,.12);padding-top:14px;margin-top:14px;}
  .mobile-menu .mm-group:first-of-type{border-top:0;margin-top:0;padding-top:0;}
  .mobile-menu .mm-h{font-family:var(--sans);font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;
               color:#3f9169;margin:0 0 4px;}
  .mobile-menu .mm-links{display:flex;flex-direction:column;}
  .mobile-menu .mm-links a{display:flex;align-items:center;gap:12px;font-family:var(--sans);font-weight:400;
               font-size:19px;letter-spacing:-0.02em;color:#053b28;text-decoration:none;padding:10px 0;}
  .mobile-menu .mm-links a svg{width:19px;height:19px;color:#00a468;}
  .mobile-menu .mm-top a{font-size:23px;}
  .mobile-menu .mm-cta{margin-top:26px;height:54px;padding:0 26px;font-size:18px;align-self:stretch;}
  .mobile-menu .mm-login{align-self:center;margin-top:16px;font-size:17px;color:#005436;text-decoration:none;}
  .mm-close{position:fixed;top:20px;right:clamp(16px,5vw,40px);width:46px;height:46px;border:none;
            background:transparent;color:#005436;cursor:pointer;display:flex;align-items:center;justify-content:center;}
  .mm-close svg{width:30px;height:30px;}

  /* ===== Responsive content sections (Problem / Solution) ===== */
  .btn--mint-i{color:#005134;}
  /* align-items:stretch → the media/photo panel matches the text-column height (top & bottom in line).
     Site-wide "bakgrunden lika hög som texten" setting; documented in the /sektioner/ library. */
  .rsection{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;
            gap:clamp(32px,5vw,72px);align-items:stretch;
            padding:clamp(56px,9vh,110px) clamp(20px,5vw,60px);}
  .rs-text{min-width:0;}
  .rs-h{margin:0;font-family:var(--sans);font-weight:400;font-size:clamp(32px,4.4vw,54px);
        line-height:1.03;letter-spacing:-0.05em;color:#005134;text-wrap:balance;}
  .rs-lead{margin:20px 0 0;max-width:560px;font-family:var(--sans);font-weight:400;
           font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:#007249;text-wrap:pretty;}
  .rs-bullets{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:15px;}
  .rs-bullets li{display:flex;align-items:flex-start;gap:12px;font-family:"Inter",var(--sans);
                 font-size:16px;line-height:1.5;color:#007249;}
/* Bullets sitting on a dark band (.cf-section--deep) need light text for contrast.
   Only the text — the mint check badge keeps its own colour. */
.cf-section--deep .rs-bullets li{color:rgba(255,255,255,.9);}
  .rs-badge{flex:0 0 22px;width:22px;height:22px;margin-top:1px;border-radius:6px;background:#00E793;
            display:flex;align-items:center;justify-content:center;color:#005134;}
  .rs-badge svg{width:14px;height:14px;}
  .rs-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;}
  .rs-ctas .btn{height:46px;padding:0 22px;font-size:16px;}
  .rs-media{aspect-ratio:608/443;border-radius:14px;overflow:hidden;background:#EAF7F0;
            }
  .rs-media img{width:100%;height:100%;object-fit:cover;}
  @media (min-width:861px){ .solution .rs-media{order:-1;} }
  @media (max-width:860px){
    .rsection{grid-template-columns:1fr;gap:34px;}
    .nav-toggle{display:inline-flex;}
  }

  /* ===== GDPR / Säkerhet (responsive; Figma 387:4959 rebuilt on-brand) ===== */
  .gd-trust{list-style:none;margin:30px 0 8px;padding:0;display:flex;flex-wrap:wrap;gap:14px;}
  .gd-badge{width:60px;height:60px;border-radius:12px;background:#00E793;
            border:2px solid rgba(134,255,211,0.55);display:flex;align-items:center;justify-content:center;}
  .gd-badge img{width:40px;height:40px;object-fit:contain;display:block;}
  .gd-link{display:inline-flex;align-items:center;gap:7px;height:46px;font-family:var(--sans);
           font-weight:500;font-size:15px;letter-spacing:-0.02em;color:#005134;text-decoration:none;}
  .gd-link svg{width:17px;height:17px;transition:transform .25s var(--roi-ease);}
  .gd-link:hover svg{transform:translateX(3px);}
  /* Right-side illustration — mint glow + clouds + textured shield (Figma 387:4979, brand palette) */
  .gd-illus{position:relative;aspect-ratio:613/468;width:100%;isolation:isolate;background:#fff;
            display:flex;align-items:center;justify-content:center;}
  .gd-glow{position:absolute;z-index:0;inset:0;
           background:radial-gradient(58% 58% at 52% 48%,rgba(0,255,162,.95) 0%,rgba(0,231,147,.5) 46%,rgba(0,231,147,0) 80%);}
  .gd-cloud{position:absolute;z-index:2;pointer-events:none;mix-blend-mode:screen;height:auto;}
  .gd-cloud-a{width:48%;left:-2%;top:0;}
  .gd-cloud-b{width:45%;right:-2%;bottom:2%;opacity:.82;}
  .gd-shield-img{position:relative;z-index:1;width:25%;max-width:158px;height:auto;
                 filter:);}
  @media (max-width:860px){ .gd-illus{max-width:460px;margin:0 auto;} .gd-trust{gap:12px;} }

  /* ===== ROI CALCULATOR (real, interactive, responsive) ===== */
  .roi-section{max-width:1200px;margin:0 auto;
               padding:clamp(56px,9vh,110px) clamp(20px,5vw,40px) calc(var(--tsvidHalf) + clamp(32px,5vh,60px));
               display:flex;flex-direction:column;align-items:center;text-align:center;}
  .roi-heading{margin:0;max-width:720px;font-family:var(--sans);font-weight:400;text-wrap:balance;
               font-size:clamp(32px,4.4vw,54px);line-height:1.03;letter-spacing:-0.05em;color:#005134;}
  .roi-subtitle{margin:20px auto 0;max-width:740px;font-family:var(--sans);font-weight:400;text-wrap:balance;
               font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:#007249;}
  .roi-section .roiCalc{margin-top:clamp(30px,5vh,46px);text-align:left;}

  :root{
    --roi-bg:#DFFFE9; --roi-panel:#00E793; --roi-panelTop:#9DF7BA;
    --roi-textDark:#005134; --roi-textBody:#374D4A; --roi-muted:#77998D; --roi-line:#D4EBE2;
    --roi-accent:#2D9D74; --roi-accentDark:#005134; --roi-accentMint:#00FFA2;
    --roi-radius:10px; --roi-pillRadius:37px;
    --roi-shadow:0 18px 60px rgba(0,81,52,.10); --roi-shadowSoft:0 10px 30px rgba(0,81,52,.08);
    --roi-ease:cubic-bezier(.2,.8,.2,1);
  }
  .roiCalc{width:min(1161px,100%);background:var(--roi-bg);border-radius:var(--roi-radius);
    padding:18px;overflow:hidden;
    font-family:"Instrument Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--roi-textBody);}
  .roiGrid{display:grid;grid-template-columns:1fr 544px;gap:18px;align-items:stretch;}
  @media (max-width:980px){ .roiGrid{grid-template-columns:1fr;} .roiRight{min-height:520px;} }
  .roiLeft{padding:18px 18px 12px 18px;border-radius:var(--roi-radius);}
  .roiField{margin:18px 0;}
  .roiLabelRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;}
  .roiLabel{font-size:21px;font-weight:500;letter-spacing:-0.02em;color:var(--roi-textBody);}
  .roiValuePill{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;
    border:1px solid var(--roi-line);border-radius:var(--roi-pillRadius);min-width:136px;justify-content:center;}
  .roiValuePillEditable:focus-within{}
  .roiPillInput{width:72px;border:0;outline:none;background:transparent;font-family:inherit;font-size:18px;
    font-weight:400;color:var(--roi-textBody);text-align:right;letter-spacing:-0.02em;}
  .roiPillUnit{font-size:18px;font-weight:400;color:var(--roi-muted);}
  .roiRangeWrap{position:relative;padding-top:6px;}
  .roiRange{-webkit-appearance:none;appearance:none;width:100%;height:10px;border-radius:20px;
    border:1px solid var(--roi-line);
    background:linear-gradient(90deg,var(--roi-accent) 0%,var(--roi-accent) var(--p,0%),#fff var(--p,0%),#fff 100%);
    outline:none;}
  .roiRange::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:52px;height:30px;border-radius:40px;background:transparent;border:0;opacity:0;}
  .roiRange::-moz-range-thumb{width:52px;height:30px;border-radius:40px;background:transparent;border:0;opacity:0;}
  .roiThumbPill{position:absolute;left:0;top:50%;pointer-events:none;
    height:30px;min-width:52px;padding:0 12px;display:flex;align-items:center;justify-content:center;
    background:#fff;border:1px solid var(--roi-line);border-radius:40px;font-size:15px;font-weight:400;color:var(--roi-muted);
    font-variant-numeric:tabular-nums;
    translate:calc(var(--px,0) * 1px - 50%) -50%;scale:1;
    transition:scale .18s var(--roi-ease);will-change:translate;}
  /* Position (translate) is eased in JS on a rAF loop so slow drags glide instead of stepping; only the press-scale animates in CSS. No shadows anywhere. */
  .roiRangeWrap:active .roiThumbPill{scale:1.04;}
  .roiMinMax{display:flex;justify-content:space-between;font-size:12px;font-weight:500;color:var(--roi-muted);margin-top:8px;padding:0 4px;}
  .roiPillGroup{position:relative;display:inline-flex;gap:6px;padding:4px;background:#fff;border:1px solid var(--roi-line);border-radius:var(--roi-pillRadius);}
  .roiPillThumb{position:absolute;top:0;left:0;width:0;height:0;border-radius:40px;z-index:0;background:var(--roi-accent);
    transition:transform .34s cubic-bezier(.2,.85,.25,1),width .34s cubic-bezier(.2,.85,.25,1),height .34s cubic-bezier(.2,.85,.25,1);will-change:transform,width;}
  .roiPillBtn{position:relative;z-index:1;border:0;background:transparent;color:var(--roi-muted);font-size:18px;font-weight:400;padding:7px 12px;border-radius:40px;cursor:pointer;
    transition:color .28s var(--roi-ease);}
  .roiPillBtn.active{color:#fff;}
  .roiInlineRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;}
  .roiToggle{display:flex;align-items:center;gap:10px;user-select:none;color:var(--roi-muted);font-size:14px;font-weight:500;}
  .roiToggle input{width:18px;height:18px;accent-color:var(--roi-accent);}
  .roiSmallInput{width:160px;border-radius:37px;border:1px solid var(--roi-line);background:#fff;padding:10px 14px;font-family:inherit;font-size:16px;color:var(--roi-textBody);outline:none;transition:box-shadow .2s var(--roi-ease),transform .15s var(--roi-ease);}
  .roiSmallInput:focus{}
  .roiRight{background:var(--roi-panel);border-radius:var(--roi-radius);overflow:hidden;position:relative;}
  .roiRightTop{background:var(--roi-panelTop);padding:28px 28px 18px 28px;position:relative;min-height:196px;}
  .roiSwitch{position:absolute;right:26px;top:22px;display:flex;align-items:center;gap:6px;padding:4px;background:rgba(255,255,255,0.2);border-radius:22px;backdrop-filter:blur(6px);}
  .roiSwitchThumb{position:absolute;top:0;left:0;width:0;height:0;border-radius:36px;z-index:0;background:var(--roi-accentDark);
    
    transition:transform .42s cubic-bezier(.2,.85,.25,1),width .42s cubic-bezier(.2,.85,.25,1),height .42s cubic-bezier(.2,.85,.25,1);will-change:transform,width;}
  .roiSwitch button{position:relative;z-index:1;border:0;cursor:pointer;font-family:inherit;font-size:14px;letter-spacing:-0.04em;padding:6px 10px;border-radius:36px;background:transparent;color:#005738;transition:color .34s ease;}
  .roiSwitch button.active{color:var(--roi-accentMint);}
  .roiTitle{font-size:32px;font-weight:400;letter-spacing:-0.04em;color:var(--roi-textDark);margin:0 0 8px 0;}
  .roiBig{font-family:var(--serif);font-size:56px;font-weight:400;letter-spacing:-0.03em;color:var(--roi-textDark);margin:0;line-height:1.05;font-variant-numeric:tabular-nums;}
  .roiRightBody{padding:26px 28px 22px 28px;display:grid;grid-template-columns:1fr 1fr;gap:26px 22px;align-content:start;}
  .roiStat .roiK{font-size:18px;font-weight:500;line-height:160%;color:#1D9268;margin:0 0 6px 0;}
  .roiStat .roiV{font-family:var(--serif);font-size:40px;font-weight:400;letter-spacing:-0.03em;color:var(--roi-textDark);margin:0;font-variant-numeric:tabular-nums;}
  .roiStat.full{grid-column:1 / span 2;}
  .roiFoot{padding:0 28px 26px 28px;display:flex;justify-content:space-between;align-items:flex-end;gap:16px;}
  .roiNote{max-width:320px;font-size:12px;font-weight:500;line-height:160%;color:#1D9268;margin:0;}
  .roiCta{border:0;color:var(--roi-accentMint);font-family:var(--serif);font-size:16px;font-weight:400;letter-spacing:-0.01em;padding:11px 22px;border-radius:10px;cursor:pointer;transition:color .3s ease,transform .15s var(--roi-ease),box-shadow .2s var(--roi-ease);white-space:nowrap;}
  .roiCta:hover{}
  .roiCta:active{transform:scale(.98);}
  /* ROI responsive tightening for small screens */
  @media (max-width:600px){
    .roiCalc{padding:12px;}
    .roiLeft{padding:6px 4px 2px;}
    .roiField{margin:16px 0;}
    .roiLabelRow{flex-wrap:wrap;gap:8px;}
    .roiLabel{font-size:16px;}
    .roiValuePill{min-width:0;padding:8px 12px;}
    .roiPillInput{width:54px;font-size:16px;}
    .roiPillUnit{font-size:16px;}
    .roiPillBtn{font-size:16px;padding:7px 14px;}
    .roiSmallInput{width:130px;font-size:15px;}
    .roiToggle{font-size:13px;}
    .roiRightTop{padding:20px 18px 14px;min-height:auto;}
    .roiSwitch{position:relative;right:auto;top:auto;margin-bottom:14px;align-self:flex-start;}
    .roiTitle{font-size:22px;}
    .roiBig{font-size:38px;}
    .roiRightBody{grid-template-columns:1fr;gap:16px;padding:18px 18px 16px;}
    .roiStat.full{grid-column:auto;}
    .roiStat .roiK{font-size:15px;}
    .roiStat .roiV{font-size:28px;}
    .roiFoot{flex-direction:column;align-items:stretch;padding:0 18px 20px;gap:14px;}
    .roiNote{max-width:none;}
    .roiCta{width:100%;text-align:center;}
  }

  /* ===== Testimonials / Case study (responsive, dark) ===== */
  .ts{position:relative;background:#0A2A1F;display:flex;flex-direction:column;align-items:center;
      padding:0 var(--tsPad) clamp(56px,9vh,110px);}
  /* full-width case-study video (matches the text block); straddles the boundary above */
  .ts-video{position:relative;z-index:3;width:var(--tsvid);aspect-ratio:16/9;
      margin-top:calc(-1 * var(--tsvidHalf));border-radius:16px;overflow:hidden;background:#0e3527;}
  .ts-video img{width:100%;height:100%;object-fit:cover;display:block;}
  .ts-video .play-btn{position:absolute;inset:0;margin:auto;width:clamp(58px,6vw,76px);height:clamp(58px,6vw,76px);
      border:none;border-radius:50%;background:rgba(255,255,255,.92);color:#005134;cursor:pointer;
      display:flex;align-items:center;justify-content:center;transition:transform .18s ease;}
  .ts-video .play-btn:hover{transform:scale(1.06);}
  .ts-video .play-btn svg{width:38%;height:38%;margin-left:7%;fill:currentColor;stroke:currentColor;}

  .ts-inner{width:100%;max-width:1200px;margin:0 auto;padding-top:clamp(52px,8vh,100px);}
  /* two-part headline: line 1 white, line 2 mint */
  .ts-h{margin:0;font-family:var(--sans);font-weight:400;font-size:clamp(30px,4.2vw,50px);
        line-height:1.06;letter-spacing:-0.04em;color:#F2FBF7;max-width:none;}
  .ts-h .l2{display:block;color:#00E793;}
  /* main case study — OPEN on the dark section (no card bg): quote left, explanation + CTA right */
  .ts-feat{margin-top:clamp(44px,6vh,78px);color:#EAF7F0;}
  .ts-feat-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:6px;}
  .ts-feat .fqm{font-family:var(--serif);font-size:64px;line-height:.4;color:#00E793;}
  .ts-feat-cols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,84px);align-items:start;}
  .ts-feat .fquote{margin:0;font-family:var(--sans);font-weight:400;font-size:clamp(23px,2.5vw,36px);
        line-height:1.24;letter-spacing:-0.03em;color:#F2FBF7;}
  .ts-feat .fexp{margin:0;font-family:"Inter",var(--sans);font-weight:400;font-size:16.5px;line-height:1.64;color:#C6DED2;}
  .ts-feat .fbtns{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:30px;}
  .ts-feat .fbtns .btn{height:48px;padding:0 22px;font-size:16px;}
  /* "Se case-video": thin weight by default (never thickens); hover only nudges the arrow */
  .ts-feat .fghost{display:inline-flex;align-items:center;gap:8px;background:transparent;
        color:#00E793;font-family:var(--sans);font-weight:400;font-size:15px;text-decoration:none;}
  .ts-feat .fghost .cta-arrow{width:16px;height:16px;transition:transform .2s ease;}
  .ts-feat .fghost:hover .cta-arrow{transform:translate(3px,-3px);}
  .ts-feat-foot{display:flex;align-items:center;gap:clamp(14px,1.6vw,20px);margin-top:clamp(40px,5.5vh,60px);flex-wrap:wrap;}
  .ts-logo{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-weight:800;
        font-size:23px;letter-spacing:-0.03em;color:#F2FBF7;}
  .ts-logo .mark{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:7px;
        background:#00E793;color:#04120c;font-size:15px;font-weight:800;}
  .ts-divider{width:1px;align-self:stretch;min-height:44px;background:rgba(234,247,240,.22);}
  .ts-feat .fava{width:46px;height:46px;border-radius:50%;background:#00E793;color:#04120c;flex:0 0 auto;
        display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:800;font-size:15px;}
  .ts-feat .fwho{display:flex;flex-direction:column;line-height:1.2;}
  .ts-feat .fwho b{font-family:var(--sans);font-weight:700;font-size:16px;letter-spacing:-0.02em;color:#F2FBF7;}
  .ts-feat .fwho small{font-family:var(--sans);font-weight:500;font-size:13px;color:#9FC7B5;margin-top:2px;}

  /* marquee — cards auto-scroll left → right with a soft fade on both edges */
  .ts-marquee{width:100%;margin-top:clamp(28px,4vh,44px);overflow:hidden;
      -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);
      mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);}
  .ts-track{display:flex;gap:26px;width:max-content;padding:8px 13px;animation:tsScroll 46s linear infinite;}
  .ts-marquee:hover .ts-track{animation-play-state:paused;}
  @keyframes tsScroll{from{transform:translateX(-50%);}to{transform:translateX(0);}}
  @media (prefers-reduced-motion:reduce){.ts-track{animation:none;}}
  /* testimonial cards mirror the Figma card: quote left, "Se case" + explanation right, attribution bottom-left */
  .tcard{flex:0 0 clamp(340px,34vw,510px);background:linear-gradient(200deg,#E7F7EF 0%,#CFEEDF 100%);
      border-radius:18px;padding:30px 34px 28px;position:relative;color:#0A3D2A;
      display:flex;flex-direction:column;min-height:280px;}
  .tcard .tc-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
  .tcard .tc-col-q,.tcard .tc-col-e{display:flex;flex-direction:column;}
  .tcard .qm{font-family:var(--serif);font-size:44px;line-height:.5;color:#00C07A;margin-bottom:8px;}
  .tcard .tq{margin:0;font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.34;letter-spacing:-0.02em;color:#0A3D2A;}
  /* "Se case (video)" above the explanation — thin by default; hover only nudges the arrow */
  .tcard .tc-secase{align-self:flex-end;display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;
      font-family:var(--sans);font-weight:400;font-size:13px;color:#0A3D2A;text-decoration:none;}
  .tcard .tc-secase .cta-arrow{width:14px;height:14px;transition:transform .2s ease;}
  .tcard .tc-secase:hover .cta-arrow{transform:translate(3px,-3px);}
  .tcard .tc-exp{margin:0;font-family:"Inter",var(--sans);font-weight:400;font-size:13px;line-height:1.5;color:#3A6B56;}
  /* attribution bottom-left — like the main case: logo + divider + avatar + name/role */
  .tcard .tc-foot{margin-top:auto;padding-top:24px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
  .tcard .tc-logo{display:inline-flex;align-items:center;gap:7px;
      font-family:var(--sans);font-weight:800;font-size:16px;letter-spacing:-0.03em;color:#0A2A1F;}
  .tcard .tc-logo .m{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;
      background:#005134;color:#00FFA2;font-size:12px;font-weight:800;}
  .tcard .tc-divider{width:1px;align-self:stretch;min-height:40px;background:rgba(10,42,31,.16);}
  .tcard .tc-ava{width:44px;height:44px;border-radius:50%;background:#005134;color:#00FFA2;flex:0 0 auto;
      display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:800;font-size:15px;}
  .tcard .tc-who{display:flex;flex-direction:column;}
  .tcard .tc-name{font-family:var(--sans);font-weight:700;font-size:15px;letter-spacing:-0.02em;color:#0A2A1F;}
  .tcard .tc-role{font-family:var(--sans);font-weight:500;font-size:12px;color:#3A6B56;margin-top:1px;}
  @media (max-width:820px){ .ts-feat-cols{grid-template-columns:1fr;gap:22px;} }
  @media (max-width:600px){ .tcard .tc-cols{grid-template-columns:1fr;gap:14px;} .tcard .tc-secase{align-self:flex-start;} }

  /* ===== Pricing (responsive) ===== */
  .pricing-section{max-width:1220px;margin:0 auto;padding:clamp(56px,9vh,110px) clamp(20px,5vw,40px);}
  .pr-h{margin:0;text-align:center;font-family:var(--sans);font-weight:400;font-size:clamp(30px,4.2vw,50px);line-height:1.1;letter-spacing:-0.04em;color:#005134;}
  .pr-sub{margin:14px auto 0;max-width:780px;text-align:center;font-family:"Inter",var(--sans);font-weight:400;font-size:clamp(15px,1.5vw,18px);line-height:1.6;color:#1D9268;}
  /* Månad/Årligt — a dark "wrapper" thumb slides + resizes to wrap the active option (and, on
     Årligt, the "Spara 20%" chip that grows in beside it). Smooth, non-janky (räkna-CTA easing). */
  .pr-toggle{position:relative;margin:20px auto 0;width:max-content;display:flex;align-items:center;gap:2px;
             padding:4px;background:#DFF3EA;border-radius:24px;font-family:var(--sans);}
  .pr-thumb{position:absolute;top:0;left:0;width:0;height:0;border-radius:22px;z-index:0;background:#005134;
            
            transition:transform .42s cubic-bezier(.2,.85,.25,1),width .42s cubic-bezier(.2,.85,.25,1),height .42s cubic-bezier(.2,.85,.25,1);
            will-change:transform,width;}
  .pr-opt{position:relative;z-index:1;display:inline-flex;align-items:center;height:32px;padding:0 14px;border:0;
          background:transparent;cursor:pointer;border-radius:22px;white-space:nowrap;font-family:var(--sans);
          font-size:15px;letter-spacing:-0.02em;color:#1D9268;transition:color .34s ease;}
  .pr-opt.is-on{color:#00FFA2;}
  /* "Spara 20 %" — soft green pill, always visible; equal gap to "Årligt" (left) and the option edge (right = 14px padding) */
  .pr-save{margin-left:14px;background:#B7F0CE;color:#0A5B39;font-weight:500;font-size:11px;padding:2px 8px;border-radius:20px;white-space:nowrap;}
  @media (prefers-reduced-motion:reduce){ .pr-thumb,.pr-save,.pc-price b,.pc-bill{transition:none;} }
  .pr-cards{margin-top:clamp(34px,5vh,50px);display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;}
  .pr-cards--single{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto;}
  .pc-bill{margin:8px 0 0;font-family:var(--sans);font-size:12px;color:#6B8C7E;transition:opacity .16s ease;}
  .pc-foot{margin:20px 0 0;font-family:"Inter",var(--sans);font-size:13px;line-height:1.5;color:#6B8C7E;}
  .pc-foot a{color:#1D9268;text-decoration:underline;text-underline-offset:2px;}
  .pcard{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #E8F0EB;border-radius:16px;padding:28px 28px 32px;font-family:var(--sans);}
  .pcard--dark{background:#0A2A1F;border-color:#0A2A1F;}
  .pc-top{display:flex;align-items:center;justify-content:space-between;}
  .pc-ic{width:26px;height:26px;color:#00C07A;}
  .pcard--dark .pc-ic{color:#00E793;}
  .pc-price{display:flex;align-items:baseline;gap:8px;font-size:14px;color:#6B8C7E;}
  .pc-num{position:relative;display:inline-block;overflow:hidden;padding:2px 1px;margin:-2px -1px;}
  .pc-price b{display:inline-block;font-family:var(--serif);font-weight:400;font-size:38px;line-height:1.05;color:#005134;letter-spacing:-0.02em;will-change:transform;}
  .pc-per{font-family:var(--sans);font-size:14px;color:#6B8C7E;letter-spacing:-0.01em;}
  .pcard--dark .pc-price{color:#8FB6A6;} .pcard--dark .pc-price b{color:#F2FBF7;}
  .pcard--dark .pc-per,.pcard--dark .pc-bill{color:#8FB6A6;}
  .pc-name{margin-top:18px;display:flex;align-items:center;gap:8px;font-size:24px;letter-spacing:-0.03em;color:#005134;}
  .pcard--dark .pc-name{color:#F2FBF7;}
  .pc-badge{font-size:11px;background:#005134;color:#00FFA2;padding:3px 9px;border-radius:20px;}
  .pc-desc{margin:12px 0 0;font-size:14px;line-height:150%;color:#5E8574;min-height:42px;}
  .pcard--dark .pc-desc{color:#9FC4B4;}
  .pc-btn{margin-top:20px;width:100%;height:46px;font-size:15px;padding-left:22px;}
  .pc-inc{margin:22px 0 12px;font-size:14px;font-weight:500;color:#005134;}
  .pcard--dark .pc-inc{color:#F2FBF7;}
  .pc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
  .pc-list li{display:flex;align-items:center;gap:10px;font-family:"Inter",var(--sans);font-size:14px;color:#2C6B4F;}
  .pcard--dark .pc-list li{color:#CFE7DB;}
  .pc-list li::before{content:"";flex:0 0 18px;width:18px;height:18px;border-radius:4px;background-repeat:no-repeat;background-position:center;background-size:12px;}
  .pc-list li.ok::before{background-color:#00E793;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1 4.6l3.4 3.2L11 1.2' stroke='%23005134' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
  .pc-list li.no{color:#9DBBAE;}
  .pcard--dark .pc-list li.no{color:#6C8B7C;}
  .pc-list li.no::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cpath d='M2 2l7 7M9 2l-7 7' stroke='%239DBBAE' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");}
  .pc-gap{height:8px;}
  @media (max-width:900px){ .pr-cards{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto;} }

  /* ===== FAQ (responsive) ===== */
  .faq{background:#00E793;padding:clamp(56px,8vh,96px) clamp(20px,5vw,40px) clamp(36px,4.5vh,58px);}
  .faq-inner{max-width:1200px;margin:0 auto;}
  .faq-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px 48px;margin-bottom:clamp(30px,5vh,46px);}
  .faq-h{margin:0;font-family:var(--sans);font-weight:400;font-size:clamp(30px,4.4vw,46px);line-height:1.04;letter-spacing:-0.03em;color:#0A2A1F;}
  .faq-desc{margin:0;flex:1 1 420px;max-width:600px;font-family:"Inter",var(--sans);font-weight:400;font-size:clamp(15px,1.5vw,17px);line-height:1.6;color:#0A5B39;}
  .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;}
  .faq-item{background:#fff;border-radius:14px;overflow:hidden;}
  .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:19px 24px;
      background:transparent;border:0;cursor:pointer;text-align:left;font-family:var(--sans);font-weight:400;
      font-size:clamp(15px,1.5vw,17px);letter-spacing:-0.02em;color:#0A2A1F;}
  .faq-q .cv{flex:0 0 auto;width:15px;height:15px;color:#0A2A1F;transition:transform .34s cubic-bezier(.4,0,.2,1);}
  .faq-item.open .faq-q .cv{transform:rotate(180deg);}
  /* smooth accordion: grid-template-rows 0fr -> 1fr (GPU-friendly, no jank) */
  .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .34s cubic-bezier(.4,0,.2,1);}
  .faq-item.open .faq-a{grid-template-rows:1fr;}
  .faq-a-in{overflow:hidden;}
  .faq-a .ans{margin:0;padding:2px 24px 20px;font-family:"Inter",var(--sans);font-weight:400;font-size:14px;line-height:1.6;color:#6E9384;}
  .faq-more{margin-top:clamp(26px,4vh,40px);background:#0A2A1F;border-radius:16px;padding:clamp(22px,3vw,30px) clamp(24px,3.4vw,38px);}
  .faq-more-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px 26px;}
  .faq-more .t b{display:block;font-family:var(--sans);font-weight:400;font-size:clamp(18px,2vw,21px);letter-spacing:-0.02em;color:#F2FBF7;margin-bottom:5px;}
  .faq-more .t span{font-family:"Inter",var(--sans);font-size:14px;color:#9FC4B4;}
  .faq-more .faq-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;border-radius:10px;
      color:#053324;text-decoration:none;font-family:var(--serif);font-weight:400;font-size:16px;letter-spacing:-0.01em;white-space:nowrap;border:0;cursor:pointer;}
  .faq-more .faq-cta .cta-arrow{width:16px;height:16px;}
  .faq-more .faq-cta .cta-arrow{transition:transform .3s cubic-bezier(.2,.8,.2,1);}
  .faq-more.open .faq-ask-btn .cta-arrow{transform:rotate(90deg);}
  /* inline "ask a question" panel: smooth expand (grid-rows 0fr -> 1fr), no page nav */
  .faq-ask{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);}
  .faq-more.open .faq-ask{grid-template-rows:1fr;}
  .faq-ask-in{overflow:hidden;}
  .faq-form,.faq-ok{margin-top:22px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);}
  .faq-form{display:flex;flex-direction:column;gap:14px;}
  .faq-field label{display:block;font-family:"Inter",var(--sans);font-size:13px;color:#9FC4B4;margin-bottom:8px;}
  .faq-input,.faq-area{width:100%;box-sizing:border-box;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);
      border-radius:10px;color:#F2FBF7;font-family:"Inter",var(--sans);font-size:15px;line-height:1.5;padding:12px 14px;outline:none;
      transition:border-color .2s ease,background .2s ease;}
  .faq-area{min-height:96px;resize:vertical;}
  .faq-input::placeholder,.faq-area::placeholder{color:#6E9384;}
  .faq-input:focus,.faq-area:focus{border-color:#00E793;background:rgba(255,255,255,.08);}
  .faq-input.err,.faq-area.err{border-color:#ff8f8f;}
  .faq-row2{display:flex;flex-wrap:wrap;gap:12px;}
  .faq-row2 .faq-input{flex:1 1 220px;}
  .faq-more .faq-cta.faq-send{flex:0 0 auto;}
  .faq-ok{font-family:"Inter",var(--sans);font-size:15px;line-height:1.5;color:#00E793;display:none;}
  .faq-more.sent .faq-form{display:none;}
  .faq-more.sent .faq-ok{display:block;}
  @media (max-width:760px){ .faq-grid{grid-template-columns:1fr;} }

  /* ===== Final CTA =====
     The band is a seam, not a section: it must read as a continuation of whatever
     sits directly above it, so the card looks like it floats on that section and
     hangs down over the footer. It therefore never picks a colour of its own —
     it takes --cta-band-bg, which resolves in three layers:
       1. transparent (default) — the page background shows through. Correct for
          every page whose last section is transparent (articles, legal pages).
       2. the sibling rules below — the sections that do paint their own colour.
       3. cf-site.js, which measures the colour actually painted above the band and
          pins --cta-band-bg inline. That is the safety net: a section we have not
          listed here can never re-introduce a white seam.
     Never put a literal background on .cta-band — that is what caused the white
     strip above the card. Set --cta-band-bg instead if a page needs an override. */
  .cta-band{display:flex;justify-content:center;background:var(--cta-band-bg,transparent);}
  .faq              + .cta-band{--cta-band-bg:#00E793;}   /* seam: matcha mint-FAQ ovanför */
  /* .cf-section--deep is now a CONTAINED card on white → CTA band measures white above it (no dark seam) */
  .blog-sec--light  + .cta-band{--cta-band-bg:#EAF7F0;}   /* light blog list     */
  .tpl-head         + .cta-band{--cta-band-bg:#FBFEFC;}   /* section library     */
  .cta{position:relative;z-index:2;box-sizing:border-box;width:calc(100% - clamp(32px,10vw,80px));max-width:1016px;
       margin:clamp(30px,4.5vh,52px) auto calc(-1 * clamp(96px,14vh,150px));border-radius:16px;overflow:hidden;
       display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
       padding:clamp(44px,6vw,76px) clamp(24px,5vw,70px);
       background:linear-gradient(180deg,rgba(6,26,18,.66) 0%,rgba(6,26,18,.85) 100%),var(--ui-bg-2) center 82%/cover no-repeat,#0A2419;}
  .cta-grain{position:absolute;inset:0;z-index:0;opacity:.14;pointer-events:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-size:200px;}
  .cta>*:not(.cta-grain){position:relative;z-index:1;}
  .cta-h{max-width:840px;margin:0;font-family:var(--sans);font-weight:400;font-size:clamp(28px,4vw,44px);line-height:1.12;letter-spacing:-0.04em;color:#F2FBF7;}
  .cta-sub{max-width:640px;margin:14px 0 0;font-family:"Inter",var(--sans);font-weight:400;font-size:clamp(15px,1.5vw,16px);line-height:1.6;color:#BFD8CC;}
  .cta-btns{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:14px;}
  .cta-btns a{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;border-radius:10px;text-decoration:none;font-family:var(--serif);font-weight:400;font-size:16px;letter-spacing:-0.01em;white-space:nowrap;}
  .cta-btns .b-dark{--base-bg:#005134;--hi-bg:#00FFA2;--hi-text:#005134;color:#00FFA2;}
  .cta-btns .b-mint{color:#053324;}

  /* ===== Footer (responsive, over the landscape photo) ===== */
  .ft{position:relative;overflow:hidden;background:#8CA07C;padding:clamp(130px,17vh,196px) clamp(20px,5vw,60px) 0;}
  .ft-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
  .ft-inner{position:relative;z-index:1;max-width:1320px;margin:0 auto;}
  .ft-top{display:grid;grid-template-columns:minmax(220px,1.3fr) auto auto auto auto;gap:40px clamp(28px,4vw,54px);align-items:start;}
  .ft-brand{max-width:320px;}
  .ft-logo{margin:0;font-family:var(--sans);font-weight:400;font-size:clamp(30px,3vw,40px);letter-spacing:-0.07em;color:#F7FBF8;}
  .ft-tag{margin:14px 0 0;font-family:"Inter",var(--sans);font-weight:400;font-size:15px;line-height:1.5;color:rgba(247,251,248,.92);}
  .ft-col h4{margin:0 0 16px;font-family:var(--sans);font-weight:400;font-size:19px;letter-spacing:-0.02em;color:#F7FBF8;}
  .ft-col a{display:block;margin-bottom:9px;font-family:"Inter",var(--sans);font-weight:400;font-size:15px;color:rgba(247,251,248,.86);text-decoration:none;}
  .ft-col a:hover{color:#fff;}
  .ft-btn{align-self:start;width:max-content;height:46px;padding:0 26px;display:flex;align-items:center;justify-content:center;border-radius:10px;text-decoration:none;font-family:var(--serif);font-weight:400;font-size:16px;letter-spacing:-0.01em;}
  .ft-mark{margin:clamp(28px,5vh,56px) 0 0;text-align:center;font-family:var(--sans);font-weight:400;font-size:clamp(56px,17vw,210px);line-height:.9;letter-spacing:-0.07em;color:#FBFEFC;white-space:nowrap;overflow:hidden;}
  /* website-legal row (horizontal) between the big wordmark and the copyright */
  .ft-legal{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:22px 0 0;font-family:"Inter",var(--sans);font-size:13px;}
  .ft-legal a{position:relative;padding:2px 16px;color:rgba(247,251,248,.86);text-decoration:none;}
  .ft-legal a:hover{color:#fff;}
  .ft-legal a + a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:12px;background:rgba(247,251,248,.28);}
  .ft-copy{margin:14px 0 0;text-align:center;font-family:"Inter",var(--sans);font-size:12px;color:rgba(247,251,248,.9);}
  .ft-disc{margin:8px auto 0;max-width:560px;padding-bottom:28px;text-align:center;font-family:"Inter",var(--sans);font-size:10px;line-height:1.4;color:rgba(247,251,248,.72);}
  @media (max-width:1000px){ .ft-top{grid-template-columns:1fr 1fr;} .ft-brand{grid-column:1 / -1;max-width:520px;} .ft-btn{grid-column:1 / -1;} }
  @media (max-width:560px){
    /* Mobil: footer centrerad — allt i en kolumn, text och knapp mittställda */
    .ft-top{grid-template-columns:1fr;text-align:center;justify-items:center;gap:30px;}
    .ft-brand{max-width:100%;}
    .ft-col a{text-align:center;}
    .ft-btn{width:max-content;margin:2px auto 0;}
    .ft-legal{justify-content:center;}
  }

/* ===== Subpage UI sections: the white kit box floats on the brand hero
   background image; the app-header bar is removed for a clean UI look ===== */
.rs-media--ui{aspect-ratio:auto;overflow:hidden;border-radius:20px;
  background:#0E3229 var(--ui-bg-1) center/cover no-repeat;
  display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5.5vw,64px);}
.solution .rs-media--ui{background:#7FA88E var(--ui-bg-2) center/cover no-repeat;}
.rs-media--ui .cf-mock,.rs-media--ui .cf-statpanel,.rs-media--ui .cf-minis,.rs-media--ui .ui-window,.rs-media--ui > .ui-card{width:100%;}
/* roomier interior for the simplified one-focus portal views */
.rs-media--ui .ui-window__body{padding:24px 26px;}
.rs-media--ui .ui-window__body > * + *{margin-top:20px;}
.cf-glass__ic svg{width:22px;height:22px;}
.cf-lrow .cf-float__ic svg{width:16px;height:16px;}
/* Dark band → CONTAINED rounded card, aligned to the SAME content width as .rsection
   (edge-to-edge → kort, jfr .cf-carddark). The section is a transparent strip that supplies
   the vertical air + side gutter; the card (.cf-container) fills the content column. .cf-narrow
   no longer shrinks the CARD — it only keeps the running text an easy measure inside it. */
.cf-section--deep{background:transparent;padding:clamp(48px,7vh,80px) clamp(20px,5vw,40px);}
.cf-section--deep > .cf-container{max-width:var(--cf-container,1120px);margin-inline:auto;
  background:#0A2A1F;border-radius:26px;padding:clamp(40px,5vw,60px) clamp(30px,4.2vw,58px);}
.cf-section--deep > .cf-container.cf-narrow{max-width:var(--cf-container,1120px);}
.cf-section--deep > .cf-container.cf-narrow > *{max-width:760px;}   /* text stays a comfortable measure, left-aligned */
/* Split variant of the dark card — text LEFT (left-aligned), image RIGHT.
   Prototype on /sa-funkar-det/; roll out later by adding .cf-deep--split to other deep sections. */
.cf-deep-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(30px,4vw,58px);align-items:stretch;}
.cf-deep-text{min-width:0;}
.cf-deep-media{border-radius:18px;overflow:hidden;min-height:300px;background:#0E3229;}
.cf-deep-media img{width:100%;height:100%;object-fit:cover;display:block;}
.cf-deep--split .rs-badge svg{color:#005134;}   /* dark-green check on the mint badge (beats .cf-section--deep *{color:#fff}) */
@media(max-width:820px){
  .cf-deep-grid{grid-template-columns:1fr;gap:26px;}
  .cf-deep-media{min-height:200px;}
}
.cf-statpanel{background:#00E793;}        /* solid mint — no gradient */

/* ===== Ordnad process (steg-för-steg) — flat, inga skuggor ===== */
.steps-band{padding:clamp(48px,7vh,84px) clamp(20px,5vw,40px);}
.steps-inner{max-width:820px;margin:0 auto;}
.steps-inner .rs-h{margin-bottom:clamp(26px,4vh,40px);}
.proc{list-style:none;margin:0;padding:0;}
.proc-step{display:flex;gap:22px;padding:24px 0;border-top:1px solid #E2F1EA;}
.proc-step:first-child{border-top:0;}
.proc-n{flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#005134;color:#00FFA2;
  display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:600;font-size:18px;}
.proc-h{margin:5px 0 7px;font-family:var(--sans);font-weight:500;font-size:19px;letter-spacing:-.01em;color:#005134;}
.proc-step p{margin:0;font-family:"Inter",var(--sans);font-size:15px;line-height:1.6;color:#3C5B4E;}
@media (max-width:560px){.proc-step{gap:15px;}.proc-n{flex-basis:38px;width:38px;height:38px;font-size:16px;}}

/* ===== Juridik & säkerhet — artikelmall för PORTALEN =========================
   Gäller /sakerhet/ /ai/ /dataminimering/ /incidenthantering/ /underbitraden/.
   Basstilarna (.cf-article, .cf-prose) bor i cf-pages.css; här ligger bara det
   som skiljer portalmallen från de rena textsidorna — den dekorativa bilden
   under ingressen. Webbplatsens juridik (/integritetspolicy/ /cookies/
   /villkor/) använder INTE .cf-article__media — de ska vara ren text.

   Bilderna är atmosfäriska, inte informationsbärande: alt="" med flit, annars
   läser skärmläsaren upp en beskrivning av något som inte finns i bilden.
   Dokumenterad i /sektioner/ ("Säkerhet & juridik — artikelmall"). */
.cf-article__media{margin:10px 0 34px;border-radius:16px;overflow:hidden;
  aspect-ratio:16/7;background:#0E3229;}
.cf-article__media img{display:block;width:100%;height:100%;object-fit:cover;}
@media (max-width:640px){.cf-article__media{aspect-ratio:16/9;margin-bottom:26px;}}

/* ── CF-HOLD ── kill switch för innehåll vi inte kan belägga än ──────────────
   Allt med data-cf-hold är GÖMT, inte borttaget: markupen ligger kvar exakt
   där den ska stå. Visa igen = ta bort attributen `hidden` och `data-cf-hold`
   på det elementet. Inget annat behövs, inget ska flyttas tillbaka.
   Hitta allt: grep -rn 'data-cf-hold' site/
   !important krävs för att slå igenom komponentreglernas egna display-värden
   (t.ex. .mega-item{display:flex}), som annars vinner över [hidden].
   Regeln ligger MED FLIT i både cf-nav.css och cf-site.css — ingen enskild
   stilmall laddas av alla sidor (startsidan saknar cf-site.css). */
[data-cf-hold]{display:none!important}

/* ═══════════════════════════════════════════════════════════════════════════
   ENTRÉ-ANIMATIONER — delad rörelsevokabulär för alla undersidor
   Fyra namngivna animationer (dokumenterade live i /sektioner/):
     • Sektionsentré   — .cf-anim + .cf-ri : HELA sektionen tonar in som EN enhet
                                             när den scrollas fram (CTA, FAQ, kort,
                                             kalkylator … rör sig som en sektion)
     • Kaskad          — --i               : sektionens innehåll rippar in i takt
                                             (subtil intern förskjutning, del av entrén)
     • Hero-intro      — .hero-* on load   : hjältens rubrik/text/knappar stiger in vid laddning
     • Mjuk scroll     — html              : ankarhopp glider mjukt i stället för att hoppa
   Motorn (cf-site.js) armar bara SEKTIONER under vikningen → inget blinkar, och
   utan JS / vid "reducerad rörelse" visas allt direkt (ingen dold text). ═══════ */
:root{ --cf-ease:cubic-bezier(.16,.84,.3,1); }

/* Mjuk scroll — bara när användaren inte bett om reducerad rörelse */
@media (prefers-reduced-motion:no-preference){ html{scroll-behavior:smooth;} }
html{scroll-padding-top:92px;}   /* ankarhopp klarar den sticky navbaren */

/* Hero-intro: rubrik → brödtext → knappar stiger in i takt direkt vid laddning */
@keyframes cf-rise{from{opacity:0;transform:translate3d(0,20px,0);}to{opacity:1;transform:none;}}
.hero-pill,.hero-h1,.hero-lead,.hero-ctas{opacity:0;animation:cf-rise .8s var(--cf-ease) both;}
.hero-pill{animation-delay:.05s;}
.hero-h1{animation-delay:.14s;}
.hero-lead{animation-delay:.28s;}
.hero-ctas{animation-delay:.40s;}

/* Sektionsentré + Kaskad: motorn markerar en SEKTION med .cf-anim och dess
   innehållsblock med .cf-ri (+ --i för kaskad). Allt sätts BARA på sektioner under
   vikningen. När sektionen kommer fram får den .cf-in → hela innehållet tonar in
   som en enhet. Startläget lever på .cf-ri så inget blinkar; utan JS finns ingen
   .cf-ri och allt syns direkt. */
.cf-ri{opacity:0;transform:translate3d(0,26px,0);
  transition:opacity .7s var(--cf-ease),transform .7s var(--cf-ease);
  transition-delay:calc(min(var(--i,0),8) * .06s);will-change:opacity,transform;}
.cf-anim.cf-in .cf-ri{opacity:1;transform:none;}

@media (prefers-reduced-motion:reduce){
  .hero-pill,.hero-h1,.hero-lead,.hero-ctas{animation:none;opacity:1;}
  .cf-ri{opacity:1!important;transform:none!important;transition:none!important;}
}
