@font-face {
    font-family: 'Fleettec Inter';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/inter-latin.woff2') format('woff2');
}

/* Every rule is scoped to the shortcode; no reset or styles on the WP theme. */
.ftkr {
    --ftkr-orange: #ed7917;
    --ftkr-button: #b9580b;
    container: ftkr / inline-size;
    width: 100%;
    max-width: 768px;
    min-width: 0;
    margin: 32px auto;
    padding: 0;
    color: #1e293b;
    font: 400 14px/1.5 'Fleettec Inter', Arial, sans-serif;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    color-scheme: light;
    isolation: isolate;
}
.ftkr *, .ftkr *::before, .ftkr *::after { box-sizing: border-box; }
.ftkr [hidden] { display: none !important; }
.ftkr :where(p, h3, h4, ul, dl, dt, dd, fieldset, legend) { margin: 0; padding: 0; }
.ftkr :where(button, input, a, label, output) { font-family: inherit; letter-spacing: normal; text-transform: none; }
.ftkr :where(p, h3, h4, span, dt, dd, a, button) { word-break: normal; overflow-wrap: normal; hyphens: none; }
.ftkr svg { display: block; width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ftkr .ftkr-shell { display: flex; flex-direction: column; min-height: 500px; background: #fff; border-radius: 24px; box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%); }
.ftkr .ftkr-banner { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: 32px; border-radius: 24px 24px 0 0; color: #fff; background: linear-gradient(135deg, #7e400f, #c26010); }
.ftkr .ftkr-benefits { display: grid; gap: 24px; margin: 24px 0 0; list-style: none; }
.ftkr .ftkr-benefits li { display: flex; align-items: flex-start; gap: 12px; margin: 0; padding: 0; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.5; }
.ftkr .ftkr-benefits li::before, .ftkr .ftkr-benefits li::marker { content: none; }
.ftkr .ftkr-benefits svg { margin-top: 3px; color: #fed7aa; }
.ftkr .ftkr-progress { margin-top: 32px; }
.ftkr .ftkr-progress-label { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 8px; font-size: 12px; font-weight: 600; color: #fff; }
.ftkr .ftkr-progress-track { height: 8px; overflow: hidden; border-radius: 20px; background: rgb(0 0 0 / 20%); }
.ftkr .ftkr-progress-track span { display: block; height: 8px; width: 33.3333%; border-radius: inherit; background: #fff; box-shadow: 0 0 8px rgb(255 255 255 / 40%); transition: width .4s; }
.ftkr .ftkr-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 32px; }
.ftkr .ftkr-step { width: 100%; min-width: 0; animation: ftkr-enter .3s ease-out; }
.ftkr .ftkr-heading { margin: 0 0 8px; padding: 0; color: #1e293b; font-family: inherit; font-size: 24px; line-height: 1.3; font-weight: 700; }
.ftkr .ftkr-heading-small { font-size: 20px; }
.ftkr .ftkr-heading:focus { outline: none; }
.ftkr .ftkr-intro { margin: 0 0 24px; color: #64748b; font-size: 14px; line-height: 1.5; }
.ftkr strong { font-weight: 700; }
.ftkr .ftkr-industries { display: grid; grid-template-columns: 1fr; gap: 12px; min-width: 0; border: 0; margin: 0 0 32px; }
.ftkr .ftkr-choice { position: relative; display: block; min-width: 0; margin: 0; cursor: pointer; }
.ftkr .ftkr-radio { position: absolute; top: 12px; left: 12px; width: 1px; height: 1px; padding: 0; margin: 0; opacity: 0; }
.ftkr .ftkr-industry-card { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 12px; border: 2px solid #e2e8f0; border-radius: 12px; color: #475569; background: #fff; text-align: center; font-size: 14px; line-height: 1.5; font-weight: 600; transition: background .2s, border-color .2s, transform .2s; }
.ftkr .ftkr-industry-card svg { color: #64748b; }
.ftkr .ftkr-choice:hover .ftkr-industry-card { border-color: var(--ftkr-orange); background: #fef1e8; transform: translateY(-2px); }
.ftkr .ftkr-radio:checked + .ftkr-industry-card { border-color: var(--ftkr-orange); background: #fce2c9; box-shadow: 0 0 0 2px rgb(237 121 23 / 20%); color: #7e400f; }
.ftkr .ftkr-radio:checked + .ftkr-industry-card svg { color: #b9580b; }
.ftkr .ftkr-radio:focus-visible + .ftkr-industry-card { outline: 3px solid #1e293b; outline-offset: 3px; }
.ftkr .ftkr-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ftkr .ftkr-actions-end { justify-content: flex-end; }
.ftkr .ftkr-button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 48px; max-width: 100%; padding: 12px 24px; border: 1px solid transparent; border-radius: 8px; font-size: 16px; font-weight: 600; line-height: 1.5; text-decoration: none; text-align: center; white-space: normal; cursor: pointer; transition: background .2s; appearance: none; }
.ftkr .ftkr-button::before, .ftkr .ftkr-button::after, .ftkr .ftkr-back::before, .ftkr .ftkr-back::after { content: none; }
.ftkr .ftkr-primary { color: #fff; background: var(--ftkr-button); box-shadow: 0 4px 6px rgb(249 115 22 / 22%); }
.ftkr .ftkr-primary:hover, .ftkr .ftkr-primary:active { color: #fff; background: #984608; }
.ftkr .ftkr-button:disabled { opacity: .5; cursor: not-allowed; }
.ftkr .ftkr-secondary { color: #334155; background: #fff; border-color: #cbd5e1; box-shadow: none; }
.ftkr .ftkr-secondary:hover { color: #1e293b; background: #f8fafc; }
.ftkr .ftkr-back { display: inline-flex; align-items: center; gap: 4px; min-height: 36px; margin: 0 0 12px; padding: 4px 0; border: 0; background: transparent; color: #64748b; box-shadow: none; font-size: 14px; font-weight: 400; line-height: 1.5; cursor: pointer; }
.ftkr .ftkr-back:hover { color: #334155; background: transparent; }
.ftkr .ftkr-back svg { width: 16px; height: 16px; flex-basis: 16px; }
.ftkr .ftkr-button:focus-visible, .ftkr .ftkr-back:focus-visible, .ftkr .ftkr-count:focus-visible, .ftkr .ftkr-slider:focus-visible { outline: 3px solid #1e293b; outline-offset: 4px; }
.ftkr .ftkr-fleet { margin-bottom: 32px; padding: 28px 24px; border: 1px solid #f1f5f9; border-radius: 12px; background: #f8fafc; text-align: center; }
.ftkr .ftkr-fleet-display { display: block; margin: 0 0 12px; color: #b9580b; font-size: 48px; line-height: 1.1; font-weight: 800; }
.ftkr .ftkr-slider-label { display: block; margin-bottom: 8px; color: #64748b; font-size: 14px; font-weight: 500; }
.ftkr .ftkr-slider { --ftkr-range-progress: 0%; display: block; width: 100%; min-width: 0; height: 32px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; cursor: pointer; appearance: none; -webkit-appearance: none; }
.ftkr .ftkr-slider::-webkit-slider-runnable-track { height: 8px; border: 0; border-radius: 4px; background: linear-gradient(to right, var(--ftkr-orange) var(--ftkr-range-progress), #cbd5e1 var(--ftkr-range-progress)); }
.ftkr .ftkr-slider::-webkit-slider-thumb { width: 28px; height: 28px; margin-top: -10px; border: 4px solid #fff; border-radius: 50%; background: var(--ftkr-orange); box-shadow: 0 4px 6px rgb(0 0 0 / 15%); appearance: none; -webkit-appearance: none; }
.ftkr .ftkr-slider::-moz-range-track { height: 8px; border: 0; border-radius: 4px; background: #cbd5e1; }
.ftkr .ftkr-slider::-moz-range-progress { height: 8px; border-radius: 4px; background: var(--ftkr-orange); }
.ftkr .ftkr-slider::-moz-range-thumb { width: 20px; height: 20px; border: 4px solid #fff; border-radius: 50%; background: var(--ftkr-orange); box-shadow: 0 4px 6px rgb(0 0 0 / 15%); }
.ftkr .ftkr-slider-scale { display: flex; justify-content: space-between; color: #64748b; font-size: 12px; font-weight: 500; }
.ftkr .ftkr-count-label { display: block; margin: 18px 0 8px; color: #475569; font-size: 13px; font-weight: 500; }
.ftkr .ftkr-count { display: block; width: 128px; max-width: 100%; height: 44px; margin: 0 auto; padding: 8px 12px; border: 1px solid #94a3b8; border-radius: 8px; background: #fff; box-shadow: none; color: #1e293b; text-align: center; font-size: 16px; font-weight: 600; line-height: 1.5; }
.ftkr .ftkr-count[aria-invalid='true'] { border-color: #b91c1c; }
.ftkr .ftkr-hint { margin: 10px 0 0; color: #64748b; font-size: 12px; line-height: 1.5; }
.ftkr .ftkr-error { margin: 10px 0 0; color: #b91c1c; font-size: 13px; line-height: 1.5; }
.ftkr .ftkr-loading { padding: 48px 0; text-align: center; }
.ftkr .ftkr-loader { width: 40px; height: 40px; margin: 0 auto 24px; border: 4px solid #f3f3f3; border-top-color: var(--ftkr-orange); border-radius: 50%; animation: ftkr-spin 1s linear infinite; }
.ftkr .ftkr-total { position: relative; isolation: isolate; overflow: hidden; margin: 0 0 24px; padding: 24px 16px; border: 1px solid #a7f3d0; border-radius: 12px; background: linear-gradient(135deg, #ecfdf5, #dcfce7); text-align: center; box-shadow: inset 0 2px 4px rgb(0 0 0 / 5%); }
.ftkr .ftkr-total::before, .ftkr .ftkr-total::after { content: ''; position: absolute; z-index: -1; border-radius: 50%; background: #a7f3d0; opacity: .5; }
.ftkr .ftkr-total::before { width: 96px; height: 96px; right: -16px; top: -16px; }
.ftkr .ftkr-total::after { width: 64px; height: 64px; left: -16px; bottom: -16px; }
.ftkr .ftkr-total-label { display: block; margin-bottom: 4px; color: #065f46; font-size: 16px; font-weight: 700; }
.ftkr .ftkr-total-amount { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 4px; color: #047857; font-size: clamp(28px, 6cqi, 48px); line-height: 1.2; font-weight: 800; font-variant-numeric: tabular-nums; }
.ftkr .ftkr-euro { font-size: .7em; }
.ftkr .ftkr-total-note { display: block; margin-top: 8px; color: #065f46; font-size: 12px; }
.ftkr .ftkr-breakdown-heading { margin: 0 0 12px; color: #334155; font-family: inherit; font-size: 14px; font-weight: 700; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; }
.ftkr .ftkr-breakdown { display: grid; gap: 12px; margin: 0 0 24px; }
.ftkr .ftkr-breakdown-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 12px; margin: 0; padding: 12px; border: 1px solid #f1f5f9; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgb(0 0 0 / 5%); }
.ftkr .ftkr-breakdown-row dt { flex: 1 1 160px; min-width: 0; margin: 0; }
.ftkr .ftkr-breakdown-row dd { flex: 0 0 auto; margin: 0 0 0 auto; color: #b9580b; font-size: 16px; font-weight: 700; white-space: nowrap; }
.ftkr .ftkr-breakdown-label { display: block; color: #1e293b; font-size: 14px; font-weight: 600; line-height: 1.5; }
.ftkr .ftkr-breakdown-desc { display: block; margin-top: 2px; color: #64748b; font-size: 12px; line-height: 1.4; }
.ftkr .ftkr-notice { margin: 0 0 20px; padding: 16px; border-left: 4px solid var(--ftkr-orange); border-radius: 0 8px 8px 0; background: #fff7ed; color: #7c2d12; font-size: 14px; line-height: 1.5; }
.ftkr .ftkr-notice p { margin: 0; font-size: inherit; line-height: inherit; color: inherit; }
.ftkr .ftkr-disclaimer { margin: 0 0 24px; color: #64748b; font-size: 12px; line-height: 1.5; }
.ftkr .ftkr-result-actions { flex-direction: column; }
.ftkr .ftkr-result-actions .ftkr-button { flex: 1 1 auto; }
/* Keep the filled CTA legible even when a theme forces link colors with !important. */
.ftkr .ftkr-result-actions a.ftkr-primary,
.ftkr .ftkr-result-actions a.ftkr-primary:link,
.ftkr .ftkr-result-actions a.ftkr-primary:visited,
.ftkr .ftkr-result-actions a.ftkr-primary:hover,
.ftkr .ftkr-result-actions a.ftkr-primary:focus,
.ftkr .ftkr-result-actions a.ftkr-primary:active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.ftkr .ftkr-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@container ftkr (min-width: 520px) {
    .ftkr .ftkr-industries { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ftkr .ftkr-result-actions { flex-direction: row; flex-wrap: nowrap; }
    .ftkr .ftkr-result-actions .ftkr-button { flex: 1 1 0; padding-inline: 16px; }
}
@container ftkr (min-width: 720px) {
    .ftkr .ftkr-shell { flex-direction: row; }
    .ftkr .ftkr-banner { width: 33.3333%; flex: 0 0 33.3333%; border-radius: 24px 0 0 24px; }
    .ftkr .ftkr-content { width: 66.6667%; flex: 0 0 66.6667%; }
    /* The result contains more information than steps 1 and 2. Keep it within a
       normal desktop viewport without hiding or truncating any content. */
    .ftkr[data-active-step='3'] { margin-block: 24px; }
    .ftkr[data-active-step='3'] .ftkr-shell { min-height: 0; }
    .ftkr[data-active-step='3'] .ftkr-content { padding-block: 24px; }
    .ftkr[data-active-step='3'] .ftkr-back { min-height: 30px; margin-bottom: 4px; padding-block: 2px; }
    .ftkr[data-active-step='3'] .ftkr-heading-small { margin-bottom: 4px; font-size: 19px; line-height: 1.25; }
    .ftkr[data-active-step='3'] .ftkr-intro { margin-bottom: 10px; font-size: 13px; line-height: 1.4; }
    .ftkr[data-active-step='3'] .ftkr-total { margin-bottom: 12px; padding-block: 16px; }
    .ftkr[data-active-step='3'] .ftkr-total-label { font-size: 15px; }
    .ftkr[data-active-step='3'] .ftkr-total-amount { font-size: clamp(28px, 5cqi, 42px); line-height: 1.1; }
    .ftkr[data-active-step='3'] .ftkr-total-note { margin-top: 4px; }
    .ftkr[data-active-step='3'] .ftkr-breakdown-heading { margin-bottom: 6px; font-size: 13px; }
    .ftkr[data-active-step='3'] .ftkr-breakdown { gap: 8px; margin-bottom: 16px; }
    .ftkr[data-active-step='3'] .ftkr-breakdown-row { padding: 10px 12px; }
    .ftkr[data-active-step='3'] .ftkr-breakdown-label { font-size: 13px; line-height: 1.35; }
    .ftkr[data-active-step='3'] .ftkr-breakdown-desc { margin-top: 1px; font-size: 11px; line-height: 1.3; }
    .ftkr[data-active-step='3'] .ftkr-breakdown-row dd { font-size: 15px; }
    .ftkr[data-active-step='3'] .ftkr-disclaimer { margin-bottom: 14px; font-size: 11px; line-height: 1.4; }
    .ftkr[data-active-step='3'] .ftkr-result-actions .ftkr-button { min-height: 46px; padding-block: 8px; font-size: 14px; }
}
@container ftkr (max-width: 360px) {
    .ftkr .ftkr-banner, .ftkr .ftkr-content { padding: 24px 20px; }
    .ftkr .ftkr-heading { font-size: 22px; }
    .ftkr .ftkr-heading-small { font-size: 20px; }
    .ftkr .ftkr-button { padding-inline: 16px; font-size: 15px; }
    .ftkr .ftkr-fleet { padding-inline: 16px; }
    .ftkr .ftkr-breakdown-row dt { flex-basis: 100%; }
}
@keyframes ftkr-enter { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
@keyframes ftkr-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
    .ftkr *, .ftkr *::before, .ftkr *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
