{"id":3583,"date":"2026-06-18T08:00:45","date_gmt":"2026-06-18T08:00:45","guid":{"rendered":"https:\/\/letscopilot.com\/?page_id=3583"},"modified":"2026-07-03T09:28:54","modified_gmt":"2026-07-03T09:28:54","slug":"calculator","status":"publish","type":"page","link":"https:\/\/letscopilot.com\/es\/calculator\/","title":{"rendered":"Find out how much budget your Copilot rollout can recover."},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Copilot ROI Calculator &#8211; Let&#8217;s Copilot<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Work+Sans:wght@300;400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --brown:       #671D27;\n    --brown-hover: #4e1520;\n    --blue:        #559CFF;\n    --beige:       #FAF5E9;\n    --white:       #FFFFFF;\n    --text:        #1a1010;\n    --muted:       #7a6066;\n    --border:      rgba(103,29,39,0.12);\n    --sans:        'Work Sans', sans-serif;\n    --platform:    'Platform', 'Work Sans', sans-serif;\n  }\n\n  body {\n    font-family: var(--sans);\n    background: var(--beige);\n    color: var(--text);\n    min-height: 100vh;\n  }\n\n  main {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 4rem 1.5rem 6rem;\n  }\n\n  \/* HERO *\/\n  .hero { margin-bottom: 2.5rem; }\n\n  h1 {\n    font-family: var(--platform);\n    font-size: clamp(1.4rem, 3vw, 1.9rem);\n    font-weight: 700;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    margin-bottom: 0.75rem;\n    color: var(--brown);\n  }\n\n  .subline {\n    font-size: 16px;\n    color: var(--muted);\n    line-height: 1.6;\n    max-width: 480px;\n  }\n\n  \/* CARD *\/\n  .card {\n    background: var(--white);\n    border-radius: 12px;\n    border: 1px solid var(--border);\n    padding: 2rem;\n    margin-bottom: 1rem;\n  }\n\n  .card-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* SLIDERS *\/\n  .slider-group { display: flex; flex-direction: column; gap: 1.75rem; }\n\n  .input-card-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  @media (max-width: 480px) {\n    .input-card-row { grid-template-columns: 1fr; }\n  }\n\n  .input-card {\n    background: var(--beige);\n    border-radius: 10px;\n    border: 1.5px solid rgba(103,29,39,0.15);\n    padding: 1rem 1.25rem;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    transition: border-color 0.2s;\n  }\n\n  .input-card:focus-within {\n    border-color: var(--brown);\n  }\n\n  .input-card .input-card-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  .input-card .input-card-field {\n    font-family: var(--platform);\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--brown);\n    border: none;\n    outline: none;\n    background: transparent;\n    width: 100%;\n    padding: 0;\n    line-height: 1.2;\n  }\n\n  .input-card .input-card-field::placeholder {\n    color: rgba(103,29,39,0.25);\n  }\n\n  .slider-row { display: flex; flex-direction: column; gap: 8px; }\n\n  .slider-top {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n  }\n\n  .slider-label { font-size: 14px; font-weight: 500; color: var(--text); }\n\n  .slider-value {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--brown);\n    font-family: var(--platform);\n    min-width: 80px;\n    text-align: right;\n  }\n\n  .slider-wrap { position: relative; }\n\n  input[type=range] {\n    -webkit-appearance: none;\n    width: 100%;\n    height: 6px;\n    border-radius: 99px;\n    outline: none;\n    cursor: pointer;\n    background: linear-gradient(to right, var(--brown) 0%, var(--brown) 50%, rgba(103,29,39,0.15) 50%, rgba(103,29,39,0.15) 100%);\n  }\n\n  input[type=range]::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: var(--brown);\n    border: 3px solid var(--white);\n    box-shadow: 0 1px 6px rgba(103,29,39,0.3);\n    cursor: pointer;\n  }\n\n  input[type=range]::-moz-range-thumb {\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: var(--brown);\n    border: 3px solid var(--white);\n    box-shadow: 0 1px 6px rgba(103,29,39,0.3);\n    cursor: pointer;\n  }\n\n  .slider-benchmarks {\n    display: flex;\n    justify-content: space-between;\n    font-size: 11px;\n    color: var(--muted);\n    margin-top: 4px;\n  }\n\n  .bench-bad { color: #c0392b; font-weight: 500; }\n  .bench-ok  { color: #e67e22; font-weight: 500; }\n  .bench-good { color: #27ae60; font-weight: 500; }\n\n  \/* CTA BUTTON *\/\n  .btn-calc {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    width: 100%;\n    background: var(--brown);\n    color: var(--white);\n    font-family: var(--sans);\n    font-size: 16px;\n    font-weight: 700;\n    padding: 16px 32px;\n    border-radius: 10px;\n    border: none;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.1s;\n    margin-top: 2rem;\n    letter-spacing: 0.01em;\n  }\n\n  .btn-calc:hover { background: var(--brown-hover); }\n  .btn-calc:active { transform: scale(0.99); }\n\n  \/* PREVIEW RESULT *\/\n  .preview-section { display: none; }\n  .preview-section.visible { display: block; }\n\n  .preview-card {\n    background: var(--brown);\n    border-radius: 12px;\n    padding: 2rem 2rem 1.5rem;\n    color: var(--white);\n    text-align: center;\n    margin-bottom: 1rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .preview-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    opacity: 0.6;\n    margin-bottom: 0.5rem;\n  }\n\n  .preview-amount {\n    font-family: var(--platform);\n    font-size: clamp(3rem, 10vw, 4.5rem);\n    font-weight: 700;\n    letter-spacing: -2px;\n    line-height: 1;\n    margin-bottom: 0.25rem;\n  }\n\n  .preview-sub {\n    font-size: 14px;\n    opacity: 0.65;\n    margin-bottom: 1.5rem;\n  }\n\n  .blur-overlay {\n    background: rgba(103,29,39,0.15);\n    backdrop-filter: blur(6px);\n    -webkit-backdrop-filter: blur(6px);\n    border-radius: 10px;\n    padding: 1.25rem 1.5rem;\n    border: 1px solid rgba(255,255,255,0.15);\n  }\n\n  .blur-overlay p {\n    font-size: 13px;\n    opacity: 0.85;\n    margin-bottom: 1rem;\n    line-height: 1.5;\n  }\n\n  \/* EMAIL GATE *\/\n  .gate-card {\n    background: var(--white);\n    border-radius: 12px;\n    border: 1px solid var(--border);\n    padding: 1.75rem 2rem;\n    margin-bottom: 1rem;\n  }\n\n  .gate-title {\n    font-family: var(--platform);\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--brown);\n    margin-bottom: 0.4rem;\n  }\n\n  .gate-sub {\n    font-size: 13px;\n    color: var(--muted);\n    margin-bottom: 1.25rem;\n    line-height: 1.5;\n  }\n\n  .email-row {\n    display: flex;\n    gap: 10px;\n  }\n\n  .email-input {\n    flex: 1;\n    border: 1.5px solid var(--border);\n    border-radius: 8px;\n    padding: 0 14px;\n    height: 46px;\n    font-family: var(--sans);\n    font-size: 14px;\n    color: var(--text);\n    background: var(--beige);\n    outline: none;\n    transition: border-color 0.2s;\n  }\n\n  .email-input:focus { border-color: var(--brown); }\n\n  .btn-unlock {\n    background: var(--blue);\n    color: var(--white);\n    font-family: var(--sans);\n    font-size: 14px;\n    font-weight: 700;\n    padding: 0 22px;\n    height: 46px;\n    border-radius: 8px;\n    border: none;\n    cursor: pointer;\n    white-space: nowrap;\n    transition: background 0.2s;\n  }\n\n  .btn-unlock:hover { background: #3a87f5; }\n\n  \/* FULL RESULTS *\/\n  .full-results { display: none; }\n  .full-results.visible { display: block; }\n\n  .metrics-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 1rem;\n  }\n\n  .metric {\n    background: var(--beige);\n    border-radius: 10px;\n    padding: 1rem 1.25rem;\n    border: 1px solid var(--border);\n  }\n\n  .metric-val {\n    font-family: var(--platform);\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--brown);\n  }\n\n  .metric-lbl {\n    font-size: 11px;\n    color: var(--muted);\n    margin-top: 3px;\n    line-height: 1.4;\n  }\n\n  .breakdown-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 1rem;\n  }\n\n  .breakdown-card {\n    border-radius: 10px;\n    padding: 1.25rem 1.5rem;\n  }\n\n  .breakdown-card.a {\n    background: rgba(103,29,39,0.07);\n    border: 1px solid rgba(103,29,39,0.12);\n  }\n\n  .breakdown-card.b {\n    background: rgba(85,156,255,0.07);\n    border: 1px solid rgba(85,156,255,0.2);\n  }\n\n  .bd-tag {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 6px;\n  }\n\n  .bd-amount {\n    font-family: var(--platform);\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--brown);\n    margin-bottom: 3px;\n  }\n\n  .bd-sub { font-size: 11px; color: var(--muted); line-height: 1.4; }\n\n  .waste-bar-wrap { margin: 0.75rem 0 0; }\n\n  .waste-bar-labels {\n    display: flex;\n    justify-content: space-between;\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--muted);\n    margin-bottom: 6px;\n  }\n\n  .waste-bar-bg {\n    height: 8px;\n    background: rgba(103,29,39,0.1);\n    border-radius: 99px;\n    overflow: hidden;\n  }\n\n  .waste-bar-fill {\n    height: 100%;\n    border-radius: 99px;\n    background: var(--brown);\n    transition: width 0.5s ease;\n  }\n\n  .source-note {\n    font-size: 11px;\n    font-style: italic;\n    color: var(--muted);\n    margin-top: 1rem;\n    opacity: 0.7;\n    line-height: 1.5;\n  }\n\n  \/* CTA SECTION *\/\n  .cta-section {\n    text-align: center;\n    padding: 2.5rem 2rem;\n    background: var(--white);\n    border-radius: 12px;\n    border: 1px solid var(--border);\n    margin-top: 1rem;\n  }\n\n  .cta-section h2 {\n    font-family: var(--platform);\n    font-size: 1.6rem;\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    color: var(--brown);\n    margin-bottom: 0.5rem;\n  }\n\n  .cta-section p {\n    font-size: 15px;\n    color: var(--muted);\n    margin-bottom: 1.5rem;\n  }\n\n  .btn-webinar {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--blue);\n    color: #ffffff !important;\n    font-family: var(--sans);\n    font-size: 15px;\n    font-weight: 700;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: background 0.2s;\n    -webkit-text-fill-color: #ffffff;\n  }\n\n  .btn-webinar:hover { background: #3a87f5; }\n\n  @media (max-width: 540px) {\n    .metrics-grid, .breakdown-grid { grid-template-columns: 1fr; }\n    .email-row { flex-direction: column; }\n    .btn-unlock { height: 46px; }\n  }\n<\/style>\n\n\n<main>\n\n  <!-- HERO -->\n  <div class=\"hero\">\n    <h1>You&#8217;re funding Copilot licences<br>your team isn&#8217;t using.<\/h1>\n    <p class=\"subline\">See exactly what it&#8217;s costing you every month.<\/p>\n  <\/div>\n\n  <!-- INPUT CARD -->\n  <div class=\"card\">\n    <div class=\"card-label\">Your situation<\/div>\n    <div class=\"slider-group\">\n\n      <div class=\"input-card-row\">\n        <div class=\"input-card\">\n          <div class=\"input-card-label\">Total Copilot licences<\/div>\n          <input class=\"input-card-field\" type=\"number\" id=\"s-licenses\" min=\"1\" max=\"10000\" value=\"150\" placeholder=\"e.g. 200\" oninput=\"updateSlider()\">\n        <\/div>\n        <div class=\"input-card\">\n          <div class=\"input-card-label\">Active users<\/div>\n          <input class=\"input-card-field\" type=\"number\" id=\"s-active\" min=\"0\" max=\"10000\" value=\"90\" placeholder=\"e.g. 120\" oninput=\"updateSlider()\">\n        <\/div>\n      <\/div>\n\n      <div class=\"slider-row\">\n        <div class=\"slider-top\">\n          <div class=\"slider-label\">Licence cost per user<\/div>\n          <div class=\"slider-value\" id=\"val-licprice\">\u20ac30<\/div>\n        <\/div>\n        <input type=\"range\" id=\"s-licprice\" min=\"15\" max=\"50\" step=\"0.5\" value=\"30\" oninput=\"updateSlider()\">\n        <div class=\"slider-benchmarks\">\n          <span>\u20ac15.60 official<\/span>\n          <span>\u20ac28\u201330 typical<\/span>\n          <span>\u20ac50<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"slider-row\">\n        <div class=\"slider-top\">\n          <div class=\"slider-label\">Average hourly wage<\/div>\n          <div class=\"slider-value\" id=\"val-wage\">\u20ac55<\/div>\n        <\/div>\n        <input type=\"range\" id=\"s-wage\" min=\"20\" max=\"150\" step=\"1\" value=\"55\" oninput=\"updateSlider()\">\n        <div class=\"slider-benchmarks\">\n          <span>\u20ac20<\/span>\n          <span>\u20ac55 avg<\/span>\n          <span>\u20ac150<\/span>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <button class=\"btn-calc\" onclick=\"showPreview()\">\n      Calculate my waste\n      <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M3.5 9h11M10 4.5l4.5 4.5L10 13.5\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n    <\/button>\n  <\/div>\n\n  <!-- PREVIEW + GATE -->\n  <div class=\"preview-section\" id=\"preview-section\">\n\n    <div class=\"preview-card\">\n      <div class=\"preview-label\">Monthly waste<\/div>\n      <div class=\"preview-amount\" id=\"preview-total\">\u20ac 0<\/div>\n      <div class=\"preview-sub\" id=\"preview-sub\">across 0 unused licences<\/div>\n\n    <\/div>\n\n\n\n  <\/div>\n\n  <!-- FULL RESULTS -->\n  <div class=\"full-results\" id=\"full-results\">\n\n    <div class=\"card\">\n      <div class=\"card-label\">Full breakdown<\/div>\n\n      <div class=\"breakdown-grid\">\n        <div class=\"breakdown-card a\">\n          <div class=\"bd-tag\">Licence waste<\/div>\n          <div class=\"bd-amount\" id=\"lic-waste\">\u20ac 0<\/div>\n          <div class=\"bd-sub\" id=\"lic-sub\">0 unused licences<\/div>\n        <\/div>\n        <div class=\"breakdown-card b\">\n          <div class=\"bd-tag\">Lost productivity<\/div>\n          <div class=\"bd-amount\" id=\"prod-waste\">\u20ac 0<\/div>\n          <div class=\"bd-sub\" id=\"prod-sub\">0 hours lost<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"metrics-grid\">\n        <div class=\"metric\">\n          <div class=\"metric-val\" id=\"m-unused\">0<\/div>\n          <div class=\"metric-lbl\">Unused licences<\/div>\n        <\/div>\n        <div class=\"metric\">\n          <div class=\"metric-val\" id=\"m-hours\">0<\/div>\n          <div class=\"metric-lbl\">Productive hours lost \/ month<\/div>\n        <\/div>\n        <div class=\"metric\">\n          <div class=\"metric-val\" id=\"m-yearly\">\u20ac 0<\/div>\n          <div class=\"metric-lbl\">Wasted per year<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"waste-bar-wrap\">\n        <div class=\"waste-bar-labels\">\n          <span id=\"bar-active\">0% active<\/span>\n          <span id=\"bar-inactive\">0% not using Copilot<\/span>\n        <\/div>\n        <div class=\"waste-bar-bg\">\n          <div class=\"waste-bar-fill\" id=\"waste-bar\" style=\"width: 0%;\"><\/div>\n        <\/div>\n      <\/div>\n\n      <p class=\"source-note\">Productivity calculation based on Forrester Total Economic Impact study (March 2025): average 9 hours saved per active user per month.<\/p>\n    <\/div>\n\n  <\/div>\n\n  <!-- CTA -->\n  <div class=\"cta-section\">\n    <h2>Ready to fix this?<\/h2>\n    <p>Let&#8217;s Copilot helps organisations increase Copilot adoption and stop the waste.<\/p>\n    <a class=\"btn-webinar\" href=\"https:\/\/letscopilot.com\/webinars\/\" target=\"_blank\">\n      Join a webinar\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n    <\/a>\n  <\/div>\n\n<\/main>\n\n<script>\nconst HOURS_SAVED = 9;\nconst WORK_DAYS = 22;\n\nlet calcData = {};\n\nfunction fmt(n) {\n  return '\u20ac\\u00a0' + Math.round(n).toLocaleString('en-EU');\n}\n\nfunction updateSlider() {\n  const licenses = parseInt(document.getElementById('s-licenses').value) || 0;\n  const licprice = parseFloat(document.getElementById('s-licprice').value);\n  const wage = parseInt(document.getElementById('s-wage').value);\n\n  \/\/ Keep active <= licenses\n  const activeEl = document.getElementById('s-active');\n  let active = parseInt(activeEl.value) || 0;\n  if (active > licenses) { active = licenses; activeEl.value = licenses; }\n\n\n  document.getElementById('val-licprice').textContent = '\u20ac' + licprice.toFixed(0);\n  document.getElementById('val-wage').textContent = '\u20ac' + wage;\n\n  \/\/ Update slider track fill\n  ['s-licprice','s-wage'].forEach(id => {\n    const el = document.getElementById(id);\n    const pct = ((el.value - el.min) \/ (el.max - el.min)) * 100;\n    el.style.background = `linear-gradient(to right, #671D27 0%, #671D27 ${pct}%, rgba(103,29,39,0.15) ${pct}%, rgba(103,29,39,0.15) 100%)`;\n  });\n\n\n\n  \/\/ Store for later\n  const unused = licenses - active;\n  const licWaste = unused * licprice;\n  const hoursLost = unused * HOURS_SAVED;\n  const prodWaste = hoursLost * wage;\n  const total = licWaste + prodWaste;\n  const yearly = total * 12;\n  const pctUnused = licenses > 0 ? Math.round((unused \/ licenses) * 100) : 0;\n\n  calcData = { licenses, active, licprice, wage, unused, licWaste, hoursLost, prodWaste, total, yearly, pctUnused };\n}\n\nfunction showPreview() {\n  updateSlider();\n  const d = calcData;\n\n  document.getElementById('preview-total').textContent = fmt(d.licWaste);\n  document.getElementById('preview-sub').textContent = 'across ' + d.unused.toLocaleString() + ' unused licence' + (d.unused !== 1 ? 's' : '');\n\n  document.getElementById('lic-waste').textContent = fmt(d.licWaste);\n  document.getElementById('lic-sub').textContent = d.unused.toLocaleString() + ' unused licences x \u20ac' + d.licprice.toFixed(2);\n  document.getElementById('prod-waste').textContent = fmt(d.prodWaste);\n  document.getElementById('prod-sub').textContent = Math.round(d.hoursLost).toLocaleString() + ' hours x \u20ac' + d.wage + '\/hr';\n  document.getElementById('m-unused').textContent = d.unused.toLocaleString();\n  document.getElementById('m-hours').textContent = Math.round(d.hoursLost).toLocaleString();\n  document.getElementById('m-yearly').textContent = fmt(d.yearly);\n  document.getElementById('waste-bar').style.width = (100 - d.pctUnused) + '%';\n  document.getElementById('bar-active').textContent = (100 - d.pctUnused) + '% active';\n  document.getElementById('bar-inactive').textContent = d.pctUnused + '% not using Copilot';\n\n  document.getElementById('preview-section').classList.add('visible');\n  document.getElementById('full-results').classList.add('visible');\n  document.getElementById('preview-section').scrollIntoView({ behavior: 'smooth', block: 'start' });\n}\n\nfunction unlockResults() {\n  const email = document.getElementById('email-input').value.trim();\n  if (!email || !email.includes('@')) {\n    document.getElementById('email-input').focus();\n    document.getElementById('email-input').style.borderColor = '#c0392b';\n    return;\n  }\n  document.getElementById('email-input').style.borderColor = '';\n\n  const d = calcData;\n\n  \/\/ Populate full results\n  document.getElementById('lic-waste').textContent = fmt(d.licWaste);\n  document.getElementById('lic-sub').textContent = d.unused.toLocaleString() + ' unused licences x \u20ac' + d.licprice.toFixed(2);\n  document.getElementById('prod-waste').textContent = fmt(d.prodWaste);\n  document.getElementById('prod-sub').textContent = Math.round(d.hoursLost).toLocaleString() + ' hours x \u20ac' + d.wage + '\/hr';\n  document.getElementById('m-unused').textContent = d.unused.toLocaleString();\n  document.getElementById('m-hours').textContent = Math.round(d.hoursLost).toLocaleString();\n  document.getElementById('m-yearly').textContent = fmt(d.yearly);\n  document.getElementById('waste-bar').style.width = (100 - d.pctUnused) + '%';\n  document.getElementById('bar-active').textContent = (100 - d.pctUnused) + '% active';\n  document.getElementById('bar-inactive').textContent = d.pctUnused + '% not using Copilot';\n\n  \/\/ Hide gate, show full results\n  document.getElementById('gate-card').style.display = 'none';\n  document.getElementById('full-results').classList.add('visible');\n  document.getElementById('full-results').scrollIntoView({ behavior: 'smooth', block: 'start' });\n}\n\n\/\/ Init sliders on load\nupdateSlider();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Copilot ROI Calculator &#8211; Let&#8217;s Copilot You&#8217;re funding Copilot licencesyour team isn&#8217;t using. See exactly what it&#8217;s costing you every month. Your situation Total Copilot licences Active users Licence cost per user \u20ac30 \u20ac15.60 official \u20ac28\u201330 typical \u20ac50 Average hourly wage \u20ac55 \u20ac20 \u20ac55 avg \u20ac150 Calculate my waste Monthly waste \u20ac 0 across 0 [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"Waste Calculator - Let's Copilot","_seopress_titles_desc":"How much are you paying for unused Copilot licenses? With our live waste calculator, get instant insight and discover how you can save thousands of euros.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"content-type":"","footnotes":""},"class_list":["post-3583","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/pages\/3583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/comments?post=3583"}],"version-history":[{"count":8,"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/pages\/3583\/revisions"}],"predecessor-version":[{"id":3993,"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/pages\/3583\/revisions\/3993"}],"wp:attachment":[{"href":"https:\/\/letscopilot.com\/es\/wp-json\/wp\/v2\/media?parent=3583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}