{"id":4583,"date":"2026-08-06T13:25:16","date_gmt":"2026-08-06T13:25:16","guid":{"rendered":"https:\/\/myfoodoffice.com\/en\/?page_id=4583"},"modified":"2026-08-06T13:25:43","modified_gmt":"2026-08-06T13:25:43","slug":"pricing-2026","status":"publish","type":"page","link":"https:\/\/myfoodoffice.com\/it\/pricing-2026\/","title":{"rendered":"Prezzi"},"content":{"rendered":"<!-- MyFoodOffice pricing page, build 4 \/ \"version 3\" (container-query responsive, locale-aware).\n     BUILD-MARKER:v3e-20260805T083555Z  <- fetch a translated route and grep this to prove\n     the route is not serving stale markup; TranslatePress has done that before.\n     Prices come from the Product Register via data-art; see the article table in the script.\n     NOTE: no literal double-ampersand may appear in the script below - WordPress\n     encodes it on render and the script dies at parse time. -->\n<div class=\"mfo-p3-outer\"><style id=\"mfo-p3-css\">\n\/* Full-bleed break-out. The theme's .entry-content is only 950px wide here,\n   so without this the container query would never reach the desktop band\n   (>1300px) on a desktop browser. 100vw is the no-JS fallback only: vw\n   INCLUDES the vertical scrollbar, which produced a real 8px horizontal\n   scroll on the live site (documentElement.clientWidth 1905 vs 100vw\n   1920). The script overwrites --mfo-w with clientWidth and keeps it in\n   step on resize. *\/\n.mfo-p3-outer{--mfo-w:100vw;width:var(--mfo-w);max-width:var(--mfo-w);margin-left:calc(50% - var(--mfo-w) \/ 2);margin-right:calc(50% - var(--mfo-w) \/ 2);background:#F5F6F8}\n\/* That background is load-bearing on wide screens. .mfo-p3 is capped at 1440px\n   and centred, so on a 1905px viewport there are 233px gutters either side of\n   it - and an unpainted outer let the theme's white .site-content-contain show\n   through, so the page appeared to change colour at the far left and right.\n   Painting the outer with the block's own surface makes it one continuous\n   colour at any width.\n   NOT the design export's #E8EAF0: that colour belongs to the mockup's own\n   scaffolding <section> (the one that held the earlier options side by side at\n   gap:64px), not to the page. Using it would invent a framed-card look nobody\n   asked for.\n   The left\/right borders come off with it: once the gutters are the same colour\n   they drew a 1px line down the middle of a continuous surface. Top and bottom\n   stay, as separators from the theme's header and footer.\n   The cap stays because the container query keys on .mfo-p3's inline size and\n   every clamp() in the block is in cqi - letting it grow to 1905 would scale\n   the whole type ramp up. So the coloured bands (trust strip, closing CTA) do\n   still end at 1440; full-bleed bands would need the container moved to the\n   outer and all four breakpoints re-derived. *\/\n.mfo-p3{max-width:1440px;margin:0 auto;background:#F5F6F8;border-top:1px solid #E1E4EB;border-bottom:1px solid #E1E4EB;overflow:clip;container-type:inline-size;container-name:pg;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;color:#333A4D;text-align:left;line-height:normal}\n\/* line-height:normal above is not cosmetic. The theme sets body{line-height:1.8}\n   and .entry-content raises it to 1.9, and 547 of this block's 577 spans\/divs do\n   not declare their own leading - so live they all inherited ~1.9 where the\n   design renders them at 'normal'. That loosened every small label and stretched\n   the ROI calculator's dark panel by 39px. Elements that DO set line-height\n   explicitly (prose at ~1.6, feature rows) are unaffected; this only restores\n   the design's default for the ones that never asked for a value. *\/\n.mfo-p3 *,.mfo-p3 *::before,.mfo-p3 *::after{box-sizing:border-box}\n.mfo-p3 a{color:#1665F0;text-decoration:none}\n.mfo-p3 a:hover{text-decoration:underline}\n.mfo-p3 h1,.mfo-p3 h2,.mfo-p3 h3,.mfo-p3 h4{font-family:inherit;font-feature-settings:'cv11'}\n\/* The theme's 'h1,h2,h3{padding-top:.625em}' leaked 13.125px above all 15 h3s -\n   invisible in review because we only ever set margin on them, never padding. *\/\n.mfo-p3 h1,.mfo-p3 h2,.mfo-p3 h3,.mfo-p3 h4{padding:0}\n\/* Inspiro trap: theme styles .entry-content li directly, so list-style must be\n   killed on the li, not the ul. *\/\n.mfo-p3 ul,.mfo-p3 ol{list-style:none;margin:0;padding:0}\n.mfo-p3 li{list-style:none!important;list-style-type:none!important;list-style-position:outside!important;margin:0}\n.mfo-p3 li::marker{content:''}\n.mfo-p3 p{margin:0}\n.mfo-p3 img{max-width:100%;height:auto}\n\/* \u26a0 Inspiro styles bare <button> with text-transform:uppercase, letter-spacing:1px,\n   font-family:Montserrat, font-size:1rem, line-height:1.15-1.8, display:inline,\n   width:auto, white-space:nowrap, padding:12px 25px and a centred text-align.\n   Every interactive control on this page is a <button> - the 4 persona tabs, the\n   2 billing buttons, the 8 FAQ headers, the modal close - so on the live site the\n   labels rendered in CAPS with tracking, which is why the tab row would not fit at\n   any width. A local harness cannot see this: it only appears with the theme\n   loaded. Reset the typography explicitly; a scoped '.mfo-p3-outer button' selector\n   (0,1,1) outbids the theme's bare 'button' (0,0,1) with no !important needed. *\/\n.mfo-p3-outer button{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:normal;letter-spacing:normal;text-transform:none;text-align:left;white-space:normal;color:inherit;background:none;border:none;border-radius:0;box-shadow:none;text-shadow:none;padding:0;margin:0;min-width:0;width:auto;text-decoration:none}\n.mfo-p3-outer button:hover,.mfo-p3-outer button:focus{text-decoration:none;box-shadow:none}\n\/* Same trap, second element: Inspiro's style.min.css also styles bare inputs -\n   'input,textarea{padding:11px 10px;font-size:1rem;background:#fff;\n   border:2px solid rgba(68,68,68,.19);width:auto;border-radius:0}'. That made\n   the four ROI range sliders 42px tall instead of ~16px, which inflated the\n   calculator's left column by 164px live, and margin-top:auto on the payback\n   box collected all of it into a visible gap. Enumerate the theme's rules\n   against your elements rather than resetting only the ones you happened to\n   think of - 'button' and 'input' came from the same stylesheet. *\/\n.mfo-p3-outer input,.mfo-p3-outer select,.mfo-p3-outer textarea{font-family:inherit;padding:0;margin:0;border:0;background:none;border-radius:0;width:auto;height:auto;min-height:0;box-shadow:none;color:inherit}\n.mfo-p3-outer input[type=range]{width:100%;height:auto;accent-color:#1665F0;cursor:pointer}\n.mfo-p3 [hidden]{display:none!important}\n\n.mfo-p3 .mfo-tk{flex:none;margin-top:2px}\n.mfo-p3 .mfo-f{display:flex;align-items:flex-start;gap:9px;font-size:15px;line-height:24px;color:#333A4D}\n.mfo-p3 .mfo-fl{margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:11px}\n.mfo-p3 .mfo-lb{font-size:12px;font-weight:700;color:#5F6878;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}\n\n\/* --- tabs ------------------------------------------------------------- *\/\n.mfo-p3 .mfo-tabrow{margin:0;display:flex;align-items:stretch;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden;background:#fff}\n.mfo-p3 .mfo-tab{flex:1 1 0;min-width:0;cursor:pointer;border:none;border-right:1px solid #E1E4EB;border-radius:0;padding:13px 14px;text-align:left;display:flex;align-items:center;gap:10px;transition:background 150ms,color 150ms;background:#fff;color:#1F2B4D}\n.mfo-p3 .mfo-tab > svg{flex:none;align-self:center;width:26px;height:26px}\n.mfo-p3 .mfo-tabtext{display:flex;flex-direction:column;gap:2px;flex:1 1 0;min-width:0}\n\/* text-wrap:balance makes a two-line label split evenly (\"I run bakery \/ or\n   retail shops\") instead of leaving one word stranded on line two. *\/\n.mfo-p3 .mfo-tablabel{font-size:15px;line-height:1.22;font-weight:700;letter-spacing:normal;text-transform:none;text-wrap:balance}\n.mfo-p3 .mfo-tab.is-on{background:#1F2B4D;color:#fff}\n.mfo-p3 .mfo-tabprice{display:flex;align-items:baseline;gap:4px;font-size:13.5px;line-height:1.35;letter-spacing:normal;text-transform:none;white-space:nowrap;color:inherit}\n.mfo-p3 .mfo-tabprice .o{opacity:.75}\n.mfo-p3 .mfo-tabprice strong{font-weight:700;font-variant-numeric:tabular-nums}\n\/* State classes may only change paint properties \u2014 never position\/display\/margin. *\/\n.mfo-p3 .mfo-tabdot{flex:none;margin-left:auto;align-self:center;width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:background 120ms,border-color 120ms;border:2px solid #C3C9D6;background:transparent}\n.mfo-p3 .mfo-tab.is-on .mfo-tabdot{border-color:#4CC26A;background:#4CC26A}\n.mfo-p3 .mfo-tabdot svg{display:none}\n.mfo-p3 .mfo-tab.is-on .mfo-tabdot svg{display:block}\n.mfo-p3 .mfo-panel{display:none}\n.mfo-p3 .mfo-panel.is-on{display:block}\n\n\/* --- customer logo marquee -------------------------------------------- *\/\n\/* Two identical copies of the list translate by exactly -50%, so the seam\n   lands where copy 2 starts and the loop is invisible. The mask fades both\n   edges instead of a hard clip.\n   The spacing is margin-right on each logo, NOT flex 'gap'. With gap, 108\n   items have 107 gaps, so -50% of the strip is one copy plus 53.5 gaps -\n   half a gap short of copy 2's first logo, which is a visible 26px jump\n   once per cycle. (The design export has this bug.) With a trailing margin\n   the strip is exactly 2x(copy + one gap) and -50% lands dead on. *\/\n.mfo-p3 .mfo-mq-w{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)}\n.mfo-p3 .mfo-mq{display:flex;align-items:center;width:max-content;animation:mfo-logo-marquee 140s linear infinite}\n.mfo-p3 .mfo-lgo{flex:none;display:block;height:58px;width:auto;max-width:none;margin-right:52px;opacity:.52}\n@keyframes mfo-logo-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}\n@media (prefers-reduced-motion:reduce){.mfo-p3 .mfo-mq{animation:none}.mfo-p3 .mfo-mq-w{overflow-x:auto}}\n\n\/* --- phone persona selector (replaces the tab row at <=720px) ---------- *\/\n\/* Every word in here is static markup with the inactive variant hidden -\n   the runtime only ever flips [hidden], never writes prose, because\n   TranslatePress cannot see text JS inserts after load. *\/\n.mfo-p3 .mfo-tsel-wrap{display:none;position:relative}\n.mfo-p3 .mfo-tsel{width:100%;cursor:pointer;background:#fff;border:1px solid #C3C9D6;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 2px 6px rgba(20,28,58,.07);transition:border-color 120ms}\n.mfo-p3 .mfo-tsel-wrap.is-open .mfo-tsel{border-color:#1665F0}\n.mfo-p3 .mfo-tsel-t{display:flex;flex-direction:column;gap:3px;min-width:0;text-align:left}\n.mfo-p3 .mfo-tsel-e{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5F6878}\n.mfo-p3 .mfo-tsel-l{font-size:16px;font-weight:700;color:#1F2B4D;line-height:1.25}\n.mfo-p3 .mfo-tsel-p{display:flex;align-items:baseline;gap:4px;font-size:13px;color:#4A5166}\n.mfo-p3 .mfo-tsel-p .o{opacity:.85}\n.mfo-p3 .mfo-tsel-p strong{font-weight:700;font-variant-numeric:tabular-nums}\n.mfo-p3 .mfo-tsel-v{flex:none;display:flex;align-items:center;gap:8px;color:#1665F0;font-size:13px;font-weight:700}\n.mfo-p3 .mfo-tsel-v svg{flex:none;transition:transform 150ms;transform:rotate(0deg)}\n.mfo-p3 .mfo-tsel-wrap.is-open .mfo-tsel-v svg{transform:rotate(180deg)}\n.mfo-p3 .mfo-tsel-m{display:none;position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:40;background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden;box-shadow:0 14px 30px rgba(20,28,58,.18);flex-direction:column}\n.mfo-p3 .mfo-tsel-wrap.is-open .mfo-tsel-m{display:flex}\n.mfo-p3 .mfo-tsel-o{width:100%;cursor:pointer;border:none;border-bottom:1px solid #EDEFF3;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;background:#fff;color:#1F2B4D}\n.mfo-p3 .mfo-tsel-o:last-child{border-bottom:none}\n.mfo-p3 .mfo-tsel-o.is-on{background:#1F2B4D;color:#fff}\n.mfo-p3 .mfo-tsel-o .mfo-tsel-ol{font-size:15px;font-weight:700;line-height:1.25;letter-spacing:normal;text-transform:none}\n.mfo-p3 .mfo-tsel-o .mfo-tsel-op{font-size:12.5px;letter-spacing:normal;text-transform:none;opacity:.85;font-variant-numeric:tabular-nums}\n.mfo-p3 .mfo-tsel-d{flex:none;width:18px;height:18px;border-radius:999px;border:2px solid #C3C9D6;background:transparent}\n.mfo-p3 .mfo-tsel-o.is-on .mfo-tsel-d{border-color:#4CC26A;background:#4CC26A}\n\n\/* --- billing toggle ---------------------------------------------------- *\/\n.mfo-p3 .mfo-bill{display:inline-flex;background:#EDEFF3;border-radius:8px;padding:4px;gap:4px}\n.mfo-p3 .mfo-bill button{border:none;cursor:pointer;font-weight:500;font-size:14.5px;line-height:1.3;padding:8px 18px;border-radius:6px;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:background 120ms,color 120ms;background:transparent;color:#5F6878}\n.mfo-p3 .mfo-bill button.is-on{background:#fff;color:#1F2B4D;box-shadow:0 1px 2px rgba(20,28,58,.08)}\n\n\/* --- sliders ----------------------------------------------------------- *\/\n.mfo-p3 input[type=range]{width:100%;accent-color:#1665F0;cursor:pointer;margin:0}\n\n\/* --- FAQ --------------------------------------------------------------- *\/\n.mfo-p3 .mfo-faq-h{width:100%;background:transparent;border:none;cursor:pointer;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;line-height:1.35}\n.mfo-p3 .mfo-faq-i{flex:none;font-size:20px;font-weight:400;color:#5F6878;line-height:1;transition:transform 150ms;transform:rotate(0deg)}\n.mfo-p3 .mfo-faq.is-on .mfo-faq-i{transform:rotate(45deg)}\n.mfo-p3 .mfo-faq-b{display:none;padding:16px 22px 16px;border-top:1px solid #EDEFF3}\n.mfo-p3 .mfo-faq.is-on .mfo-faq-b{display:block}\n\n\/* --- nordic \/ currency variants ---------------------------------------- *\/\n.mfo-p3 .cur-NOK,.mfo-p3 .cur-SEK{display:none}\n.mfo-p3.is-NOK .cur-EUR,.mfo-p3.is-SEK .cur-EUR{display:none}\n.mfo-p3.is-NOK .cur-NOK,.mfo-p3.is-SEK .cur-SEK{display:inline}\n.mfo-p3 .nordic-only{display:none}\n.mfo-p3.is-nordic .nordic-only{display:inline}\n.mfo-p3.is-nordic .eur-only-txt{display:none}\n.mfo-p3.is-nordic [data-eur-only]{display:none!important}\n.mfo-p3.is-nordic .mfo-fdgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}\n\n\/* --- booking modal ----------------------------------------------------- *\/\n.mfo-bk-ov{position:fixed;inset:0;z-index:100000;background:rgba(11,18,34,.62);display:none;align-items:flex-start;justify-content:center;padding:28px 16px;overflow:auto}\n.mfo-bk-ov.is-on{display:flex}\n.mfo-bk-bx{background:#fff;border-radius:14px;width:100%;max-width:920px;min-height:640px;position:relative;box-shadow:0 24px 60px rgba(8,14,28,.35);padding:22px}\n.mfo-bk-x{position:absolute;top:10px;right:12px;border:none;background:transparent;font-size:26px;line-height:1;color:#5F6878;cursor:pointer;padding:4px 8px}\n.mfo-bk-slot{min-height:600px}\n.mfo-bk-head{display:flex;align-items:center;gap:14px;padding:2px 34px 16px 2px;border-bottom:1px solid #E7E9EE;margin-bottom:14px}\n.mfo-bk-logo{height:30px;width:auto;flex:none}\n.mfo-bk-head-txt{min-width:0}\n.mfo-bk-title{margin:0 0 4px;font-size:17px;font-weight:700;line-height:1.3;color:#101A2E}\n.mfo-bk-sub{margin:0;font-size:13.5px;line-height:1.5;color:#5F6878}\n.mfo-bk-wrap{position:relative}\n.mfo-bk-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#fff;transition:opacity .25s ease}\n.mfo-bk-wrap.is-ready .mfo-bk-loading{opacity:0;pointer-events:none}\n.mfo-bk-spin{width:32px;height:32px;border-radius:50%;border:3px solid #E7E9EE;border-top-color:#1665F0;animation:mfo-bk-spin .8s linear infinite}\n.mfo-bk-loading span:last-child{font-size:13.5px;color:#5F6878}\n@keyframes mfo-bk-spin{to{transform:rotate(360deg)}}\n\n\/* =====================================================================\n   Four responsiveness modes, driven by container queries on \"pg\".\n   Desktop  > 1300px   | Tablet landscape 1001-1300 | Tablet portrait 721-1000\n   Phone portrait <= 720px\n   ===================================================================== *\/\n.mfo-p3 [data-phone-only]{display:none}\n.mfo-p3 [data-phone-only-br]{display:none}\n.mfo-p3 [data-tablet-br]{display:none}\n.mfo-p3 [data-tl-br]{display:none}\n\n@container pg (min-width: 721px) and (max-width: 1000px){\n  .mfo-p3 [data-tl]{display:flex!important;flex-wrap:wrap;justify-content:center;row-gap:30px!important}\n  .mfo-p3 [data-tl-step]{flex:0 0 32%}\n  .mfo-p3 [data-case]{display:grid!important;grid-template-columns:minmax(0,1fr) auto;column-gap:20px;align-items:start}\n  .mfo-p3 [data-case] > *:nth-child(1){grid-column:1 \/ -1}\n  .mfo-p3 [data-case] > *:nth-child(2){grid-column:1;grid-row:2;min-height:0!important}\n  .mfo-p3 [data-case] > *:nth-child(3){grid-column:2;grid-row:2 \/ span 2;align-self:stretch;justify-content:center}\n  .mfo-p3 [data-case] > *:nth-child(4){grid-column:1;grid-row:3}\n  .mfo-p3 [data-case] > *:nth-child(5){grid-column:1 \/ -1;grid-row:4}\n  .mfo-p3 [data-case] [data-phone-column]{flex-direction:column!important;align-items:center!important}\n  .mfo-p3 [data-case] [data-phone-rot]{transform:rotate(90deg)}\n  .mfo-p3 [data-pillars]{grid-template-columns:1fr!important}\n  .mfo-p3 [data-tablet-br]{display:inline!important}\n  .mfo-p3 .mfo-tab > svg{width:22px;height:22px}\n  .mfo-p3 .mfo-tablabel{font-size:14px}\n  .mfo-p3 .mfo-tabprice{font-size:12.5px}\n  .mfo-p3 [data-pillars] > *{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)!important;column-gap:28px;row-gap:10px;align-items:start}\n  .mfo-p3 [data-pillars] > * > *:nth-child(1){grid-column:1;grid-row:4;align-self:end}\n  .mfo-p3 [data-pillars] > * > *:nth-child(2){grid-column:1;grid-row:1}\n  .mfo-p3 [data-pillars] > * > *:nth-child(3){grid-column:1;grid-row:2;min-height:0!important}\n  .mfo-p3 [data-pillars] > * > *:nth-child(4){grid-column:2;grid-row:1 \/ span 4;border-top:0!important;border-left:1px solid #EDEFF3;padding:0 0 0 28px!important}\n}\n@container pg (min-width: 721px) and (max-width: 1300px){\n  \/* The tab row becomes one grid with three named rows (dot \/ label \/ price)\n     and each tab adopts them with grid-template-rows:subgrid. That makes the\n     rows size to the tallest tab and align ACROSS tabs, which is what actually\n     fixes the fit: at 1194px only \"I run bakery or retail shops\" used to wrap,\n     which shifted that tab's whole content block out of line with the other\n     three. A reserved min-height would also align them, but it strands an\n     empty line under every label that does not wrap - and it guesses at a line\n     count that a longer translation would break. Subgrid needs no guess. *\/\n  .mfo-p3 .mfo-tabrow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto auto;align-items:stretch}\n  .mfo-p3 [data-tabbtn]{display:grid!important;grid-row:1 \/ span 3;grid-template-rows:subgrid;grid-template-columns:auto minmax(0,1fr);row-gap:7px;column-gap:10px;padding:10px 11px 12px!important}\n  \/* display:contents lifts the label and price out of their wrapper so they\n     become grid items of the tab and can sit on the shared subgrid rows. *\/\n  .mfo-p3 .mfo-tabtext{display:contents}\n  .mfo-p3 [data-tabbtn] > [data-tabdot]{grid-area:1 \/ 1 \/ 2 \/ 3;justify-self:center;margin:0!important;align-self:center!important}\n  .mfo-p3 [data-tabbtn] > svg{grid-area:2 \/ 1 \/ 4 \/ 2;align-self:center}\n  .mfo-p3 .mfo-tablabel{grid-area:2 \/ 2 \/ 3 \/ 3;align-self:end}\n  .mfo-p3 .mfo-tabprice{grid-area:3 \/ 2 \/ 4 \/ 3;align-self:start}\n}\n@container pg (min-width: 1001px) and (max-width: 1300px){\n  .mfo-p3 [data-tl-br]{display:inline!important}\n  \/* The two case cards adopt one shared 5-row subgrid so their headings,\n     chip rows and CTAs line up across cards instead of each card sizing\n     its own rows. Same technique as the tab row. *\/\n  .mfo-p3 [data-cases]{grid-template-rows:auto auto auto auto auto!important}\n  .mfo-p3 [data-cases] > [data-case]{display:grid!important;grid-row:span 5!important;grid-template-rows:subgrid!important}\n  .mfo-p3 [data-chips]{flex-wrap:nowrap!important;gap:6px!important}\n  .mfo-p3 [data-chips] [data-chip]{font-size:11.5px!important;padding:7px 9px!important}\n  .mfo-p3 [data-group]{display:grid!important;grid-template-columns:minmax(0,340px) minmax(0,1fr);column-gap:48px;align-items:start}\n  .mfo-p3 [data-group] > h2{grid-column:1;grid-row:1;margin:0 0 14px!important}\n  .mfo-p3 [data-group] > div{display:contents!important}\n  .mfo-p3 [data-group] > div > *:nth-child(1){grid-column:1;grid-row:2;max-width:none!important}\n  .mfo-p3 [data-group] > div > *:nth-child(2){grid-column:2;grid-row:1 \/ span 2}\n}\n@container pg (max-width: 720px){\n  .mfo-p3 [data-phone-hide]{display:none!important}\n  .mfo-p3 [data-phone-only]{display:inline!important}\n  \/* Four stacked full-width tabs cost most of a phone screen before any\n     content. The row is swapped for a dropdown that shows only the current\n     persona; the row itself is removed from the layout, not just hidden. *\/\n  .mfo-p3 [data-tabrow]{display:none!important}\n  .mfo-p3 .mfo-tsel-wrap{display:block!important}\n  \/* Three stats side by side without wrapping - the labels get one nowrap\n     line each rather than reflowing into a 2+1 ragged block. *\/\n  .mfo-p3 [data-trust]{flex-wrap:nowrap!important;gap:16px!important;padding-left:14px!important;padding-right:14px!important}\n  .mfo-p3 [data-trust] > div > div:first-child{font-size:18px!important}\n  .mfo-p3 [data-trust] > div > div:last-child{font-size:11px!important;line-height:15px!important;white-space:nowrap}\n  .mfo-p3 [data-phone-block]{width:100%!important;margin-left:0!important;justify-content:flex-start!important}\n  .mfo-p3 [data-phone-column]{flex-direction:column!important;align-items:center!important}\n  .mfo-p3 [data-phone-spread]{width:100%!important;justify-content:space-between!important}\n  .mfo-p3 [data-phone-newline]{display:block!important;margin-top:3px!important}\n  .mfo-p3 [data-phone-rot]{transform:rotate(90deg)}\n  .mfo-p3 [data-phone-only-br]{display:inline!important}\n  .mfo-p3 [data-phone-join]{min-height:0!important}\n  .mfo-p3 [data-phone-join] > p{display:inline!important;margin:0!important}\n  .mfo-p3 [data-phone-join] > p + p::before{content:\" \"}\n  .mfo-p3 [data-tl]{grid-template-columns:1fr!important;gap:0!important}\n  .mfo-p3 [data-tl-step]{display:grid!important;grid-template-columns:44px 1fr!important;column-gap:14px!important;row-gap:3px!important;align-items:start!important;text-align:left!important;padding:0 0 22px!important;background-size:2px 100%!important;background-position:21px 6px!important}\n  .mfo-p3 [data-tl-step]:last-child{padding-bottom:0!important;background-image:none!important}\n  .mfo-p3 [data-tl-step] > *:nth-child(1){grid-area:1 \/ 2;white-space:nowrap}\n  .mfo-p3 [data-tl-step] > *:nth-child(2){grid-area:1 \/ 1;grid-row:1 \/ span 3;justify-self:center;align-self:start}\n  .mfo-p3 [data-tl-step] > *:nth-child(3){grid-area:2 \/ 2}\n  .mfo-p3 [data-tl-step] > *:nth-child(4){grid-area:3 \/ 2;max-width:none!important}\n  .mfo-p3 .mfo-lastcta{flex-direction:column!important;align-items:flex-start!important}\n  .mfo-bk-bx{padding:14px;min-height:560px}\n}\n<\/style>\n<div class=\"mfo-p3\" data-mfo-root=\"1\"><svg width=\"0\" height=\"0\" style=\"position:absolute\" aria-hidden=\"true\" focusable=\"false\"><symbol id=\"mfo-tick\" viewbox=\"0 0 16 16\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"><\/path><\/symbol><\/svg>\n<div style=\"padding:clamp(32px,4cqi,56px) clamp(20px,5cqi,80px) 34px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center\">\n<h1 style=\"font-size:clamp(28px,3.4cqi,44px);line-height:1.14;font-weight:700;letter-spacing:-.02em;color:#1F2B4D;margin:0;max-width:780px;text-wrap:balance\">Pensato per iniziare in piccolo. Costruito per crescere con te.<\/h1>\n<div data-phone-column=\"1\" style=\"display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;margin-top:4px\">\n<span style=\"display:flex;align-items:center;gap:7px;font-size:14px;color:#333A4D\"><svg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex:none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Utenti illimitati<\/span>\n<span style=\"display:flex;align-items:center;gap:7px;font-size:14px;color:#333A4D\"><svg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex:none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><a href=\"#mfo-impl\" style=\"color:#333A4D\">Support &amp; implementazione inclusi<\/a><\/span>\n<span style=\"display:flex;align-items:center;gap:7px;font-size:14px;color:#333A4D\"><svg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex:none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Nessun costo nascosto<\/span>\n<\/div><\/div><div data-trust=\"1\" style=\"background:#fff;border-top:1px solid #E1E4EB;border-bottom:1px solid #E1E4EB;padding:24px clamp(20px,5cqi,80px);display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap\">\n<div style=\"text-align:center\"><div style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">1 000+<\/div><div style=\"font-size:12px;color:#5F6878\">Sedi<\/div><\/div><div style=\"text-align:center\"><div style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">45 000+<\/div><div style=\"font-size:12px;color:#5F6878\">Ordini \/ mese<\/div><\/div><div style=\"text-align:center\"><div style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">3.0M+<\/div><div style=\"font-size:12px;color:#5F6878\">Prodotti \/ mese<\/div><\/div><\/div><div style=\"padding:30px 0 6px;display:flex;flex-direction:column;align-items:center;gap:18px\">\n<span style=\"font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5F6878\">Scelto da produttori alimentari in tutta Europa<\/span>\n<div class=\"mfo-mq-w\"><div class=\"mfo-mq\">\n<img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-aasmundsens-bakeri.webp\" width=\"336\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Aasmundsens Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-al-prestine.webp\" width=\"122\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Al Prestin\u00e8\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-asker-produkt.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Asker Produkt\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakehuset-nord-norge.webp\" width=\"240\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakehuset Nord-Norge\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-brun.webp\" width=\"326\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Baker Brun\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-nordby-logo.webp\" width=\"202\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Baker Nordby\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-i-brumunddal-as.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakeriet i Brumunddal\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-mo-i-rana.webp\" width=\"200\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakeriet Mo i Rana\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-steike-godt.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakeriet Steike Godt\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-balduzzi.webp\" width=\"176\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Panificio Balduzzi\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bergshaven-bakeri.webp\" width=\"266\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bergshaven Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-boulangerie-m.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Boulangerie M\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-brustadbakeren.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Brustadbakeren\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-calzolari.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Il Forno di Calzolari\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-dampbageriet.webp\" width=\"194\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Dampbageriet\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-drommeplassen.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Dr\u00f8mmeplassen\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-frk-lyng-hatt-til-planday-002.webp\" width=\"112\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Frk. Lyng\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-garcon.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Gar\u00e7on\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-geheb-conditori.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Geheb Conditori\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-grenland-bakeri-og-conditori.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Grenland Bakeri og Conditori\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-hardanger-bakeri-001-logo.webp\" width=\"120\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Hardanger Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-il-fornaio-di-via-galilei.webp\" width=\"142\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Il Fornaio di via Galilei\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-juniper-wordmark-yellow.webp\" width=\"196\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Juniper\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjelstad-bakeri.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Kjelstad Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjokkenskapet.webp\" width=\"306\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Kj\u00f8kkenskapet\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-larsens-bakeri-uai-720x547-1.webp\" width=\"138\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Larsens Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-le-levain.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Le Levain\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-lett-logo.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"L.E.T.T.\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-se-linds-bageri.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Linds Bageri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-mendel-s.webp\" width=\"320\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Mendel&#8217;s\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-motz-kringla.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Motz &#038; Kringla\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-naerbakst.webp\" width=\"186\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"N\u00e6rbakst\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-odegaarden-bakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\u00d8degaarden Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-ostlyngens-bakeri.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\u00d8stlyngens Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-oya-bakern.webp\" width=\"106\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\u00d8ya Bakern\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-leo-croissant.webp\" width=\"132\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Palmenti\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-panificio-sacco-concetta-v2.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Panificio Sacco Concetta\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-pave-logo.webp\" width=\"124\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Pav\u00e9\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-presterudbakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Presteruds eft.\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rade-bakeri.webp\" width=\"178\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"R\u00e5de Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-romsoe-produksjon.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Roms\u00f8es Conditori\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rosenborg-bakeri.webp\" width=\"334\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Rosenborg Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sam-berg-logo.webp\" width=\"150\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Sam Berg\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sandnes-bakeri-logo.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Sandnes Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-soknedal-bakeri-og-konditori.webp\" width=\"208\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Soknedal Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-soulfood.webp\" width=\"372\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Soulfood\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-stavelin-bakeri.webp\" width=\"210\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Stavelin Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-tinholt-bakeri-og-konditori-logo.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Tinholt Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-torgrim-hansen.webp\" width=\"126\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Torgrim Hansen\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-tresoldi.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Italo Tresoldi\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-valcopane.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Valcopane\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-viken-mathus.webp\" width=\"102\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Viken Mathus\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-waagans-bakeri.webp\" width=\"218\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Waagans Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-walthers.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Walters\">\n<img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-aasmundsens-bakeri.webp\" width=\"336\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-al-prestine.webp\" width=\"122\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-asker-produkt.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakehuset-nord-norge.webp\" width=\"240\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-brun.webp\" width=\"326\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-nordby-logo.webp\" width=\"202\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-i-brumunddal-as.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-mo-i-rana.webp\" width=\"200\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-steike-godt.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-balduzzi.webp\" width=\"176\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bergshaven-bakeri.webp\" width=\"266\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-boulangerie-m.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-brustadbakeren.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-calzolari.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-dampbageriet.webp\" width=\"194\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-drommeplassen.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-frk-lyng-hatt-til-planday-002.webp\" width=\"112\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-garcon.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-geheb-conditori.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-grenland-bakeri-og-conditori.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-hardanger-bakeri-001-logo.webp\" width=\"120\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-il-fornaio-di-via-galilei.webp\" width=\"142\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-juniper-wordmark-yellow.webp\" width=\"196\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjelstad-bakeri.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjokkenskapet.webp\" width=\"306\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-larsens-bakeri-uai-720x547-1.webp\" width=\"138\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-le-levain.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-lett-logo.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-se-linds-bageri.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-mendel-s.webp\" width=\"320\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-motz-kringla.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-naerbakst.webp\" width=\"186\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-odegaarden-bakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-ostlyngens-bakeri.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-oya-bakern.webp\" width=\"106\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-leo-croissant.webp\" width=\"132\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-panificio-sacco-concetta-v2.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-pave-logo.webp\" width=\"124\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-presterudbakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rade-bakeri.webp\" width=\"178\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-romsoe-produksjon.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rosenborg-bakeri.webp\" width=\"334\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sam-berg-logo.webp\" width=\"150\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sandnes-bakeri-logo.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-soknedal-bakeri-og-konditori.webp\" width=\"208\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-soulfood.webp\" width=\"372\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-stavelin-bakeri.webp\" width=\"210\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-tinholt-bakeri-og-konditori-logo.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-torgrim-hansen.webp\" width=\"126\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-tresoldi.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-valcopane.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-viken-mathus.webp\" width=\"102\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-waagans-bakeri.webp\" width=\"218\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-walthers.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\">\n<\/div><\/div><\/div><div style=\"position:sticky;top:0;z-index:30;background:#F5F6F8;border-bottom:1px solid #E1E4EB;padding:18px clamp(20px,5cqi,80px) 16px;box-shadow:0 6px 16px rgba(20,28,58,.06)\">\n<div data-phone-column=\"1\" style=\"display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px\">\n<span style=\"font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5F6878\">Fatturazione<\/span>\n<div class=\"mfo-bill\">\n<button type=\"button\" data-mfo-bill=\"monthly\">Mensile<\/button>\n<button type=\"button\" data-mfo-bill=\"annual\" class=\"is-on\">Annuale<span style=\"background:#E6F7EB;color:#1B7A35;font-size:12px;font-weight:700;padding:2px 7px;border-radius:999px\">Risparmia il 15%<\/span><\/button>\n<\/div><\/div>\n<div data-phone-hide=\"1\" style=\"font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4A5166;margin-bottom:10px;text-align:center\">QUALE DESCRIVE MEGLIO LA TUA ATTIVIT\u00c0?<\/div>\n<div class=\"mfo-tsel-wrap\" data-tabselect=\"1\">\n<button type=\"button\" class=\"mfo-tsel\" data-mfo-tsel=\"1\" aria-expanded=\"false\" aria-haspopup=\"true\">\n<span class=\"mfo-tsel-t\">\n<span class=\"mfo-tsel-e\">QUALE DESCRIVE MEGLIO LA TUA ATTIVIT\u00c0?<\/span>\n<span class=\"mfo-tsel-l\"><span data-tsel-l=\"fb\">Vendo B2B o a negozi propri<\/span><span data-tsel-l=\"store\" hidden>Gestisco una panetteria o dei punti vendita<\/span><span data-tsel-l=\"fp\" hidden>Ho delle ricette e produco alimenti<\/span><span data-tsel-l=\"sales\" hidden>La mia attivit\u00e0 \u00e8 pi\u00f9 articolata<\/span><\/span>\n<span class=\"mfo-tsel-p\"><span data-tsel-p=\"fb\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Da<\/span><strong data-art=\"201\">\u20ac126<\/strong><span class=\"o\">\/mese<\/span><\/span><span data-tsel-p=\"store\" hidden style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Da<\/span><strong data-art=\"303\">\u20ac69<\/strong><span class=\"o\">\/punto vendita\/mese<\/span><\/span><span data-tsel-p=\"fp\" hidden style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Da<\/span><strong data-art=\"101\">\u20ac49<\/strong><span class=\"o\">\/mese<\/span><\/span><span data-tsel-p=\"sales\" hidden style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Parla con il team commerciale<\/span><\/span><\/span>\n<\/span>\n<span class=\"mfo-tsel-v\"><span data-tsel-v=\"closed\">Modifica<\/span><span data-tsel-v=\"open\" hidden>Chiudi<\/span><svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"><\/path><\/svg><\/span>\n<\/button>\n<div class=\"mfo-tsel-m\" role=\"listbox\">\n<button type=\"button\" class=\"mfo-tsel-o is-on\" data-mfo-tab=\"fb\" data-tsel-o=\"fb\" role=\"option\" aria-selected=\"true\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">Vendo B2B o a negozi propri<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Da<\/span><strong data-art=\"201\">\u20ac126<\/strong><span class=\"o\">\/mese<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button><button type=\"button\" class=\"mfo-tsel-o\" data-mfo-tab=\"store\" data-tsel-o=\"store\" role=\"option\" aria-selected=\"false\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">Gestisco una panetteria o dei punti vendita<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Da<\/span><strong data-art=\"303\">\u20ac69<\/strong><span class=\"o\">\/punto vendita\/mese<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button><button type=\"button\" class=\"mfo-tsel-o\" data-mfo-tab=\"fp\" data-tsel-o=\"fp\" role=\"option\" aria-selected=\"false\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">Ho delle ricette e produco alimenti<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Da<\/span><strong data-art=\"101\">\u20ac49<\/strong><span class=\"o\">\/mese<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button><button type=\"button\" class=\"mfo-tsel-o\" data-mfo-tab=\"sales\" data-tsel-o=\"sales\" role=\"option\" aria-selected=\"false\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">La mia attivit\u00e0 \u00e8 pi\u00f9 articolata<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Parla con il team commerciale<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button>\n<\/div><\/div>\n<div class=\"mfo-tabrow\" data-tabrow=\"1\" role=\"tablist\">\n<button type=\"button\" class=\"mfo-tab is-on\" data-mfo-tab=\"fb\" data-tabbtn=\"1\" aria-selected=\"true\" role=\"tab\" style=\"\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"2\"><\/rect><path d=\"M3 9h18\"><\/path><path d=\"M7 14h6\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">Vendo B2B o<br data-tablet-br=\"1\"> ai miei negozi<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Da<\/span><strong data-art=\"201\">\u20ac126<\/strong><span class=\"o\">\/mese<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button><button type=\"button\" class=\"mfo-tab\" data-mfo-tab=\"store\" data-tabbtn=\"1\" aria-selected=\"false\" role=\"tab\" style=\"\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><path d=\"M3 9l1.5-5h15L21 9\"><\/path><path d=\"M4 9v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9\"><\/path><path d=\"M9 20v-6h6v6\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">Gestisco una panetteria o dei punti vendita<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Da<\/span><strong data-art=\"303\">\u20ac69<\/strong><span class=\"o\">\/punto vendita\/mese<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button><button type=\"button\" class=\"mfo-tab\" data-mfo-tab=\"fp\" data-tabbtn=\"1\" aria-selected=\"false\" role=\"tab\" style=\"\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><path d=\"M4 5a2 2 0 0 1 2-2h13v16H6a2 2 0 0 0-2 2z\"><\/path><path d=\"M9 3v14\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">Ho delle ricette e produco alimenti<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Da<\/span><strong data-art=\"101\">\u20ac49<\/strong><span class=\"o\">\/mese<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button><button type=\"button\" class=\"mfo-tab\" data-mfo-tab=\"sales\" data-tabbtn=\"1\" aria-selected=\"false\" role=\"tab\" style=\"border-right:0;\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M9.6 9.2a2.5 2.5 0 1 1 3.6 2.3c-.7.4-1.2 1-1.2 1.8\"><\/path><path d=\"M12 17h.01\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">La mia attivit\u00e0 \u00e8 pi\u00f9 articolata<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Parla con il team commerciale<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button>\n<\/div><\/div>\n<div style=\"padding:34px clamp(20px,5cqi,80px) 10px\">\n<div class=\"mfo-panel is-on\" data-mfo-panel=\"fb\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:660px;margin:0 auto 28px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Semplifica le tue vendite<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:0\">Scegli il piano pi\u00f9 adatto alla tua base clienti.<\/p>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:6px 0 0\">Gestisci ordini, produzione, packaging e consegne in un\u2019unica piattaforma.<\/p><\/div>\n\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px;align-items:stretch\">\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #C9DBFF\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#C9DBFF;color:#143C8C;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Pi\u00f9 popolare<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">B2B Sales Standard<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideale per aziende che vendono tramite punti vendita propri o fino a 100 clienti B2B.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:16px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"201\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac126<\/span><span style=\"font-size:13px;color:#5F6878\">\/mese<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fatturazione annuale<\/span><span class=\"bm\" hidden>fatturazione mensile<\/span><\/div><\/div>\n<div style=\"background:#F7FAFF;border:1px solid #C9DBFF;border-radius:8px;padding:12px 14px;margin-bottom:20px\">\n<div style=\"font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3B5FE0;margin-bottom:4px\">Volume incluso<\/div>\n<div style=\"font-size:14px;font-weight:500;color:#1F2B4D;font-variant-numeric:tabular-nums\">750 000 unit\u00e0 ordinate all&#8217;anno<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:4px\">Se superi il limite, nulla si blocca. Ti diamo il tempo necessario per passare a Pro.<\/div><\/div>\n<div class=\"mfo-lb\">Include<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Webshop B2B facile da usare<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Scadenze ordini e impostazioni per i giorni festivi<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Ordini fissi ripetitivi<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Gestione clienti e ordini<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Accordi su prezzi e sconti<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Report di produzione e smistamento<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Insight di business<\/span><\/li><\/ul>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:auto\"><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Prenota una demo<\/a><a href=\"\/it\/manage-your-business\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Scopri di pi\u00f9<\/a><\/div><\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border:1px solid #1E6FFF;border-top:3px solid #1E6FFF;box-shadow:0 12px 28px rgba(20,28,58,.10)\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#1665F0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Soluzione pi\u00f9 completa<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">B2B Sales Pro<\/h3>\n<div style=\"background:#F7FAFF;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideale per aziende con molti segmenti di clientela o esigenze complesse.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:16px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"202\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac252<\/span><span style=\"font-size:13px;color:#5F6878\">\/mese<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fatturazione annuale<\/span><span class=\"bm\" hidden>fatturazione mensile<\/span><\/div><\/div>\n<div style=\"background:#F5F6F8;border:1px solid #EDEFF3;border-radius:8px;padding:12px 14px;margin-bottom:20px\">\n<div style=\"font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#5F6878;margin-bottom:4px\">Volume incluso<\/div>\n<div style=\"font-size:14px;font-weight:500;color:#1F2B4D;font-variant-numeric:tabular-nums\">Nessun limite di utilizzo<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:4px\">Vendi quanto vuoi. Niente da monitorare, niente conguagli.<\/div><\/div>\n<div class=\"mfo-lb\">TUTTO CI\u00d2 CHE \u00c8 INCLUSO NEL PIANO STANDARD, PI\u00d9<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Gestione campagne<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Regole di ordinazione avanzate<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Monitoraggio ordini e liste di chiamata<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Invio automatico via e-mail delle copie ordine<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Regole automatiche per spese di trasporto e fatturazione<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Conversione degli articoli di vendita ad articolo di produzione<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Report altamente personalizzabili<\/span><\/li><\/ul>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:auto\"><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Prenota una demo<\/a><a href=\"\/it\/manage-your-business\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Scopri di pi\u00f9<\/a><\/div><\/div>\n<\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n<img src=\"\/wp-content\/uploads\/2026\/08\/mfo-quote-kim-age-larsen-208.webp\" alt=\"Kim \u00c5ge Larsen\" width=\"104\" height=\"104\" loading=\"lazy\" decoding=\"async\" data-phone-hide=\"1\" style=\"width:104px;height:104px;border-radius:999px;object-fit:cover;flex:none\">\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">&#8220;I risparmi ottenuti sono pazzeschi. Parlando solo del mio tempo; risparmio 40-50 ore ogni mese.<br data-phone-hide=\"1\"><br data-phone-only>\u00c8 assolutamente incredibile. Non pensavo fosse possibile.&#8221;<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Kim \u00c5ge Larsen<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Direttore Generale, Larsens Bakeri, Farsund, Norvegia<\/span>\n<a href=\"\/it\/story-larsens-bakery\/\" data-mfo-loc=\"1\" style=\"font-size:12.5px;color:#1665F0;font-weight:500\">Leggi la storia \u2192<\/a><\/div><\/div><\/div>\n\n<div style=\"background:#EDEFF3;border:1px solid #E1E4EB;border-radius:14px;padding:32px;margin-top:28px\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0 0 18px\">I moduli pi\u00f9 richiesti per accompagnare la tua crescita digitale<\/h3>\n<p style=\"font-size:14.5px;line-height:23px;color:#333A4D;margin:0 0 16px\">La maggior parte dei clienti B2B Sales inizia con B2B Sales Standard pi\u00f9 Accounting Connect.<\/p>\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;margin-bottom:24px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px 32px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<div style=\"flex:1 1 320px;min-width:0\">\n<h4 style=\"font-size:16px;font-weight:700;color:#1F2B4D;margin:0 0 6px\">Accounting Connect<\/h4>\n<p style=\"font-size:14px;line-height:21px;color:#4A5166;margin:0;max-width:620px\">Trasferisci gli ordini direttamente nel tuo sistema contabile per fatturazione, contabilit\u00e0 e riscossione dei pagamenti \u2014 un\u2019integrazione utile quando la fatturazione richiede automazione.<\/p><\/div>\n<div data-phone-spread=\"1\" style=\"flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:20px\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"423\" style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Food Declarations Standard<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Ricette, liste ingredienti, valori nutrizionali e allergeni sui prodotti e sulle ricette che produci tu stesso.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"101\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Packing<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Pick and pack (smistamento) su tablet o smartphone \u2014 rapido, chiaro ed efficiente.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"232\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Production<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Calcolo dei lotti, tracciabilit\u00e0 e gestione delle attivit\u00e0, senza carta.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"222\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Inventory<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Gestione semplice di tutte le merci, sia per una piccola attivit\u00e0 sia per un\u2019azienda con pi\u00f9 sedi.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:3px\">Da<\/span><span data-art=\"241\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac66<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">B2B Routes<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Pianificazione dei percorsi che riduce tempi e costi di consegna.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"212\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Custom Products<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Ordini di torte personalizzate con opzioni validate e ogni extra con il suo prezzo.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"132\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><\/div><\/div>\n<\/div><div class=\"mfo-panel\" data-mfo-panel=\"store\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:680px;margin:0 auto 28px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Gestisci i tuoi punti vendita in modo pi\u00f9 intelligente.<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#333A4D;margin:0\">Store Management \u00e8 pensato per le catene che, crescendo, hanno bisogno di gestire i propri punti vendita in modo pi\u00f9 strutturato e professionale. Risponde alle esigenze specifiche del settore retail alimentare che n\u00e9 i tradizionali sistemi ERP n\u00e9 i registratori di cassa sono in grado di soddisfare.<\/p>\n<p style=\"font-size:13.5px;line-height:20px;color:#5F6878;margin:10px 0 0\">B2B Sales \u00e8 sufficiente se la tua esigenza \u00e8 semplificare la gestione degli ordini di vendita.<\/p><\/div>\n\n<div style=\"max-width:580px;margin:0 auto 24px\">\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #1E6FFF\">\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Store Management Platform<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Per panetterie, rivenditori alimentari e catene del settore food concept che desiderano gestire le proprie attivit\u00e0 in modo pi\u00f9 intelligente.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:16px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:6px\">Da<\/span><span data-art=\"303\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac69<\/span><span style=\"font-size:13px;color:#5F6878\">\/punto vendita\/mese<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fatturazione annuale<\/span><span class=\"bm\" hidden>fatturazione mensile \u00b7 passa all&#8217;annuale e risparmia il 15%<\/span><\/div><\/div>\n<div style=\"background:#F7FAFF;border:1px solid #C9DBFF;border-radius:8px;padding:12px 14px;margin-bottom:20px\">\n<div style=\"font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3B5FE0;margin-bottom:4px\">Prezzi a volume<\/div>\n<div style=\"font-size:14px;font-weight:500;color:#1F2B4D\">Sconto a partire dal secondo punto vendita<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:4px\">Pi\u00f9 punti vendita gestisci, pi\u00f9 basso sar\u00e0 il prezzo per ogni punto vendita<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:3px\">Contattaci per ricevere un\u2019offerta personalizzata.<\/div><\/div>\n<div class=\"mfo-lb\">Funzionalit\u00e0 pi\u00f9 richieste<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Ordini di prodotti freschi e per il magazzino<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Pianificazione stagionale e delle campagne<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Report sulle vendite perse e sugli sprechi<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Ottimizzazione dell\u2019impiego del personale<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Confronto delle prestazioni tra i punti vendita<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Inventario<\/span><\/li><\/ul>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:auto\"><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Prenota una demo<\/a><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Parla con il team commerciale<\/a><\/div><\/div><\/div>\n\n<div style=\"display:flex;justify-content:center;margin-bottom:18px\"><h3 style=\"font-size:20px;line-height:26px;font-weight:700;color:#1F2B4D;margin:0;text-align:center\">Risparmi annuali: un ritorno concreto sull\u2019investimento<\/h3><\/div>\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;overflow:hidden;box-shadow:0 12px 28px rgba(20,28,58,.09);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));margin-bottom:24px\">\n<div style=\"padding:32px\">\n<h3 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;color:#1F2B4D;margin:0 0 6px\">Calcola il tuo ritorno <span data-phone-newline=\"1\" style=\"font-size:12px;font-weight:500;color:#5F6878;letter-spacing:0\">\u00b7 <span class=\"cur-EUR\">Importi in EUR, IVA escl.<\/span><span class=\"cur-NOK\">Importi in NOK, IVA escl.<\/span><span class=\"cur-SEK\">Importi in SEK, IVA escl.<\/span><\/span><\/h3>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0 0 24px\">Modifica i quattro valori in base alla tua attivit\u00e0. Il calcolo utilizza i risultati documentati ottenuti dai nostri clienti.<\/p>\n<div style=\"display:flex;flex-direction:column;gap:22px\">\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">Numero di punti vendita<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"shopsA\">3<\/span><\/span><\/div>\n<input type=\"range\" min=\"1\" max=\"40\" step=\"1\" value=\"3\" data-roi-in=\"shops\" aria-label=\"Numero di punti vendita\"><\/div>\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">Fatturato annuo per punto vendita<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"rev\">\u20ac350 000<\/span><\/span><\/div>\n<input type=\"range\" min=\"100000\" max=\"1500000\" step=\"50000\" value=\"350000\" data-roi-in=\"rev\" aria-label=\"Fatturato annuo per punto vendita\"><\/div>\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">Margine lordo medio<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"margin\">50<\/span>%<\/span><\/div>\n<input type=\"range\" min=\"20\" max=\"80\" step=\"1\" value=\"50\" data-roi-in=\"margin\" aria-label=\"Margine lordo medio\"><\/div>\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">Spreco alimentare attuale<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"waste\">4<\/span>% del fatturato<\/span><\/div>\n<input type=\"range\" min=\"5\" max=\"150\" step=\"5\" value=\"40\" data-roi-in=\"waste\" aria-label=\"Spreco alimentare attuale\"><\/div>\n<\/div><\/div>\n<div style=\"background:#151E3A;padding:32px;display:flex;flex-direction:column\">\n<div style=\"font-size:21px;font-weight:700;color:#4CC26A;margin-bottom:10px\">Guadagno annuo stimato<\/div>\n<div style=\"display:flex;align-items:baseline;gap:8px;flex-wrap:wrap\">\n<span data-roi=\"totalLow\" style=\"font-size:34px;line-height:40px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums\">\u20ac0<\/span>\n<span style=\"font-size:18px;color:#CBD0DA\">\u2013<\/span>\n<span data-roi=\"totalHigh\" style=\"font-size:34px;line-height:40px;font-weight:700;color:#CBD0DA;font-variant-numeric:tabular-nums\">\u20ac0<\/span><\/div>\n<div style=\"font-size:13px;line-height:18px;color:#CBD0DA;margin-top:6px\">La stima si basa sui valori inseriti e non costituisce una garanzia. Calcolo effettuato su <span data-roi=\"shopsB\">3<\/span> <span data-roi-sg=\"B\" hidden>negozio<\/span><span data-roi-pl=\"B\">punti vendita<\/span>.<\/div>\n<div style=\"border-top:1px solid rgba(255,255,255,.14);margin-top:24px;padding-top:22px;display:flex;flex-direction:column;gap:20px\">\n<div><div style=\"display:flex;justify-content:space-between;align-items:baseline;gap:12px\"><span style=\"font-size:14.5px;color:#fff;font-weight:500\">Meno sprechi<\/span><span style=\"font-size:14px;color:#fff;font-variant-numeric:tabular-nums\"><span data-roi=\"wasteLow\">\u20ac0<\/span> \u2013 <span data-roi=\"wasteHigh\">\u20ac0<\/span><\/span><\/div>\n<div style=\"font-size:13px;color:#CBD0DA;margin-top:3px\">Riduzione del 20\u201338% su <span data-roi=\"wasteBase\">\u20ac0<\/span> di prodotti attualmente scartati.<\/div><\/div>\n<div><div style=\"display:flex;justify-content:space-between;align-items:baseline;gap:12px\"><span style=\"font-size:14.5px;color:#fff;font-weight:500\">Pi\u00f9 vendite<\/span><span style=\"font-size:14px;color:#fff;font-variant-numeric:tabular-nums\"><span data-roi=\"salesLow\">\u20ac0<\/span> \u2013 <span data-roi=\"salesHigh\">\u20ac0<\/span><\/span><\/div>\n<div style=\"font-size:13px;color:#CBD0DA;margin-top:3px\">Aumento del volume delle vendite del 6,5\u201322%, considerando un <span data-roi=\"margin2\">50<\/span>% di margine lordo<\/div><\/div><\/div>\n<div style=\"margin-top:auto;padding-top:22px\">\n<div style=\"background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap\">\n<span style=\"font-size:14.5px;line-height:21px;color:#CBD0DA;max-width:290px\">Anche considerando la stima pi\u00f9 prudente, la licenza si ripaga <strong style=\"color:#fff;font-weight:700\"><span data-pb=\"w0\" hidden>in meno di una settimana<\/span><span data-pb=\"wk\">in circa <span data-roi=\"pbWeeks\">0<\/span> settimane<\/span><span data-pb=\"mo\" hidden>in circa <span data-roi=\"pbMonths\">0<\/span> mesi<\/span><\/strong>. Durante una demo calcoleremo insieme i valori esatti.<\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;white-space:nowrap\">Prenota una demo<\/a><\/div><\/div><\/div><\/div>\n\n<div style=\"margin-bottom:16px;text-align:center\"><h3 style=\"font-size:20px;line-height:26px;font-weight:700;color:#1F2B4D;margin:0\">La nostra Store Management Platform si basa su tre pilastri.<\/h3><\/div>\n<div data-pillars=\"1\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:20px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:13px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<span style=\"width:fit-content;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:#E6F7EB;color:#1B7A35\">Disponibile<\/span>\n<h4 style=\"font-size:18px;font-weight:700;color:#1F2B4D;margin:0\">Store Operations<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:38px\">Supporta il lavoro quotidiano dei responsabili e del personale dei punti vendita.<\/p>\n<ul style=\"padding:14px 0 0;border-top:1px solid #EDEFF3;display:flex;flex-direction:column;gap:12px\">\n<li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Ordini di prodotti freschi<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Ordina ogni giorno la quantit\u00e0 giusta.<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Stagioni e campagne<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Pianifica in anticipo festivit\u00e0 ed eventi<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Inventario<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Visione completa, senza excel<\/span><\/span><\/li>\n<\/ul><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:13px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<span style=\"width:fit-content;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:#E6F7EB;color:#1B7A35\">Disponibile<\/span>\n<h4 style=\"font-size:18px;font-weight:700;color:#1F2B4D;margin:0\">Store Performance<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:38px\">Trasforma i dati dei punti vendita in informazioni operative chiare.<\/p>\n<ul style=\"padding:14px 0 0;border-top:1px solid #EDEFF3;display:flex;flex-direction:column;gap:12px\">\n<li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Vendite perse e sprechi<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Scopri i costi nascosti<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Ottimizzazione dell\u2019impiego del personale<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Analizza il fatturato per ora lavorata e per punto vendita.<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Benchmarking - Confronto tra punti vendita<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Confronta le prestazioni dei diversi punti vendita.<\/span><\/span><\/li>\n<\/ul><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:13px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<span style=\"width:fit-content;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:#EEF2FF;color:#3B5FE0\">In arrivo<\/span>\n<h4 style=\"font-size:18px;font-weight:700;color:#1F2B4D;margin:0\">Agenti<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:38px\">Automatizza il monitoraggio con suggerimenti personalizzati.<\/p>\n<ul style=\"padding:14px 0 0;border-top:1px solid #EDEFF3;display:flex;flex-direction:column;gap:12px\">\n<li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Monitoraggio automatico dei punti vendita<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Nessun punto vendita passa inosservato<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Avvisi personalizzati<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Suggerimenti su misura per la situazione di ciascun punto vendita.<\/span><\/span><\/li>\n<\/ul><\/div><\/div>\n\n<div style=\"background:#EDEFF3;border:1px solid #E1E4EB;border-radius:14px;padding:32px;margin-top:28px\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0 0 22px\">Funzionalit\u00e0 avanzate per accompagnare la crescita della tua catena<\/h3>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">AI Planner - Pianificazione con IA<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0\">Previsioni di vendita basate sull\u2019intelligenza artificiale, per ridurre contemporaneamente sprechi e vendite perse, senza migliorare un aspetto a discapito dell\u2019altro.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"font-size:13.5px;color:#5F6878\">Prezzo per punto vendita<\/span><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">COGS Control - Controllo del costo del venduto<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0\">Conosci il costo effettivo di ogni prodotto e individua dove si riducono i margini. L\u2019analisi degli scostamenti confronta il costo teorico delle merci con i consumi effettivi dei punti vendita.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"font-size:13.5px;color:#5F6878\">Prezzo per sede centrale<\/span><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Central Operations - Gestione centralizzata<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0\">Per le catene dotate di un magazzino centrale o di un laboratorio di produzione: un unico flusso di ordini e produzione, dall\u2019ordine del punto vendita fino alla consegna e alla fatturazione.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"font-size:13.5px;color:#5F6878\">Prezzo per sede centrale<\/span><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><\/div><\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">\u201cGi\u00e0 durante la prima settimana di utilizzo ho ottenuto informazioni che prima non avevo. Nel corso della settimana ho ampliato alcune parti dell\u2019assortimento e ne ho ridotte altre.\u201d<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Responsabile del punto vendita<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Baker Nordby, Oslo, Norvegia<\/span>\n<\/div><\/div><\/div>\n<\/div><div class=\"mfo-panel\" data-mfo-panel=\"fp\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:680px;margin:0 auto 24px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Conformit\u00e0, food cost ed etichette: tutto sotto controllo<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:0\">Il sistema professionale per le dichiarazioni alimentari, l\u2019etichettatura e il food cost. Ricette precise, conformi e redditizie, a partire dal primo ingrediente.<\/p><\/div>\n\n<div class=\"mfo-fdgrid\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:24px;align-items:stretch\">\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #C9DBFF\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#C9DBFF;color:#143C8C;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Pi\u00f9 popolare<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Food Declarations Standard<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideale per i produttori alimentari che cercano gli strumenti essenziali per organizzare le ricette e garantirne la conformit\u00e0.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:20px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"101\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:13px;color:#5F6878\">\/mese<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fatturazione annuale<\/span><span class=\"bm\" hidden>fatturazione mensile<\/span><\/div><\/div>\n<div class=\"mfo-lb\">Include<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Utenti e prodotti illimitati<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Gestione ricette<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Liste degli ingredienti<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Valori nutrizionali<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Riepilogo degli allergeni<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Report personalizzabili<\/span><\/li><\/ul>\n<div style=\"margin-top:auto\"><div style=\"display:flex;gap:10px;flex-wrap:wrap\"><a href=\"https:\/\/app.myfoodoffice.com\/auth\/signup\/?locale=en\" data-mfo-app=\"signup\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Inizia la prova gratuita<\/a><a href=\"\/it\/manage-your-products\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Scopri di pi\u00f9<\/a><\/div>\n<div style=\"font-size:13.5px;color:#5F6878;margin-top:8px\">14 giorni \u00b7 nessuna carta di credito \u00b7 il prodotto reale<\/div><\/div><\/div>\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border:1px solid #1E6FFF;border-top:3px solid #1E6FFF;box-shadow:0 12px 28px rgba(20,28,58,.10)\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#1665F0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Soluzione pi\u00f9 completa<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Food Declarations Pro<\/h3>\n<div style=\"background:#F7FAFF;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideale per i responsabili della qualit\u00e0 che cercano un set completo di strumenti.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:20px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"102\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac101<\/span><span style=\"font-size:13px;color:#5F6878\">\/mese<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fatturazione annuale<\/span><span class=\"bm\" hidden>fatturazione mensile<\/span><\/div><\/div>\n<div class=\"mfo-lb\">TUTTO CI\u00d2 CHE \u00c8 INCLUSO NEL PIANO STANDARD, PI\u00d9<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Gestione delle tracce di allergeni<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Log delle modifiche<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Caricamento massivo delle modifiche<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Varianti di prodotto<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Duplicazione di ricette e prodotti<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Unit\u00e0 di misura<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Valori nutrizionali opzionali<\/span><\/li><\/ul>\n<div style=\"margin-top:auto\"><div style=\"display:flex;gap:10px;flex-wrap:wrap\"><a href=\"https:\/\/app.myfoodoffice.com\/auth\/signup\/?locale=en\" data-mfo-app=\"signup\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Inizia la prova gratuita<\/a><a href=\"\/it\/manage-your-products\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Scopri di pi\u00f9<\/a><\/div>\n<div style=\"font-size:13.5px;color:#5F6878;margin-top:8px\">14 giorni \u00b7 nessuna carta di credito \u00b7 il prodotto reale<\/div><\/div><\/div>\n\n<div data-eur-only=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #4CC26A\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#E6F7EB;color:#1B7A35;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Miglior rapporto qualit\u00e0-prezzo<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Food Declarations + Food Costing<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Scegli Food Declarations e Food Costing insieme, in qualsiasi versione, e ottieni uno sconto fisso.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:20px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#1B7A35;margin-right:6px\">Risparmi<\/span><span data-art=\"903y\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac744<\/span><span style=\"font-size:13px;color:#5F6878\">\/anno<\/span><\/div>\n<div style=\"font-size:12px;color:#5F6878;margin-top:4px\">Sulla licenza annuale, indipendentemente dalle versioni scelte.<\/div><\/div>\n<div class=\"mfo-lb\">Include<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Food Declarations, Standard o Pro<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Food Costing Pro<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Un unico contratto e un\u2019unica fattura<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Sconto valido finch\u00e9 entrambi i moduli rimangono attivi<\/span><\/li><\/ul>\n<div style=\"margin-top:auto\"><div style=\"display:flex;gap:10px;flex-wrap:wrap\"><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Parla con il team commerciale<\/a><a href=\"\/it\/manage-your-products\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Scopri di pi\u00f9<\/a><\/div>\n<div style=\"font-size:13.5px;color:#5F6878;margin-top:8px\">*L\u2019offerta non \u00e8 disponibile nei Paesi scandinavi.<\/div><\/div><\/div>\n<\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n<img src=\"\/wp-content\/uploads\/2026\/08\/mfo-quote-andre-lovaas-208.webp\" alt=\"Andr\u00e9 L\u00f8vaas\" width=\"104\" height=\"104\" loading=\"lazy\" decoding=\"async\" data-phone-hide=\"1\" style=\"width:104px;height:104px;border-radius:999px;object-fit:cover;flex:none\">\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">\u201cMyFoodOffice \u00e8 facile da usare e la gestione delle ricette funziona davvero bene. Il servizio clienti \u00e8 eccellente e sempre disponibile quando serve!\u201d<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Andr\u00e9 L\u00f8vaas<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Responsabile Sviluppo Prodotto, \u00c5pent Bakeri, Oslo, Norvegia<\/span>\n<\/div><\/div><\/div>\n\n<div style=\"background:#EDEFF3;border:1px solid #E1E4EB;border-radius:14px;padding:32px;margin-top:28px\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0 0 18px\">I moduli pi\u00f9 richiesti per accompagnare la tua crescita digitale<\/h3>\n<p style=\"font-size:14.5px;line-height:23px;color:#333A4D;margin:0 0 16px\">Food Costing e Food Labels sono i due moduli aggiuntivi pi\u00f9 scelti.<span class=\"eur-only-txt\"> Abbinandoli puoi usufruire dello sconto previsto per il pacchetto.<\/span><\/p>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Food Costing<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Calcolo dinamico dei costi e analisi comparativa dei margini, per mantenere redditizio il tuo assortimento.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"112\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Food Labels<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Etichette che si aggiornano automaticamente quando cambia una ricetta. Editor grafico semplice da utilizzare.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"121\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Production<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Calcolo dei lotti, tracciabilit\u00e0 e gestione delle attivit\u00e0, senza carta.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"222\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Inventory<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Gestione semplice di tutte le merci, sia per una piccola attivit\u00e0 sia per un\u2019azienda con pi\u00f9 sedi.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:3px\">Da<\/span><span data-art=\"241\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac66<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">POS Connect<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Sincronizza l\u2019anagrafica degli articoli, i prezzi di vendita e i dati alimentari con il tuo sistema di cassa.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:3px\">Da<\/span><span data-art=\"443z\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac0<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><span style=\"font-size:12px;color:#5F6878;margin-left:6px\">*Si applicano termini e condizioni<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">MyFoodOffice Connect<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Condividi i dati verificati dei prodotti e delle dichiarazioni alimentari con gli altri sistemi che utilizzi.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"413\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mese<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Parla con il team vendite \u2192<\/a><\/div><\/div><\/div><\/div>\n<\/div><div class=\"mfo-panel\" data-mfo-panel=\"sales\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:680px;margin:0 auto 28px\"><h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">La tua attivit\u00e0 rientra in pi\u00f9 di uno di questi modelli? Troviamo insieme la soluzione pi\u00f9 adatta.<\/h2><\/div>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:20px;margin-bottom:14px\" data-cases=\"1\"><div data-case=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0\">Punti vendita propri e vendite B2B: il modello ibrido<\/h3>\n<div data-phone-join=\"1\" style=\"min-height:57px\">\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:0\">Gli ordini dei clienti B2B e quelli dei tuoi punti vendita confluiscono nello stesso flusso.<\/p>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:8px 0 0\">La nostra soluzione B2B Sales gestisce entrambi.<\/p><\/div>\n<div style=\"display:flex;flex-direction:column;gap:8px;padding:16px;background:#F7FAFF;border-radius:10px\">\n<div data-phone-column=\"1\" data-chips=\"1\" style=\"display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap\">\n<span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"display:none\">\u21c4<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px solid #9AA3B5\">B2B Sales<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:16px;font-weight:700;color:#5F6878\">\u21c4<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Store Management<\/span><\/span>\n<\/div><\/div>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:-6px 0 0;font-style:italic\">Store Management rende pi\u00f9 efficiente la gestione dei punti vendita e pu\u00f2 essere aggiunto quando la catena raggiunge dimensioni tali da renderlo conveniente. Pu\u00f2 funzionare autonomamente, integrarsi con il tuo ERP oppure essere utilizzato insieme alle nostre soluzioni per la gestione delle attivit\u00e0 centralizzate.<\/p>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid #EDEFF3;padding-top:16px;margin-top:auto\">\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none\">Parla con il team commerciale<\/a><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Prenota una demo<\/a><\/div><\/div><div data-case=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0\">Distributore o grossista<\/h3>\n<div data-phone-join=\"1\" style=\"min-height:57px\">\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:0\">Acquisti i prodotti e li rivendi.<\/p>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:8px 0 0\">Costruiamo insieme il tuo percorso di digitalizzazione con il nostro ERP sviluppato appositamente per il settore alimentare.<\/p><\/div>\n<div style=\"display:flex;flex-direction:column;gap:8px;padding:16px;background:#F7FAFF;border-radius:10px\">\n<div data-phone-column=\"1\" data-chips=\"1\" style=\"display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap\">\n<span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"display:none\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px solid #9AA3B5\">B2B Sales<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:14px;color:#9AA3B5\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Logistica<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:14px;color:#9AA3B5\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Magazzino<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:14px;color:#9AA3B5\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Acquisti<\/span><\/span>\n<\/div><\/div>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:-6px 0 0;font-style:italic\">Conosciamo la complessit\u00e0 delle attivit\u00e0 del settore alimentare. La nostra piattaforma pu\u00f2 integrare i sistemi che utilizzi gi\u00e0 oppure sostituirli gradualmente. Contatta il reparto commerciale e definiremo insieme il percorso pi\u00f9 adatto.<\/p>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid #EDEFF3;padding-top:16px;margin-top:auto\">\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none\">Parla con il team commerciale<\/a><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Prenota una demo<\/a><\/div><\/div><\/div>\n\n<div data-group=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:36px 24px;margin:20px 0 32px;box-shadow:0 6px 16px rgba(20,28,58,.07)\">\n<h2 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;margin:0 0 20px;color:#1F2B4D\">Un unico gruppo, pi\u00f9 sedi, una visione condivisa dei dati<\/h2>\n<div style=\"display:flex;flex-wrap:wrap;gap:48px;align-items:stretch\">\n<div style=\"flex:1 1 280px;max-width:340px;display:flex;flex-direction:column\">\n<p style=\"font-size:14px;line-height:21px;margin:0;color:#5F6878\">Per i gruppi che gestiscono pi\u00f9 attivit\u00e0 del settore alimentare, distribuite in diverse aree geografiche o caratterizzate da concept differenti.<\/p>\n<p style=\"font-size:14px;line-height:21px;margin:14px 0 0;color:#5F6878\">L\u2019ambito del progetto viene definito e concordato insieme a te come parte del contratto.<\/p>\n<div style=\"display:flex;gap:10px;margin-top:auto;padding-top:22px;flex-wrap:wrap\"><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none\">Parla con il team commerciale<\/a><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Prenota una demo<\/a><\/div><\/div>\n<div style=\"flex:3 1 420px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px\">\n<div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 3v18h18\"><\/path><path d=\"M7 15l4-5 3 3 4-6\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Reportistica di gruppo<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Tutte le sedi utilizzano gli stessi dati, consolidati a livello centrale.<\/span><\/span><\/div><div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 7h11v9H3z\"><\/path><path d=\"M14 10h4l3 3v3h-7z\"><\/path><path d=\"M6.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"><\/path><path d=\"M17.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Logistica centralizzata<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Ordini dei punti vendita, magazzino e distribuzione gestiti in un unico flusso.<\/span><\/span><\/div><div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 6h18\"><\/path><path d=\"M5 6l1.6 12h10.8L19 6\"><\/path><path d=\"M9 10v4\"><\/path><path d=\"M15 10v4\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Acquisti di gruppo<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Fornitori, condizioni di acquisto e dati anagrafici condivisi.<\/span><\/span><\/div><div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3v4\"><\/path><path d=\"M6 21v-6h12v6\"><\/path><path d=\"M9 7h6v4H9z\"><\/path><path d=\"M4 21h16\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Amministrazione di gruppo<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Gestione coordinata della sede centrale e dei punti vendita.<\/span><\/span><\/div>\n<\/div><\/div><\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n<img src=\"\/wp-content\/uploads\/2026\/08\/mfo-quote-kjetil-hodne-208.webp\" alt=\"Kjetil Hodne\" width=\"104\" height=\"104\" loading=\"lazy\" decoding=\"async\" data-phone-hide=\"1\" style=\"width:104px;height:104px;border-radius:999px;object-fit:cover;flex:none\">\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">&#8220;L&#8217;unico modo per ottenere il massimo effetto dalla nostra strategia aziendale \u00e8 avere sistemi aziendali che lo supportino.&#8221;<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Kjetil Hodne<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Amministratore Delegato, Geheb Bakery Group \u2014 nove panetterie sulla costa meridionale della Norvegia, digitalizzate come un unico gruppo<\/span>\n<a href=\"\/it\/story-geheb\/\" data-mfo-loc=\"1\" style=\"font-size:12.5px;color:#1665F0;font-weight:500\">Leggi la storia \u2192<\/a><\/div><\/div><\/div>\n\n<div class=\"mfo-lastcta\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:36px 40px;margin-top:32px;box-shadow:0 6px 16px rgba(20,28,58,.07);display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap\">\n<div style=\"max-width:640px\">\n<div style=\"font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3B5FE0;margin-bottom:6px\">SCOPRI LE SOLUZIONI DISPONIBILI<\/div>\n<h3 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Non sai quale soluzione sia pi\u00f9 adatta alla tua attivit\u00e0?<br data-phone-only-br=\"1\"> Parliamone insieme.<\/h3>\n<p style=\"font-size:15px;line-height:24px;color:#5F6878;margin:0\">Che tu abbia delle domande, desideri una presentazione guidata o un workshop con il tuo team, il punto di partenza \u00e8 lo stesso. Nessun impegno e nessuna sorpresa sui prezzi: ti indicheremo con chiarezza il costo della configurazione pi\u00f9 adatta alla tua attivit\u00e0.<\/p><\/div>\n<a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;flex:none;padding:14px 28px\">Prenota un incontro<\/a><\/div>\n<\/div><div class=\"mfo-lastcta\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:32px 40px;margin-top:36px;display:flex;flex-wrap:wrap;gap:40px;align-items:center;justify-content:space-between;box-shadow:0 6px 16px rgba(20,28,58,.07)\">\n<div>\n<div style=\"font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3B5FE0;margin-bottom:6px\">Integrazioni<\/div>\n<h2 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;color:#1F2B4D;margin:0 0 8px\">MyFoodOffice si integra con i sistemi che gi\u00e0 utilizzi<\/h2>\n<p style=\"max-width:560px;font-size:15px;line-height:24px;color:#5F6878;margin:0\">Le integrazioni sono facoltative: collega MyFoodOffice ai sistemi che preferisci, come software di contabilit\u00e0, registratori di cassa, e-commerce e bilance. Contattaci e ti aiuteremo a trovare la soluzione pi\u00f9 adatta.<\/p><\/div>\n<div style=\"display:flex;justify-content:flex-end;align-items:center\"><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;flex:none;width:161px;text-align:center;padding:14px 28px\">Parla con noi<\/a><\/div><\/div>\n<\/div>\n<div id=\"mfo-impl\" style=\"background:#fff;border-top:1px solid #E1E4EB;margin-top:36px;padding:40px clamp(20px,5cqi,80px) 56px\">\n<div style=\"text-align:center;max-width:760px;margin:0 auto 34px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px;margin:0 0 20px\">L&#8217;implementazione \u00e8 inclusa<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:0\">Ogni licenza include il supporto all\u2019implementazione: configurazione, formazione delle persone di riferimento e importazione dei dati che hai preparato. Puoi continuare a utilizzare il sistema attuale fino a quando sarai pronto per il passaggio.<\/p><\/div>\n<div style=\"max-width:1060px;margin:0 auto 28px;position:relative\">\n<div data-tl=\"1\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:24px 0;position:relative\">\n<div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Settimana 1<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">1<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Pianificazione<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Obiettivi &amp; traguardi<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Settimane 2\u20135<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">2<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Configurazione<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">In parallelo al tuo sistema attuale<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Settimane 5\u20136<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">3<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Verifica<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Simulazione completa prima dell\u2019avvio<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Settimane 6\u20138<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">4<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Avvio<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Secondo un piano costruito intorno alla tua operativit\u00e0<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Continua assistenza<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">5<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Supporto post-avvio<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Assistenza rapida inclusa<\/span><\/div>\n<\/div><\/div><\/div><div style=\"background:#F5F6F8;border-top:1px solid #E1E4EB;padding:clamp(36px,4cqi,56px) clamp(20px,5cqi,80px)\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px;margin:0 0 24px;text-align:center\">Le domande che ci fanno i nostri clienti<\/h2>\n<div style=\"max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px\">\n<div class=\"mfo-faq is-on\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"0\" aria-expanded=\"true\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Quanto costa l&#8217;implementazione?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Non ci sono costi aggiuntivi rispetto alla licenza. Ogni contratto include il supporto all\u2019implementazione: configurazione di MyFoodOffice in base alla tua operativit\u00e0, formazione delle persone di riferimento e importazione dei dati che hai preparato.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"1\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Come funziona in pratica l&#8217;implementazione?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Continui a utilizzare il tuo sistema attuale mentre noi prepariamo MyFoodOffice in parallelo. \u00c8 una scelta precisa: in questo modo non sei vincolato a una data rigida per il passaggio al nuovo sistema.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Il primo traguardo \u00e8 una simulazione completa. Generiamo in MyFoodOffice le liste giornaliere di produzione e smistamento e le confrontiamo con quelle che utilizzi attualmente. Quando i risultati coincidono, sappiamo che la configurazione \u00e8 corretta. Solo a quel punto definiamo un piano di avvio dettagliato, tenendo conto delle festivit\u00e0 e dei periodi di maggiore attivit\u00e0.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"2\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Quanto tempo ci vuole?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">La maggior parte dei nuovi clienti B2B diventa operativa nell\u2019arco di quattro-otto settimane. Per le realt\u00e0 pi\u00f9 grandi pu\u00f2 essere necessario pi\u00f9 tempo, poich\u00e9 la configurazione \u00e8 pi\u00f9 articolata e la quantit\u00e0 di dati da trasferire \u00e8 maggiore.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Contattaci e ti forniremo una stima indicativa basata su aziende simili alla tua.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"3\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Possiamo trasferire i dati che utilizziamo attualmente?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">S\u00ec. In genere vengono importate le anagrafiche dei clienti e dei prodotti. Utilizziamo modelli predefiniti: tu inserisci i dati che desideri importare, noi ti spieghiamo come compilare i modelli e ci occupiamo dell\u2019importazione.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Se preferisci, possiamo svolgere anche una parte maggiore del lavoro, ad esempio organizzando i dati grezzi esportati dal tuo sistema attuale oppure compilando i modelli per tuo conto. Queste attivit\u00e0 aggiuntive vengono fatturate a ore.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"4\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Cosa succede se supero il volume incluso in B2B Sales Standard?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Il servizio continua a funzionare e non viene addebitato automaticamente alcun costo aggiuntivo. Ti contatteremo e ti lasceremo il tempo necessario per passare alla versione Pro.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"5\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Sono necessarie delle integrazioni per iniziare?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">No. Il nostro sistema pu\u00f2 funzionare autonomamente. Potrai aggiungere un\u2019integrazione quando sarai pronto a collegarlo a un altro sistema, come il software di contabilit\u00e0, l\u2019e-commerce, il sistema di cassa o le bilance.\n\nDefiniremo insieme l\u2019implementazione in base alle tue esigenze attuali e future.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"6\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Cosa include la prova gratuita?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Quattordici giorni, senza carta di credito. Utilizzi il prodotto completo, non una versione dimostrativa.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">La prova gratuita \u00e8 disponibile per Food Declaration, Food Costing e Food Labels. B2B Sales e Store Management richiedono invece una configurazione specifica per la tua attivit\u00e0 prima dell\u2019utilizzo; per questo, in questi casi iniziamo con una demo.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"7\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Quanto dura il contratto e come posso disdirlo?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Puoi disdire il servizio quando vuoi: \u00e8 sufficiente comunicarcelo prima del rinnovo della licenza.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Se firmi un contratto che include il nostro supporto all\u2019implementazione, normalmente \u00e8 previsto un impegno annuale. Prima della firma ti indicheremo chiaramente quali condizioni si applicano al tuo contratto.<\/p><\/div><\/div>\n<\/div><\/div><div style=\"background:#1E6FFF;padding:clamp(40px,4.4cqi,64px) clamp(20px,5cqi,80px);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center\">\n<h2 style=\"font-size:clamp(22px,2.6cqi,30px);line-height:1.26;font-weight:700;color:#fff;margin:0\">Scopri come funziona con i tuoi dati<\/h2>\n<p style=\"font-size:17px;line-height:27px;color:#E4EEFF;margin:0;max-width:540px\">Trenta minuti dedicati ai tuoi prodotti, ai tuoi clienti e ai tuoi numeri, con una stima indicativa dei costi per un\u2019attivit\u00e0 come la tua.<\/p>\n<div style=\"display:flex;gap:12px;margin-top:6px\"><a href=\"https:\/\/meetings.hubspot.com\/heidi-haugli\" data-mfo-book=\"1\" style=\"background:#fff;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 24px;border-radius:6px;display:inline-block;text-decoration:none\">Prenota una demo<\/a><\/div><\/div>\n<\/div><div class=\"mfo-bk-ov\" id=\"mfo-bk\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Prenota un incontro\">\n<div class=\"mfo-bk-bx\"><button type=\"button\" class=\"mfo-bk-x\" data-mfo-close=\"1\" aria-label=\"Chiudi\">\u00d7<\/button>\n<div class=\"mfo-bk-head\"><img class=\"mfo-bk-logo\" src=\"https:\/\/myfoodoffice.com\/wp-content\/uploads\/2026\/08\/mfo-logo-trademark.png\" width=\"199\" height=\"33\" loading=\"eager\" decoding=\"async\" alt=\"MyFoodOffice\"><div class=\"mfo-bk-head-txt\"><h3 class=\"mfo-bk-title\">Let&#8217;s find a time to talk<\/h3><p class=\"mfo-bk-sub\">Pick a slot below and we&#8217;ll walk you through MyFoodOffice and answer your questions.<\/p><\/div><\/div>\n<div class=\"mfo-bk-wrap\"><div class=\"mfo-bk-slot\" id=\"mfo-bk-slot\"><\/div><div class=\"mfo-bk-loading\" id=\"mfo-bk-loading\" aria-hidden=\"true\"><span class=\"mfo-bk-spin\"><\/span><span>Loading calendar\u2026<\/span><\/div><\/div><\/div>\n<script>\n(function(){\n  var root = document.querySelector('[data-mfo-root]');\n  if (!root) { return; }\n\n  \/* ---------- register prices: art -> {CUR:[annualPerMo, monthlyPerMo]} ---- *\/\n  var PRICES = {\n  '101':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '102':{EUR:[101,118],NOK:[1740,2049],SEK:[1740,2049]},\n  '112':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '121':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '132':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '201':{EUR:[126,149],NOK:[2075,2449],SEK:[2075,2449]},\n  '202':{EUR:[252,298],NOK:[4150,4898],SEK:[4150,4898]},\n  '212':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '222':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '232':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '241':{EUR:[66,78],NOK:[659,779],SEK:[659,779]},\n  '303':{EUR:[69,81],NOK:[745,874],SEK:[745,874]},\n  '413':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '423':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '443z':{EUR:[0,0],NOK:[0,0],SEK:[0,0]},\n  '903y':{EUR:[744,744],NOK:null,SEK:null}\n  };\n\n  \/* ---------- locale ----------------------------------------------------- *\/\n  var HREF_LOCALES = 'en|no|sv|it|fr';\n  function segFromPath(){\n    var m = location.pathname.match(\/^\\\/(en|no|sv|it|fr)(?:\\\/|$)\/);\n    if (m) { return m[1]; }\n    return null;\n  }\n  function segFromLang(){\n    var l = (document.documentElement.getAttribute('lang') || '').toLowerCase();\n    if (l.indexOf('nb') === 0) { return 'no'; }\n    if (l.indexOf('nn') === 0) { return 'no'; }\n    if (l.indexOf('no') === 0) { return 'no'; }\n    if (l.indexOf('sv') === 0) { return 'sv'; }\n    if (l.indexOf('it') === 0) { return 'it'; }\n    if (l.indexOf('fr') === 0) { return 'fr'; }\n    return 'en';\n  }\n  var SEG = segFromPath();\n  if (SEG === null) { SEG = segFromLang(); }\n  var CUR = 'EUR';\n  if (SEG === 'no') { CUR = 'NOK'; }\n  if (SEG === 'sv') { CUR = 'SEK'; }\n  var NORDIC = false;\n  if (CUR !== 'EUR') { NORDIC = true; }\n\n  root.classList.add('is-' + CUR);\n  if (NORDIC) { root.classList.add('is-nordic'); }\n\n  \/* ---------- money ------------------------------------------------------ *\/\n  function grp(n){ return String(n).replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, ' '); }\n  function money(n){\n    if (CUR === 'EUR') { return '\\u20ac' + grp(n); }\n    return grp(n) + ' kr';\n  }\n  function roiRound(n){\n    if (CUR === 'EUR') { return Math.round(n); }\n    return Math.round(n \/ 100) * 100;\n  }\n  function priceOf(art, annual){\n    var r = PRICES[art];\n    if (!r) { return null; }\n    \/* No cross-currency fallback on purpose. The register's NOK\/EUR ratios run\n     * 10.0x to 17.4x, so there is no rate that could stand in for a missing\n     * row - and falling back to the EUR figure would print a EUR amount with a\n     * \"kr\" suffix. Returning null leaves the authored EUR text in place, which\n     * is the same safety property the live page relies on: EUR is the literal\n     * HTML, so a locale bug cannot corrupt the default language. The only row\n     * this affects is the bundle discount, which is EUR-only by design and\n     * whose card is hidden outside EUR markets anyway. *\/\n    var v = r[CUR];\n    if (!v) { return null; }\n    if (annual) { return v[0]; }\n    return v[1];\n  }\n\n  \/* ---------- link hygiene ---------------------------------------------- *\n   * Internal links are authored as \/en\/<slug>\/ so they resolve with no JS;\n   * here the locale segment is swapped to the route the visitor is actually\n   * on. Slugs are NOT translated on this site (verified: the hreflang set for\n   * every page keeps the same slug and only changes the prefix), so swapping\n   * the segment is sufficient and safe. It is also idempotent, which matters\n   * because TranslatePress may already have rewritten the href server-side. *\/\n  var re = new RegExp('^\/(' + HREF_LOCALES + ')\/');\n  var locLinks = root.querySelectorAll('a[data-mfo-loc]');\n  for (var i = 0; i < locLinks.length; i++) {\n    var h = locLinks[i].getAttribute('href') || '';\n    if (re.test(h)) { locLinks[i].setAttribute('href', h.replace(re, '\/' + SEG + '\/')); }\n  }\n  var appLinks = root.querySelectorAll('a[data-mfo-app]');\n  for (var j = 0; j < appLinks.length; j++) {\n    var a2 = appLinks[j].getAttribute('href') || '';\n    appLinks[j].setAttribute('href', a2.replace(\/locale=[a-z_\\-]+\/, 'locale=' + SEG));\n  }\n\n  \/* ---------- billing + prices ------------------------------------------ *\/\n  var annual = true;\n  var priceEls = root.querySelectorAll('[data-art]');\n  var billEls = root.querySelectorAll('[data-mfo-bill]');\n  var baEls = root.querySelectorAll('.ba');\n  var bmEls = root.querySelectorAll('.bm');\n\n  function renderPrices(){\n    for (var k = 0; k < priceEls.length; k++) {\n      var v = priceOf(priceEls[k].getAttribute('data-art'), annual);\n      if (v !== null) { priceEls[k].textContent = money(v); }\n    }\n    for (var b = 0; b < baEls.length; b++) { baEls[b].hidden = !annual; }\n    for (var c = 0; c < bmEls.length; c++) { bmEls[c].hidden = annual; }\n    for (var d = 0; d < billEls.length; d++) {\n      var on = (billEls[d].getAttribute('data-mfo-bill') === 'annual') === annual;\n      billEls[d].classList.toggle('is-on', on);\n      billEls[d].setAttribute('aria-pressed', on ? 'true' : 'false');\n    }\n  }\n  for (var e = 0; e < billEls.length; e++) {\n    billEls[e].addEventListener('click', function(ev){\n      annual = ev.currentTarget.getAttribute('data-mfo-bill') === 'annual';\n      renderPrices();\n      renderRoi();\n    });\n  }\n\n  \/* ---------- tabs ------------------------------------------------------- *\n   * Two controls drive the same four panels: the segmented row (>720px) and\n   * the phone dropdown. Both carry data-mfo-tab and both use .is-on, so one\n   * handler covers them. The dropdown's visible label and price are static\n   * markup - one pre-written variant per persona, all but the current one\n   * [hidden] - because a script must never write prose on this site:\n   * TranslatePress only sees server-rendered strings, so anything JS inserts\n   * stays English on \/no\/, \/sv\/, \/it\/ and \/fr\/. *\/\n  var tabs = root.querySelectorAll('[data-mfo-tab]');\n  var panels = root.querySelectorAll('[data-mfo-panel]');\n  var tselWrap = root.querySelector('[data-tabselect]');\n  var tselBtn = root.querySelector('[data-mfo-tsel]');\n  var tselLabels = root.querySelectorAll('[data-tsel-l]');\n  var tselPrices = root.querySelectorAll('[data-tsel-p]');\n  var tselVerbs = root.querySelectorAll('[data-tsel-v]');\n\n  function setMenu(open){\n    if (!tselWrap) { return; }\n    tselWrap.classList.toggle('is-open', open);\n    if (tselBtn) { tselBtn.setAttribute('aria-expanded', open ? 'true' : 'false'); }\n    for (var v = 0; v < tselVerbs.length; v++) {\n      tselVerbs[v].hidden = (tselVerbs[v].getAttribute('data-tsel-v') === 'open') !== open;\n    }\n  }\n  function setTab(key){\n    for (var t = 0; t < tabs.length; t++) {\n      var on = tabs[t].getAttribute('data-mfo-tab') === key;\n      tabs[t].classList.toggle('is-on', on);\n      tabs[t].setAttribute('aria-selected', on ? 'true' : 'false');\n    }\n    for (var p = 0; p < panels.length; p++) {\n      panels[p].classList.toggle('is-on', panels[p].getAttribute('data-mfo-panel') === key);\n    }\n    for (var l = 0; l < tselLabels.length; l++) {\n      tselLabels[l].hidden = tselLabels[l].getAttribute('data-tsel-l') !== key;\n    }\n    for (var m2 = 0; m2 < tselPrices.length; m2++) {\n      tselPrices[m2].hidden = tselPrices[m2].getAttribute('data-tsel-p') !== key;\n    }\n    setMenu(false);\n  }\n  for (var t2 = 0; t2 < tabs.length; t2++) {\n    tabs[t2].addEventListener('click', function(ev){ setTab(ev.currentTarget.getAttribute('data-mfo-tab')); });\n  }\n  if (tselBtn) {\n    tselBtn.addEventListener('click', function(){\n      setMenu(!tselWrap.classList.contains('is-open'));\n    });\n    document.addEventListener('click', function(ev){\n      if (!tselWrap.classList.contains('is-open')) { return; }\n      if (tselWrap.contains(ev.target)) { return; }\n      setMenu(false);\n    });\n    document.addEventListener('keydown', function(ev){\n      if (ev.key !== 'Escape') { return; }\n      if (!tselWrap.classList.contains('is-open')) { return; }\n      setMenu(false);\n    });\n  }\n\n  \/* ---------- FAQ -------------------------------------------------------- *\/\n  var faqBtns = root.querySelectorAll('[data-mfo-faq]');\n  for (var f = 0; f < faqBtns.length; f++) {\n    faqBtns[f].addEventListener('click', function(ev){\n      var btn = ev.currentTarget;\n      var item = btn.parentNode;\n      var wasOn = item.classList.contains('is-on');\n      var all = root.querySelectorAll('.mfo-faq');\n      for (var g = 0; g < all.length; g++) {\n        all[g].classList.remove('is-on');\n        var hb = all[g].querySelector('[data-mfo-faq]');\n        if (hb) { hb.setAttribute('aria-expanded', 'false'); }\n      }\n      if (!wasOn) {\n        item.classList.add('is-on');\n        btn.setAttribute('aria-expanded', 'true');\n      }\n    });\n  }\n\n  \/* ---------- ROI calculator -------------------------------------------- *\n   * Works natively in the display currency. No exchange rate is used: the\n   * licence line reads the register price for article 303 in the current\n   * currency, and every gain is a percentage of the revenue the visitor\n   * entered, so percentages are currency-agnostic. A flat conversion would\n   * have been wrong here - the register's NOK\/EUR ratios run 10.0x to 17.4x. *\/\n  var ROI_CFG = {\n    EUR: { min: 100000, max: 1500000, step: 50000, def: 350000 },\n    NOK: { min: 1000000, max: 15000000, step: 500000, def: 3500000 },\n    SEK: { min: 1000000, max: 15000000, step: 500000, def: 3500000 }\n  };\n  var cfg = ROI_CFG[CUR] || ROI_CFG.EUR;\n  var R = { shops: 3, rev: cfg.def, margin: 50, waste: 4 };\n  var revIn = root.querySelector('[data-roi-in=\"rev\"]');\n  if (revIn) {\n    revIn.min = cfg.min; revIn.max = cfg.max; revIn.step = cfg.step; revIn.value = cfg.def;\n  }\n  function out(k){ return root.querySelector('[data-roi=\"' + k + '\"]'); }\n  function put(k, v){ var el = out(k); if (el) { el.textContent = v; } }\n\n  function renderRoi(){\n    var wasteCost = R.rev * (R.waste \/ 100) * (1 - R.margin \/ 100);\n    var wLow = wasteCost * 0.20, wHigh = wasteCost * 0.38;\n    var sLow = R.rev * 0.065 * (R.margin \/ 100), sHigh = R.rev * 0.22 * (R.margin \/ 100);\n    var perLow = wLow + sLow, perHigh = wHigh + sHigh;\n    var storeMo = priceOf('303', annual);\n    var licence = storeMo * 12 * R.shops;\n    var weeks = licence \/ Math.max(perLow * R.shops, 1) * 52;\n\n    put('shopsA', R.shops);\n    put('shopsB', R.shops);\n    var one = R.shops === 1;\n    var sgs = root.querySelectorAll('[data-roi-sg]');\n    for (var s = 0; s < sgs.length; s++) { sgs[s].hidden = !one; }\n    var pls = root.querySelectorAll('[data-roi-pl]');\n    for (var q = 0; q < pls.length; q++) { pls[q].hidden = one; }\n\n    put('rev', money(R.rev));\n    put('margin', R.margin); put('margin2', R.margin);\n    put('waste', String(R.waste).replace(\/\\.0$\/, ''));\n    put('totalLow', money(roiRound(perLow * R.shops)));\n    put('totalHigh', money(roiRound(perHigh * R.shops)));\n    put('wasteLow', money(roiRound(wLow * R.shops)));\n    put('wasteHigh', money(roiRound(wHigh * R.shops)));\n    put('wasteBase', money(roiRound(wasteCost * R.shops)));\n    put('salesLow', money(roiRound(sLow * R.shops)));\n    put('salesHigh', money(roiRound(sHigh * R.shops)));\n\n    var pbW = root.querySelector('[data-pb=\"w0\"]');\n    var pbK = root.querySelector('[data-pb=\"wk\"]');\n    var pbM = root.querySelector('[data-pb=\"mo\"]');\n    var mode = 'wk';\n    if (weeks < 1.5) { mode = 'w0'; }\n    if (weeks >= 52) { mode = 'mo'; }\n    if (pbW) { pbW.hidden = mode !== 'w0'; }\n    if (pbK) { pbK.hidden = mode !== 'wk'; }\n    if (pbM) { pbM.hidden = mode !== 'mo'; }\n    put('pbWeeks', Math.round(weeks));\n    put('pbMonths', Math.round(weeks \/ 4.33));\n  }\n\n  var roiIns = root.querySelectorAll('[data-roi-in]');\n  for (var r2 = 0; r2 < roiIns.length; r2++) {\n    roiIns[r2].addEventListener('input', function(ev){\n      var key = ev.currentTarget.getAttribute('data-roi-in');\n      var val = parseInt(ev.currentTarget.value, 10);\n      if (key === 'waste') { R.waste = val \/ 10; } else { R[key] = val; }\n      renderRoi();\n    });\n  }\n\n  \/* ---------- booking modal (HubSpot Meetings) --------------------------- *\n   * Every booking CTA is a real anchor to the meeting page, so the link works\n   * with JS off; the handler intercepts and opens the modal instead. The slot\n   * only gains the HubSpot container class inside build(), because the loader\n   * builds an iframe in ANY element carrying that class - even one with no\n   * data-src - which used to produce context-less calendars in hidden tabs.\n   * The overlay must be visible BEFORE the embed is built: building into a\n   * display:none container hands HubSpot a 0x0 box and the embed never reflows. *\/\n  var OWNERS = { it: 'heidi-haugli', _default: 'martin-lang' };\n  var ov = document.getElementById('mfo-bk');\n  var slot = document.getElementById('mfo-bk-slot');\n  var built = false;\n  var lastFocus = null;\n\n  function ownerFor(seg){\n    if (OWNERS[seg]) { return OWNERS[seg]; }\n    return OWNERS._default;\n  }\n  function build(){\n    if (built) { return; }\n    built = true;\n    \/* No query parameters beyond embed=true. The mfo_booking_context and\n     * mfo_booking_locale params were removed: the matching HubSpot properties\n     * were never created, and a param for a property that does not exist is\n     * silently discarded - so they carried no data while adding a context\n     * resolver, an owner-locale map and an ampersand-encoding workaround.\n     * To reinstate: create both properties in HubSpot, add them to each meeting\n     * link's form as hidden fields, then rebuild the src with\n     * String.fromCharCode(38) as the separator - a literal ampersand in inline\n     * post content is HTML-encoded by WordPress and kills the script. *\/\n    var src = 'https:\/\/meetings.hubspot.com\/' + ownerFor(SEG) + '?embed=true';\n    slot.setAttribute('data-src', src);\n    slot.className = 'mfo-bk-slot meetings-iframe-container';\n    var s = document.createElement('script');\n    s.src = 'https:\/\/static.hsappstatic.net\/MeetingsEmbed\/ex\/MeetingsEmbedCode.js';\n    document.body.appendChild(s);\n    var mo = new MutationObserver(function(){\n      if (slot.querySelector('iframe')) { markReady(); mo.disconnect(); }\n    });\n    mo.observe(slot, { childList: true });\n    setTimeout(markReady, 20000);\n  }\n  function markReady(){\n    var wrap = slot.parentElement;\n    if (!wrap) { return; }\n    wrap.classList.add('is-ready');\n  }\n  function open(el){\n    lastFocus = el;\n    ov.classList.add('is-on');\n    document.documentElement.style.overflow = 'hidden';\n    \/* timers fire normally under automation; rAF does not - so no rAF here. *\/\n    setTimeout(build, 30);\n  }\n  function close(){\n    ov.classList.remove('is-on');\n    document.documentElement.style.overflow = '';\n    if (lastFocus) { lastFocus.focus(); }\n  }\n  var bookEls = root.querySelectorAll('[data-mfo-book]');\n  for (var v2 = 0; v2 < bookEls.length; v2++) {\n    bookEls[v2].addEventListener('click', function(ev){\n      ev.preventDefault();\n      open(ev.currentTarget);\n    });\n  }\n  if (ov) {\n    ov.addEventListener('click', function(ev){\n      if (ev.target === ov) { close(); return; }\n      if (ev.target.getAttribute('data-mfo-close')) { close(); }\n    });\n  }\n  document.addEventListener('keydown', function(ev){\n    if (ev.key !== 'Escape') { return; }\n    if (!ov.classList.contains('is-on')) { return; }\n    close();\n  });\n\n  \/* ---------- full-bleed width ------------------------------------------ *\n   * vw includes the vertical scrollbar, so width:100vw is 8-17px wider than\n   * the usable page and produces a horizontal scrollbar. documentElement\n   * .clientWidth excludes it. Measured, not assumed: this was invisible in a\n   * headless harness (overlay scrollbars) and only appeared on the live site. *\/\n  var outer = root.parentElement;\n  function fitWidth(){\n    if (!outer) { return; }\n    if (!outer.classList.contains('mfo-p3-outer')) { return; }\n    outer.style.setProperty('--mfo-w', document.documentElement.clientWidth + 'px');\n  }\n  fitWidth();\n  window.addEventListener('resize', fitWidth);\n  window.addEventListener('orientationchange', fitWidth);\n\n  \/* ---------- go -------------------------------------------------------- *\/\n  renderPrices();\n  renderRoi();\n  root.setAttribute('data-mfo-ready', '1');\n}());\n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Priced to start small. Built to grow with you. Unlimited users Support &amp; Implementation included No hidden costs 1 000+ Locations 45 000+ Orders \/ month 3.0M+ Products \/ month Used by food makers across Europe Billing Monthly AnnualSave 15% Which one are you? Which one are you? I sell B2B or to own shopsI &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/myfoodoffice.com\/it\/pricing-2026\/\" class=\"more-link\">Leggi tutto<span class=\"screen-reader-text\"> &#8220;Pricing&#8221;<\/span><\/a><\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_eb_attr":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"footnotes":""},"class_list":["post-4583","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Martin","author_link":"https:\/\/myfoodoffice.com\/it\/author\/martin\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/pages\/4583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/comments?post=4583"}],"version-history":[{"count":26,"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/pages\/4583\/revisions"}],"predecessor-version":[{"id":4616,"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/pages\/4583\/revisions\/4616"}],"wp:attachment":[{"href":"https:\/\/myfoodoffice.com\/it\/wp-json\/wp\/v2\/media?parent=4583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}