.themeBlue,
.themeConsulting,
.themeStrategy,
.themeAdvisory {
	--themeColor: #0d4cab;
	--themeColor2: #00a3ff;
	--themeSoft: #e7f0ff;
}
.themeCyan,
.themePlatform,
.themeIntegration,
.themeTechnical {
	--themeColor: #00a9c8;
	--themeColor2: #37d6e8;
	--themeSoft: #e2fbff;
}
.themeGreen,
.themeDevelopment,
.themeCode,
.themeWebshop {
	--themeColor: #12a66a;
	--themeColor2: #5ee39e;
	--themeSoft: #e3faef;
}
.themeAmber,
.themeAi,
.themeAutomation,
.themeOptimization {
	--themeColor: #ffad0f;
	--themeColor2: #ffd15c;
	--themeSoft: #fff3d4;
}
.themePurple,
.themeDesign,
.themeContent,
.themeCreative {
	--themeColor: #7257ff;
	--themeColor2: #a58cff;
	--themeSoft: #f0edff;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: radial-gradient(circle at top right, rgba(0, 163, 255, 0.22), transparent 28%), radial-gradient(circle at top left, rgba(255, 173, 15, 0.2), transparent 24%), radial-gradient(circle at 50% 0, rgba(114, 87, 255, 0.1), transparent 32%), linear-gradient(180deg, #fbfdff 0%, #f6f8fb 100%);
	color: #10243a;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
a {
	color: #0d4cab;
	text-decoration: none;
}
a:hover {
	color: #0a43c6;
}
img {
	display: block;
	max-width: 100%;
}
.container {
	width: calc(100% - 40px);
	max-width: 1180px;
	margin: 0 auto;
}
.narrow {
	width: 100%;
	max-width: 760px;
}
h1,
h2,
h3 {
	margin: 0 0 10px;
	line-height: 1.1;
	color: #10243a;
}
h1 {
	font-size: 45px;
	font-weight: 800;
}
h2 {
	font-size: 35px;
	font-weight: 800;
}
h3 {
	font-size: 18px;
	font-weight: 700;
}
p {
	margin: 0 0 15px;
	color: #5b6f82;
}
.labelRow,
.sectionKicker,
.panelLabel,
.statNumber {
	font-family: 'JetBrains Mono', monospace;
}
.labelRow,
.sectionKicker {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.section {
	padding: 30px 0;
}
.sectionAlt {
	border-top: 1px solid #d7e1ec;
	border-bottom: 1px solid #d7e1ec;
	background: radial-gradient(circle at top right, rgba(0, 169, 200, 0.08), transparent 32%), linear-gradient(180deg, rgba(240, 246, 255, 0.86), rgba(251, 252, 255, 0.96));
}
.sectionHeader {
	margin-bottom: 25px;
}
.sectionKicker {
	margin-bottom: 15px;
	color: #0d4cab;
}
.lead {
	max-width: 760px;
	font-size: 18px;
	line-height: 1.7;
}
.siteHeader {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(15px);
	border-bottom: 1px solid rgba(16, 36, 58, 0.08);
}
.headerInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 15px 0;
}
.logo {
	width: 150px;
	height: auto;
}
.mainNav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	margin-left: auto;
}
.mainNav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	color: #5b6f82;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	transition: color 0.15s ease;
}
.mainNav a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #0d4cab 0%, #00a9c8 50%, #12a66a 100%);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.15s ease;
}
.mainNav a:hover,
.mainNav a.active {
	color: #10243a;
}
.mainNav a:hover::after,
.mainNav a.active::after {
	transform: scaleX(1);
}
.hero,
.pageHeroDark {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(22, 93, 255, 0.1), rgba(0, 169, 200, 0.12), rgba(255, 173, 15, 0.14)), linear-gradient(180deg, #fbfdff 0%, #edf6ff 100%);
	border-bottom: 1px solid rgba(16, 36, 58, 0.08);
}
.hero::before,
.hero::after,
.pageHeroDark::before,
.pageHeroDark::after {
	content: '';
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}
.hero::before,
.pageHeroDark::before {
	top: -90px;
	right: -80px;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(0, 163, 255, 0.34), transparent 70%);
}
.hero::after,
.pageHeroDark::after {
	left: -70px;
	bottom: -100px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(255, 173, 15, 0.28), transparent 75%);
}
.hero h1,
.hero p,
.pageHeroDark h1,
.pageHeroDark p {
	color: #10243a;
}
.hero p,
.pageHeroDark p {
	color: #5b6f82;
}
.pageHero {
	padding: 30px 0;
}
.heroGrid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(22, 93, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 93, 255, 0.06) 1px, transparent 1px);
	background-size: 45px 45px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 90%);
	pointer-events: none;
}
.heroInner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) 360px;
	gap: 40px;
	align-items: start;
	padding: 30px 0;
	margin-bottom: 30px;
}
.labelRow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}
.labelText {
	color: #5b6f82;
}
.referenceType {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--themeSoft, #e7f0ff) 0%, #ffffff 100%);
	color: var(--themeColor, #0d4cab);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.heroSummary {
	max-width: 760px;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid rgba(16, 36, 58, 0.08);
}
.heroSummary p {
	max-width: 700px;
}
.heroSummary p:last-child {
	margin-bottom: 0;
}
.heroActions,
.sectionLink {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}
.sectionLink {
	justify-content: flex-end;
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	transition: 0.15s ease;
}
.buttonPrimary {
	background: linear-gradient(135deg, #12a66a 0%, #5ee39e 100%);
	color: #fff;
	box-shadow: 0 12px 26px rgba(18, 166, 106, 0.24);
}
.buttonPrimary:hover {
	background: linear-gradient(135deg, #0c8b57 0%, #3bd984 100%);
	color: #fff;
}
.buttonSecondary {
	border: 1px solid rgba(22, 93, 255, 0.14);
	background: rgba(255, 255, 255, 0.78);
	color: #10243a;
}
.buttonSecondary:hover {
	border-color: rgba(255, 173, 15, 0.55);
	background: #fff3d4;
	color: #805000;
}
.statBox,
.serviceCard,
.referenceCard,
.referenceWide,
.contactCard {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d7e1ec;
	border-radius: 15px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	box-shadow: 0 20px 40px rgba(16, 36, 58, 0.08);
}
.statBox::before,
.serviceCard::before,
.referenceCard::before,
.referenceWide::before,
.contactCard::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: linear-gradient(180deg, var(--themeColor, #0d4cab) 0%, var(--themeColor2, #00a3ff) 100%);
	opacity: 0.95;
}
.heroPanel {
	position: relative;
	width: 100%;
	padding: 20px;
	border: 1px solid rgba(22, 93, 255, 0.14);
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.94) 100%);
	backdrop-filter: blur(15px);
	box-shadow: 0 20px 50px rgba(16, 36, 58, 0.13);
}
.heroPanel p {
	margin: 0;
	line-height: 1.5;
}
.statBox,
.serviceCard,
.referenceCard {
	padding: 20px;
}
.referenceWide,
.contactCard {
	padding: 25px;
}
.panelBlock {
	line-height: 1.6;
	color: #5b6f82;
	font-size: 14px;
}
.panelBlock + .panelBlock {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(16, 36, 58, 0.08);
}
.panelLabel {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--themeColor, rgba(16, 36, 58, 0.5));
}
.statNumber {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	color: var(--themeColor, #0d4cab);
}
.statText {
	font-size: 14px;
	color: #5b6f82;
}
.serviceGroupIntro {
	margin-bottom: 15px;
}
.serviceGroupIntro p {
	max-width: 520px;
	margin-bottom: 0;
}
.serviceIcon,
.contactIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--themeSoft, #e7f0ff) 0%, #ffffff 100%);
	color: var(--themeColor, #0d4cab);
	font-size: 18px;
}
.referenceHead,
.referenceWideHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 20px;
}
.textLink {
	font-size: 14px;
	font-weight: 700;
	color: #10243a;
}
.textLink:hover {
	color: #12a66a;
}
.contactItem {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 15px;
	padding: 20px;
}
.heroVisual img,
.sectionMedia img,
.referenceThumb img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.heroVisualSmall {
	margin-bottom: 20px;
	border: 1px solid rgba(22, 93, 255, 0.14);
}
.heroVisualSmall img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
.sectionMedia {
	margin-bottom: 25px;
	border: 1px solid #d7e1ec;
	background: #fff;
	box-shadow: 0 20px 40px rgba(16, 36, 58, 0.08);
}
.sectionMedia img {
	aspect-ratio: 16/5;
	object-fit: cover;
}
.sectionMediaIntro img {
	aspect-ratio: 16/5;
}
.referenceThumb {
	margin-bottom: 20px;
	border: 1px solid #d7e1ec;
	background: #fff;
	box-shadow: 0 10px 20px rgba(16, 36, 58, 0.06);
}
.referenceThumb img {
	object-fit: contain;
}
.referenceWideContent {
	min-width: 0;
}
.statsSection {
	position: relative;
	z-index: 2;
	margin-top: -25px;
}
.statsGrid,
.serviceGrid,
.referenceGrid,
.serviceSplit,
.referenceStack,
.sectionSplit,
.ctaBox,
.referenceStackSideImage .referenceWide {
	display: grid;
	gap: 20px;
}
.serviceGrid,
.referenceStack {
	grid-template-columns: 1fr;
}
.statsGrid,
.referenceGrid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.serviceSplit {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px;
}
.sectionSplit {
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	gap: 35px;
	padding-top: 10px;
}
.referenceStackSideImage .referenceWide {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 35%);
	gap: 25px;
	align-items: center;
}
.ctaBox {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	padding: 30px;
	border: 1px solid rgba(22, 93, 255, 0.16);
	border-radius: 15px;
	background: radial-gradient(circle at top right, rgba(255, 173, 15, 0.24), transparent 34%), radial-gradient(circle at bottom left, rgba(18, 166, 106, 0.14), transparent 35%), linear-gradient(135deg, #eaf2ff 0%, #ffffff 52%, #ecfff5 100%);
	box-shadow: 0 20px 50px rgba(16, 36, 58, 0.12);
}
.skipLink {
	position: absolute;
	left: -9999px;
	top: 10px;
	z-index: 100;
	padding: 10px 15px;
	border-radius: 5px;
	background: #0d4cab;
	color: #fff;
}
.skipLink:focus {
	left: 10px;
}
address {
	font-style: normal;
	color: #5b6f82;
}
.sectionIntroText p:last-child,
.faqItem p:last-child {
	margin-bottom: 0;
}
.serviceGridTopics .serviceCard h3,
.faqItem h3 {
	margin-bottom: 10px;
}
.faqList {
	display: grid;
	gap: 20px;
}
.faqItem {
	padding: 20px;
	border: 1px solid #d7e1ec;
	border-radius: 15px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	box-shadow: 0 10px 20px rgba(16, 36, 58, 0.06);
}
@media (max-width: 980px) {
	.container {
		width: calc(100% - 40px);
	}
	.mainNav {
		margin-top: 6px;
		margin-left: 15px;
		gap: 8px;
	}
	.mainNav a {
		font-size: 13px;
	}
	.heroInner,
	.statsGrid,
	.referenceGrid,
	.serviceSplit,
	.sectionSplit,
	.ctaBox,
	.referenceStackSideImage .referenceWide {
		grid-template-columns: 1fr;
	}
	.hideOnSmartphone {
		display: none;
	}
	.headerInner {
		flex-wrap: nowrap;
		gap: 10px;
		padding: 10px 0;
	}
	.logo {
		width: 125px;
		flex: 0 0 auto;
	}
	.heroInner {
		gap: 20px;
		margin-bottom: 15px;
		padding: 20px 0 10px;
	}
	.pageHero {
		padding: 20px 0 10px;
	}
	.heroPanel,
	.statBox,
	.serviceCard,
	.referenceCard,
	.referenceWide,
	.contactCard,
	.ctaBox {
		width: 100%;
		max-width: none;
		padding: 20px;
	}
	.statsSection {
		margin-top: 0;
		padding-top: 25px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 30px;
	}
	.lead,
	.heroSummary,
	.heroSummary p,
	.serviceGroupIntro p {
		max-width: 100%;
	}
	.lead {
		font-size: 16px;
		line-height: 1.65;
	}
	.heroContent {
		padding: 0;
	}
	.heroContent h1 {
		margin-bottom: 15px;
	}
	.heroContent .lead {
		margin-bottom: 15px;
	}
	.heroSummary {
		margin-top: 20px;
		padding-top: 20px;
	}
	.sectionSplit {
		padding-top: 5px;
	}
	.sectionMedia {
		margin-bottom: 20px;
	}
	.sectionMedia img {
		aspect-ratio: 16/8;
	}
	.sectionMediaIntro img {
		aspect-ratio: 16/8;
	}
	.heroVisualSmall {
		margin-bottom: 15px;
	}
	.heroVisualSmall img {
		aspect-ratio: 16/9;
		object-fit: cover;
	}
}

/* Modern visual pass */
body {
	background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

a:focus-visible,
.button:focus-visible {
	outline: 3px solid rgba(13, 76, 171, 0.28);
	outline-offset: 4px;
}

h1,
h2,
h3 {
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.05rem, 4.5vw, 4rem);
	letter-spacing: -0.035em;
}

.pageHero h1 {
	font-size: clamp(2rem, 3.6vw, 3.4rem);
}

h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	letter-spacing: -0.025em;
}

