.tinet-home-how {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 14% 35%, rgba(20, 184, 166, 0.12), transparent 30%),
		radial-gradient(circle at 86% 24%, rgba(249, 115, 22, 0.12), transparent 27%),
		#f7f7f8;
	padding: 54px 15px 62px;
}
.tinet-home-how,
.tinet-home-how * {
	box-sizing: border-box;
}
.tinet-home-how__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.tinet-home-how__head {
	max-width: 820px;
	margin: 0 auto 38px;
	text-align: center;
}
.tinet-home-how__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	margin-bottom: 16px;
	padding: 8px 18px;
	border-radius: 999px;
	background: #dff8f2;
	color: #0f9f88;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.tinet-home-how__badge svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
}
.tinet-home-how__title {
	margin: 0;
	color: #1f2937;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: 0;
}
.tinet-home-how__title span {
	background: linear-gradient(90deg, #6366f1 0%, #ec4899 42%, #f97316 74%, #14b8a6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.tinet-home-how__desc {
	max-width: 640px;
	margin: 18px auto 0;
	color: #475569;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
}
.tinet-home-how__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}
.tinet-home-how__step {
	--how-color: #14b8a6;
	position: relative;
	min-width: 0;
	padding: 72px 24px 26px;
	border: 1px solid color-mix(in srgb, var(--how-color) 28%, #e2e8f0);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 20px 42px rgba(15, 23, 42, 0.07);
	text-align: center;
}
.tinet-home-how__step--pink { --how-color: #ec4899; }
.tinet-home-how__step--violet { --how-color: #6d5dfc; }
.tinet-home-how__step--orange { --how-color: #f97316; }
.tinet-home-how__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -27px;
	width: 26px;
	border-top: 2px dashed var(--how-color);
	transform: translateY(-50%);
}
.tinet-home-how__step:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -28px;
	width: 9px;
	height: 9px;
	border-top: 2px solid var(--how-color);
	border-right: 2px solid var(--how-color);
	transform: translateY(-50%) rotate(45deg);
	z-index: 1;
}
.tinet-home-how__mascot {
	position: absolute;
	top: -36px;
	left: 50%;
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--how-color) 14%, #ffffff);
	box-shadow: 0 0 0 13px color-mix(in srgb, var(--how-color) 10%, transparent), 0 15px 30px rgba(15, 23, 42, 0.08);
	transform: translateX(-50%);
}
.tinet-home-how__mascot img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	display: block;
	transition: transform 220ms ease;
}
.tinet-home-how__step:hover .tinet-home-how__mascot img {
	transform: scale(1.14);
}
.tinet-home-how__number {
	position: absolute;
	top: 24px;
	right: 22px;
	color: color-mix(in srgb, var(--how-color) 18%, transparent);
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
}
.tinet-home-how__step h3 {
	position: relative;
	margin: 0 0 14px;
	color: var(--how-color);
	font-size: 21px;
	font-weight: 850;
	line-height: 1.25;
}
.tinet-home-how__step p {
	position: relative;
	margin: 0;
	color: #334155;
	font-size: 14px;
	line-height: 1.7;
}
.tinet-home-how__mock {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	min-height: 146px;
	margin-top: 22px;
	padding: 14px;
	border: 1px solid color-mix(in srgb, var(--how-color) 22%, #e2e8f0);
	border-radius: 14px;
	background: linear-gradient(180deg, color-mix(in srgb, var(--how-color) 8%, #ffffff), rgba(255, 255, 255, 0.78));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	overflow: hidden;
}
.tinet-home-how__mock-window {
	padding-top: 18px;
}
.tinet-home-how__mock-dots {
	position: absolute;
	top: 11px;
	left: 13px;
	display: flex;
	gap: 5px;
}
.tinet-home-how__mock-dots span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--how-color) 35%, #dbeafe);
}
.tinet-home-how__search-row {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 32px;
	padding: 0 10px;
	border: 1px solid color-mix(in srgb, var(--how-color) 22%, #dbeafe);
	border-radius: 8px;
	background: #ffffff;
	color: #94a3b8;
	font-size: 11px;
	text-align: left;
}
.tinet-home-how__search-row svg {
	width: 14px;
	height: 14px;
	margin-left: auto;
	color: var(--how-color);
}
.tinet-home-how__brand-grid {
	overflow: hidden;
	margin-top: 10px;
	padding: 1px;
}
.tinet-home-how__brand-track {
	display: flex;
	gap: 7px;
	width: max-content;
	animation: tinetHomeBrandSlide 14s linear infinite;
}
.tinet-home-how__brand {
	display: grid;
	place-items: center;
	flex: 0 0 62px;
	min-height: 38px;
	padding: 0 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	color: #0f172a;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}
.tinet-home-how__brand--amazon { color: #111827; }
.tinet-home-how__brand--lazada { color: #1d4ed8; }
.tinet-home-how__brand--shopee { color: #f97316; }
.tinet-home-how__brand--tiktok { color: #111827; }
.tinet-home-how__brand--adidas { color: #0f172a; }
.tinet-home-how__brand--samsung { color: #1d4ed8; }
.tinet-home-how__brand--taobao { color: #f97316; }
.tinet-home-how__brand--more {
	color: #94a3b8;
	font-size: 18px;
}
@keyframes tinetHomeBrandSlide {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}
.tinet-home-how__coupon-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border: 1px solid color-mix(in srgb, var(--how-color) 22%, #e2e8f0);
	border-radius: 8px;
	background: #ffffff;
}
.tinet-home-how__coupon-code {
	color: #334155;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: left;
}
.tinet-home-how__copy-btn,
.tinet-home-how__pay-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 0;
	border-radius: 8px;
	background: var(--how-color);
	color: #ffffff;
	box-shadow: 0 9px 18px color-mix(in srgb, var(--how-color) 22%, transparent);
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}
.tinet-home-how__copy-btn {
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease;
}
.tinet-home-how__copy-btn:hover {
	transform: translateY(-1px);
}
.tinet-home-how__copy-btn:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--how-color) 28%, transparent);
	outline-offset: 2px;
}
.tinet-home-how__copied {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 6px;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid color-mix(in srgb, var(--how-color) 22%, #e2e8f0);
	border-radius: 999px;
	background: #ffffff;
	color: var(--how-color);
	font-size: 12px;
	font-weight: 800;
}
.tinet-home-how__copied svg {
	width: 14px;
	height: 14px;
}
.tinet-home-how__checkout-box {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border-radius: 10px;
	background: #ffffff;
}
.tinet-home-how__checkout-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: color-mix(in srgb, var(--how-color) 12%, #ffffff);
	color: var(--how-color);
}
.tinet-home-how__checkout-icon svg {
	width: 22px;
	height: 22px;
}
.tinet-home-how__checkout-lines {
	display: grid;
	gap: 8px;
}
.tinet-home-how__checkout-lines span {
	display: block;
	height: 7px;
	border-radius: 999px;
	background: #cbd5e1;
}
.tinet-home-how__checkout-lines span:last-child {
	width: 58%;
}
.tinet-home-how__discount {
	color: var(--how-color);
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}
.tinet-home-how__pay-btn {
	width: 100%;
	margin-top: 10px;
}
.tinet-home-how__cash-balance {
	padding: 15px 12px;
	border-radius: 10px;
	background: #ffffff;
}
.tinet-home-how__cash-label {
	display: block;
	color: #64748b;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 5px;
}
.tinet-home-how__cash-amount {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0f9f88;
	font-size: 23px;
	font-weight: 900;
	line-height: 1;
}
.tinet-home-how__cash-values {
	display: inline-grid;
	min-width: 126px;
	font-variant-numeric: tabular-nums;
}
.tinet-home-how__cash-values span {
	grid-area: 1 / 1;
	opacity: 0;
	animation: tinetHomeCashValue 20s linear infinite;
}
.tinet-home-how__cash-values span:nth-child(1) { animation-delay: 0s; }
.tinet-home-how__cash-values span:nth-child(2) { animation-delay: 5s; }
.tinet-home-how__cash-values span:nth-child(3) { animation-delay: 10s; }
.tinet-home-how__cash-values span:nth-child(4) { animation-delay: 15s; }
@keyframes tinetHomeCashValue {
	0%, 22% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
	25%, 100% {
		opacity: 0;
		transform: translateY(-8px) scale(0.96);
	}
}
.tinet-home-how__cash-amount svg {
	width: 21px;
	height: 21px;
	padding: 5px;
	border-radius: 50%;
	background: #dff8f2;
}
.tinet-home-how__order {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.86);
	color: #64748b;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}
.tinet-home-how__order svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	color: #64748b;
}
.tinet-home-how__foot {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	gap: 18px;
	margin-top: 14px;
	padding: 20px 24px;
	border: 1px solid #dbeafe;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.7);
	color: #334155;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}
.tinet-home-how__foot-item {
	text-align: center;
}
.tinet-home-how__foot strong {
	display: block;
	color: #0f9f88;
	font-size: 17px;
	margin-bottom: 2px;
}
.tinet-home-how__foot-item span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}
@media (max-width: 1100px) {
	.tinet-home-how__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px 22px;
	}
	.tinet-home-how__step::before,
	.tinet-home-how__step::after {
		display: none;
	}
	.tinet-home-how__foot {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 640px) {
	.tinet-home-how {
		padding: 44px 15px 52px;
	}
	.tinet-home-how__head {
		margin-bottom: 36px;
	}
	.tinet-home-how__title {
		font-size: 1.5rem;
	}
	.tinet-home-how__desc {
		font-size: 14px;
	}
	.tinet-home-how__steps {
		grid-template-columns: 1fr;
	}
	.tinet-home-how__step {
		padding: 68px 20px 24px;
	}
	.tinet-home-how__foot {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px 12px;
	}
	.tinet-home-how__foot strong {
		font-size: 15px;
	}
	.tinet-home-how__foot-item span {
		font-size: 12.5px;
	}
}
