:root {
  --tcf-ink: #111719;
  --tcf-ink-2: #1d272a;
  --tcf-paper: #f5f7f5;
  --tcf-white: #ffffff;
  --tcf-mist: #e6ebe9;
  --tcf-line: #c7d0cc;
  --tcf-muted: #596763;
  --tcf-lime: #a5ef58;
  --tcf-cyan: #45c7dc;
  --tcf-coral: #f06d58;
  --tcf-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--tcf-paper); color: var(--tcf-ink); font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.58; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 760; letter-spacing: 0; line-height: .98; }
h1 { max-width: 760px; margin-bottom: 25px; font-size: 78px; }
h2 { max-width: 840px; font-size: 51px; }
h3 { font-size: 25px; }
section[id] { scroll-margin-top: 78px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--tcf-cyan); outline-offset: 3px; }

.tcf-loader { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-columns: repeat(4, 12px); place-content: center; gap: 6px; background: var(--tcf-ink); opacity: 1; transition: opacity .25s ease, visibility .25s ease; }
.tcf-loader span { width: 12px; height: 12px; background: var(--tcf-lime); animation: tcf-loader .62s ease-in-out infinite alternate; }
.tcf-loader span:nth-child(2) { animation-delay: .11s; background: var(--tcf-cyan); }.tcf-loader span:nth-child(3) { animation-delay: .22s; }.tcf-loader span:nth-child(4) { animation-delay: .33s; background: var(--tcf-coral); }
.tcf-loaded .tcf-loader { visibility: hidden; opacity: 0; }
@keyframes tcf-loader { to { transform: translateY(-14px); } }

.tcf-header { position: sticky; z-index: 30; top: 0; display: flex; min-height: 76px; align-items: center; gap: 30px; padding: 10px max(24px, calc((100% - var(--tcf-max)) / 2)); border-bottom: 1px solid rgba(17, 23, 25, .15); background: url("checker-soft.svg") center / 32px 32px; }
.tcf-brand { display: flex; min-height: 56px; flex: 0 0 246px; align-items: center; padding: 10px 12px; }.tcf-brand img { width: 100%; height: 32px; object-fit: contain; object-position: left center; }
.tcf-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 21px; color: #475450; font-size: 12px; font-weight: 750; }.tcf-nav > a { text-decoration: none; }.tcf-nav > a:hover { color: var(--tcf-ink); }
.tcf-language-switcher { display: flex; gap: 2px; align-items: center; padding: 3px; border: 1px solid var(--tcf-line); background: var(--tcf-white); }.tcf-language-switcher a { min-width: 26px; padding: 4px 3px; color: var(--tcf-muted); font-size: 9px; font-weight: 850; line-height: 1; text-align: center; text-decoration: none; }.tcf-language-switcher a:hover, .tcf-language-switcher a.is-current { background: var(--tcf-ink); color: var(--tcf-white); }
.tcf-menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--tcf-line); border-radius: 0; background: var(--tcf-white); cursor: pointer; }.tcf-menu-toggle > span:not(.screen-reader-text) { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--tcf-ink); }
.tcf-header-cta, .tcf-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 11px; padding: 11px 17px; border: 1px solid currentColor; border-radius: 0; font-size: 13px; font-weight: 820; line-height: 1.1; text-align: center; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease; }
.tcf-header-cta { flex: 0 0 auto; background: var(--tcf-ink); color: var(--tcf-white); }.tcf-header-cta:hover { border-color: var(--tcf-lime); background: var(--tcf-lime); color: var(--tcf-ink); transform: translateY(-1px); }
.tcf-button-primary { border-color: var(--tcf-lime); background: var(--tcf-lime); color: var(--tcf-ink); }.tcf-button-primary:hover { border-color: var(--tcf-white); background: var(--tcf-white); color: var(--tcf-ink); transform: translateY(-2px); }
.tcf-button-quiet { border-color: rgba(255, 255, 255, .42); color: var(--tcf-white); }.tcf-button-quiet:hover { border-color: var(--tcf-cyan); color: var(--tcf-cyan); }

