.indovia-tkb-page .page-header,
.indovia-tkb-page .page-header-page,
.indovia-tkb-page .page-breadcrumbs,
.indovia-tkb-page .site-content > .container > .page-header {
	display: none;
}

.indovia-tkb-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 46px 22px 72px;
	color: #111;
	font-size: 16px;
	line-height: 1.7;
}

.indovia-tkb-wrap * {
	box-sizing: border-box;
}

.indovia-tkb-hero {
	padding: 34px 0 30px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 34px;
}

.indovia-tkb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: #ff1f2d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.indovia-tkb-hero h1,
.indovia-tkb-article-head h1 {
	max-width: 860px;
	margin: 0;
	color: #111;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0;
}

.indovia-tkb-lead,
.indovia-tkb-article-head > p {
	max-width: 820px;
	margin: 18px 0 0;
	color: #333;
	font-size: 19px;
	line-height: 1.65;
}

.indovia-tkb-hero > p:not(.indovia-tkb-lead) {
	max-width: 820px;
	margin: 14px 0 0;
	color: #555;
}

.indovia-tkb-section {
	margin: 34px 0;
}

.indovia-tkb-section h2 {
	margin: 0 0 18px;
	color: #111;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0;
}

.indovia-tkb-anchor-nav {
	position: sticky;
	top: 82px;
	z-index: 6;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -12px 0 34px;
	padding: 12px;
	border: 1px solid rgba(17, 17, 17, .08);
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 44px rgba(17, 17, 17, .08);
	backdrop-filter: blur(14px);
}

.indovia-tkb-anchor-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	color: #252525;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.indovia-tkb-anchor-nav a:hover,
.indovia-tkb-anchor-nav a:focus {
	transform: translateY(-1px);
	background: #111;
	color: #fff;
}

.indovia-tkb-trust-brief,
.indovia-tkb-policy-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 22px;
	align-items: stretch;
}

.indovia-tkb-trust-brief {
	padding: 28px;
	border: 1px solid rgba(17, 17, 17, .08);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 31, 45, .09), rgba(255, 255, 255, .86) 42%),
		#fff;
	box-shadow: 0 24px 70px rgba(17, 17, 17, .075);
}

.indovia-tkb-trust-brief span,
.indovia-tkb-policy-aside span {
	display: inline-flex;
	margin-bottom: 10px;
	color: #ff1f2d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.indovia-tkb-trust-brief h2 {
	max-width: 760px;
	margin-bottom: 10px;
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: -.02em;
}

.indovia-tkb-trust-brief p,
.indovia-tkb-policy-aside p {
	margin: 0;
	color: #4d4d4d;
	font-size: 17px;
	line-height: 1.65;
}

.indovia-tkb-trust-brief a,
.indovia-tkb-policy-aside a {
	align-self: end;
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.indovia-tkb-trust-brief a:hover,
.indovia-tkb-policy-aside a:hover {
	transform: translateY(-1px);
	background: #ff1f2d;
	box-shadow: 0 14px 34px rgba(255, 31, 45, .22);
}

.indovia-tkb-process {
	padding: 28px;
	border-radius: 22px;
	background: #111;
	color: #fff;
}

.indovia-tkb-process h2 {
	color: #fff;
}

.indovia-tkb-process > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.indovia-tkb-process article {
	position: relative;
	min-height: 150px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
	background: rgba(255, 255, 255, .06);
}

.indovia-tkb-process article::before {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #ff1f2d;
}

.indovia-tkb-process span {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-weight: 850;
}

.indovia-tkb-process p {
	margin: 0;
	color: rgba(255, 255, 255, .74);
	font-size: 14px;
	line-height: 1.6;
}

.indovia-tkb-policy {
	max-width: 880px;
	color: #333;
	font-size: 18px;
}

.indovia-tkb-policy p {
	margin: 0 0 18px;
}

.indovia-tkb-policy-aside {
	align-self: start;
	position: sticky;
	top: 110px;
	padding: 24px;
	border: 1px solid rgba(255, 31, 45, .16);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(17, 17, 17, .07);
}

.indovia-tkb-policy-aside h2 {
	font-size: 22px;
}

.indovia-tkb-policy-aside a {
	margin-top: 18px;
	background: #ff1f2d;
}

.indovia-tkb-trust-topic {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
	gap: 24px;
	scroll-margin-top: 130px;
	padding: 30px;
	border: 1px solid rgba(17, 17, 17, .08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 31, 45, .045), rgba(255, 255, 255, .92) 48%),
		#fff;
	box-shadow: 0 24px 70px rgba(17, 17, 17, .06);
}

