.sajkuthir-order-tracking {
	--sot-brand: #8A0E45;
	--sot-brand-dark: #7A0E3D;
	--sot-gold: #D4AF37;
	--sot-bg: #FFF8F6;
	--sot-text: #4A4A4A;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	color: var(--sot-text);
	font-family: inherit;
}

.sajkuthir-order-tracking *,
.sajkuthir-order-tracking *::before,
.sajkuthir-order-tracking *::after {
	box-sizing: border-box;
}

.sot-card {
	background: linear-gradient(180deg, #ffffff 0%, var(--sot-bg) 100%);
	border: 1px solid #ead8de;
	border-radius: 18px;
	padding: 34px;
	box-shadow: 0 8px 28px rgba(45, 15, 30, 0.06);
}

.sot-logo {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 78px;
	object-fit: contain;
	margin: 0 auto;
}

.sot-brand-mark {
	color: var(--sot-brand);
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	letter-spacing: -1px;
}

.sot-tagline {
	color: var(--sot-gold);
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 600;
}

.sajkuthir-order-tracking h2 {
	color: var(--sot-brand);
	text-align: center;
	font-size: 30px;
	line-height: 1.25;
	margin: 25px 0 8px;
}

.sot-subtitle {
	text-align: center;
	margin: 0 0 25px;
	font-size: 15px;
}

.sot-form {
	max-width: 680px;
	margin: 0 auto;
}

.sot-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px;
}

.sot-input-wrap {
	position: relative;
}

.sot-input-wrap input {
	width: 100%;
	min-height: 56px;
	padding: 0 16px;
	border: 1px solid #cfcfcf;
	border-radius: 9px;
	background: #fff;
	color: #333;
	font-size: 15px;
	outline: none;
}

.sot-input-wrap input:focus {
	border-color: var(--sot-brand);
	box-shadow: 0 0 0 3px rgba(138, 14, 69, 0.08);
}

.sot-form button {
	display: block;
	width: 100%;
	min-height: 56px;
	border: 0;
	border-radius: 8px;
	background: var(--sot-brand);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	margin-top: 12px;
	padding: 0 20px;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}

.sot-form button:hover {
	background: var(--sot-brand-dark);
	transform: translateY(-1px);
}

.sot-form button:disabled {
	opacity: 0.7;
	cursor: wait;
	transform: none;
}

.sot-form button:focus-visible {
	outline: 3px solid rgba(212, 175, 55, 0.45);
	outline-offset: 2px;
}

.sot-info {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border-radius: 8px;
	padding: 13px 15px;
	font-size: 14px;
	line-height: 1.55;
	margin-top: 18px;
	background: #fff7e8;
	border: 1px solid #ecd9ad;
	color: #5c4b2c;
	transition: opacity 0.2s ease, height 0.2s ease, margin 0.2s ease, padding 0.2s ease;
}

.sot-info.is-hidden {
	display: none;
}

.sot-info-icon {
	flex: 0 0 auto;
	font-weight: 800;
}

.sot-alert,
.sot-status-message {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border-radius: 8px;
	padding: 13px 15px;
	font-size: 14px;
	line-height: 1.55;
	margin-top: 18px;
}

.sot-alert.is-error {
	background: #fff0f0;
	border: 1px solid #e8a9a9;
	color: #9f1515;
}

.sot-result {
	margin-top: 28px;
}

.sot-result.is-loading {
	opacity: 0.55;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

.sot-order-meta {
	border: 1px solid #dedede;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
	padding: 12px 15px;
}

.sot-order-meta.sot-cancelled-meta {
	border-color: #e2a5ad;
	background: #fff5f6;
}

.sot-meta-row {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 18px;
	padding: 7px 0;
	font-size: 14px;
	line-height: 1.45;
}

.sot-meta-row + .sot-meta-row {
	border-top: 1px solid #eeeeee;
}

.sot-meta-row span {
	color: #555;
}

.sot-meta-row strong {
	color: #202020;
	font-weight: 700;
}

.sot-section-title {
	color: var(--sot-brand);
	font-size: 16px;
	font-weight: 800;
	margin: 23px 0 14px;
}

.sot-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0 6px;
}

.sot-timeline::before {
	content: "";
	position: absolute;
	left: 12.5%;
	right: 12.5%;
	top: 20px;
	height: 2px;
	background: #cfd0d2;
	z-index: 0;
}

.sot-stage {
	position: relative;
	z-index: 1;
	text-align: center;
	min-width: 0;
}