.tcf-kicker, .tcf-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.tcf-kicker span, .tcf-eyebrow::before { width: 8px; height: 8px; background: var(--tcf-lime); content: ""; }
.tcf-hero { overflow: hidden; background: var(--tcf-ink); color: var(--tcf-white); }.tcf-hero-grid { display: grid; min-height: 690px; grid-template-columns: minmax(0, 1.05fr) minmax(560px, .95fr); align-items: stretch; }
.tcf-hero-copy { display: flex; width: 100%; max-width: none; flex-direction: column; justify-content: center; padding: 78px max(24px, calc((100vw - var(--tcf-max)) / 2)) 68px; padding-right: clamp(48px, 5vw, 92px); }.tcf-hero-copy .tcf-kicker { color: var(--tcf-cyan); }.tcf-hero h1 { max-width: 680px; margin-bottom: 27px; overflow-wrap: anywhere; font-size: 72px; hyphens: auto; text-wrap: balance; }.tcf-hero-lead { max-width: 590px; margin-bottom: 32px; color: #d2dbd8; font-size: 19px; line-height: 1.5; }.tcf-actions { display: flex; flex-wrap: wrap; gap: 12px; }.tcf-hero-cta-note { max-width: 510px; margin: 14px 0 0; color: #bac6c0; font-size: 12px; font-weight: 680; }
.tcf-hero-proof { display: flex; flex-wrap: wrap; gap: 14px 25px; margin: 52px 0 0; padding: 0; color: #bac6c0; font-size: 12px; font-weight: 720; list-style: none; }.tcf-hero-proof li { display: flex; align-items: center; gap: 7px; }.tcf-hero-proof span { color: var(--tcf-lime); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; }
.tcf-hero-visual { position: relative; min-height: 100%; overflow: hidden; background: #20282a; }.tcf-hero-visual::after { position: absolute; inset: 0; border-left: 1px solid rgba(255, 255, 255, .14); content: ""; pointer-events: none; }.tcf-hero-visual img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; object-position: 63% center; }
.tcf-visual-stamp { position: absolute; right: 35px; bottom: 35px; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, .32); background: rgba(17, 23, 25, .78); color: var(--tcf-white); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 750; letter-spacing: .07em; }.tcf-visual-stamp strong { color: var(--tcf-cyan); }.tcf-visual-index { position: absolute; top: 34px; right: 34px; display: flex; min-width: 128px; flex-direction: column; align-items: flex-start; gap: 16px; padding: 15px; background: var(--tcf-lime); color: var(--tcf-ink); }.tcf-visual-index span { font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; font-weight: 850; letter-spacing: .08em; }.tcf-visual-index strong { font-size: 48px; line-height: .82; }

.tcf-reference-rail { display: grid; max-width: var(--tcf-max); margin: 0 auto; padding: 23px 24px; grid-template-columns: 200px 1fr; gap: 30px; border-bottom: 1px solid var(--tcf-line); }.tcf-reference-rail p { margin: 0; color: var(--tcf-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.tcf-reference-rail ul { display: flex; flex-wrap: wrap; gap: 13px 28px; margin: 0; padding: 0; font-size: 13px; font-weight: 760; list-style: none; }

.tcf-outcomes, .tcf-method, .tcf-cases, .tcf-insights, .tcf-safeguards { max-width: var(--tcf-max); margin: 0 auto; padding: 122px 24px; }.tcf-outcomes { display: grid; grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr); gap: 100px; }.tcf-section-intro > p:not(.tcf-kicker), .tcf-cases-heading > p:not(.tcf-kicker) { max-width: 540px; color: var(--tcf-muted); font-size: 17px; }.tcf-outcome-list { border-top: 1px solid var(--tcf-ink); }.tcf-outcome-list article { display: grid; min-height: 182px; padding: 22px 0; grid-template-columns: 58px 1fr minmax(220px, .8fr); gap: 18px; align-items: start; border-bottom: 1px solid var(--tcf-line); }.tcf-outcome-list span, .tcf-solution-number { color: var(--tcf-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; font-weight: 750; }.tcf-outcome-list h3 { margin: 0; font-size: 23px; }.tcf-outcome-list p { margin: 3px 0 0; color: var(--tcf-muted); font-size: 14px; }

.tcf-solutions { background: var(--tcf-ink); color: var(--tcf-white); }.tcf-section-head-dark, .tcf-solution-list { max-width: var(--tcf-max); margin: 0 auto; padding-right: 24px; padding-left: 24px; }.tcf-section-head-dark { display: grid; padding-top: 120px; padding-bottom: 66px; grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr); column-gap: 80px; }.tcf-section-head-dark .tcf-kicker { grid-column: 1 / -1; color: var(--tcf-cyan); }.tcf-section-head-dark h2 { margin: 0; }.tcf-section-head-dark > p:not(.tcf-kicker) { align-self: end; margin: 0; color: #bfc9c4; font-size: 16px; }
.tcf-solution-list { padding-bottom: 96px; }.tcf-solution-list article { display: grid; min-height: 206px; padding: 27px 0; grid-template-columns: 75px minmax(260px, 1.3fr) minmax(190px, .55fr) 128px; gap: 22px; align-items: center; border-top: 1px solid rgba(255, 255, 255, .25); }.tcf-solution-list article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .25); }.tcf-solution-number { color: var(--tcf-lime); }.tcf-solution-label { margin-bottom: 9px; color: var(--tcf-cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }.tcf-solution-list h3 { margin-bottom: 9px; font-size: 30px; }.tcf-solution-list h3 + p { margin: 0; color: #c6d0cc; font-size: 15px; }.tcf-solution-list ul { display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 0; color: #c6d0cc; font-size: 12px; font-weight: 700; list-style: none; }.tcf-solution-list li::before { margin-right: 7px; color: var(--tcf-lime); content: "+"; }.tcf-solution-list a, .tcf-case a, .tcf-text-link { font-size: 12px; font-weight: 800; text-decoration: none; }.tcf-solution-list a { justify-self: end; padding-bottom: 3px; border-bottom: 1px solid var(--tcf-lime); color: var(--tcf-white); }.tcf-solution-list a:hover { color: var(--tcf-lime); }
.tcf-tech-matrix { display: grid; max-width: var(--tcf-max); margin: 0 auto; padding: 0 24px 112px; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 55px; }.tcf-tech-matrix > div { padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .25); }.tcf-tech-matrix .tcf-kicker { color: var(--tcf-cyan); }.tcf-tech-matrix h3 { max-width: 360px; margin: 0; font-size: 26px; }.tcf-tech-matrix ul { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .25); border-left: 1px solid rgba(255, 255, 255, .25); list-style: none; }.tcf-tech-matrix li { display: flex; min-height: 120px; flex-direction: column; gap: 12px; padding: 22px; border-right: 1px solid rgba(255, 255, 255, .25); border-bottom: 1px solid rgba(255, 255, 255, .25); }.tcf-tech-matrix strong { color: var(--tcf-lime); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.tcf-tech-matrix span, .tcf-tech-note { color: #c6d0cc; font-size: 13px; font-weight: 650; line-height: 1.5; }.tcf-tech-note { margin: 0; grid-column: 2; }

.tcf-method { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 100px; }.tcf-method-aside { position: sticky; top: 120px; align-self: start; }.tcf-method-aside .tcf-kicker { color: #528977; }.tcf-method-aside h2 { margin-bottom: 36px; }.tcf-text-link { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; }.tcf-text-link:hover { color: #347c8e; }.tcf-method-steps { margin: 0; padding: 0; border-top: 1px solid var(--tcf-ink); list-style: none; }.tcf-method-steps li { display: grid; min-height: 135px; padding: 23px 0; grid-template-columns: 70px 1fr; gap: 15px; border-bottom: 1px solid var(--tcf-line); }.tcf-method-steps > li > span { color: #687772; font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; font-weight: 760; }.tcf-method-steps h3 { margin-bottom: 7px; font-size: 25px; }.tcf-method-steps p { margin: 0; color: var(--tcf-muted); font-size: 15px; }

.tcf-cases { padding-top: 0; }.tcf-cases-heading { display: grid; padding-top: 122px; padding-bottom: 57px; grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr); column-gap: 70px; border-top: 1px solid var(--tcf-ink); }.tcf-cases-heading .tcf-kicker { grid-column: 1 / -1; }.tcf-cases-heading h2 { margin: 0; }.tcf-cases-heading > p:not(.tcf-kicker) { align-self: end; margin: 0; }.tcf-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--tcf-ink); border-left: 1px solid var(--tcf-ink); }.tcf-case { display: flex; min-height: 330px; flex-direction: column; padding: 29px; border-right: 1px solid var(--tcf-ink); border-bottom: 1px solid var(--tcf-ink); }.tcf-case > p { margin-bottom: 58px; font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 800; letter-spacing: .07em; }.tcf-case h3 { max-width: 480px; margin-bottom: 24px; font-size: 30px; }.tcf-case > span { color: #34413d; font-size: 13px; font-weight: 700; line-height: 1.7; }.tcf-case a { margin-top: auto; align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid currentColor; }.tcf-case-rh { background: #d5ebb7; }.tcf-case-finance { background: #d5f0f4; }.tcf-case-startup { background: #f5b5a3; }.tcf-case-web { background: var(--tcf-ink-2); color: var(--tcf-white); }.tcf-case-web > span { color: #d0d9d5; }.tcf-case-retail { min-height: 304px; grid-column: 1 / -1; background: #e7ddd0; }.tcf-case-retail h3 { max-width: 760px; }.tcf-case-retail > span { max-width: 540px; }

.tcf-einvoice { display: grid; grid-template-columns: minmax(310px, .85fr) minmax(0, 1.15fr); background: var(--tcf-white); }.tcf-einvoice-mark { display: flex; min-height: 610px; flex-direction: column; justify-content: space-between; padding: 34px max(24px, calc((100vw - var(--tcf-max)) / 2)); padding-right: 52px; background: #172228; color: var(--tcf-white); }.tcf-einvoice-mark span { color: var(--tcf-lime); font-family: "SFMono-Regular", Consolas, monospace; font-size: 15px; font-weight: 780; letter-spacing: .08em; }.tcf-einvoice-mark strong { color: var(--tcf-cyan); font-size: 112px; line-height: .55; }.tcf-einvoice-mark small { font-size: 34px; font-weight: 780; letter-spacing: .01em; line-height: .92; }.tcf-einvoice-copy { max-width: 720px; align-self: center; padding: 90px 36px 90px 82px; }.tcf-einvoice-copy .tcf-kicker { color: #478d78; }.tcf-einvoice-copy h2 { margin-bottom: 27px; }.tcf-einvoice-copy > p:not(.tcf-kicker) { max-width: 620px; color: var(--tcf-muted); font-size: 16px; }.tcf-einvoice-copy .tcf-note { color: #3f5550; font-size: 12px; font-weight: 720; }

.tcf-safeguards { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 100px; }.tcf-safeguards .tcf-kicker { color: #528977; }.tcf-safeguards h2 { margin-bottom: 0; }.tcf-safeguards ul { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--tcf-ink); border-left: 1px solid var(--tcf-ink); list-style: none; }.tcf-safeguards li { display: flex; min-height: 154px; flex-direction: column; justify-content: space-between; padding: 21px; border-right: 1px solid var(--tcf-ink); border-bottom: 1px solid var(--tcf-ink); }.tcf-safeguards strong { font-family: "SFMono-Regular", Consolas, monospace; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }.tcf-safeguards span { max-width: 210px; color: var(--tcf-muted); font-size: 14px; }

.tcf-insights { padding-top: 0; }.tcf-insights-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-top: 122px; padding-bottom: 50px; border-top: 1px solid var(--tcf-ink); }.tcf-insights-heading h2 { margin-bottom: 0; }.tcf-insights-heading .tcf-kicker { color: #528977; }.tcf-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--tcf-ink); }.tcf-insight { display: flex; min-height: 286px; flex-direction: column; padding: 25px 28px 25px 0; border-bottom: 1px solid var(--tcf-line); }.tcf-insight + .tcf-insight { padding-left: 28px; border-left: 1px solid var(--tcf-line); }.tcf-insight > p { margin-bottom: 47px; color: var(--tcf-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 800; letter-spacing: .07em; }.tcf-insight h3 { margin-bottom: 13px; font-size: 24px; }.tcf-insight h3 a { text-decoration: none; }.tcf-insight h3 a:hover { color: #347c8e; }.tcf-insight > span { margin-bottom: 20px; color: var(--tcf-muted); font-size: 14px; }.tcf-insight > a { margin-top: auto; align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid var(--tcf-ink); font-size: 12px; font-weight: 800; text-decoration: none; }

.tcf-closing { display: grid; max-width: none; padding: 96px max(24px, calc((100% - var(--tcf-max)) / 2)); grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; background: var(--tcf-lime); color: var(--tcf-ink); }.tcf-closing h2 { margin-bottom: 20px; }.tcf-closing p:not(.tcf-kicker) { max-width: 590px; margin-bottom: 0; font-size: 17px; }.tcf-closing .tcf-kicker span { background: var(--tcf-ink); }.tcf-closing .tcf-button-primary { border-color: var(--tcf-ink); background: var(--tcf-ink); color: var(--tcf-white); }.tcf-closing .tcf-button-primary:hover { border-color: var(--tcf-white); background: var(--tcf-white); color: var(--tcf-ink); }

.tcf-site-footer { border-top: 1px solid var(--tcf-line); background: url("checker-soft.svg") center / 32px 32px; }.tcf-footer { display: grid; max-width: var(--tcf-max); margin: 0 auto; padding: 54px 24px 34px; grid-template-columns: minmax(250px, 1fr) minmax(400px, 1.25fr); gap: 50px; }.tcf-footer-logo { display: flex; width: 260px; min-height: 64px; align-items: center; padding: 12px 14px; }.tcf-footer-logo img { width: 100%; height: 32px; object-fit: contain; object-position: left center; }.tcf-footer-brand p { max-width: 280px; margin: 24px 0 0; color: var(--tcf-muted); font-size: 14px; }.tcf-footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 18px; align-content: start; }.tcf-footer-links a { color: #46534f; font-size: 12px; font-weight: 720; text-decoration: none; }.tcf-footer-links a:hover { color: var(--tcf-ink); text-decoration: underline; }.tcf-footer-copy { grid-column: 2; margin: 0; color: var(--tcf-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; letter-spacing: .06em; }

.tcf-page, .tcf-project, .tcf-portal { max-width: 860px; margin: 0 auto; padding: 100px 24px; }.tcf-page h1, .tcf-project-head h1, .tcf-portal-head h1 { margin-bottom: 30px; font-size: 58px; }.tcf-page-content { font-size: 17px; }.tcf-page-content h2 { margin-top: 52px; font-size: 33px; }.tcf-page-content li { margin-bottom: 9px; }.tcf-page-content a { color: #246b78; font-weight: 750; }.tcf-project-head, .tcf-portal-head { margin-bottom: 46px; }.tcf-project-head > p:last-child, .tcf-portal-head p { max-width: 610px; color: var(--tcf-muted); font-size: 18px; }.tcf-service-cta { margin-top: 64px; padding: 32px; border: 1px solid var(--tcf-ink); background: var(--tcf-white); }.tcf-service-cta h2 { max-width: 610px; margin-bottom: 15px; font-size: 34px; }.tcf-service-cta > p:not(.tcf-kicker) { max-width: 650px; margin-bottom: 26px; color: var(--tcf-muted); font-size: 16px; }.tcf-service-cta .tcf-button { min-height: 46px; }.tcf-project-form { padding: 30px; border: 1px solid var(--tcf-ink); background: var(--tcf-white); }.tcf-question-step { display: none; border: 0; margin: 0; padding: 0; }.tcf-question-step.is-active { display: block; }.tcf-step-count { color: #357c86; font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; font-weight: 800; }.tcf-question-step h2 { margin-bottom: 28px; font-size: 35px; }.tcf-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tcf-choice { position: relative; display: block; min-height: 72px; padding: 20px; border: 1px solid var(--tcf-line); cursor: pointer; font-weight: 760; }.tcf-choice input { position: absolute; opacity: 0; }.tcf-choice:has(input:checked) { border-color: var(--tcf-ink); background: var(--tcf-lime); }.tcf-field { display: block; margin-top: 17px; font-size: 13px; font-weight: 760; }.tcf-field input, .tcf-field textarea { display: block; width: 100%; margin-top: 7px; padding: 12px; border: 1px solid var(--tcf-line); border-radius: 0; background: var(--tcf-white); }.tcf-field textarea { min-height: 130px; resize: vertical; }.tcf-form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; }.tcf-form-actions button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--tcf-ink); border-radius: 0; background: var(--tcf-ink); color: var(--tcf-white); cursor: pointer; font-size: 13px; font-weight: 800; }.tcf-form-actions button[data-tcf-previous] { background: var(--tcf-white); color: var(--tcf-ink); }.tcf-honeypot { position: absolute; left: -9999px; }.tcf-notice { padding: 15px; border-left: 4px solid var(--tcf-lime); background: var(--tcf-white); font-weight: 720; }.tcf-portal-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }.tcf-portal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--tcf-ink); border-left: 1px solid var(--tcf-ink); }.tcf-portal-card { min-height: 235px; padding: 26px; border-right: 1px solid var(--tcf-ink); border-bottom: 1px solid var(--tcf-ink); }.tcf-portal-card h2 { font-size: 28px; }.tcf-portal-card p, .tcf-portal-note { color: var(--tcf-muted); }.tcf-portal-card a { font-size: 13px; font-weight: 800; }
.tcf-news-list { border-top: 1px solid var(--tcf-ink); }.tcf-news-item { display: grid; padding: 29px 0; grid-template-columns: 110px minmax(0, 1fr); column-gap: 28px; border-bottom: 1px solid var(--tcf-line); }.tcf-news-item .tcf-insight-date { margin: 3px 0 0; color: var(--tcf-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 800; letter-spacing: .06em; }.tcf-news-item h2 { grid-column: 2; margin-bottom: 11px; font-size: 31px; }.tcf-news-item h2 a { text-decoration: none; }.tcf-news-item h2 a:hover { color: #347c8e; }.tcf-news-item > p:not(.tcf-insight-date) { grid-column: 2; max-width: 630px; margin-bottom: 16px; color: var(--tcf-muted); }.tcf-news-item .tcf-text-link { grid-column: 2; justify-self: start; }

@media (max-width: 1080px) {
  h1 { font-size: 64px; } h2 { font-size: 45px; }
  .tcf-header { gap: 18px; }.tcf-brand { flex-basis: 216px; }.tcf-nav { gap: 14px; font-size: 11px; }.tcf-header-cta { padding-right: 12px; padding-left: 12px; }
  .tcf-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); }.tcf-hero-copy { padding-right: 45px; }.tcf-hero h1 { font-size: 64px; }.tcf-hero-visual img { object-position: 66% center; }
  .tcf-outcomes, .tcf-method, .tcf-safeguards { gap: 65px; }.tcf-section-head-dark, .tcf-cases-heading { column-gap: 50px; }.tcf-solution-list article { grid-template-columns: 55px minmax(240px, 1.15fr) minmax(150px, .55fr); }.tcf-solution-list article > a { grid-column: 2 / -1; justify-self: start; }.tcf-tech-matrix { gap: 38px; }.tcf-einvoice-copy { padding-left: 52px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; } h1 { font-size: 47px; line-height: 1.02; } h2 { font-size: 35px; line-height: 1.04; } h3 { font-size: 22px; }
  .tcf-header { min-height: 70px; padding-top: 9px; padding-bottom: 9px; }.tcf-brand { flex: 1; flex-basis: auto; max-width: 214px; min-height: 50px; padding: 9px 10px; }.tcf-brand img { height: 27px; }.tcf-menu-toggle { position: absolute; top: 16px; right: 18px; display: grid; width: 36px; height: 36px; padding: 6px; border: 0; background: transparent; place-content: center; }.tcf-menu-toggle > span:not(.screen-reader-text) { width: 17px; height: 1px; margin: 3px auto; background: #65726e; }.tcf-menu-toggle:hover { background: rgba(255, 255, 255, .58); }.tcf-header-cta { display: none; }.tcf-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 24px 18px; border-bottom: 1px solid var(--tcf-line); background: url("checker-soft.svg") center / 32px 32px; }.tcf-nav.is-open { display: flex; }.tcf-nav > a { padding: 12px 0; border-bottom: 1px solid var(--tcf-line); font-size: 14px; }.tcf-nav .tcf-language-switcher { align-self: flex-start; margin-top: 14px; }
  .tcf-hero-grid { display: block; min-height: 0; }.tcf-hero-copy { max-width: none; padding-top: 55px; padding-right: 24px; padding-bottom: 53px; }.tcf-hero h1 { max-width: 100%; font-size: 47px; letter-spacing: 0; }.tcf-hero-lead { font-size: 18px; }.tcf-hero-proof { display: grid; gap: 12px; margin-top: 45px; }.tcf-hero-visual { min-height: 405px; }.tcf-hero-visual img { min-height: 405px; object-position: 69% center; }.tcf-visual-stamp { right: 14px; bottom: 14px; gap: 6px; padding: 9px; font-size: 8px; }.tcf-visual-index { top: 15px; right: 15px; min-width: 104px; gap: 11px; padding: 12px; }.tcf-visual-index strong { font-size: 38px; }
  .tcf-reference-rail { display: block; padding-top: 19px; padding-bottom: 19px; }.tcf-reference-rail ul { gap: 10px 20px; margin-top: 12px; font-size: 12px; }
  .tcf-outcomes, .tcf-method, .tcf-cases, .tcf-insights, .tcf-safeguards { padding-top: 78px; padding-bottom: 78px; }.tcf-outcomes, .tcf-method, .tcf-safeguards { display: block; }.tcf-section-intro > p:not(.tcf-kicker) { margin-top: 20px; }.tcf-outcome-list { margin-top: 38px; }.tcf-outcome-list article { display: block; min-height: 0; padding: 23px 0 28px; }.tcf-outcome-list span { display: block; margin-bottom: 31px; }.tcf-outcome-list h3 { margin-bottom: 9px; }
  .tcf-section-head-dark { display: block; padding-top: 78px; padding-bottom: 42px; }.tcf-section-head-dark > p:not(.tcf-kicker) { margin-top: 20px; }.tcf-solution-list { padding-bottom: 54px; }.tcf-solution-list article { display: block; min-height: 0; padding: 25px 0; }.tcf-solution-number { display: block; margin-bottom: 29px; }.tcf-solution-list h3 { font-size: 28px; }.tcf-solution-list ul { display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px 16px; margin: 20px 0; }.tcf-solution-list a { display: inline-block; }.tcf-tech-matrix { display: block; padding-bottom: 78px; }.tcf-tech-matrix h3 { margin-bottom: 30px; font-size: 25px; }.tcf-tech-matrix ul { grid-template-columns: 1fr; }.tcf-tech-matrix li { min-height: 0; padding: 19px; }.tcf-tech-note { margin-top: 20px; }
  .tcf-method-aside { position: static; }.tcf-method-aside h2 { margin-bottom: 26px; }.tcf-method-steps { margin-top: 43px; }.tcf-method-steps li { min-height: 0; grid-template-columns: 54px 1fr; }.tcf-method-steps h3 { font-size: 23px; }
  .tcf-cases { padding-top: 0; }.tcf-cases-heading { display: block; padding-top: 78px; padding-bottom: 38px; }.tcf-cases-heading > p:not(.tcf-kicker) { margin-top: 20px; }.tcf-case-grid { grid-template-columns: 1fr; }.tcf-case { min-height: 324px; padding: 23px; }.tcf-case > p { margin-bottom: 42px; }.tcf-case h3 { font-size: 26px; }
  .tcf-einvoice { display: block; }.tcf-einvoice-mark { min-height: 355px; padding-top: 28px; padding-bottom: 28px; }.tcf-einvoice-mark strong { font-size: 78px; }.tcf-einvoice-mark small { font-size: 28px; }.tcf-einvoice-copy { padding: 68px 24px; }.tcf-einvoice-copy h2 { font-size: 35px; }
  .tcf-safeguards h2 { margin-bottom: 38px; }.tcf-safeguards ul { grid-template-columns: 1fr; }.tcf-safeguards li { min-height: 125px; }
  .tcf-insights { padding-top: 0; }.tcf-insights-heading { display: block; padding-top: 78px; padding-bottom: 36px; }.tcf-insights-heading .tcf-text-link { margin-top: 23px; }.tcf-insight-grid { grid-template-columns: 1fr; }.tcf-insight { min-height: 0; padding: 24px 0; }.tcf-insight + .tcf-insight { padding-left: 0; border-left: 0; }.tcf-insight > p { margin-bottom: 31px; }
  .tcf-closing { display: block; padding-top: 68px; padding-bottom: 68px; }.tcf-closing .tcf-button { width: 100%; margin-top: 28px; }
  .tcf-footer { display: block; padding-top: 43px; }.tcf-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 35px; }.tcf-footer-copy { margin-top: 35px; }
  .tcf-page, .tcf-project, .tcf-portal { padding-top: 66px; padding-bottom: 85px; }.tcf-page h1, .tcf-project-head h1, .tcf-portal-head h1 { font-size: 43px; }.tcf-page-content { font-size: 16px; }.tcf-page-content h2 { font-size: 30px; }.tcf-service-cta { margin-top: 48px; padding: 24px; }.tcf-service-cta h2 { font-size: 29px; }.tcf-service-cta .tcf-button { width: 100%; }.tcf-project-form { padding: 22px; }.tcf-question-step h2 { font-size: 30px; }.tcf-choice-grid, .tcf-portal-grid { grid-template-columns: 1fr; }.tcf-form-actions button { flex: 1; }.tcf-portal-head { display: block; }.tcf-portal-head .tcf-button { width: 100%; margin-top: 25px; }
  .tcf-news-item { display: block; }.tcf-news-item .tcf-insight-date { margin-bottom: 23px; }.tcf-news-item h2 { font-size: 26px; }.tcf-news-item > p:not(.tcf-insight-date), .tcf-news-item .tcf-text-link { display: block; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.tcf-loader span { animation: none; }.tcf-header-cta, .tcf-button { transition: none; } }

/* Editorial timeline */
.tcf-news-page { max-width: var(--tcf-max); }.tcf-news-intro { max-width: 610px; margin-bottom: 62px; color: var(--tcf-muted); font-size: 18px; }.tcf-news-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--tcf-ink); border-left: 1px solid var(--tcf-line); }.tcf-news-item { display: flex; min-height: 430px; flex-direction: column; padding: 18px; border-right: 1px solid var(--tcf-line); border-bottom: 1px solid var(--tcf-line); background: rgba(255, 255, 255, .32); }.tcf-news-item .tcf-insight-date { order: 1; margin: 20px 0 16px; color: var(--tcf-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 800; letter-spacing: .06em; }.tcf-news-item h2 { order: 2; margin: 0 0 13px; font-size: 28px; }.tcf-news-item h2 a { text-decoration: none; }.tcf-news-item h2 a:hover { color: #347c8e; }.tcf-news-item > p:not(.tcf-insight-date) { order: 3; margin-bottom: 20px; color: var(--tcf-muted); font-size: 14px; }.tcf-news-item .tcf-text-link { order: 4; margin-top: auto; align-self: flex-start; }.tcf-news-pagination { display: flex; padding: 35px 0; grid-column: 1 / -1; justify-content: center; }.tcf-news-pagination .page-numbers { display: flex; gap: 5px; margin: 0; padding: 0; list-style: none; }.tcf-news-pagination .page-numbers a, .tcf-news-pagination .page-numbers span { display: grid; width: 34px; height: 34px; place-content: center; border: 1px solid var(--tcf-line); text-decoration: none; }.tcf-news-pagination .page-numbers .current { border-color: var(--tcf-ink); background: var(--tcf-ink); color: var(--tcf-white); }
.tcf-editorial-visual { --tcf-visual-main: var(--tcf-cyan); --tcf-visual-accent: var(--tcf-lime); position: relative; min-height: 145px; overflow: hidden; isolation: isolate; background-color: #e8eeeb; background-image: linear-gradient(90deg, rgba(17, 23, 25, .06) 1px, transparent 1px), linear-gradient(rgba(17, 23, 25, .06) 1px, transparent 1px); background-size: 16px 16px; }.tcf-editorial-visual::before { position: absolute; z-index: -1; inset: 18% 15% 22% 13%; border: 16px solid var(--tcf-visual-main); box-shadow: 42px 32px 0 var(--tcf-visual-accent); content: ""; }.tcf-editorial-visual::after { position: absolute; z-index: -1; top: 15%; right: 13%; width: 29%; aspect-ratio: 1; background: var(--tcf-ink); content: ""; }.tcf-editorial-visual i, .tcf-editorial-visual b, .tcf-editorial-visual em { position: absolute; z-index: -1; display: block; background: var(--tcf-ink); content: ""; }.tcf-editorial-visual i { bottom: 15%; left: 8%; width: 11%; height: 12%; }.tcf-editorial-visual b { bottom: 15%; left: 22%; width: 28%; height: 12%; }.tcf-editorial-visual em { right: 8%; bottom: 13%; width: 10%; height: 26%; background: var(--tcf-visual-accent); }.tcf-editorial-visual-label, .tcf-editorial-visual-index { position: absolute; font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .08em; }.tcf-editorial-visual-label { top: 13px; left: 14px; }.tcf-editorial-visual-index { right: 13px; bottom: 10px; }.tcf-editorial-visual--ai { --tcf-visual-main: #45c7dc; --tcf-visual-accent: #f06d58; }.tcf-editorial-visual--web { --tcf-visual-main: #a5ef58; --tcf-visual-accent: #45c7dc; }.tcf-editorial-visual--mobile { --tcf-visual-main: #f06d58; --tcf-visual-accent: #a5ef58; }.tcf-editorial-visual--invoice { --tcf-visual-main: #45c7dc; --tcf-visual-accent: #a5ef58; }.tcf-editorial-visual--security { --tcf-visual-main: #f06d58; --tcf-visual-accent: #45c7dc; }.tcf-editorial-visual--data { --tcf-visual-main: #a5ef58; --tcf-visual-accent: #f06d58; }.tcf-editorial-visual--automation { --tcf-visual-main: #45c7dc; --tcf-visual-accent: #a5ef58; }.tcf-editorial-visual--variant-1::before { inset: 24% 22% 16% 8%; border-width: 13px; box-shadow: 30px -26px 0 var(--tcf-visual-accent); }.tcf-editorial-visual--variant-2::after { top: 28%; right: 31%; width: 18%; }.tcf-editorial-visual--variant-3::before { inset: 15% 11% 29% 28%; border-width: 18px; box-shadow: -38px 35px 0 var(--tcf-visual-accent); }.tcf-editorial-visual--variant-4::after { top: 15%; right: 8%; width: 19%; background: var(--tcf-visual-accent); }.tcf-editorial-visual--home { min-height: 78px; margin-bottom: 18px; }.tcf-editorial-visual--home::before { border-width: 9px; box-shadow: 22px 17px 0 var(--tcf-visual-accent); }.tcf-editorial-visual--home::after { width: 22%; }.tcf-editorial-visual--article { min-height: 330px; margin: 11px 0 52px; }.tcf-editorial-visual--article::before { inset: 22% 20% 19% 12%; border-width: 28px; box-shadow: 76px 52px 0 var(--tcf-visual-accent); }.tcf-editorial-visual--article::after { width: 18%; }.tcf-editorial-visual--article .tcf-editorial-visual-label, .tcf-editorial-visual--article .tcf-editorial-visual-index { font-size: 11px; }.tcf-editorial-source { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--tcf-line); color: var(--tcf-muted); font-size: 14px; }

@media (max-width: 760px) { .tcf-news-page { padding-right: 18px; padding-left: 18px; }.tcf-news-intro { margin-bottom: 43px; font-size: 16px; }.tcf-news-list { grid-template-columns: 1fr; }.tcf-news-item { min-height: 0; padding: 14px; }.tcf-news-item h2 { font-size: 26px; }.tcf-editorial-visual { min-height: 155px; }.tcf-editorial-visual--article { min-height: 215px; margin-bottom: 36px; }.tcf-editorial-visual--article::before { border-width: 17px; box-shadow: 42px 31px 0 var(--tcf-visual-accent); }.tcf-news-pagination { padding: 28px 0; } }

/* Experience cases: a calm dossier layout keeps the evidence readable. */
.tcf-header, .tcf-site-footer { background-size: 16px 16px; }
.tcf-cases { padding-bottom: 128px; }
.tcf-case-grid { display: block; border: 0; }
.tcf-case { --tcf-case-accent: var(--tcf-cyan); position: relative; display: grid; min-height: 0; padding: 32px 0 34px 28px; grid-template-columns: 104px minmax(0, 1.18fr) minmax(190px, .56fr) 128px; gap: 26px; align-items: start; border: 0; border-top: 1px solid var(--tcf-line); background: transparent; color: var(--tcf-ink); }
.tcf-case::before { position: absolute; top: 31px; bottom: 31px; left: 0; width: 5px; background: var(--tcf-case-accent); content: ""; }
.tcf-case > p { margin: 5px 0 0; color: var(--tcf-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.tcf-case h3 { max-width: 510px; margin: 0; font-size: 26px; line-height: 1.02; }
.tcf-case > span { display: block; max-width: 260px; margin: 1px 0 0; color: #52615d; font-size: 13px; font-weight: 680; line-height: 1.62; }
.tcf-case a { margin: 4px 0 0; justify-self: end; align-self: start; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--tcf-ink); font-size: 12px; font-weight: 800; line-height: 1.35; text-decoration: none; }
.tcf-case a:hover { color: #347c8e; }
.tcf-case-rh { --tcf-case-accent: #8fc75b; }
.tcf-case-finance { --tcf-case-accent: var(--tcf-cyan); }
.tcf-case-startup { --tcf-case-accent: var(--tcf-coral); }
.tcf-case-web { --tcf-case-accent: #1d272a; }
.tcf-case-retail { --tcf-case-accent: #b7a17e; min-height: 0; grid-column: auto; border-bottom: 1px solid var(--tcf-line); }
.tcf-case-retail h3, .tcf-case-retail > span { max-width: none; }

@media (max-width: 760px) {
  .tcf-nav { background-size: 16px 16px; }
  .tcf-cases { padding-bottom: 78px; }
  .tcf-case { display: block; min-height: 0; padding: 25px 0 29px 20px; }
  .tcf-case::before { top: 25px; bottom: 29px; width: 4px; }
  .tcf-case > p { margin: 0 0 23px; }
  .tcf-case h3 { max-width: none; margin-bottom: 17px; font-size: 25px; }
  .tcf-case > span { max-width: none; margin-bottom: 25px; }
  .tcf-case a { margin: 0; }
}

/* Reference tags and pixel case illustrations. */
.tcf-reference-rail ul { gap: 8px; align-items: center; }
.tcf-reference-rail li { padding: 7px 9px; border: 1px solid #b7c1bc; background: rgba(255, 255, 255, .56); font-size: 11px; font-weight: 760; line-height: 1.2; }
.tcf-page--scenario { max-width: 1060px; }
.tcf-page--scenario .tcf-page-content { max-width: 760px; }
.tcf-scenario-visual { position: relative; margin: 6px 0 56px; padding: 16px; border: 1px solid var(--tcf-ink); background: var(--tcf-white); }
.tcf-scenario-visual::before { position: absolute; z-index: 1; top: 0; left: 0; width: 10px; height: 10px; background: var(--tcf-lime); content: ""; }
.tcf-scenario-visual img { width: 100%; aspect-ratio: 5 / 2; object-fit: cover; image-rendering: pixelated; }

@media (max-width: 760px) {
  .tcf-reference-rail ul { gap: 7px; }
  .tcf-reference-rail li { padding: 6px 8px; font-size: 10px; }
  .tcf-page--scenario { max-width: 860px; }
  .tcf-scenario-visual { margin-bottom: 38px; padding: 10px; }
  .tcf-scenario-visual img { aspect-ratio: 4 / 3; object-fit: cover; }
}

/* Pixel editorial illustrations: one visual vocabulary across the news archive. */
.tcf-editorial-visual { --tcf-visual-main: var(--tcf-cyan); --tcf-visual-accent: var(--tcf-lime); position: relative; min-height: 150px; overflow: hidden; isolation: isolate; border: 1px solid var(--tcf-ink); background-color: #f6f8f6; background-image: linear-gradient(90deg, transparent 15px, #e1e7e3 16px), linear-gradient(transparent 15px, #e1e7e3 16px); background-size: 16px 16px; }
.tcf-editorial-visual::before, .tcf-editorial-visual::after, .tcf-editorial-visual i, .tcf-editorial-visual b, .tcf-editorial-visual em { position: absolute; z-index: 1; display: block; box-sizing: border-box; inset: auto; border: 0; box-shadow: none; content: ""; transform: none; }
.tcf-editorial-visual-label, .tcf-editorial-visual-index { z-index: 3; padding: 3px 5px; background: rgba(246, 248, 246, .88); color: var(--tcf-ink); font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .08em; }
.tcf-editorial-visual-label { top: 9px; left: 9px; }.tcf-editorial-visual-index { right: 9px; bottom: 8px; }

.tcf-editorial-visual--ai::before { top: 28%; left: 34%; width: 34%; height: 44%; border: 8px solid var(--tcf-ink); background: var(--tcf-visual-main); }.tcf-editorial-visual--ai::after { top: 37%; right: 14%; width: 14%; height: 26%; border: 7px solid var(--tcf-ink); background: var(--tcf-visual-accent); }.tcf-editorial-visual--ai i { top: 39%; left: 14%; width: 12%; height: 12%; background: var(--tcf-ink); box-shadow: 0 30px 0 var(--tcf-ink); }.tcf-editorial-visual--ai b { top: 45%; left: 26%; width: 9%; height: 5px; background: var(--tcf-ink); }.tcf-editorial-visual--ai em { top: 51%; left: 67%; width: 9%; height: 5px; background: var(--tcf-ink); }
.tcf-editorial-visual--web::before { top: 25%; left: 13%; width: 60%; height: 53%; border: 8px solid var(--tcf-ink); background: #fff; }.tcf-editorial-visual--web::after { top: 25%; left: 13%; width: 60%; height: 14%; border: 8px solid var(--tcf-ink); border-bottom: 0; background: var(--tcf-visual-main); }.tcf-editorial-visual--web i { top: 50%; left: 24%; width: 24%; height: 8%; background: var(--tcf-visual-accent); }.tcf-editorial-visual--web b { top: 64%; left: 24%; width: 34%; height: 6%; background: var(--tcf-ink); }.tcf-editorial-visual--web em { top: 43%; left: 79%; width: 12%; height: 27%; border: 7px solid var(--tcf-ink); background: var(--tcf-visual-accent); }
.tcf-editorial-visual--mobile::before { top: 12%; left: 36%; width: 29%; height: 76%; border: 8px solid var(--tcf-ink); background: #fff; }.tcf-editorial-visual--mobile::after { top: 28%; left: 43%; width: 15%; height: 33%; background: var(--tcf-visual-main); }.tcf-editorial-visual--mobile i { top: 36%; left: 15%; width: 13%; height: 13%; background: var(--tcf-visual-accent); }.tcf-editorial-visual--mobile b { top: 55%; left: 17%; width: 10%; height: 8%; background: var(--tcf-ink); }.tcf-editorial-visual--mobile em { top: 43%; left: 72%; width: 15%; height: 15%; border: 7px solid var(--tcf-ink); background: var(--tcf-visual-accent); }
.tcf-editorial-visual--invoice::before { top: 15%; left: 25%; width: 41%; height: 70%; border: 8px solid var(--tcf-ink); background: #fff; }.tcf-editorial-visual--invoice::after { top: 37%; right: 15%; width: 16%; height: 27%; border: 7px solid var(--tcf-ink); background: var(--tcf-visual-accent); }.tcf-editorial-visual--invoice i { top: 32%; left: 33%; width: 25%; height: 7%; background: var(--tcf-ink); }.tcf-editorial-visual--invoice b { top: 50%; left: 33%; width: 21%; height: 6%; background: var(--tcf-visual-main); box-shadow: 0 16px 0 #c7d0cc; }.tcf-editorial-visual--invoice em { top: 69%; left: 33%; width: 14%; height: 7%; background: var(--tcf-visual-accent); }
.tcf-editorial-visual--security::before { top: 43%; left: 34%; width: 34%; height: 37%; border: 8px solid var(--tcf-ink); background: var(--tcf-visual-main); }.tcf-editorial-visual--security::after { top: 17%; left: 42%; width: 18%; height: 35%; border: 8px solid var(--tcf-ink); border-bottom: 0; background: transparent; }.tcf-editorial-visual--security i { top: 57%; left: 48%; width: 7%; height: 15%; background: var(--tcf-ink); }.tcf-editorial-visual--security b { top: 32%; left: 16%; width: 12%; height: 12%; background: var(--tcf-visual-accent); }.tcf-editorial-visual--security em { top: 33%; right: 16%; width: 12%; height: 12%; background: var(--tcf-visual-accent); }
.tcf-editorial-visual--data::before { top: 25%; left: 16%; width: 58%; height: 55%; border: 8px solid var(--tcf-ink); background: #fff; }.tcf-editorial-visual--data::after { top: 25%; left: 16%; width: 58%; height: 13%; border: 8px solid var(--tcf-ink); border-bottom: 0; background: var(--tcf-visual-accent); }.tcf-editorial-visual--data i { bottom: 28%; left: 29%; width: 11%; height: 20%; background: var(--tcf-visual-main); }.tcf-editorial-visual--data b { bottom: 28%; left: 44%; width: 11%; height: 32%; background: var(--tcf-visual-accent); }.tcf-editorial-visual--data em { bottom: 28%; left: 59%; width: 11%; height: 42%; background: var(--tcf-visual-main); }
.tcf-editorial-visual--automation::before { top: 36%; left: 14%; width: 19%; height: 29%; border: 8px solid var(--tcf-ink); background: var(--tcf-visual-main); }.tcf-editorial-visual--automation::after { top: 36%; right: 14%; width: 19%; height: 29%; border: 8px solid var(--tcf-ink); background: var(--tcf-visual-accent); }.tcf-editorial-visual--automation i { top: 47%; left: 32%; width: 36%; height: 7px; background: var(--tcf-ink); }.tcf-editorial-visual--automation b { top: 40%; left: 48%; width: 14px; height: 21px; background: var(--tcf-ink); }.tcf-editorial-visual--automation em { top: 47%; left: 64%; width: 10px; height: 10px; background: var(--tcf-visual-accent); }

@media (max-width: 760px) {
  .tcf-editorial-visual { min-height: 170px; }
  .tcf-editorial-visual--home { min-height: 105px; }
  .tcf-editorial-visual--article { min-height: 235px; }
  .tcf-editorial-visual--article .tcf-editorial-visual-label, .tcf-editorial-visual--article .tcf-editorial-visual-index { font-size: 9px; }
}
