/**
 * Tek Market mobile flow and Cuba section.
 * Owns: mobile one-line flow title, centered step arrows, Cuba section image contain.
 */

.tkm-pro-flow__steps div:not(:last-child)::after {
	top: 0;
	right: calc(-.6rem - 14px);
	width: 28px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.tkm-pro-flow__steps span {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.tkm-pro-flow__steps span .tkm-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.tkm-pro-flow__steps span .tkm-icon svg {
	display: block;
	margin: auto;
}

@media (max-width: 680px) {
	.tkm-pro-flow {
		padding-block: 1.65rem;
	}

	.tkm-pro-flow__copy {
		text-align: center;
	}

	.tkm-pro-flow__copy h2 {
		max-width: 100%;
		margin: 0 auto .9rem;
		white-space: nowrap;
		font-size: clamp(.95rem, 4vw, 1.22rem);
		line-height: 1.05;
		letter-spacing: -.045em;
	}

	.tkm-pro-flow__copy h2 br {
		display: none;
	}

	.tkm-pro-flow__steps {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: .35rem;
	}

	.tkm-pro-flow__steps div {
		min-width: 0;
	}

	.tkm-pro-flow__steps div:not(:last-child)::after {
		top: 0;
		right: -.34rem;
		width: .68rem;
		height: 42px;
		font-size: 22px;
	}

	.tkm-pro-flow__steps span {
		width: 42px;
		height: 42px;
		margin: 0 auto .45rem;
	}

	.tkm-pro-flow__steps .tkm-icon {
		width: 21px;
		height: 21px;
	}

	.tkm-pro-flow__steps strong {
		font-size: .64rem;
		line-height: 1.1;
	}

	.tkm-pro-flow__steps p {
		display: none;
	}

	.tkm-pro-cuba {
		grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
		align-items: stretch;
		gap: .75rem;
	}

	.tkm-pro-cuba__media,
	.tkm-pro-cuba__card {
		border-radius: 18px;
	}

	.tkm-pro-cuba__media {
		min-height: 270px;
		background: linear-gradient(180deg, #edf5ff, #ffffff);
	}

	.tkm-pro-cuba__media::after {
		display: none;
	}

	.tkm-pro-cuba__media img {
		width: 100%;
		height: 100%;
		min-height: 0;
		padding: 10px;
		object-fit: contain;
		object-position: center center;
		transform: none;
		background: transparent;
	}

	.tkm-pro-cuba__card {
		padding: 1.15rem;
	}

	.tkm-pro-cuba__card h2 {
		margin-bottom: .75rem;
		font-size: clamp(1.18rem, 5vw, 1.85rem);
		line-height: .98;
	}

	.tkm-pro-cuba__card p:not(.tkm-pro-eyebrow) {
		font-size: .86rem;
		line-height: 1.42;
	}

	.tkm-pro-cuba__card .tkm-pro-btn {
		min-height: 42px;
		padding-inline: .95rem;
	}
}

@media (max-width: 430px) {
	.tkm-pro-cuba {
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	}

	.tkm-pro-cuba__media {
		min-height: 238px;
	}

	.tkm-pro-cuba__card {
		padding: .95rem;
	}

	.tkm-pro-cuba__card h2 {
		font-size: clamp(1.06rem, 5.2vw, 1.45rem);
	}

	.tkm-pro-cuba__card p:not(.tkm-pro-eyebrow) {
		font-size: .78rem;
	}
}

@media (max-width: 380px) {
	.tkm-pro-flow__copy h2 {
		font-size: clamp(.82rem, 3.75vw, .98rem);
	}

	.tkm-pro-flow__steps span {
		width: 38px;
		height: 38px;
	}

	.tkm-pro-flow__steps div:not(:last-child)::after {
		right: -.30rem;
		height: 38px;
		font-size: 20px;
	}
}
