html {
	overflow-x: hidden;
}

@font-face {
	font-family: "IranYekan";
	src: url("fonts/farsi-fonts/iran-yekan-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IranYekan";
	src: url("fonts/farsi-fonts/iran-yekan-700.woff2") format("woff2");
	font-weight: 700 900;
	font-style: normal;
	font-display: swap;
}

body.zistbom2-page {
	--z2-red: #ff4638;
	--z2-red-dark: #e53227;
	--z2-graphite: #23252b;
	--z2-muted: #636a77;
	--z2-border: #e5e9ef;
	--z2-surface-soft: #f5f7fa;
	margin: 0;
	min-width: 320px;
	width: 100%;
	max-width: 100vw;
	background: #fff;
	color: var(--z2-graphite);
	font-family: "IranYekan", Tahoma, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding-top: 92px;
}

body.zistbom2-page *,
body.zistbom2-page *::before,
body.zistbom2-page *::after { box-sizing: border-box; }

body.zistbom2-page a { color: inherit; }

body.zistbom2-page .z2-skip-link {
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 100;
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--z2-graphite);
	color: #fff;
	transform: translateY(-160%);
}

body.zistbom2-page .z2-skip-link:focus { transform: translateY(0); }

body.zistbom2-page .z2-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	height: 92px;
	border-bottom: 1px solid rgba(217, 222, 231, .72);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 8px 28px rgba(35, 37, 43, .035);
}

body.zistbom2-page .z2-header__inner {
	display: grid;
	grid-template-columns: 230px 1fr 230px;
	align-items: center;
	width: min(1420px, calc(100% - 64px));
	height: 100%;
	margin: 0 auto;
}

body.zistbom2-page .z2-brand {
	display: inline-flex;
	justify-self: start;
	line-height: 0;
}

body.zistbom2-page .z2-brand img {
	display: block;
	width: 196px;
	height: 60px;
	object-fit: contain;
}

body.zistbom2-page .z2-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	align-self: stretch;
	gap: clamp(24px, 3.1vw, 54px);
}

body.zistbom2-page .z2-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #393d45;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s ease;
}

body.zistbom2-page .z2-nav a::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 17px;
	left: 50%;
	height: 3px;
	border-radius: 10px;
	background: var(--z2-red);
	transition: right .2s ease, left .2s ease;
}

body.zistbom2-page .z2-nav a:hover,
body.zistbom2-page .z2-nav a:focus-visible { color: var(--z2-red-dark); }
body.zistbom2-page .z2-nav a:hover::after,
body.zistbom2-page .z2-nav a:focus-visible::after,
body.zistbom2-page .z2-nav a.is-active::after { right: 0; left: 0; }

body.zistbom2-page .z2-header-cta,
body.zistbom2-page .z2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.zistbom2-page .z2-header-cta {
	justify-self: end;
	min-width: 150px;
	height: 48px;
	background: var(--z2-red);
	box-shadow: 0 8px 18px rgba(255, 70, 56, .23);
	color: #fff;
	font-size: 14px;
}

body.zistbom2-page .z2-header-cta:hover,
body.zistbom2-page .z2-button--primary:hover { background: var(--z2-red-dark); transform: translateY(-2px); }

body.zistbom2-page .z2-menu-toggle,
body.zistbom2-page .z2-menu-button { display: none; }

body.zistbom2-page .z2-hero {
	position: relative;
	min-height: calc(100vh - 92px);
	height: clamp(660px, calc(100vh - 92px), 900px);
	overflow: hidden;
	background: #f9fbfd;
}

body.zistbom2-page .z2-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, transparent 0%, transparent 52%, rgba(255,255,255,.4) 66%, rgba(255,255,255,.86) 100%);
}

body.zistbom2-page .z2-hero__art,
body.zistbom2-page .z2-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

body.zistbom2-page .z2-hero__art { margin: 0; }

body.zistbom2-page .z2-hero__image {
	object-fit: cover;
	object-position: center center;
}

body.zistbom2-page .z2-hero__inner {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	width: min(1420px, calc(100% - 64px));
	height: 100%;
	margin: 0 auto;
}

body.zistbom2-page .z2-hero__content {
	width: 48%;
	margin-right: 0;
	padding-right: clamp(0px, 2.2vw, 32px);
	text-align: right;
}

body.zistbom2-page .z2-eyebrow {
	margin: 0 0 18px;
	color: var(--z2-red-dark);
	font-size: clamp(22px, 2vw, 34px);
	font-weight: 900;
	line-height: 1.6;
}

body.zistbom2-page .z2-hero h1 {
	margin: 0;
	color: #111318;
	font-size: clamp(42px, 4.1vw, 70px);
	font-weight: 400;
	letter-spacing: -.055em;
	line-height: 1.55;
}

body.zistbom2-page .z2-hero h1 span { display: block; font-size: .76em; white-space: nowrap; }
body.zistbom2-page .z2-hero h1 strong { display: block; font-weight: 900; }

body.zistbom2-page .z2-lead {
	max-width: 660px;
	margin: 34px 0 0;
	color: #555d69;
	font-size: clamp(17px, 1.35vw, 22px);
	font-weight: 400;
	line-height: 2.1;
}

body.zistbom2-page .z2-actions {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 58px;
}

body.zistbom2-page .z2-button {
	min-width: 190px;
	height: 58px;
	padding: 0 28px;
	font-size: 15px;
}

body.zistbom2-page .z2-button--primary {
	background: var(--z2-red);
	box-shadow: 0 10px 24px rgba(255, 70, 56, .22);
	color: #fff;
}

body.zistbom2-page .z2-button--secondary {
	border: 1px solid #d9dee7;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 8px 22px rgba(35, 37, 43, .06);
	color: var(--z2-graphite);
}

body.zistbom2-page .z2-button--secondary:hover {
	border-color: var(--z2-graphite);
	background: #fff;
	transform: translateY(-2px);
}

body.zistbom2-page a:focus-visible,
body.zistbom2-page label:focus-visible {
	outline: 3px solid #00cfe8;
	outline-offset: 4px;
}

@media (max-width: 1100px) {
	body.zistbom2-page .z2-header__inner { grid-template-columns: 200px 1fr 170px; width: calc(100% - 40px); }
	body.zistbom2-page .z2-nav { gap: 22px; }
	body.zistbom2-page .z2-nav a { font-size: 14px; }
	body.zistbom2-page .z2-hero__inner { width: calc(100% - 40px); }
	body.zistbom2-page .z2-hero__content { width: 52%; }
}

@media (max-width: 860px) {
	body.zistbom2-page { padding-top: 78px; }
	body.zistbom2-page .z2-header { height: 78px; }
	body.zistbom2-page .z2-header__inner { display: flex; justify-content: space-between; width: calc(100% - 32px); }
	body.zistbom2-page .z2-brand img { width: 164px; height: 50px; }
	body.zistbom2-page .z2-header-cta { display: none; }
	body.zistbom2-page .z2-menu-button {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 10px;
		border: 1px solid var(--z2-border);
		border-radius: 9px;
		cursor: pointer;
	}
	body.zistbom2-page .z2-menu-button span { display: block; height: 2px; border-radius: 2px; background: var(--z2-graphite); }
	body.zistbom2-page .z2-nav {
		position: absolute;
		top: 77px;
		right: 16px;
		left: 16px;
		display: grid;
		align-items: stretch;
		gap: 0;
		padding: 8px;
		border: 1px solid var(--z2-border);
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 18px 45px rgba(35, 37, 43, .13);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	}
	body.zistbom2-page .z2-nav a { min-height: 48px; padding: 0 16px; border-radius: 7px; }
	body.zistbom2-page .z2-nav a::after { display: none; }
	body.zistbom2-page .z2-nav a.is-active { background: var(--z2-surface-soft); color: var(--z2-red-dark); }
	body.zistbom2-page .z2-menu-toggle:checked ~ .z2-nav { opacity: 1; visibility: visible; transform: none; }
	body.zistbom2-page .z2-hero { height: auto; min-height: calc(100vh - 78px); padding: 64px 0 38px; }
	body.zistbom2-page .z2-hero::after { background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.82) 49%, rgba(255,255,255,.08) 73%); }
	body.zistbom2-page .z2-hero__inner { align-items: flex-start; width: calc(100% - 40px); }
	body.zistbom2-page .z2-hero__content { width: 100%; max-width: 100%; padding: 0; overflow-wrap: anywhere; text-align: center; }
	body.zistbom2-page .z2-lead { max-width: 620px; margin-right: auto; margin-left: auto; }
	body.zistbom2-page .z2-actions { justify-content: center; margin-top: 34px; }
	body.zistbom2-page .z2-hero__art { top: 340px; height: calc(100% - 300px); }
	body.zistbom2-page .z2-hero__image { object-position: 24% center; }
}