.sectionAlt {
	background: #f1f5f9;
}

.siteHeader {
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
	border-bottom-color: rgba(16, 36, 58, 0.1);
}

.headerInner {
	padding: 14px 0;
}

.logo {
	width: 142px;
}

.mainNav {
	gap: 14px;
}

.hero,
.pageHeroDark {
	background: linear-gradient(135deg, #f8fbff 0%, #eaf3ff 58%, #f5f8fb 100%);
	border-bottom-color: rgba(16, 36, 58, 0.1);
}

.hero::before,
.pageHeroDark::before {
	top: -150px;
	right: -110px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(13, 76, 171, 0.16), transparent 70%);
}

.hero::after,
.pageHeroDark::after,
.heroGrid {
	display: none;
}

.heroInner {
	grid-template-columns: minmax(0, 1.15fr) 360px;
	gap: 52px;
	padding: 52px 0;
	margin-bottom: 28px;
}

.labelRow {
	margin-bottom: 16px;
}

.labelText {
	color: #0d4cab;
}

.heroSummary {
	margin-top: 22px;
	padding-top: 20px;
}

.button {
	min-height: 48px;
	border-radius: 9px;
}

.buttonPrimary {
	background: #109a64;
	box-shadow: 0 8px 18px rgba(16, 154, 100, 0.2);
}

