:root {
	font-family: 'DM Sans', system-ui, sans-serif;
	color: #142238;
	background: #f6f8fb;
	font-synthesis: none;
	--ink: #0d1c39;
	--muted: #5e6b7c;
	--blue: #1356d8;
	--blue-dark: #0b2f73;
	--blue-pale: #eaf1ff;
	--line: #dfe5ed;
	--paper: #ffffff;
	--green: #18765a;
	--amber: #9b6518;
	scrollbar-color: #9facba #eef2f7;
	scrollbar-width: thin;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: #f6f8fb; color: var(--ink); font-size: 16px; line-height: 1.55; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; }
:focus-visible { outline: 3px solid rgba(19, 86, 216, .32); outline-offset: 3px; }
*::-webkit-scrollbar { width: 11px; height: 11px; }
*::-webkit-scrollbar-track { background: #eef2f7; }
*::-webkit-scrollbar-thumb { background: #9facba; border: 3px solid #eef2f7; border-radius: 99px; }
*::-webkit-scrollbar-thumb:hover { background: #778697; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 50; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(1180px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 10px; width: fit-content; color: var(--ink); text-decoration: none; }
.wordmark span { font: 700 26px/1 'Manrope', sans-serif; letter-spacing: -.055em; }
.wordmark small { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: #435166; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.site-header .header-cta { padding: 10px 15px; color: white; background: var(--ink); border-radius: 8px; }
.site-header .header-cta:hover { color: white; background: var(--blue-dark); }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.language-switcher a { width: 34px; height: 30px; display: grid; place-items: center; border-radius: 5px; color: #6c7787; background: transparent; font-size: 11px; font-weight: 700; text-decoration: none; }
.language-switcher a:hover { color: var(--ink); background: #f0f3f7; }
.language-switcher a[aria-current='true'] { color: white; background: var(--blue); }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 680px; margin: 54px auto 88px; display: grid; grid-template-columns: .9fr 1.25fr; align-items: center; gap: 66px; }
.hero-copy { padding-bottom: 34px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: 'Manrope', sans-serif; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(42px, 5.3vw, 70px); line-height: 1.02; font-weight: 650; text-wrap: balance; }
.hero-lead { max-width: 590px; margin: 24px 0 0; color: #526176; font-size: clamp(18px, 2vw, 21px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(19, 86, 216, .2); }
.button-primary:hover { background: #0f49b8; box-shadow: 0 12px 28px rgba(19, 86, 216, .25); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #31425b; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--blue); }
.microcopy { margin: 15px 0 0; color: #748092; font-size: 13px; }

.product-frame { position: relative; min-width: 0; border: 1px solid #ccd5e0; border-radius: 16px; background: white; box-shadow: 0 30px 70px rgba(25, 46, 80, .16), 0 3px 12px rgba(25, 46, 80, .08); overflow: hidden; transform: rotate(1deg); }
.product-frame::after { content: ''; position: absolute; inset: auto 8% -16% 8%; height: 26%; background: var(--blue); filter: blur(70px); opacity: .12; pointer-events: none; }
.product-chrome { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 13px; color: #8793a3; background: #f8fafc; border-bottom: 1px solid #e6ebf1; font: 500 9px 'DM Sans'; }
.product-chrome i { width: 7px; height: 7px; border-radius: 50%; background: #d5dce5; }
.product-chrome span { margin-left: auto; margin-right: auto; }
.product-shell { min-height: 450px; display: grid; grid-template-columns: 118px 1fr; }
.preview-nav { padding: 22px 11px; border-right: 1px solid #e1e6ed; display: flex; flex-direction: column; gap: 8px; }
.preview-nav b { margin: 0 8px 20px; color: var(--blue-dark); font: 700 14px 'Manrope'; letter-spacing: -.04em; }
.preview-nav span { display: flex; justify-content: space-between; padding: 8px; border-radius: 6px; color: #758194; font-size: 9px; font-weight: 600; }
.preview-nav span.active { color: var(--blue-dark); background: var(--blue-pale); }
.preview-nav em { min-width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: white; font-style: normal; }
.preview-main { min-width: 0; padding: 24px 20px; background: #f5f7fa; }
.preview-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.preview-heading div { display: grid; gap: 3px; }
.preview-heading small { color: var(--blue); font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.preview-heading strong { font: 650 18px 'Manrope'; letter-spacing: -.04em; }
.preview-heading > span { padding: 5px 8px; color: var(--green); background: #e9f4ef; border-radius: 99px; font-size: 7px; }
.metric-row { display: grid; grid-template-columns: .8fr 1.25fr .85fr; gap: 8px; margin-top: 17px; }
.metric-row > div { min-width: 0; display: grid; gap: 3px; padding: 12px; background: white; border: 1px solid #e0e5eb; border-radius: 8px; }
.metric-row small { color: #7c8795; font-size: 6px; letter-spacing: .1em; text-transform: uppercase; }
.metric-row b { font: 650 17px 'Manrope'; }
.metric-row span { color: #8b95a2; font-size: 6px; }
.automation-rail { height: 46px; margin-top: 9px; padding: 0 12px; display: flex; align-items: center; gap: 8px; color: white; background: #123769; border-radius: 8px; box-shadow: 0 8px 20px rgba(18, 55, 105, .18); }
.automation-rail > span { width: 7px; height: 7px; border-radius: 50%; background: #70c7a1; box-shadow: 0 0 0 4px rgba(112, 199, 161, .13); }
.automation-rail strong { font-size: 8px; }
.automation-rail ol { margin: 0 0 0 auto; padding: 0; display: flex; gap: 5px; list-style: none; }
.automation-rail li { width: 24px; height: 18px; display: grid; place-items: center; border-radius: 10px; color: #314766; background: white; font-size: 6px; }
.automation-rail li:last-child { color: white; background: rgba(255,255,255,.12); }
.case-table { margin-top: 9px; background: white; border: 1px solid #e0e5eb; border-radius: 8px; overflow: hidden; }
.case-head { display: grid; padding: 11px 12px 8px; border-bottom: 1px solid #e6eaf0; }
.case-head strong { font-size: 9px; }
.case-head span { color: #8a95a3; font-size: 6px; }
.case-row { display: grid; grid-template-columns: 1fr 20px 58px 48px; gap: 8px; align-items: center; min-height: 42px; padding: 0 12px; border-bottom: 1px solid #edf0f4; font-size: 7px; }
.case-row:last-child { border-bottom: 0; }
.case-row > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 650; }
.case-row > b, .case-row > em { font-style: normal; font-weight: 600; text-align: right; }
.case-row > i { padding: 3px 4px; border-radius: 8px; color: var(--amber); background: #fff5e5; font-style: normal; text-align: center; white-space: nowrap; }

.proof-strip { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 132px; padding: 26px 30px; display: grid; align-content: center; gap: 6px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font: 650 17px 'Manrope'; }
.proof-strip span { color: var(--muted); font-size: 14px; }

.workflow { width: min(1080px, calc(100% - 40px)); margin: 140px auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.section-copy { align-self: start; }
.section-copy h2, .detail-card h2, .final-cta h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; text-wrap: balance; }
.section-copy > p:last-child { max-width: 48ch; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.workflow-list { border-top: 1px solid #cad3de; }
.workflow-list article { min-height: 180px; display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid #cad3de; }
.workflow-list article > span { color: var(--blue); font: 700 12px 'DM Sans'; letter-spacing: .1em; }
.workflow-list h3 { margin-bottom: 10px; font-size: 24px; }
.workflow-list p { max-width: 48ch; margin: 0; color: var(--muted); }

.peppol-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto 34px; padding: 68px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 86px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.peppol-copy h2 { max-width: 720px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; text-wrap: balance; }
.peppol-copy > p:last-child { max-width: 58ch; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.peppol-cases { border-top: 1px solid var(--line); }
.peppol-cases > div { min-height: 142px; padding: 28px 0; display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; border-bottom: 1px solid var(--line); }
.peppol-cases span { grid-row: 1 / 3; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.peppol-cases strong { font: 650 20px 'Manrope'; }
.peppol-cases p { margin: 8px 0 0; color: var(--muted); }
.peppol-flow { width: min(1180px, calc(100% - 40px)); margin: 0 auto 140px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 24px; }
.peppol-flow > div { min-height: 122px; padding: 25px; display: grid; align-content: center; gap: 6px; border-radius: 14px; background: #edf2f9; }
.peppol-flow small { color: var(--blue); font-weight: 700; letter-spacing: .1em; }
.peppol-flow strong { font: 650 18px 'Manrope'; }
.peppol-flow span { color: var(--muted); font-size: 14px; }
.peppol-flow > i { color: var(--blue); font-style: normal; font-size: 24px; }

.detail-band { width: min(1180px, calc(100% - 40px)); margin: 0 auto 140px; padding: 76px; display: grid; grid-template-columns: 1fr 380px; gap: 90px; align-items: center; border-radius: 20px; background: var(--ink); color: white; overflow: hidden; }
.detail-card .eyebrow, .detail-card > span { color: #80a8ff; }
.detail-card > span { display: block; margin-bottom: 14px; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.detail-card h2 { color: white; }
.detail-card p { max-width: 58ch; margin: 24px 0 0; color: #b9c5d6; font-size: 18px; }
.client-panel { padding: 24px; color: var(--ink); background: white; border-radius: 14px; box-shadow: 0 22px 50px rgba(0,0,0,.28); transform: rotate(-2deg); }
.client-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.client-panel-head b { color: var(--blue-dark); font: 700 18px 'Manrope'; }
.client-panel-head span { color: var(--green); font-size: 11px; }
.client-panel > small { color: var(--blue); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.client-panel > strong { display: block; margin: 7px 0 18px; font: 650 23px 'Manrope'; }
.client-panel > div:not(.client-panel-head) { display: flex; justify-content: space-between; gap: 10px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 13px; }
.client-panel .mock-button { width: 100%; min-height: 44px; margin-top: 18px; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--blue); font-weight: 700; }

.final-cta { width: min(1180px, calc(100% - 40px)); margin: 0 auto 60px; padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 60px; border-radius: 20px; color: white; background: var(--blue); }
.final-cta .eyebrow { color: #c9d9ff; }
.final-cta h2 { max-width: 700px; color: white; }
.final-cta p:last-child { max-width: 660px; margin: 18px 0 0; color: #dbe6ff; font-size: 17px; }
.button-light { flex: 0 0 auto; color: var(--blue-dark); background: white; }
.button-light:hover { background: #eef3ff; }

footer { width: min(1180px, calc(100% - 40px)); min-height: 120px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: #657185; }
footer p { margin: 0; font-size: 13px; }
footer > a:last-child { font-size: 13px; }
.wordmark-footer span { font-size: 20px; }

.privacy-page { width: min(780px, calc(100% - 40px)); margin: 80px auto 120px; }
.privacy-page h1 { font-size: clamp(38px, 6vw, 62px); }
.privacy-page .intro { margin: 22px 0 54px; color: var(--muted); font-size: 18px; }
.privacy-page section { padding: 28px 0; border-top: 1px solid var(--line); }
.privacy-page h2 { margin-bottom: 12px; font-size: 22px; }
.privacy-page p, .privacy-page li { color: var(--muted); }
.privacy-page ul { padding-left: 22px; }

@media (max-width: 980px) {
	.site-header { grid-template-columns: 1fr auto; }
	.site-header nav { display: none; }
	.hero { grid-template-columns: 1fr; gap: 44px; margin-top: 42px; }
	.hero-copy { padding: 0; }
	.product-frame { width: 100%; max-width: 760px; justify-self: center; transform: none; }
	.workflow { grid-template-columns: 1fr; gap: 50px; }
	.section-copy { position: static; }
	.peppol-section { grid-template-columns: 1fr; gap: 44px; padding: 50px; }
	.detail-band { grid-template-columns: 1fr 340px; gap: 46px; padding: 50px; }
	.final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
	.site-header { width: min(100% - 28px, 1180px); height: 72px; gap: 12px; }
	.wordmark small { display: none; }
	.wordmark span { font-size: 22px; }
	.language-switcher a { width: 30px; }
	.hero { width: min(100% - 28px, 1180px); min-height: auto; margin: 44px auto 72px; }
	h1 { font-size: clamp(39px, 12vw, 55px); }
	.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
	.product-shell { grid-template-columns: 1fr; min-height: 420px; }
	.preview-nav { display: none; }
	.preview-main { padding: 18px 12px; }
	.preview-heading > span { display: none; }
	.metric-row { grid-template-columns: 1fr 1.25fr; }
	.metric-row > div:last-child { display: none; }
	.case-row { grid-template-columns: 1fr 20px 58px; }
	.case-row i { display: none; }
	.proof-strip { width: min(100% - 28px, 1180px); grid-template-columns: 1fr; }
	.proof-strip div { min-height: 112px; padding: 22px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
	.proof-strip div:last-child { border-bottom: 0; }
	.workflow { width: min(100% - 28px, 1080px); margin: 96px auto; }
	.workflow-list article { min-height: 150px; grid-template-columns: 36px 1fr; gap: 10px; }
	.workflow-list h3 { font-size: 21px; }
	.peppol-section { width: min(100% - 28px, 1180px); padding: 34px 26px; }
	.peppol-flow { width: min(100% - 28px, 1180px); margin-bottom: 92px; grid-template-columns: 1fr; gap: 10px; }
	.peppol-flow > i { transform: rotate(90deg); justify-self: center; }
	.detail-band { width: min(100% - 28px, 1180px); margin-bottom: 96px; padding: 36px 22px; grid-template-columns: 1fr; }
	.client-panel { transform: none; }
	.final-cta { width: min(100% - 28px, 1180px); margin-bottom: 36px; padding: 38px 24px; }
	footer { width: min(100% - 28px, 1180px); padding: 28px 0; grid-template-columns: 1fr auto; }
	footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (forced-colors: active) {
	:root { scrollbar-color: auto; }
	.language-switcher a[aria-current='true'], .button, .automation-rail { border: 1px solid ButtonText; }
}