.sot-node {
	width: 42px;
	height: 42px;
	margin: 0 auto;
	border-radius: 50%;
	background: #d4d5d7;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #d4d5d7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sot-node svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sot-stage.is-done .sot-node,
.sot-stage.is-active .sot-node {
	background: var(--sot-brand);
	box-shadow: 0 0 0 1px var(--sot-brand);
}

.sot-stage.is-active .sot-node {
	box-shadow: 0 0 0 1px var(--sot-brand), 0 4px 12px rgba(138, 14, 69, 0.18);
}

.sot-stage-label {
	max-width: 125px;
	margin: 9px auto 0;
	color: #222;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 600;
}

.sot-stage.is-active .sot-stage-label {
	color: var(--sot-brand);
	font-weight: 800;
}

.sot-status-message {
	background: #fff7e8;
	border: 1px solid #ecd9ad;
	color: #5c4b2c;
}

.sot-status-message.is-success {
	background: #eef9ee;
	border-color: #bddfbd;
	color: #2f6634;
}

.sot-cancelled-state {
	text-align: center;
	padding: 8px 0 0;
}

.sot-cancelled-icon {
	width: 58px;
	height: 58px;
	margin: 5px auto 9px;
	border: 3px solid #c91520;
	border-radius: 50%;
	color: #c91520;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sot-cancelled-icon svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
}

.sot-cancelled-title {
	color: #b10f18;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 16px;
}

.sot-cancelled-message {
	background: #fff0f1;
	border: 1px solid #e7b0b5;
	border-radius: 8px;
	padding: 12px 15px;
	color: #7e2228;
	font-size: 14px;
}

.sot-trust-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
	border: 1px solid #ead8de;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.sot-trust-link {
	color: inherit;
	text-decoration: none;
	display: block;
}

.sot-trust-link:hover {
	color: inherit;
	text-decoration: none;
}

.sot-trust-item {
	min-height: 78px;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: left;
}

.sot-trust-link + .sot-trust-link .sot-trust-item,
.sot-trust-link + .sot-trust-item,
.sot-trust-item + .sot-trust-link,
.sot-trust-item + .sot-trust-item {
	border-left: 1px solid #eadfe3;
}

.sot-trust-custom-icon {
	width: 34px;
	height: 34px;
	object-fit: contain;
	flex: 0 0 34px;
}

.sot-default-trust-icon {
	color: var(--sot-brand);
	font-size: 25px;
	flex: 0 0 auto;
}

.sot-trust-copy strong,
.sot-trust-copy small {
	display: block;
}

.sot-trust-copy strong {
	color: #444;
	font-size: 12px;
	line-height: 1.35;
}

.sot-trust-copy small {
	color: #777;
	font-size: 11px;
	margin-top: 2px;
	line-height: 1.35;
}

.sot-error {
	padding: 14px 16px;
	border: 1px solid #e5a6a6;
	border-radius: 8px;
	background: #fff1f1;
	color: #8d1111;
}

@media (max-width: 900px) {
	.sot-card {
		padding: 28px 22px 22px;
	}

	.sot-trust-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sot-trust-link:nth-child(3) .sot-trust-item,
	.sot-trust-link:nth-child(4) .sot-trust-item {
		border-top: 1px solid #eadfe3;
	}

	.sot-trust-link:nth-child(odd) .sot-trust-item {
		border-left: 0;
	}

	.sot-trust-link:nth-child(even) .sot-trust-item {
		border-left: 1px solid #eadfe3;
	}
}

@media (max-width: 640px) {
	.sot-card {
		padding: 24px 15px 18px;
		border-radius: 13px;
	}

	.sot-logo {
		max-width: 155px;
		max-height: 65px;
	}

	.sot-brand-mark {
		font-size: 31px;
	}

	.sajkuthir-order-tracking h2 {
		font-size: 23px;
		margin-top: 20px;
	}

	.sot-subtitle {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.sot-meta-row {
		grid-template-columns: 105px 1fr;
		gap: 10px;
		font-size: 12px;
	}

	.sot-timeline {
		padding: 0;
	}

	.sot-timeline::before {
		left: 12%;
		right: 12%;
		top: 17px;
	}

	.sot-node {
		width: 34px;
		height: 34px;
	}

	.sot-node svg {
		width: 16px;
		height: 16px;
	}

	.sot-stage-label {
		font-size: 9px;
		max-width: 75px;
	}

	.sot-status-message,
	.sot-info {
		font-size: 12px;
	}

	.sot-trust-bar {
		grid-template-columns: 1fr;
	}

	.sot-trust-link + .sot-trust-link .sot-trust-item,
	.sot-trust-link + .sot-trust-item,
	.sot-trust-item + .sot-trust-link,
	.sot-trust-item + .sot-trust-item,
	.sot-trust-link:nth-child(even) .sot-trust-item {
		border-left: 0;
		border-top: 1px solid #eadfe3;
	}

	.sot-trust-link:first-child .sot-trust-item {
		border-top: 0;
	}

	.sot-trust-item {
		justify-content: flex-start;
		min-height: 65px;
	}
}