.indovia-tkb-trust-topic__copy h2 {
	max-width: 740px;
	margin-bottom: 14px;
	font-size: clamp(25px, 3vw, 38px);
	letter-spacing: -.02em;
}

.indovia-tkb-trust-topic__copy p {
	max-width: 820px;
	margin: 0 0 14px;
	color: #4d4d4d;
	font-size: 17px;
	line-height: 1.72;
}

.indovia-tkb-trust-topic__panel {
	align-self: start;
	padding: 22px;
	border: 1px solid rgba(17, 17, 17, .08);
	border-radius: 20px;
	background: #111;
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.indovia-tkb-trust-topic__panel strong {
	display: block;
	margin-bottom: 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.indovia-tkb-trust-topic__panel ul {
	margin: 0;
	padding-left: 18px;
}

.indovia-tkb-trust-topic__panel li {
	margin: 0 0 11px;
	color: rgba(255, 255, 255, .82);
	line-height: 1.55;
}

.indovia-tkb-trust-topic__panel li::marker {
	color: #ff1f2d;
}

.indovia-tkb-trust-topic__panel p {
	margin: 18px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	line-height: 1.55;
}

.indovia-tkb-legal-block {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: 22px;
	align-items: start;
	scroll-margin-top: 130px;
	padding: 30px;
	border-radius: 24px;
	background: #f7f7f7;
}

.indovia-tkb-legal-block p {
	max-width: 620px;
	margin: 0;
	color: #555;
	font-size: 16px;
	line-height: 1.65;
}

.indovia-tkb-context-note {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin: 0 0 24px;
	padding: 20px 22px;
	border: 1px solid rgba(255, 31, 45, .18);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 31, 45, .08), rgba(255, 255, 255, .96) 50%),
		#fff;
	box-shadow: 0 18px 46px rgba(17, 17, 17, .065);
}

.indovia-tkb-context-note span {
	display: inline-flex;
	margin-bottom: 6px;
	color: #ff1f2d;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.indovia-tkb-context-note h2 {
	margin: 0 0 6px;
	color: #111;
	font-size: 20px;
	line-height: 1.25;
}

.indovia-tkb-context-note p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}

.indovia-tkb-context-note nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.indovia-tkb-context-note a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 13px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, background-color .18s ease;
}

.indovia-tkb-context-note a:hover,
.indovia-tkb-context-note a:focus {
	transform: translateY(-1px);
	background: #ff1f2d;
}

.indovia-tkb-card-grid,
.indovia-tkb-link-grid,
.indovia-tkb-article-grid,
.indovia-tkb-screenshot-grid {
	display: grid;
	gap: 16px;
}

.indovia-tkb-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.indovia-tkb-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.indovia-tkb-link-grid,
.indovia-tkb-article-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.indovia-tkb-card,
.indovia-tkb-link-card,
.indovia-tkb-article-card,
.indovia-tkb-shot {
	border: 1px solid #eaeaea;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(17, 17, 17, .06);
}

.indovia-tkb-card {
	padding: 24px;
}

.indovia-tkb-card h2,
.indovia-tkb-card h3,
.indovia-tkb-article-card h2 {
	margin: 0 0 10px;
	color: #111;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
}

.indovia-tkb-card p,
.indovia-tkb-article-card p {
	margin: 0;
	color: #555;
	line-height: 1.6;
}

.indovia-tkb-card--compact {
	min-height: 92px;
	display: flex;
	align-items: center;
}

.indovia-tkb-card--link,
.indovia-tkb-link-card,
.indovia-tkb-article-card,
.indovia-tkb-related a,
.indovia-tkb-back {
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease, color .18s ease;
}

.indovia-tkb-card--link:hover,
.indovia-tkb-link-card:hover,
.indovia-tkb-article-card:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 31, 45, .35);
	box-shadow: 0 22px 58px rgba(17, 17, 17, .08);
}

.indovia-tkb-card--link strong,
.indovia-tkb-link-card strong {
	display: inline-block;
	margin-top: 18px;
	color: #ff1f2d;
	font-weight: 800;
}

.indovia-tkb-link-card,
.indovia-tkb-article-card {
	display: flex;
	min-height: 148px;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	color: #111;
}