@media (max-width: 560px) {
	body.zistbom2-page .z2-brand img { width: 146px; }
	body.zistbom2-page .z2-hero { min-height: 780px; padding-top: 46px; }
	body.zistbom2-page .z2-eyebrow { margin-bottom: 10px; font-size: 19px; }
	body.zistbom2-page .z2-hero h1 { font-size: clamp(30px, 8.7vw, 39px); line-height: 1.55; letter-spacing: -.035em; }
	body.zistbom2-page .z2-hero h1 strong { display: block; font-size: .94em; white-space: nowrap; }
	body.zistbom2-page .z2-lead { margin-top: 20px; font-size: 15px; line-height: 2; }
	body.zistbom2-page .z2-actions { flex-direction: column-reverse; gap: 12px; margin-top: 26px; }
	body.zistbom2-page .z2-button { width: min(100%, 310px); height: 52px; margin: 0 auto; }
	body.zistbom2-page .z2-hero__art { top: 405px; height: 400px; }
	body.zistbom2-page .z2-hero__image { object-fit: cover; object-position: 20% center; }
}

@media (prefers-reduced-motion: reduce) {
	body.zistbom2-page *, body.zistbom2-page *::before, body.zistbom2-page *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Section 5: Customer experience */
body.zistbom2-page .z2-testimonials {
	position: relative;
	padding: clamp(76px, 7vw, 112px) 0 clamp(82px, 7vw, 116px);
	overflow: hidden;
	background: #f8fafc;
}

body.zistbom2-page .z2-testimonials__inner {
	width: min(1420px, calc(100% - 64px));
	margin: 0 auto;
}

body.zistbom2-page .z2-testimonials__header {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

body.zistbom2-page .z2-testimonials__label {
	margin: 0 0 10px;
	color: var(--z2-red);
	font-size: 18px;
	font-weight: 900;
}

body.zistbom2-page .z2-testimonials h2 {
	margin: 0;
	color: #13161c;
	font-size: clamp(34px, 3.2vw, 52px);
	font-weight: 900;
	line-height: 1.55;
}

body.zistbom2-page .z2-testimonials__header > p:last-child {
	margin: 18px 0 0;
	color: var(--z2-muted);
	font-size: 15px;
	line-height: 2;
}

body.zistbom2-page .z2-testimonials__brands {
	display: grid;
	grid-template-columns: 46px repeat(5, minmax(0, 1fr)) 46px;
	gap: 12px;
	max-width: 1180px;
	margin: 42px auto 18px;
	align-items: stretch;
}

body.zistbom2-page .z2-testimonials__brand,
body.zistbom2-page .z2-testimonials__nav {
	min-width: 0;
	min-height: 66px;
	border: 1px solid #e4e8ee;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(35,37,43,.045);
}

body.zistbom2-page .z2-testimonials__brand {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	color: var(--z2-graphite);
	text-align: center;
	font-family: inherit;
	cursor: pointer;
	transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease, opacity .28s ease;
}

body.zistbom2-page .z2-testimonials__brand span { font-size: 12px; font-weight: 900; }
body.zistbom2-page .z2-testimonials__brand small { margin-top: 3px; color: #8b929d; font-size: 9px; }
body.zistbom2-page .z2-testimonials__brand img { width: 112px; height: auto; max-width: 90%; }

body.zistbom2-page .z2-testimonials__brand:hover,
body.zistbom2-page .z2-testimonials__brand:focus-visible { border-color: rgba(255,70,56,.3); transform: translateY(-2px); }
body.zistbom2-page .z2-testimonials__brand--active { border-color: rgba(255,70,56,.4); box-shadow: 0 11px 30px rgba(255,70,56,.1); transform: translateY(-3px); }
body.zistbom2-page .z2-testimonials__brand--active::after {
	content: "";
	position: absolute;
	right: 25%;
	bottom: -1px;
	left: 25%;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: var(--z2-red);
}

body.zistbom2-page .z2-testimonials__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

body.zistbom2-page .z2-testimonials__nav svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
body.zistbom2-page .z2-testimonials__nav:hover,
body.zistbom2-page .z2-testimonials__nav:focus-visible { border-color: rgba(255,70,56,.42); color: var(--z2-red); transform: translateY(-2px); }

body.zistbom2-page .z2-testimonial-card {
	display: grid;
	grid-template-columns: minmax(320px, .82fr) minmax(0, 1.45fr);
	max-width: 1180px;
	min-height: 315px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #e5e9ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(35,37,43,.07);
}

body.zistbom2-page .z2-testimonial-card__visual { position: relative; height: 100%; min-height: 315px; overflow: hidden; }
body.zistbom2-page .z2-testimonial-card__visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.82) 9%, rgba(255,255,255,.28) 22%, rgba(255,255,255,0) 38%); pointer-events: none; }
body.zistbom2-page .z2-testimonial-card__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; transform: scale(1.045); transition: opacity .35s ease; }

body.zistbom2-page .z2-testimonial-card__content {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 44px 58px 38px;
}

body.zistbom2-page .z2-testimonial-card__content.is-changing {
	animation: z2-testimonial-in .5s ease both;
}