.buttonPrimary:hover {
	background: #0b8253;
}

.buttonSecondary {
	border-color: #d5dee8;
	background: #ffffff;
}

.buttonSecondary:hover {
	border-color: rgba(13, 76, 171, 0.35);
	background: #eef4fb;
	color: #0d4cab;
}

.statBox,
.serviceCard,
.referenceCard,
.referenceWide,
.contactCard {
	border-color: rgba(16, 36, 58, 0.11);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(16, 36, 58, 0.06);
}

.statBox::before,
.serviceCard::before,
.referenceCard::before,
.referenceWide::before,
.contactCard::before {
	display: none;
}

.heroPanel {
	border-color: rgba(16, 36, 58, 0.11);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: none;
	box-shadow: 0 12px 30px rgba(16, 36, 58, 0.08);
}

.referenceType {
	background: #e7f0ff;
}

.serviceIcon,
.contactIcon {
	border-radius: 10px;
	background: #eef4fb;
}

.sectionMedia,
.referenceThumb {
	border-color: rgba(16, 36, 58, 0.11);
	box-shadow: 0 8px 24px rgba(16, 36, 58, 0.06);
}

.statsGrid {
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(16, 36, 58, 0.11);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 8px 24px rgba(16, 36, 58, 0.06);
}

.statBox {
	overflow: visible;
	padding: 22px 26px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.statBox::before {
	display: block;
	inset: 20px auto 20px 0;
	width: 1px;
	background: #dce3ea;
	opacity: 1;
}

.statBox:first-child::before {
	display: none;
}

.siteFooter {
	margin-top: 30px;
	border-top: 1px solid #dce3ea;
	background: #eef3f8;
}

.footerInner {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(280px, auto);
	gap: 48px;
	align-items: start;
	padding: 48px 0;
}

.footerLogo {
	width: 120px;
	height: auto;
	margin-bottom: 15px;
}

.footerBrand p {
	max-width: 380px;
	margin: 0;
	font-size: 14px;
}

.footerContact {
	display: grid;
	gap: 7px;
	font-size: 14px;
}

.footerContact a {
	font-weight: 700;
}

.footerContact {
	justify-self: end;
	text-align: right;
}

.footerContact span {
	color: #5b6f82;
}

@media (max-width: 980px) {
	.headerInner {
		padding: 10px 0;
	}

	.logo {
		width: 112px;
	}

	.mainNav {
		gap: 7px;
		margin-top: 0;
		margin-left: auto;
	}

	.mainNav a {
		font-size: 12.5px;
	}

	.heroInner {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 32px 0 24px;
		margin-bottom: 12px;
	}

	.statsGrid {
		grid-template-columns: 1fr;
		border-radius: 10px;
	}

	.statBox::before {
		inset: 0 20px auto;
		width: auto;
		height: 1px;
	}

	.footerInner {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 38px 0;
	}

	.footerContact {
		justify-self: start;
		text-align: left;
	}
}
