#main.gtop-page,
.gtop-page {
	background: #242424;
	color: #f7f4ed;
	min-height: 70vh;
}

.gtop-container {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 20px;
}

.gtop-hero {
	background: #242424;
	padding: 56px 0 34px;
	text-align: center;
}

.gtop-kicker {
	color: #ffb51d;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.gtop-hero h1 {
	color: #ffffff;
	font-size: 38px;
	line-height: 1.12;
	margin: 0;
}

.gtop-intro {
	color: #dedbd4;
	font-size: 17px;
	line-height: 1.55;
	margin: 14px auto 24px;
	max-width: 640px;
}

.gtop-search-form {
	align-items: stretch;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
	display: flex;
	gap: 10px;
	margin: 0 auto;
	max-width: 680px;
	padding: 8px;
}

.gtop-search-form input {
	background: #ffffff;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	color: #222222;
	flex: 1;
	font-size: 16px;
	height: 48px;
	margin: 0;
	min-width: 0;
	padding: 0 15px;
}

.gtop-search-form input:focus {
	box-shadow: 0 0 0 2px rgba(255, 181, 29, 0.36);
	outline: none;
}

.gtop-search-form button,
.gtop-whatsapp-button {
	align-items: center;
	background: #ffb51d;
	border: 0;
	border-radius: 6px;
	color: #2b2b2b;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	margin: 0;
	min-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.gtop-search-form button:hover,
.gtop-whatsapp-button:hover {
	background: #ffc647;
	color: #1f1f1f;
}

.gtop-results {
	background: #242424;
	padding: 20px 0 64px;
}

.gtop-empty,
.gtop-message,
.gtop-order-card {
	background: #2d2d2d;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.gtop-empty {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 180px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 780px;
	padding: 32px;
	text-align: left;
}

.gtop-empty h2,
.gtop-message h2,
.gtop-results-header h2 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.gtop-empty p,
.gtop-message p,
.gtop-results-header p {
	color: #d8d5cf;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.gtop-empty-lottie {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.gtop-message {
	margin: 0 auto;
	max-width: 760px;
	padding: 28px;
	text-align: center;
}

.gtop-message-error {
	border-color: rgba(255, 92, 92, 0.45);
}

.gtop-results-header {
	margin: 0 0 22px;
	text-align: left;
}

.gtop-order-card {
	margin: 0 0 26px;
	padding: 30px;
}

.gtop-order-header {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0 0 28px;
}

.gtop-order-eyebrow,
.gtop-order-meta span,
.gtop-status-kicker {
	color: #ffb51d;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gtop-order-header h2 {
	color: #ffffff;
	font-size: 28px;
	line-height: 1.1;
	margin: 4px 0 0;
}

.gtop-order-meta {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	min-width: 210px;
	padding: 12px 16px;
	text-align: right;
}

.gtop-order-meta strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 3px;
}

.gtop-stepper {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(115px, 1fr));
	list-style: none;
	margin: 0 0 30px;
	overflow-x: auto;
	padding: 4px 2px 10px;
}

.gtop-step {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 115px;
	position: relative;
	text-align: center;
}

.gtop-step:not(:last-child)::after {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	height: 2px;
	left: calc(50% + 44px);
	position: absolute;
	right: calc(-50% + 44px);
	top: 43px;
}

.gtop-step-circle {
	align-items: center;
	background: #ffffff;
	border: 3px solid #8d8d8d;
	border-radius: 50%;
	box-shadow: inset 0 0 0 4px #ffffff;
	display: flex;
	height: 88px;
	justify-content: center;
	overflow: hidden;
	width: 88px;
}

.gtop-step.is-active .gtop-step-circle {
	border-color: #ffb51d;
	box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 7px rgba(255, 181, 29, 0.18);
}

.gtop-step.is-muted .gtop-step-circle dotlottie-player {
	filter: grayscale(1);
	opacity: 0.58;
}

.gtop-step-dots {
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.86) 2px, transparent 2.5px);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 8px 9px;
	display: block;
	height: 34px;
	margin: 8px 0 4px;
	width: 8px;
}