.indovia-tkb-link-card span {
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

.indovia-tkb-article-card span {
	margin-bottom: 10px;
	color: #ff1f2d;
	font-size: 13px;
	font-weight: 800;
}

.indovia-tkb-article {
	max-width: 920px;
}

.indovia-tkb-article-head {
	padding: 28px 0 26px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 28px;
}

.indovia-tkb-back {
	display: inline-flex;
	margin-bottom: 18px;
	color: #ff1f2d;
	font-weight: 800;
}

.indovia-tkb-back:hover,
.indovia-tkb-related a:hover {
	color: #d81622;
}

.indovia-tkb-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.indovia-tkb-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #eaeaea;
	border-radius: 999px;
	background: #f8f8f8;
	color: #555;
	font-size: 13px;
	font-weight: 700;
}

.indovia-tkb-steps,
.indovia-tkb-list {
	margin: 0;
	padding-left: 22px;
	color: #333;
}

.indovia-tkb-steps li,
.indovia-tkb-list li {
	margin: 0 0 12px;
	padding-left: 5px;
}

.indovia-tkb-steps li::marker {
	color: #ff1f2d;
	font-weight: 800;
}

.indovia-tkb-screenshot-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.indovia-tkb-shot {
	margin: 0;
	overflow: hidden;
}

.indovia-tkb-shot-frame {
	display: flex;
	min-height: 230px;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(135deg, rgba(255, 31, 45, .08), rgba(17, 17, 17, .03)),
		repeating-linear-gradient(45deg, rgba(17, 17, 17, .03) 0, rgba(17, 17, 17, .03) 1px, transparent 1px, transparent 12px);
	color: #111;
	font-weight: 800;
}

.indovia-tkb-shot--image .indovia-tkb-shot-frame {
	display: block;
	min-height: 0;
	background: #f7f7f7;
}

.indovia-tkb-shot img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: top center;
}

.indovia-tkb-shot--image:first-child img {
	aspect-ratio: 16 / 9;
}

.indovia-tkb-shot--image:nth-child(2) img {
	aspect-ratio: 9 / 16;
	max-height: 460px;
	object-fit: cover;
}

.indovia-tkb-shot figcaption {
	padding: 14px 16px 16px;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
}

.indovia-tkb-related {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.indovia-tkb-related a {
	display: inline-flex;
	padding: 10px 14px;
	border: 1px solid rgba(255, 31, 45, .25);
	border-radius: 999px;
	color: #ff1f2d;
	font-weight: 800;
}

@media (max-width: 1024px) {
	.indovia-tkb-card-grid,
	.indovia-tkb-link-grid,
	.indovia-tkb-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.indovia-tkb-trust-brief,
	.indovia-tkb-policy-layout,
	.indovia-tkb-trust-topic,
	.indovia-tkb-legal-block,
	.indovia-tkb-context-note {
		grid-template-columns: 1fr;
	}

	.indovia-tkb-anchor-nav {
		position: static;
		border-radius: 22px;
	}

	.indovia-tkb-context-note nav {
		justify-content: flex-start;
	}

	.indovia-tkb-process > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.indovia-tkb-policy-aside {
		position: static;
	}
}

@media (max-width: 767px) {
	.indovia-tkb-wrap {
		padding: 30px 18px 96px;
		font-size: 15px;
	}

	.indovia-tkb-hero {
		padding-top: 20px;
		margin-bottom: 26px;
	}

	.indovia-tkb-hero h1,
	.indovia-tkb-article-head h1 {
		font-size: 34px;
	}

	.indovia-tkb-lead,
	.indovia-tkb-article-head > p {
		font-size: 17px;
	}

	.indovia-tkb-card-grid,
	.indovia-tkb-card-grid--two,
	.indovia-tkb-link-grid,
	.indovia-tkb-article-grid,
	.indovia-tkb-screenshot-grid {
		grid-template-columns: 1fr;
	}

	.indovia-tkb-trust-brief,
	.indovia-tkb-process,
	.indovia-tkb-policy-aside,
	.indovia-tkb-trust-topic,
	.indovia-tkb-legal-block,
	.indovia-tkb-context-note {
		border-radius: 18px;
		padding: 22px;
	}

	.indovia-tkb-anchor-nav {
		gap: 8px;
		padding: 10px;
	}

	.indovia-tkb-anchor-nav a,
	.indovia-tkb-context-note a {
		width: 100%;
		justify-content: center;
	}

	.indovia-tkb-process > div {
		grid-template-columns: 1fr;
	}

	.indovia-tkb-card,
	.indovia-tkb-link-card,
	.indovia-tkb-article-card {
		border-radius: 14px;
		padding: 20px;
	}

	.indovia-tkb-shot-frame {
		min-height: 190px;
	}
}