@keyframes z2-testimonial-in {
	from { opacity: .25; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

body.zistbom2-page .z2-testimonial-card__quote { display: none; }
body.zistbom2-page .z2-testimonial-card__content h3 { margin: 0 0 20px; color: #20252d; font-size: clamp(19px, 1.6vw, 23px); font-weight: 800; line-height: 1.8; letter-spacing: normal; }
body.zistbom2-page .z2-testimonial-card__content > p { margin: 0; color: #454c57; font-size: 15px; line-height: 2.15; text-align: start; word-spacing: normal; }
body.zistbom2-page .z2-testimonial-card__person { margin-top: 22px; padding-right: 16px; border-right: 3px solid var(--z2-red); }
body.zistbom2-page .z2-testimonial-card__person strong,
body.zistbom2-page .z2-testimonial-card__person span { display: block; }
body.zistbom2-page .z2-testimonial-card__person strong { color: var(--z2-red-dark); font-size: 14px; }
body.zistbom2-page .z2-testimonial-card__person span { margin-top: 5px; color: #858c96; font-size: 11px; }

body.zistbom2-page .z2-testimonials__dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
body.zistbom2-page .z2-testimonials__dots span { width: 6px; height: 6px; border-radius: 50%; background: #cbd1d9; }
body.zistbom2-page .z2-testimonials__dots .is-active { width: 18px; border-radius: 5px; background: var(--z2-red); }

@media (max-width: 920px) {
	body.zistbom2-page .z2-testimonials__brands { grid-template-columns: repeat(6, minmax(0, 1fr)); }
	body.zistbom2-page .z2-testimonials__brand { grid-column: span 2; }
	body.zistbom2-page .z2-testimonials__brand:nth-last-child(2),
	body.zistbom2-page .z2-testimonials__brand:nth-last-child(3) { grid-column: span 3; }
	body.zistbom2-page .z2-testimonials__nav { display: none; }
	body.zistbom2-page .z2-testimonial-card { grid-template-columns: 1fr; max-width: 720px; }
	body.zistbom2-page .z2-testimonial-card__visual { height: 280px; min-height: 280px; }
	body.zistbom2-page .z2-testimonial-card__visual::after { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.82) 9%, rgba(255,255,255,.28) 22%, rgba(255,255,255,0) 38%); }
}

@media (max-width: 520px) {
	body.zistbom2-page .z2-testimonials { padding: 64px 0 70px; }
	body.zistbom2-page .z2-testimonials__inner { width: calc(100% - 32px); }
	body.zistbom2-page .z2-testimonials__label { font-size: 16px; }
	body.zistbom2-page .z2-testimonials h2 { font-size: clamp(29px, 8.5vw, 38px); }
	body.zistbom2-page .z2-testimonials__header > p:last-child { font-size: 14px; }
	body.zistbom2-page .z2-testimonials__brands { gap: 8px; margin-top: 32px; }
	body.zistbom2-page .z2-testimonials__brand { min-height: 58px; }
	body.zistbom2-page .z2-testimonial-card__visual { height: 210px; min-height: 210px; }
	body.zistbom2-page .z2-testimonial-card__content { padding: 38px 24px 30px; }
	body.zistbom2-page .z2-testimonial-card__quote { top: 16px; left: 18px; width: 34px; }
	body.zistbom2-page .z2-testimonial-card__content > p { font-size: 14px; line-height: 2; }
}

@media (prefers-reduced-motion: reduce) {
	body.zistbom2-page .z2-testimonials__nav,
	body.zistbom2-page .z2-testimonials__brand { transition: none !important; }
	body.zistbom2-page .z2-testimonial-card__visual img { transition: none !important; }
	body.zistbom2-page .z2-testimonial-card__content.is-changing { animation: none !important; }
}

/* Section 2: About */
body.zistbom2-page .z2-about {
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 7.2vw, 112px) 0 clamp(68px, 6.5vw, 100px);
	border-top: 1px solid rgba(217, 222, 231, .72);
	background:
		linear-gradient(90deg, rgba(245, 248, 252, .62), rgba(255,255,255,0) 47%),
		#fff;
}

body.zistbom2-page .z2-about::before {
	content: "";
	position: absolute;
	top: -130px;
	left: -160px;
	width: 740px;
	height: 740px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(221, 238, 255, .48), rgba(255,255,255,0) 67%);
	pointer-events: none;
}

body.zistbom2-page .z2-about__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(48px, 6vw, 100px);
	width: min(1420px, calc(100% - 64px));
	margin: 0 auto;
}

body.zistbom2-page .z2-about__content { grid-column: 1; grid-row: 1; }
body.zistbom2-page .z2-about__visual { grid-column: 2; grid-row: 1; }

body.zistbom2-page .z2-section-label {
	margin: 0 0 12px;
	color: var(--z2-red);
	font-size: 17px;
	font-weight: 900;
}

body.zistbom2-page .z2-about h2 {
	margin: 0;
	color: #15171c;
	font-size: clamp(34px, 3.15vw, 52px);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.55;
}

body.zistbom2-page .z2-about__lead {
	max-width: 660px;
	margin: 24px 0 0;
	color: var(--z2-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 2.15;
}

body.zistbom2-page .z2-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 38px;
}

body.zistbom2-page .z2-value-card {
	display: flex;
	min-height: 150px;
	margin: 0;
	padding: 23px 14px 20px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #e8ecf2;
	border-radius: 13px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 14px 38px rgba(35, 37, 43, .065);
	text-align: center;
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.zistbom2-page .z2-value-card:hover {
	border-color: rgba(0, 111, 209, .22);
	box-shadow: 0 18px 42px rgba(35, 37, 43, .1);
	transform: translateY(-4px);
}

body.zistbom2-page .z2-value-card svg {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	margin-bottom: 13px;
	fill: none;
	stroke: #006fcb;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	filter: drop-shadow(0 4px 7px rgba(0,111,203,.12));
}

body.zistbom2-page .z2-value-card .z2-icon-accent { stroke: var(--z2-red); }

body.zistbom2-page .z2-value-card h3 {
	margin: 0;
	color: #252932;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.75;
}

body.zistbom2-page .z2-value-card p {
	margin: 8px 0 0;
	color: var(--z2-muted);
	font-size: 13px;
	line-height: 1.9;
}

body.zistbom2-page .z2-about__visual {
	position: relative;
	min-height: 510px;
}

body.zistbom2-page .z2-network {
	position: absolute;
	top: 0;
	right: 50%;
	width: min(740px, 112%);
	height: 460px;
	transform: translateX(50%);
	filter: drop-shadow(0 18px 28px rgba(0,105,220,.035));
}

body.zistbom2-page .z2-stats {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: min(650px, 100%);
	margin: 350px auto 0;
	padding: 24px 0;
	list-style: none;
	border: 1px solid #e7ebf1;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(35, 37, 43, .055);
}

body.zistbom2-page .z2-stats > li {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	gap: 12px;
	align-items: start;
	min-width: 0;
	padding: 0 4px;
	border-left: 1px solid #dfe4eb;
	text-align: center;
}

body.zistbom2-page .z2-stats > li:last-child { border-left: 0; }

body.zistbom2-page .z2-step-number {
	display: none;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	color: #006fcb;
	background: #edf6ff;
	font-size: 17px;
	font-weight: 700;
}

body.zistbom2-page .z2-stats strong {
	display: block;
	margin: 0;
	color: #252932;
	font-size: clamp(14px, 1.25vw, 17px);
	font-weight: 700;
	line-height: 32px;
	white-space: nowrap;
}

body.zistbom2-page .z2-stats p {
	grid-column: 1 / -1;
	margin: 0;
	color: #414b59;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
}

@media (max-width: 1050px) {
	body.zistbom2-page .z2-about__inner { grid-template-columns: 1fr; gap: 54px; width: calc(100% - 48px); }
	body.zistbom2-page .z2-about__content { grid-column: 1; grid-row: 1; text-align: center; }
	body.zistbom2-page .z2-about__lead { margin-right: auto; margin-left: auto; }
	body.zistbom2-page .z2-values { max-width: 720px; margin-right: auto; margin-left: auto; }
	body.zistbom2-page .z2-about__visual { grid-column: 1; grid-row: 2; width: min(760px, 100%); margin: 0 auto; }
}

@media (max-width: 640px) {
	body.zistbom2-page .z2-about { padding: 64px 0 54px; }
	body.zistbom2-page .z2-about__inner { gap: 36px; width: calc(100% - 32px); }
	body.zistbom2-page .z2-section-label { font-size: 15px; }
	body.zistbom2-page .z2-about h2 { font-size: clamp(29px, 8.5vw, 38px); }
	body.zistbom2-page .z2-about__lead { margin-top: 18px; font-size: 14px; line-height: 2; }
	body.zistbom2-page .z2-values { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
	body.zistbom2-page .z2-value-card { min-height: 112px; padding: 18px; }
	body.zistbom2-page .z2-value-card svg { width: 40px; height: 40px; margin-bottom: 12px; }
	body.zistbom2-page .z2-about__visual { min-height: 0; }
	body.zistbom2-page .z2-network { top: 0; width: 610px; max-width: none; height: 380px; opacity: .82; }
	body.zistbom2-page .z2-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin-top: 260px; padding: 8px; }
	body.zistbom2-page .z2-stats > li { padding: 16px 8px; }
	body.zistbom2-page .z2-stats > li:nth-child(even) { border-left: 0; }
	body.zistbom2-page .z2-stats > li:nth-child(-n+2) { border-bottom: 1px solid #dfe4eb; }
	body.zistbom2-page .z2-stats strong { font-size: 16px; }
}

/* Section 3: Products ecosystem */
body.zistbom2-page .z2-products {
	position: relative;
	overflow: hidden;
	padding: clamp(38px, 3.5vw, 58px) 0 clamp(46px, 4vw, 68px);
	border-top: 0;
	background: #f6f8fb;
}

body.zistbom2-page .z2-products::before,
body.zistbom2-page .z2-products::after {
	display: none;
}

body.zistbom2-page .z2-products__inner {
	position: relative;
	z-index: 1;
	width: min(1660px, calc(100% - 64px));
	margin: 0 auto;
	padding: clamp(54px, 4.5vw, 78px) clamp(18px, 1.25vw, 24px) clamp(58px, 5vw, 84px);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.zistbom2-page .z2-products__header {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

body.zistbom2-page .z2-products__label {
	margin: 0 0 13px;
	color: var(--z2-red);
	font-size: 20px;
	font-weight: 900;
}

body.zistbom2-page .z2-products h2 {
	margin: 0;
	color: #0d1b38;
	font-size: clamp(40px, 4vw, 65px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1.45;
}

@media (min-width: 901px) {
	body.zistbom2-page .z2-products h2 { white-space: nowrap; }
}

body.zistbom2-page .z2-products__header > p:last-child {
	margin: 27px 0 0;
	color: #5e6878;
	font-size: 16px;
	line-height: 2;
}

/* Product hierarchy: platform flanked by park and fund, then six specialist products. */
body.zistbom2-page .z2-product-grid {
 display:grid; grid-template-columns:repeat(4,minmax(0,1fr)) minmax(0,1.5fr) repeat(4,minmax(0,1fr)); gap:12px;
 margin:82px auto 0; direction:rtl; align-items:center;
}
body.zistbom2-page .z2-product-card {
 display:flex; flex-direction:column; align-items:center; min-width:0;
 margin:0; padding:26px 12px 20px; height:300px; min-height:300px; border:1px solid #dae4f0; border-radius:15px;
 background:#fff; text-align:center; box-shadow:0 12px 32px #17385c08;
 transform:translateY(var(--card-y,0px)) rotate(var(--card-angle,0deg));
 transition:transform .2s,box-shadow .2s;
}
body.zistbom2-page .z2-product-card:hover { transform:translateY(calc(var(--card-y,0px) - 4px)) rotate(var(--card-angle,0deg)); box-shadow:0 18px 38px #17385c14; }
body.zistbom2-page .z2-product-card:nth-child(1) { order:4; --card-y:-8px; }
body.zistbom2-page .z2-product-card:nth-child(2) { order:3; --card-y:2px; --card-angle:.35deg; }
body.zistbom2-page .z2-product-card:nth-child(3) { order:5; --card-y:2px; --card-angle:-.35deg; }
body.zistbom2-page .z2-product-card:nth-child(4) { order:2; --card-y:6px; --card-angle:1deg; }
body.zistbom2-page .z2-product-card:nth-child(5) { order:6; --card-y:6px; --card-angle:-1deg; }
body.zistbom2-page .z2-product-card:nth-child(6) { order:1; --card-y:11px; --card-angle:2deg; }
body.zistbom2-page .z2-product-card:nth-child(7) { order:7; --card-y:11px; --card-angle:-2deg; }
body.zistbom2-page .z2-product-card:nth-child(8) { order:0; --card-y:18px; --card-angle:3deg; }
body.zistbom2-page .z2-product-card:nth-child(9) { order:8; --card-y:18px; --card-angle:-3deg; }
body.zistbom2-page .z2-product-card--featured {
 height:340px; min-height:340px; padding:26px 16px 20px; border:1px solid #ff493e;
 background:#fff;
 box-shadow:0 14px 36px #ff493e16;
}
body.zistbom2-page .z2-product-card--priority { background:#fff; border-color:#b1c9e7; }
body.zistbom2-page .z2-product-card .z2-product-logo {
 width:100%; height:104px; flex-shrink:0; margin-bottom:20px;
 object-fit:contain; object-position:center; display:block;
 opacity:.5; transform:scale(.82); transition:opacity .22s ease;
}
body.zistbom2-page .z2-product-card--featured .z2-product-logo { opacity:1; transform:none; }
body.zistbom2-page .z2-product-card:hover .z2-product-logo,
body.zistbom2-page .z2-product-card:focus-within .z2-product-logo { opacity:1; }
@media (prefers-reduced-motion:reduce) {
 body.zistbom2-page .z2-product-card .z2-product-logo { transition:none; }
}
body.zistbom2-page .z2-product-card h3 { margin:0; width:100%; min-height:42px; color:#132440; font-size:14px; line-height:1.8; }
body.zistbom2-page .z2-product-card h3 bdi { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
body.zistbom2-page .z2-product-card__title { display:block; white-space:nowrap; }
body.zistbom2-page .z2-product-card > p { width:100%; margin:14px 0 0; font-size:14px; line-height:1.9; color:#465366; text-align:center; text-align-last:auto; word-spacing:normal; }
body.zistbom2-page .z2-product-card--featured h3 { font-size:17px; }
body.zistbom2-page .z2-product-card--featured h3 bdi { font-size:20px; }
body.zistbom2-page .z2-product-card--featured a { display:flex; align-items:center; justify-content:center; margin-top:18px; padding:10px; width:100%; min-height:48px; background:#ff493e; border-radius:9px; color:#fff; font-size:13px; font-weight:800; text-decoration:none; }
body.zistbom2-page .z2-product-card--featured a:hover { background:#d93028; }
body.zistbom2-page .z2-product-card--featured a:focus-visible { outline:3px solid #164f9f; outline-offset:4px; }
@media(max-width:1650px) {
 body.zistbom2-page .z2-product-grid { grid-template-columns:repeat(4,158px) 220px repeat(4,158px); overflow-x:auto; padding:24px 12px 40px; }
}
@media(max-width:580px) {
 body.zistbom2-page .z2-products__inner { width:calc(100% - 32px); padding:40px 0; }
 body.zistbom2-page .z2-products h2 { font-size:32px; }
 body.zistbom2-page .z2-product-grid { margin-top:32px; }
}
@media(max-width:767px) {
 body.zistbom2-page .z2-product-grid {
  grid-template-columns:minmax(0,1fr); gap:18px; overflow:visible;
  width:100%; max-width:380px; padding:0; margin:32px auto 0;
 }
 body.zistbom2-page .z2-product-grid > .z2-product-card {
  order:var(--product-rank); width:100%; height:auto; min-height:280px;
  transform:none; padding:26px 24px;
 }
 body.zistbom2-page .z2-product-grid > .z2-product-card:hover { transform:none; }
 body.zistbom2-page .z2-product-grid > .z2-product-card--featured { min-height:320px; }
 body.zistbom2-page .z2-product-card .z2-product-logo { max-width:180px; }
}
@media(prefers-reduced-motion:reduce) {
 body.zistbom2-page .z2-product-card { transition:none; }
 body.zistbom2-page .z2-product-card:hover { transform:none; }
}


/* Local, static transitions between existing sections */
body.zistbom2-page .z2-hero__art::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: clamp(100px, 12vw, 150px);
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(249,251,253,.72) 58%, #fff 100%);
	pointer-events: none;
}

body.zistbom2-page .z2-about {
	border-top: 0;
	box-shadow:
		inset 0 110px 110px -118px rgba(180, 218, 245, .24),
		inset 0 -120px 120px -132px rgba(195, 220, 241, .18);
}

body.zistbom2-page .z2-about::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 0;
	height: 150px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(248,250,253,.48) 62%, rgba(255,255,255,.92));
	pointer-events: none;
}

body.zistbom2-page .z2-products {
	border-top: 0;
	box-shadow: none;
}

/* Section 4: Professional services */
body.zistbom2-page .z2-services {
	position: relative;
	overflow: hidden;
	padding: clamp(78px, 7vw, 112px) 0 clamp(84px, 7.5vw, 120px);
	background: #fff;
}

body.zistbom2-page .z2-services::before {
	content: "";
	position: absolute;
	top: 45%;
	right: 50%;
	width: min(820px, 70vw);
	height: 440px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,70,56,.055), rgba(245,247,250,0) 68%);
	pointer-events: none;
	transform: translate(50%, -50%);
}

body.zistbom2-page .z2-services__inner {
	position: relative;
	z-index: 1;
	width: min(1420px, calc(100% - 64px));
	margin: 0 auto;
}

body.zistbom2-page .z2-services__header {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

body.zistbom2-page .z2-services__label {
	margin: 0 0 12px;
	color: var(--z2-red);
	font-size: 19px;
	font-weight: 900;
}

body.zistbom2-page .z2-services h2 {
	margin: 0;
	color: #13161c;
	font-size: clamp(38px, 3.7vw, 58px);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.5;
}

body.zistbom2-page .z2-services__header > p:last-child {
	margin: 22px 0 0;
	color: var(--z2-muted);
	font-size: 16px;
	line-height: 2.05;
}

body.zistbom2-page .z2-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.35vw, 20px);
	max-width: 1320px;
	margin: clamp(48px, 5vw, 74px) auto 0;
}

body.zistbom2-page .z2-service-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 370px;
	margin: 0;
	padding: 30px 22px 24px;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e3e7ed;
	border-radius: 16px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 20px 54px rgba(35,37,43,.065);
	text-align: center;
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.zistbom2-page .z2-service-card:hover {
	border-color: rgba(255,70,56,.32);
	box-shadow: 0 26px 62px rgba(35,37,43,.1);
	transform: translateY(-5px);
}

body.zistbom2-page .z2-service-card__accent {
	position: absolute;
	top: 0;
	right: 50%;
	width: 82px;
	height: 3px;
	border-radius: 0 0 8px 8px;
	background: var(--z2-red);
	box-shadow: 0 5px 15px rgba(255,70,56,.18);
	transform: translateX(50%);
}

body.zistbom2-page .z2-service-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin-bottom: 17px;
	border: 1px solid rgba(35,37,43,.1);
	border-radius: 24px;
	background: #f8f9fb;
}

body.zistbom2-page .z2-service-card__icon > svg {
	width: 57px;
	height: 57px;
	fill: none;
	stroke: var(--z2-graphite);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.zistbom2-page .z2-service-card__icon .z2-service-card__node {
	fill: var(--z2-red);
	stroke: var(--z2-red);
}

body.zistbom2-page .z2-service-card__content { width: 100%; }

body.zistbom2-page .z2-service-card__index {
	display: block;
	margin-bottom: 5px;
	color: var(--z2-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
}

body.zistbom2-page .z2-service-card h3 {
	margin: 0;
	color: #171a20;
	font-size: clamp(18px, 1.35vw, 22px);
	font-weight: 900;
	line-height: 1.7;
}

body.zistbom2-page .z2-service-card__content > p {
	max-width: 430px;
	margin: 17px auto 0;
	color: #626a76;
	font-size: 12px;
	line-height: 2.05;
}

body.zistbom2-page .z2-service-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 154px;
	max-width: 100%;
	min-height: 43px;
	margin-top: auto;
	padding: 0 14px;
	border: 1px solid #e1e5eb;
	border-radius: 9px;
	background: #fff;
	color: var(--z2-graphite);
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}

body.zistbom2-page .z2-service-card__link svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--z2-red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform .2s ease;
}

body.zistbom2-page .z2-service-card__link:hover,
body.zistbom2-page .z2-service-card__link:focus-visible {
	border-color: rgba(255,70,56,.4);
	background: rgba(255,70,56,.035);
	color: var(--z2-red-dark);
}

body.zistbom2-page .z2-service-card__link:hover svg { transform: translateX(-4px); }

@media (max-width: 820px) {
	body.zistbom2-page .z2-services__inner { width: calc(100% - 48px); }
	body.zistbom2-page .z2-services__grid { grid-template-columns: 1fr; max-width: 620px; }
	body.zistbom2-page .z2-service-card { min-height: 400px; }
}

@media (min-width: 821px) and (max-width: 1100px) {
	body.zistbom2-page .z2-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }
}

@media (max-width: 520px) {
	body.zistbom2-page .z2-services { padding: 64px 0 70px; }
	body.zistbom2-page .z2-services__inner { width: calc(100% - 32px); }
	body.zistbom2-page .z2-services__label { font-size: 16px; }
	body.zistbom2-page .z2-services h2 { font-size: clamp(31px, 9vw, 40px); }
	body.zistbom2-page .z2-services__header > p:last-child { margin-top: 16px; font-size: 14px; }
	body.zistbom2-page .z2-services__grid { gap: 16px; margin-top: 38px; }
	body.zistbom2-page .z2-service-card { min-height: 0; padding: 32px 22px 24px; }
	body.zistbom2-page .z2-service-card__icon { width: 82px; height: 82px; border-radius: 20px; }
	body.zistbom2-page .z2-service-card__icon > svg { width: 57px; height: 57px; }
	body.zistbom2-page .z2-service-card__link { margin-top: 26px; }
}

@media (prefers-reduced-motion: reduce) {
	body.zistbom2-page .z2-service-card,
	body.zistbom2-page .z2-service-card__link,
	body.zistbom2-page .z2-service-card__link svg { transition: none !important; }
}

/* Section 6: Certificates and credentials */
body.zistbom2-page .z2-credentials {
	padding: clamp(76px, 6.5vw, 104px) 0 clamp(84px, 7vw, 112px);
	background-color: #f4f8fb;
	background-image:
		linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(248,251,253,.28) 55%, rgba(255,255,255,.62) 100%),
		url("../img/zistbom2/credentials-office-background-v1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.zistbom2-page .z2-credentials__inner {
	width: min(1420px, calc(100% - 64px));
	margin: 0 auto;
}

body.zistbom2-page .z2-credentials__header {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

body.zistbom2-page .z2-credentials__label {
	margin: 0 0 10px;
	color: var(--z2-red);
	font-size: 18px;
	font-weight: 900;
}

body.zistbom2-page .z2-credentials h2 {
	margin: 0;
	color: #13161c;
	font-size: clamp(34px, 3.2vw, 52px);
	font-weight: 900;
	line-height: 1.55;
}

body.zistbom2-page .z2-credentials__header > p:last-child {
	margin: 17px 0 0;
	color: var(--z2-muted);
	font-size: 15px;
	line-height: 2;
}

body.zistbom2-page .z2-credentials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 1.6vw, 24px);
	max-width: 1240px;
	margin: clamp(42px, 4.5vw, 64px) auto 0;
}

body.zistbom2-page .z2-credential-card {
	display: flex;
	min-width: 0;
	min-height: 280px;
	padding: 30px 24px 22px;
	align-items: center;
	flex-direction: column;
	border: 1px solid #e6e9ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(35,37,43,.055);
	text-align: center;
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.zistbom2-page .z2-credential-card:hover {
	border-color: rgba(255,70,56,.3);
	box-shadow: 0 20px 46px rgba(35,37,43,.085);
	transform: translateY(-4px);
}

body.zistbom2-page .z2-credential-card__icon {
	display: flex;
	width: 180px;
	height: 156px;
	margin-bottom: 19px;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: transparent;
}

body.zistbom2-page .z2-credential-card__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }

body.zistbom2-page .z2-license-open { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 12px 16px; border: 1px solid #e1e5eb; border-radius: 8px; background: #f8fafc; color: #292d34; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
body.zistbom2-page .z2-license-open span { color: #ff4638; }
body.zistbom2-page .z2-license-open:hover { background: #fff1ef; border-color: #ffb6af; }
body.zistbom2-page .z2-license-open:focus-visible,
body.zistbom2-page .z2-license-close:focus-visible { outline: 3px solid #c93429; outline-offset: 3px; }
body.zistbom2-page .z2-license-dialog { width: min(720px, calc(100% - 32px)); max-height: 90vh; margin: auto; padding: 24px; border: 1px solid #e1e5eb; border-radius: 16px; background: #fff; color: #292d34; overflow: auto; }
body.zistbom2-page .z2-license-dialog::backdrop { background: rgba(20,25,32,.65); }
body.zistbom2-page .z2-license-dialog__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
body.zistbom2-page .z2-license-dialog h2 { margin: 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.8; }
body.zistbom2-page .z2-license-close { flex-shrink: 0; width: 44px; height: 44px; border: 0; border-radius: 8px; background: #f4f5f7; color: #292d34; font-size: 28px; cursor: pointer; }
body.zistbom2-page .z2-license-dialog p { margin: 12px 0 20px; font-size: 14px; line-height: 1.8; color: #606b78; }
body.zistbom2-page .z2-license-dialog img { display: block; width: 100%; height: auto; }

body.zistbom2-page .z2-credential-card__icon svg {
	width: 54px;
	height: 54px;
	fill: none;
	stroke: var(--z2-graphite);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.zistbom2-page .z2-credential-card__icon .accent { stroke: var(--z2-red); }

body.zistbom2-page .z2-credential-card h3 {
	margin: 0;
	color: #1b1e24;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.75;
}

body.zistbom2-page .z2-credential-card > p {
	margin: 12px 0 22px;
	color: #69717d;
	font-size: 12px;
	line-height: 2;
}

body.zistbom2-page .z2-credential-card > a {
	display: flex;
	width: 100%;
	min-height: 42px;
	margin-top: auto;
	padding: 0 14px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #e5e8ed;
	border-radius: 8px;
	background: #fafbfc;
	color: var(--z2-graphite);
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}

body.zistbom2-page .z2-credential-card > a span { color: var(--z2-red); font-size: 17px; transition: transform .2s ease; }
body.zistbom2-page .z2-credential-card > a:hover,
body.zistbom2-page .z2-credential-card > a:focus-visible { border-color: rgba(255,70,56,.35); background: rgba(255,70,56,.035); color: var(--z2-red-dark); }
body.zistbom2-page .z2-credential-card > a:hover span { transform: translateX(-3px); }

@media (max-width: 980px) {
	body.zistbom2-page .z2-credentials__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 900px; }
}

@media (max-width: 560px) {
	body.zistbom2-page .z2-credentials { padding: 64px 0 70px; }
	body.zistbom2-page .z2-credentials__inner { width: calc(100% - 32px); }
	body.zistbom2-page .z2-credentials__label { font-size: 16px; }
	body.zistbom2-page .z2-credentials h2 { font-size: clamp(29px, 8.5vw, 38px); }
	body.zistbom2-page .z2-credentials__header > p:last-child { font-size: 14px; }
	body.zistbom2-page .z2-credentials__grid { grid-template-columns: 1fr; gap: 14px; margin-top: 36px; }
	body.zistbom2-page .z2-credential-card { min-height: 310px; }
}

@media (prefers-reduced-motion: reduce) {
	body.zistbom2-page .z2-credential-card,
	body.zistbom2-page .z2-credential-card > a,
	body.zistbom2-page .z2-credential-card > a span { transition: none !important; }
}

/* Final section: Articles */
body.zistbom2-page .z2-articles { padding: clamp(54px, 4.5vw, 76px) 0; background: #f8fafc; }
body.zistbom2-page .z2-articles__inner { width: min(1320px, calc(100% - 64px)); margin: 0 auto; }
body.zistbom2-page .z2-articles__header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
body.zistbom2-page .z2-articles__label { margin: 0 0 6px; color: var(--z2-red-dark); font-size: 14px; font-weight: 700; }
body.zistbom2-page .z2-articles h2 { margin: 0; color: #13161c; font-size: clamp(28px, 2.65vw, 40px); font-weight: 900; line-height: 1.5; }
body.zistbom2-page .z2-articles__header > a { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; color: var(--z2-graphite); font-size: 14px; font-weight: 700; text-decoration: none; }
body.zistbom2-page .z2-articles__header > a span { color: var(--z2-red-dark); font-size: 20px; }
body.zistbom2-page .z2-articles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
body.zistbom2-page .z2-article-card { min-width: 0; overflow: hidden; border: 1px solid #e0e5eb; border-radius: 14px; background: #fff; box-shadow: 0 2px 8px rgba(35,37,43,.025); transition: transform .2s ease, border-color .2s ease; }
body.zistbom2-page .z2-article-card:hover { border-color: #d8aaa5; transform: translateY(-3px); }
body.zistbom2-page .z2-article-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
body.zistbom2-page .z2-article-card:focus-within { outline: 3px solid var(--z2-red-dark); outline-offset: 3px; }
body.zistbom2-page .z2-article-card__link:focus-visible { outline: none; }
body.zistbom2-page .z2-article-card__image { height: 160px; overflow: hidden; background: #eef1f3; }
body.zistbom2-page .z2-article-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
body.zistbom2-page .z2-article-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px 22px; }
body.zistbom2-page .z2-article-card__category { align-self: flex-start; padding: 3px 9px; margin-bottom: 10px; border-radius: 5px; background: #fff1ef; color: #ae3027; font-size: 12px; line-height: 1.7; font-weight: 700; }
body.zistbom2-page .z2-article-card h3 { margin: 0; min-height: 64px; color: #171a20; font-size: 19px; font-weight: 900; line-height: 1.7; }
body.zistbom2-page .z2-article-card h3,
body.zistbom2-page .z2-article-card__body > p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
body.zistbom2-page .z2-article-card__body > p { margin: 8px 0 16px; min-height: 58px; color: #505b69; font-size: 16px; line-height: 1.8; }
body.zistbom2-page .z2-article-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; color: #586371; font-size: 13px; line-height: 1.8; }
body.zistbom2-page .z2-article-card__cta { display: inline-flex; align-items: center; gap: 8px; color: #ae3027; font-size: 14px; font-weight: 700; }
body.zistbom2-page .z2-article-card__cta > span { font-size: 19px; }

/* Footer */
body.zistbom2-page .z2-footer { position: relative; background: #171a1f; color: #c5c9cf; }
body.zistbom2-page .z2-footer__invitation { width: min(1320px, calc(100% - 64px)); margin: auto; padding: 28px 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #353a43; }
body.zistbom2-page .z2-footer__invitation h2 { font-size: clamp(20px, 2vw, 27px); margin-bottom: 12px; line-height: 1.8; }
body.zistbom2-page .z2-footer__invitation p { margin: 0; font-size: 15px; line-height: 1.9; color: #c5c9cf; }
body.zistbom2-page .z2-footer__invitation > a { flex-shrink: 0; font-size: 14px; }
body.zistbom2-page .z2-header.is-compact { height: 76px; }
body.zistbom2-page .z2-nav { gap: clamp(16px, 2vw, 32px); }
body.zistbom2-page .z2-nav a { white-space: nowrap; }
@media (min-width: 861px) and (max-width: 1100px) {
 body.zistbom2-page .z2-header__inner { grid-template-columns: 170px 1fr 150px; }
 body.zistbom2-page .z2-brand img { width: 160px; }
 body.zistbom2-page .z2-nav a[href="#footer"] { display: none; }
}
@media (max-width: 860px) {
 body.zistbom2-page .z2-header-cta { display: inline-flex; padding: 10px 12px; font-size: 12px; min-width: 0; }
 body.zistbom2-page .z2-brand img { width: 120px; }
 body.zistbom2-page .z2-header__inner { gap: 8px; }
 body.zistbom2-page .z2-footer__invitation { flex-direction: column; align-items: flex-start; width: calc(100% - 32px); }
}
body.zistbom2-page .z2-footer__ribbon {
	position: absolute;
	top: -18px;
	right: clamp(12px, 1.2vw, 20px);
	z-index: 2;
	display: flex;
	width: 184px;
	height: 52px;
	align-items: center;
	justify-content: center;
	background: var(--z2-red);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 13px 28px rgba(0,0,0,.16);
}
body.zistbom2-page .z2-footer__ribbon::after {
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 18px;
	background: #9f2921;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
body.zistbom2-page .z2-footer__inner { display: grid; grid-template-columns: 1.45fr .72fr .9fr 1.2fr; gap: clamp(34px, 4vw, 72px); width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 30px 0 26px; }
body.zistbom2-page .z2-footer__about img { width: 176px; height: auto; margin-bottom: 12px; filter: brightness(0) invert(1); opacity: 1; }
body.zistbom2-page .z2-footer__about p { max-width: 390px; margin: 0; color: #c5c9cf; font-size: 14px; line-height: 2; }
body.zistbom2-page .z2-footer h2 { margin: 0 0 19px; color: #fff; font-size: 15px; font-weight: 900; }
body.zistbom2-page .z2-footer__column { display: flex; align-items: flex-start; flex-direction: column; }
body.zistbom2-page .z2-footer__column a { margin-bottom: 10px; color: #c5c9cf; font-size: 14px; text-decoration: none; transition: color .2s ease, transform .2s ease; }
body.zistbom2-page .z2-footer__column a::before { content: "•"; margin-left: 8px; color: var(--z2-red); }
body.zistbom2-page .z2-footer__column a:hover { color: #fff; transform: translateX(-3px); }
body.zistbom2-page .z2-footer__contact address { margin: 0 0 18px; color: #c5c9cf; font-size: 14px; font-style: normal; line-height: 2; }
body.zistbom2-page .z2-footer__contact > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 290px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.08); color: #fff; font-size: 14px; text-decoration: none; }
body.zistbom2-page .z2-footer__contact > a span { color: #8e96a1; }
body.zistbom2-page .z2-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 12px 0 14px; border-top: 1px solid rgba(255,255,255,.09); }
body.zistbom2-page .z2-footer__bottom p { margin: 0; color: #c5c9cf; font-size: 14px; }
body.zistbom2-page .z2-footer__bottom a { color: #c5c9cf; font-size: 14px; text-decoration: none; }
body.zistbom2-page .z2-footer__bottom a span { margin-right: 5px; color: var(--z2-red); }

@media (max-width: 980px) {
	body.zistbom2-page .z2-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.zistbom2-page .z2-article-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); }
	body.zistbom2-page .z2-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	body.zistbom2-page .z2-articles { padding: 44px 0; }
	body.zistbom2-page .z2-articles__inner,
	body.zistbom2-page .z2-footer__inner,
	body.zistbom2-page .z2-footer__bottom { width: calc(100% - 32px); }
	body.zistbom2-page .z2-articles__header { align-items: flex-start; flex-direction: column; gap: 14px; }
	body.zistbom2-page .z2-articles__label { font-size: 16px; }
	body.zistbom2-page .z2-articles h2 { font-size: 28px; }
	body.zistbom2-page .z2-articles__grid { grid-template-columns: 1fr; gap: 16px; }
	body.zistbom2-page .z2-article-card:last-child { grid-column: auto; max-width: none; }
	body.zistbom2-page .z2-article-card__image { height: 178px; }
	body.zistbom2-page .z2-article-card h3 { min-height: 0; font-size: 18px; }
	body.zistbom2-page .z2-footer__inner { grid-template-columns: 1fr; gap: 24px; padding: 28px 0 24px; }
	body.zistbom2-page .z2-footer__ribbon { right: 10px; width: 168px; height: 48px; font-size: 14px; }
	body.zistbom2-page .z2-footer__bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
	body.zistbom2-page .z2-article-card,
	body.zistbom2-page .z2-article-card__image img,
	body.zistbom2-page .z2-article-card__meta > a,
	body.zistbom2-page .z2-article-card__meta > a span,
	body.zistbom2-page .z2-articles__header > a span,
	body.zistbom2-page .z2-footer__column a { transition: none !important; }
}

/* Services interactive detail layout */
body.zistbom2-page .z2-services { padding: clamp(80px, 7vw, 112px) 0 clamp(84px, 7vw, 118px); background: #fbfcfd; }
body.zistbom2-page .z2-services__inner {
	width: min(1280px, calc(100% - 96px));
	padding-block: clamp(48px, 4vw, 64px);
}
body.zistbom2-page .z2-services__header { max-width: 1100px; }
body.zistbom2-page .z2-services__label { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 8px; }
body.zistbom2-page .z2-services__label span { width: 7px; height: 7px; background: rgba(255,70,56,.14); transform: rotate(45deg); }
body.zistbom2-page .z2-services h2 { font-size: clamp(30px, 3vw, 40px); text-wrap: balance; }

body.zistbom2-page .z2-service-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 42px auto 18px; border-bottom: 1px solid #dfe3e8; }
body.zistbom2-page .z2-service-tabs button { position: relative; min-height: 62px; padding: 12px 18px; border: 0; border-left: 1px solid #e1e5ea; background: transparent; color: #30343b; font-family: inherit; font-size: 15px; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease; }
body.zistbom2-page .z2-service-tabs button:last-child { border-left: 0; }
body.zistbom2-page .z2-service-tabs button::after { content: ""; position: absolute; right: 4%; bottom: -10px; left: 4%; height: 3px; background: transparent; }
body.zistbom2-page .z2-service-tabs button:hover { color: var(--z2-red-dark); }
body.zistbom2-page .z2-service-tabs button.is-active { border-radius: 24px; background: rgba(255,70,56,.075); color: var(--z2-red-dark); }
body.zistbom2-page .z2-service-tabs button.is-active::after { background: var(--z2-red); }
body.zistbom2-page .z2-service-tabs button[data-service="development"] { white-space: nowrap; }

@media (min-width: 981px) and (max-width: 1250px) {
	body.zistbom2-page .z2-service-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

body.zistbom2-page .z2-service-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 520px; overflow: hidden; border: 1px solid #dfe3e8; border-radius: 16px; background: #fff; box-shadow: 0 22px 58px rgba(35,37,43,.07); }
body.zistbom2-page .z2-service-detail.is-changing { animation: z2-service-change .42s ease both; }
@keyframes z2-service-change { from { opacity: .45; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

body.zistbom2-page .z2-service-detail__content { padding: clamp(36px, 4vw, 58px); border-right: 1px solid #e5e8ec; }
body.zistbom2-page .z2-service-detail__content h3 { margin: 0; color: #20242a; font-size: clamp(25px, 2.2vw, 34px); font-weight: 900; line-height: 1.6; }
body.zistbom2-page .z2-service-detail__lead { max-width: 620px; margin: 10px 0 16px; color: #646c77; font-size: 14px; line-height: 2; }
body.zistbom2-page .z2-service-detail__block { padding: 12px 0 14px; border-bottom: 1px dashed #dfe3e8; }
body.zistbom2-page .z2-service-detail__block h4,
body.zistbom2-page .z2-service-detail__suitable h4 { margin: 0 0 9px; color: #282c32; font-size: 13px; font-weight: 900; }
body.zistbom2-page .z2-service-detail__block h4::before,
body.zistbom2-page .z2-service-detail__suitable h4::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-left: 9px; border: 2px solid var(--z2-red); border-radius: 50%; }
body.zistbom2-page .z2-service-detail__block ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 24px; margin: 0; padding: 0; list-style: none; }
body.zistbom2-page .z2-service-detail__block li { position: relative; padding-right: 22px; color: #535b65; font-size: 12px; line-height: 1.8; }
body.zistbom2-page .z2-service-detail__block li::before { content: "✓"; position: absolute; top: 1px; right: 0; display: grid; width: 15px; height: 15px; place-items: center; border: 1px solid var(--z2-red); border-radius: 50%; color: var(--z2-red); font-size: 9px; }
body.zistbom2-page .z2-service-detail__block--outputs > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
body.zistbom2-page .z2-service-detail__block--outputs span { padding: 9px 7px; border: 1px solid #e6e9ed; border-radius: 8px; background: #fafbfc; color: #555d67; font-size: 10px; text-align: center; }
body.zistbom2-page .z2-service-detail__suitable { padding-top: 13px; }
body.zistbom2-page .z2-service-detail__suitable p { margin: 0; color: #555d67; font-size: 12px; line-height: 1.9; }
body.zistbom2-page .z2-service-detail__actions { display: flex; align-items: center; gap: 24px; margin-top: 20px; }
body.zistbom2-page .z2-service-detail__actions a { display: inline-flex; min-height: 44px; padding: 0 24px; align-items: center; justify-content: center; gap: 12px; border-radius: 8px; color: var(--z2-graphite); font-size: 12px; font-weight: 900; text-decoration: none; }
body.zistbom2-page .z2-service-detail__actions a:first-child { background: var(--z2-red); color: #fff; box-shadow: 0 9px 20px rgba(255,70,56,.2); }
body.zistbom2-page .z2-service-detail__actions a:last-child { padding-inline: 4px; border-bottom: 1px solid #aeb4bd; border-radius: 0; }
body.zistbom2-page .z2-service-detail__actions a:last-child { width: 142px; padding-inline: 8px; justify-content: space-between; border-bottom-color: #aeb4bd; color: #171a20; font-size: 13px; }
body.zistbom2-page .z2-service-detail__actions a:last-child span { color: #171a20; font-size: 18px; }

body.zistbom2-page .z2-service-detail__visual { position: relative; display: flex; min-width: 0; padding: 62px 52px 38px; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; background: radial-gradient(circle at 50% 48%, rgba(255,70,56,.09), transparent 58%); }
body.zistbom2-page .z2-service-detail__visual::before { content: ""; position: absolute; inset: 60px 48px 90px; opacity: .38; background-image: linear-gradient(rgba(255,70,56,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,70,56,.25) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle, #000, transparent 72%); }
body.zistbom2-page .z2-service-detail__visual-icon { position: absolute; top: 42px; right: 78px; z-index: 3; display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid var(--z2-red); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(255,70,56,.13); }
body.zistbom2-page .z2-service-detail__visual-icon svg { width: 56px; height: 56px; fill: none; stroke: var(--z2-red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
body.zistbom2-page .z2-service-preview { position: relative; z-index: 2; width: min(520px, 92%); padding: 18px; border: 1px solid #dfe3e8; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 20px 42px rgba(35,37,43,.12); transform: perspective(900px) rotateX(1deg); }
body.zistbom2-page .z2-service-preview__bar { display: flex; align-items: center; gap: 5px; padding-bottom: 13px; border-bottom: 1px solid #edf0f3; }
body.zistbom2-page .z2-service-preview__bar span { margin-left: auto; color: #555d67; font-size: 10px; font-weight: 900; }
body.zistbom2-page .z2-service-preview__bar i { width: 5px; height: 5px; border-radius: 50%; background: #d2d7dd; }
body.zistbom2-page .z2-service-preview__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; }
body.zistbom2-page .z2-service-preview__metrics span { display: flex; padding: 11px 8px; align-items: center; flex-direction: column; border: 1px solid #edf0f3; border-radius: 8px; background: #fff; }
body.zistbom2-page .z2-service-preview__metrics b { color: #24282e; font-size: 14px; }
body.zistbom2-page .z2-service-preview__metrics small { color: #9298a1; font-size: 8px; }
body.zistbom2-page .z2-service-preview__charts { display: grid; grid-template-columns: 1.5fr .8fr; gap: 9px; margin-top: 9px; }
body.zistbom2-page .z2-service-preview__line,
body.zistbom2-page .z2-service-preview__donut { display: grid; min-height: 112px; place-items: center; border: 1px solid #edf0f3; border-radius: 8px; background: linear-gradient(#fff, #fafbfc); }
body.zistbom2-page .z2-service-preview__line svg { width: 90%; fill: none; stroke: var(--z2-red); stroke-width: 2; }
body.zistbom2-page .z2-service-preview__donut { position: relative; }
body.zistbom2-page .z2-service-preview__donut::before { content: ""; width: 66px; height: 66px; border-radius: 50%; background: conic-gradient(var(--z2-red) 0 34%, #52575f 34% 66%, #d9dde2 66%); mask: radial-gradient(circle, transparent 38%, #000 40%); }
body.zistbom2-page .z2-service-detail__visual > p { position: relative; z-index: 2; margin: 23px 0 0; color: #858c96; font-size: 11px; }
body.zistbom2-page .z2-service-detail__visual[data-service-visual="process"] .z2-service-preview { transform: perspective(900px) rotateY(-2deg); }
body.zistbom2-page .z2-service-detail__visual[data-service-visual="architecture"] .z2-service-preview { border-color: rgba(35,37,43,.22); }
body.zistbom2-page .z2-service-detail__visual[data-service-visual="integration"] .z2-service-preview { box-shadow: 0 20px 42px rgba(31,93,156,.12); }
body.zistbom2-page .z2-service-detail__visual { padding: 22px; background: #fff; }
body.zistbom2-page .z2-service-detail__visual::before { display: none; }
body.zistbom2-page .z2-service-detail__visual > img { position: relative; z-index: 2; display: block; width: 100%; height: auto; max-height: 480px; object-fit: contain; border-radius: 12px; }

body.zistbom2-page .z2-service-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
body.zistbom2-page .z2-service-related > div { display: flex; min-width: 0; min-height: 94px; padding: 18px 22px; align-items: center; gap: 16px; border: 1px solid #e1e5ea; border-radius: 12px; background: #fff; box-shadow: 0 9px 24px rgba(35,37,43,.04); }
body.zistbom2-page .z2-service-related svg { flex: 0 0 auto; width: 48px; height: 48px; padding: 10px; border-radius: 50%; background: rgba(255,70,56,.07); fill: none; stroke: var(--z2-red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
body.zistbom2-page .z2-service-related span,
body.zistbom2-page .z2-service-related b,
body.zistbom2-page .z2-service-related small { display: block; min-width: 0; }
body.zistbom2-page .z2-service-related b { color: #252930; font-size: 13px; }
body.zistbom2-page .z2-service-related small { margin-top: 5px; color: #7c838d; font-size: 10px; line-height: 1.7; }

@media (max-width: 980px) {
	body.zistbom2-page .z2-service-tabs { grid-template-columns: repeat(2, 1fr); border: 1px solid #e1e5ea; border-radius: 12px; overflow: hidden; }
	body.zistbom2-page .z2-service-tabs button { border-bottom: 1px solid #e1e5ea; }
	body.zistbom2-page .z2-service-detail { grid-template-columns: 1fr; }
	body.zistbom2-page .z2-service-detail__content { border-top: 1px solid #e5e8ec; border-right: 0; }
	body.zistbom2-page .z2-service-detail__visual { min-height: 470px; }
	body.zistbom2-page .z2-service-detail__visual > img { max-height: 440px; }
	body.zistbom2-page .z2-service-related { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	body.zistbom2-page .z2-services__inner { width: calc(100% - 32px); }
	body.zistbom2-page .z2-service-tabs { grid-template-columns: 1fr; margin-top: 30px; }
	body.zistbom2-page .z2-service-tabs button { min-height: 50px; border-left: 0; }
	body.zistbom2-page .z2-service-detail__visual { min-height: 0; padding: 12px; }
	body.zistbom2-page .z2-service-detail__visual > img { max-height: none; }
	body.zistbom2-page .z2-service-detail__visual-icon { top: 24px; right: 26px; width: 62px; height: 62px; }
	body.zistbom2-page .z2-service-detail__visual-icon svg { width: 43px; height: 43px; }
	body.zistbom2-page .z2-service-preview { width: 96%; padding: 12px; }
	body.zistbom2-page .z2-service-preview__charts > div { min-height: 84px; }
	body.zistbom2-page .z2-service-detail__visual > p { text-align: center; }
	body.zistbom2-page .z2-service-detail__content { padding: 28px 20px; }
	body.zistbom2-page .z2-service-detail__block ul { grid-template-columns: 1fr; }
	body.zistbom2-page .z2-service-detail__block--outputs > div { grid-template-columns: repeat(2, 1fr); }
	body.zistbom2-page .z2-service-detail__actions { align-items: stretch; flex-direction: column; gap: 10px; }
	body.zistbom2-page .z2-service-detail__actions a:last-child { align-self: center; }
}

@media (prefers-reduced-motion: reduce) {
	body.zistbom2-page .z2-service-detail.is-changing { animation: none !important; }
	body.zistbom2-page .z2-service-tabs button { transition: none !important; }
}

@media (min-width: 981px) {
	body.zistbom2-page .z2-services { padding-top: 24px; padding-bottom: 30px; }
	body.zistbom2-page .z2-services h2 { line-height: 1.3; }
	body.zistbom2-page .z2-services__header > p:last-child { margin-top: 10px; line-height: 1.75; }
	body.zistbom2-page .z2-service-tabs { margin-top: 14px; margin-bottom: 10px; }
	body.zistbom2-page .z2-service-tabs button { min-height: 38px; margin: 5px 12px 9px; padding: 5px 14px; }
	body.zistbom2-page .z2-service-detail { min-height: 374px; }
	body.zistbom2-page .z2-service-detail__content { padding: 18px 30px; }
	body.zistbom2-page .z2-service-detail__lead { margin-top: 5px; margin-bottom: 8px; line-height: 1.8; }
	body.zistbom2-page .z2-service-detail__block { padding-top: 7px; padding-bottom: 8px; }
	body.zistbom2-page .z2-service-detail__block h4,
	body.zistbom2-page .z2-service-detail__suitable h4 { margin-bottom: 5px; }
	body.zistbom2-page .z2-service-detail__suitable { padding-top: 8px; }
	body.zistbom2-page .z2-service-detail__actions { margin-top: 8px; }
	body.zistbom2-page .z2-service-detail__visual { padding: 10px; }
	body.zistbom2-page .z2-service-detail__visual > img { max-height: 350px; }
}


/* Compact service copy */
body.zistbom2-page .z2-service-detail__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-align: right;
}

body.zistbom2-page .z2-service-detail__simple-icon {
	display: grid;
	flex-shrink: 0;
	width: 68px;
	height: 68px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255,70,56,.065);
}

body.zistbom2-page .z2-service-detail__heading {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 18px;
}

body.zistbom2-page .z2-service-detail__heading-copy { min-width: 0; }
body.zistbom2-page .z2-service-icon { display: block; }
body.zistbom2-page .z2-service-detail[hidden] { display: none; }
body.zistbom2-page .z2-service-detail + .z2-service-detail { margin-top: 18px; }
body.zistbom2-page .z2-service-detail[hidden] + .z2-service-detail { margin-top: 0; }
body.zistbom2-page .z2-service-tabs button:focus-visible,
body.zistbom2-page .z2-service-detail:focus-visible { outline: 2px solid var(--z2-red); outline-offset: 4px; }
body.zistbom2-page .z2-service-detail[data-active-service="process"] .z2-service-icon--process,
body.zistbom2-page .z2-service-detail[data-active-service="dashboard"] .z2-service-icon--dashboard,
body.zistbom2-page .z2-service-detail[data-active-service="architecture"] .z2-service-icon--architecture,
body.zistbom2-page .z2-service-detail[data-active-service="integration"] .z2-service-icon--integration { display: block; }

body.zistbom2-page .z2-service-detail__simple-icon svg {
	width: 40px;
	height: 40px;
	fill: none;
	stroke: var(--z2-red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.zistbom2-page .z2-service-detail__eyebrow {
	position: relative;
	margin: 0 0 28px;
	color: var(--z2-red);
	font-size: 13px;
	font-weight: 900;
}

body.zistbom2-page .z2-service-detail__eyebrow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -11px;
	width: 28px;
	height: 2px;
	background: var(--z2-red);
	transform: none;
}

body.zistbom2-page .z2-service-detail__content h3 { font-size: clamp(22px, 1.8vw, 28px); }
body.zistbom2-page .z2-service-detail__lead { max-width: 520px; margin: 12px auto 0; font-size: 13px; line-height: 1.85; }
body.zistbom2-page .z2-service-detail__actions { align-self: stretch; justify-content: flex-end; margin-top: 30px; }
body.zistbom2-page .z2-service-detail__actions a:first-child { min-width: 250px; min-height: 54px; }
body.zistbom2-page .z2-service-detail__actions a:first-child:last-child {
	width: auto;
	padding: 0 24px;
	justify-content: center;
	border: 0;
	border-radius: 8px;
	background: var(--z2-red);
	color: #fff;
	font-size: 12px;
}
body.zistbom2-page .z2-service-detail__actions a:first-child:last-child span { color: #fff; font-size: 16px; }

@media (max-width: 560px) {
	body.zistbom2-page .z2-service-detail__content { padding-block: 34px; }
	body.zistbom2-page .z2-service-detail__simple-icon { width: 60px; height: 60px; }
	body.zistbom2-page .z2-service-detail__lead { font-size: 13px; }
	body.zistbom2-page .z2-service-detail__actions a:first-child { min-width: min(250px, 100%); }
}

@media (min-width: 981px) {
	body.zistbom2-page .z2-services { padding-top: 18px; padding-bottom: 22px; }
	body.zistbom2-page .z2-services__label { margin-bottom: 3px; font-size: 15px; }
	body.zistbom2-page .z2-services h2 { font-size: clamp(30px, 2.6vw, 40px); line-height: 1.3; }
	body.zistbom2-page .z2-services__header > p:last-child { margin-top: 4px; font-size: 13px; line-height: 1.6; }
	body.zistbom2-page .z2-service-tabs { margin-top: 10px; margin-bottom: 8px; }
	body.zistbom2-page .z2-service-tabs button { min-height: 34px; margin-top: 4px; margin-bottom: 8px; padding-block: 4px; font-size: 13px; }
	body.zistbom2-page .z2-service-detail { min-height: 330px; }
	body.zistbom2-page .z2-service-detail__content { padding: 26px 36px; }
	body.zistbom2-page .z2-service-detail__simple-icon { width: 56px; height: 56px; margin-bottom: 8px; }
	body.zistbom2-page .z2-service-detail__simple-icon svg { width: 34px; height: 34px; }
	body.zistbom2-page .z2-service-detail__simple-icon { flex: 0 0 56px; margin-bottom: 0; }
	body.zistbom2-page .z2-service-detail__eyebrow { margin-bottom: 20px; font-size: 12px; }
	body.zistbom2-page .z2-service-detail__content h3 { font-size: clamp(21px, 1.6vw, 26px); line-height: 1.5; }
	body.zistbom2-page .z2-service-detail__lead { width: 100%; max-width: 480px; min-height: 3.7em; margin-top: 10px; margin-inline: 0; font-size: 12.5px; line-height: 1.8; }
	body.zistbom2-page .z2-service-detail__actions { margin-top: 18px; }
	body.zistbom2-page .z2-service-detail__actions a:first-child:last-child { min-width: 230px; min-height: 48px; }
	body.zistbom2-page .z2-service-detail__visual { padding: 9px; }
	body.zistbom2-page .z2-service-detail__visual > img { max-height: 312px; }
}

/* More vertical breathing room for the services section */
body.zistbom2-page .z2-services__label { margin-bottom: 22px; }
body.zistbom2-page .z2-services__header > p:last-child { margin-top: 30px; line-height: 2; }
body.zistbom2-page .z2-service-tabs { margin-top: 52px; margin-bottom: 0; }
body.zistbom2-page .z2-service-detail__content { padding-block: 50px; }
body.zistbom2-page .z2-service-detail__eyebrow { margin-bottom: 43px; }
body.zistbom2-page .z2-service-detail__lead { margin-top: 34px; line-height: 2; }
body.zistbom2-page .z2-service-detail__actions { margin-top: 52px; }

@media (max-width: 560px) {
	body.zistbom2-page .z2-services__label { margin-bottom: 18px; }
	body.zistbom2-page .z2-services__header > p:last-child { margin-top: 24px; }
	body.zistbom2-page .z2-service-tabs { margin-top: 42px; margin-bottom: 0; }
	body.zistbom2-page .z2-service-detail__content { padding-block: 54px; }
	body.zistbom2-page .z2-service-detail__eyebrow { margin-bottom: 38px; }
	body.zistbom2-page .z2-service-detail__lead { margin-top: 30px; }
	body.zistbom2-page .z2-service-detail__actions { margin-top: 46px; }
}

/* Services reference composition: supplied blurred office background */
body.zistbom2-page .z2-services {
	min-height: clamp(842px, 56.3vw, 941px);
	box-sizing: border-box;
	background-color: #f4f8fb;
	background-image:
		linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(248,251,253,.31) 58%, rgba(255,255,255,.42) 100%),
		url("../img/zistbom2/service-office-background.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.zistbom2-page .z2-services::before {
	inset: 0;
	width: auto;
	height: auto;
	border-radius: 0;
	background: rgba(246,249,252,.12);
	transform: none;
}

body.zistbom2-page .z2-services__inner {
	width: min(1256px, calc(100% - 96px));
}

body.zistbom2-page .z2-service-detail {
	border-top: 0;
	border-radius: 0 0 16px 16px;
	border-color: rgba(203,211,220,.9);
	background: rgba(255,255,255,.9);
	box-shadow: 0 22px 58px rgba(36,46,58,.11);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

body.zistbom2-page .z2-service-detail__visual {
	background: rgba(255,255,255,.46);
}

body.zistbom2-page .z2-service-tabs {
	position: relative;
	z-index: 2;
	padding-inline: 8px;
	border: 1px solid rgba(209,216,224,.9);
	border-radius: 16px 16px 0 0;
	background: rgba(255,255,255,.9);
	box-shadow: none;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

body.zistbom2-page .z2-service-tabs button::after {
	bottom: -2px;
}

@media (max-width: 980px) {
	body.zistbom2-page .z2-services {
		min-height: 0;
		background-position: 38% center;
	}

	body.zistbom2-page .z2-services__inner {
		width: min(100% - 48px, 760px);
	}
}

@media (max-width: 560px) {
	body.zistbom2-page .z2-services {
		background-position: 31% center;
	}

	body.zistbom2-page .z2-services::before {
		background: rgba(248,251,253,.32);
	}

	body.zistbom2-page .z2-services__inner {
		width: calc(100% - 32px);
	}

	body.zistbom2-page .z2-service-tabs {
		padding-inline: 0;
		border-radius: 16px;
	}
}