.gtop-step-label {
	background: #f7f7f7;
	border-radius: 999px;
	box-shadow: 0 6px 0 rgba(0, 0, 0, 0.22);
	color: #4e4e4e;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 28px;
	min-width: 96px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.gtop-step.is-active .gtop-step-label {
	background: #ffb51d;
	color: #2b2b2b;
}

.gtop-status-panel {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
	margin: 26px 0 24px;
}

.gtop-status-art {
	align-items: center;
	display: flex;
	justify-content: center;
}

.gtop-status-circle {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	max-width: 340px;
	overflow: hidden;
	width: 100%;
}

.gtop-status-copy {
	text-align: left;
}

.gtop-status-copy h3 {
	color: #ffffff;
	font-size: 34px;
	line-height: 1.12;
	margin: 8px 0 8px;
}

.gtop-status-date {
	color: #ffca58;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 12px;
}

.gtop-status-copy p:not(.gtop-status-date) {
	color: #ffffff;
	font-size: 28px;
	line-height: 1.22;
	margin: 0;
	max-width: 540px;
}

.gtop-tracking-chip {
	align-items: center;
	background: rgba(255, 181, 29, 0.12);
	border: 1px solid rgba(255, 181, 29, 0.55);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	gap: 12px;
	margin-top: 20px;
	max-width: 100%;
	padding: 12px 15px;
	text-decoration: none;
}

.gtop-tracking-chip:hover {
	background: rgba(255, 181, 29, 0.2);
	color: #ffffff;
}

.gtop-tracking-chip-label {
	background: #ffb51d;
	border-radius: 999px;
	color: #242424;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.gtop-tracking-chip strong {
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.gtop-lottie-small {
	height: 62px;
	width: 62px;
}

.gtop-lottie-large {
	height: 82%;
	width: 82%;
}

.gtop-whatsapp-button {
	background: #25d366;
	color: #102d1b;
	margin-top: 4px;
}

.gtop-whatsapp-button:hover {
	background: #3fe27a;
	color: #102d1b;
}

.gtop-header-item .gtop-header-link {
	font-weight: 700;
}

@media (max-width: 849px) {
	.gtop-hero {
		padding: 42px 0 28px;
	}

	.gtop-hero h1 {
		font-size: 31px;
	}

	.gtop-search-form {
		flex-direction: column;
	}

	.gtop-search-form button {
		width: 100%;
	}

	.gtop-empty,
	.gtop-status-panel {
		grid-template-columns: 1fr;
	}

	.gtop-empty {
		text-align: center;
	}

	.gtop-empty-lottie {
		justify-self: center;
		max-width: 180px;
		width: 100%;
	}

	.gtop-order-card {
		padding: 22px 16px;
	}

	.gtop-order-header {
		align-items: stretch;
		flex-direction: column;
	}

	.gtop-order-meta {
		min-width: 0;
		text-align: left;
	}

	.gtop-stepper {
		grid-template-columns: repeat(5, 122px);
	}

	.gtop-status-panel {
		gap: 24px;
	}

	.gtop-status-circle {
		max-width: 280px;
	}

	.gtop-status-copy {
		text-align: center;
	}

	.gtop-status-copy h3 {
		font-size: 28px;
	}

	.gtop-status-copy p:not(.gtop-status-date) {
		font-size: 22px;
		margin: 0 auto;
	}

	.gtop-tracking-chip {
		justify-content: center;
		width: 100%;
	}

	.gtop-whatsapp-button {
		display: flex;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.gtop-container {
		padding: 0 14px;
	}

	.gtop-hero h1 {
		font-size: 27px;
	}

	.gtop-intro {
		font-size: 15px;
	}

	.gtop-empty {
		padding: 24px 18px;
	}

	.gtop-stepper {
		gap: 12px;
		grid-template-columns: repeat(5, 112px);
	}

	.gtop-step-circle {
		height: 78px;
		width: 78px;
	}

	.gtop-step:not(:last-child)::after {
		left: calc(50% + 39px);
		right: calc(-50% + 39px);
		top: 38px;
	}

	.gtop-step-label {
		font-size: 11px;
		min-width: 88px;
	}

	.gtop-status-copy p:not(.gtop-status-date) {
		font-size: 19px;
	}

	.gtop-tracking-chip {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.gtop-tracking-chip-label {
		justify-content: center;
	}
}
