.zeltix-site .zeltix-suitable {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(56px, 6vw, 100px) 0;
	background: var(--zeltix-bg, #f5f7fb);
}

.zeltix-site .zeltix-suitable__inner {
	width: min(calc(100% - 40px), var(--zeltix-container, 1280px));
	margin-inline: auto;
}

.zeltix-site .zeltix-suitable__head {
	max-width: 720px;
	margin: 0 auto clamp(32px, 4vw, 48px);
	text-align: center;
}

.zeltix-site .zeltix-suitable__badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 16px;
	padding: 7px 14px;
	border: 1px solid rgba(47, 120, 239, 0.16);
	border-radius: 999px;
	background: #eef5ff;
	color: var(--zeltix-blue, #2f78ef);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.zeltix-site .zeltix-suitable__badge svg { flex-shrink: 0; }

.zeltix-site .zeltix-suitable__title {
	margin: 0 0 14px;
	font-family: inherit;
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--zeltix-text, #090e1f);
}

.zeltix-site .zeltix-suitable__title-accent {
	background: linear-gradient(92deg, var(--zeltix-blue, #2f78ef) 0%, #74a8ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--zeltix-blue, #2f78ef);
}

.zeltix-site .zeltix-suitable__lead {
	margin: 0 auto;
	max-width: 620px;
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 1.65;
	color: var(--zeltix-muted, #5f6778);
}

.zeltix-site .zeltix-suitable__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zeltix-site .zeltix-suitable__card {
	display: flex;
	flex-direction: column;
	padding: 26px 24px;
	border: 0.5px solid var(--zeltix-border, #e3e8f2);
	border-radius: 16px;
	background: var(--zeltix-white, #ffffff);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.zeltix-site .zeltix-suitable__card:hover {
	transform: translateY(-3px);
	border-color: rgba(47, 120, 239, 0.25);
	box-shadow: 0 18px 40px -26px rgba(15, 30, 70, 0.3);
}

.zeltix-site .zeltix-suitable__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
	border-radius: 14px;
	background: linear-gradient(180deg, #eef5ff 0%, #e2ecff 100%);
	color: var(--zeltix-blue, #2f78ef);
	box-shadow: inset 0 0 0 1px rgba(47, 120, 239, 0.1);
}

.zeltix-site .zeltix-suitable__icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.zeltix-site .zeltix-suitable__icon-num {
	font-size: 18px;
	font-weight: 800;
	color: var(--zeltix-blue, #2f78ef);
}

.zeltix-site .zeltix-suitable__card-title {
	margin: 0 0 8px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--zeltix-text, #090e1f);
}

.zeltix-site .zeltix-suitable__card-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--zeltix-muted, #5f6778);
}

.zeltix-site .zeltix-suitable__note {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 26px 24px;
	border: 0.5px solid rgba(47, 120, 239, 0.2);
	border-radius: 16px;
	background: linear-gradient(135deg, #eef5ff 0%, #f5f9ff 100%);
}

.zeltix-site .zeltix-suitable__note-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 12px;
	background: var(--zeltix-white, #ffffff);
	color: var(--zeltix-blue, #2f78ef);
	box-shadow: 0 8px 20px -14px rgba(15, 30, 70, 0.3);
}

.zeltix-site .zeltix-suitable__note-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	color: var(--zeltix-blue-dark, #1768df);
}

.zeltix-site .zeltix-suitable__cta-wrap {
	display: flex;
	justify-content: center;
	margin-top: clamp(32px, 4vw, 48px);
}

.zeltix-site .zeltix-suitable__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 0;
	margin: 0;
	padding: 16px 32px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, #3b82f6 0%, var(--zeltix-blue-dark, #1768df) 100%);
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: 0 14px 30px -12px rgba(23, 104, 223, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.zeltix-site .zeltix-suitable__cta svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.zeltix-site .zeltix-suitable__cta:hover {
	transform: translateY(-2px);
	color: #ffffff;
	box-shadow: 0 18px 38px -12px rgba(23, 104, 223, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.zeltix-site .zeltix-suitable__cta:hover svg { transform: translateX(3px); }

.zeltix-site .zeltix-suitable__cta:focus-visible {
	outline: 2px solid var(--zeltix-blue, #2f78ef);
	outline-offset: 3px;
}

@media (max-width: 860px) {
	.zeltix-site .zeltix-suitable__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.zeltix-site .zeltix-suitable__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.zeltix-site .zeltix-suitable__card {
		padding: 22px 20px;
	}

	.zeltix-site .zeltix-suitable__note {
		padding: 22px 20px;
	}

	.zeltix-site .zeltix-suitable__cta {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zeltix-site .zeltix-suitable__card,
	.zeltix-site .zeltix-suitable__cta,
	.zeltix-site .zeltix-suitable__cta svg {
		transition: none;
	}
}