body.page .ffqo-thank-you.site-main {
	--ffqo-thank-accent: #08b0ac;
	--ffqo-thank-accent-dark: #078f8b;
	--ffqo-thank-accent-soft: rgba(8, 176, 172, 0.09);
	--ffqo-thank-text: #18202f;
	--ffqo-thank-muted: #667085;
	--ffqo-thank-line: rgba(24, 32, 47, 0.12);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(38px, 6vw, 76px) 20px clamp(52px, 7vw, 90px);
	background:
		radial-gradient(circle at 50% 0, rgba(8, 176, 172, 0.1), transparent 34%),
		#f7fbfb;
	color: var(--ffqo-thank-text);
	font-family: "Roboto Flex", Arial, sans-serif;
}

.ffqo-thank-you__container {
	width: min(100%, 1080px);
	margin: 0 auto;
}

.ffqo-thank-you__hero {
	display: grid;
	justify-items: center;
	max-width: 720px;
	margin: 0 auto clamp(30px, 4vw, 46px);
	text-align: center;
}

.ffqo-thank-you__icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--ffqo-thank-accent);
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(8, 176, 172, 0.2);
}

.ffqo-thank-you__icon svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.ffqo-thank-you__icon--muted {
	background: var(--ffqo-thank-accent-soft);
	color: var(--ffqo-thank-accent-dark);
	font-size: 28px;
	font-weight: 700;
	box-shadow: none;
}

.ffqo-thank-you__eyebrow,
.ffqo-order-card__eyebrow {
	margin: 0 0 7px;
	color: var(--ffqo-thank-accent-dark);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ffqo-thank-you__hero h1 {
	margin: 0;
	color: var(--ffqo-thank-text);
	font-family: inherit;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 750;
	line-height: 1.1;
	letter-spacing: -0.025em;
}

.ffqo-thank-you__hero > p:not(.ffqo-thank-you__eyebrow) {
	max-width: 620px;
	margin: 14px 0 0;
	color: var(--ffqo-thank-muted);
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.55;
}

.ffqo-thank-you__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr);
	align-items: start;
	gap: 22px;
}

.ffqo-order-card,
.ffqo-customer-card {
	border: 1px solid var(--ffqo-thank-line);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(18, 32, 47, 0.06);
}

.ffqo-order-card {
	overflow: hidden;
}

.ffqo-order-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 22px;
	border-bottom: 1px solid var(--ffqo-thank-line);
}

.ffqo-order-card h2,
.ffqo-customer-card h2 {
	margin: 0;
	color: var(--ffqo-thank-text);
	font-family: inherit;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
}

.ffqo-order-card__header time {
	color: var(--ffqo-thank-muted);
	font-size: 13px;
	line-height: 1.3;
	white-space: nowrap;
}

.ffqo-order-products {
	padding: 0 22px;
}

.ffqo-order-product {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr) max-content;
	align-items: center;
	gap: 16px;
	padding: 18px 0;
}

.ffqo-order-product + .ffqo-order-product {
	border-top: 1px solid var(--ffqo-thank-line);
}

.ffqo-order-product__media {
	display: grid;
	place-items: center;
	width: 92px;
	aspect-ratio: 1;
	border-radius: 10px;
	background: #fafcfc;
	overflow: hidden;
}

.ffqo-order-product__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.ffqo-order-product__content {
	min-width: 0;
}

.ffqo-order-product__content h3 {
	margin: 0 0 7px;
	color: var(--ffqo-thank-text);
	font-family: inherit;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.3;
}

.ffqo-order-product__content p {
	margin: 0;
	color: var(--ffqo-thank-muted);
	font-size: 13px;
	line-height: 1.3;
}

.ffqo-order-product__total {
	color: var(--ffqo-thank-accent-dark);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

.ffqo-order-card__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 22px;
	border-top: 1px solid rgba(8, 176, 172, 0.16);
	background: var(--ffqo-thank-accent-soft);
}

.ffqo-order-card__total span {
	color: var(--ffqo-thank-text);
	font-size: 15px;
	font-weight: 650;
}

.ffqo-order-card__total strong {
	color: var(--ffqo-thank-accent-dark);
	font-size: 21px;
	font-weight: 750;
}

.ffqo-customer-card {
	padding: 20px 22px 22px;
}

.ffqo-customer-card__list {
	display: grid;
	gap: 0;
	margin: 18px 0 0;
}

.ffqo-customer-card__list > div {
	display: grid;
	gap: 5px;
	padding: 13px 0;
	border-top: 1px solid var(--ffqo-thank-line);
}

.ffqo-customer-card__list dt {
	color: var(--ffqo-thank-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.ffqo-customer-card__list dd {
	margin: 0;
	color: var(--ffqo-thank-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.ffqo-customer-card__list a {
	color: inherit;
	text-decoration: none;
}

.ffqo-customer-card__list a:hover,
.ffqo-customer-card__list a:focus-visible {
	color: var(--ffqo-thank-accent-dark);
	outline: none;
}

.ffqo-customer-card__notice {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: start;
	gap: 9px;
	margin-top: 16px;
	padding: 12px;
	border-radius: 9px;
	background: var(--ffqo-thank-accent-soft);
}

.ffqo-customer-card__notice > span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(8, 176, 172, 0.28);
	border-radius: 50%;
	color: var(--ffqo-thank-accent-dark);
	font-size: 12px;
	font-weight: 750;
}

.ffqo-customer-card__notice p {
	margin: 1px 0 0;
	color: var(--ffqo-thank-muted);
	font-size: 12px;
	line-height: 1.45;
}

.ffqo-thank-you__actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.ffqo-thank-you__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 46px;
	padding: 11px 20px;
	border: 1px solid var(--ffqo-thank-accent);
	border-radius: 7px;
	background: var(--ffqo-thank-accent);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	transition: border-color 0.18s ease, background-color 0.18s ease;
}

.ffqo-thank-you__button:hover,
.ffqo-thank-you__button:focus-visible {
	border-color: var(--ffqo-thank-accent-dark);
	background: var(--ffqo-thank-accent-dark);
	color: #ffffff;
	outline: none;
}

.ffqo-thank-you__hero--invalid {
	min-height: 420px;
	align-content: center;
	margin-bottom: 0;
}

.ffqo-thank-you__hero--invalid .ffqo-thank-you__button {
	margin-top: 24px;
}

@media (max-width: 820px) {
	.ffqo-thank-you__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 600px) {
	body.page .ffqo-thank-you.site-main {
		padding: 32px 12px 52px;
	}

	.ffqo-thank-you__icon {
		width: 62px;
		height: 62px;
	}

	.ffqo-order-card__header {
		align-items: flex-start;
		padding: 17px 16px;
	}

	.ffqo-order-products {
		padding: 0 16px;
	}

	.ffqo-order-product {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
	}

	.ffqo-order-product__media {
		width: 72px;
	}

	.ffqo-order-product__total {
		grid-column: 2;
	}

	.ffqo-order-card__total {
		padding: 16px;
	}

	.ffqo-customer-card {
		padding: 18px 16px;
	}
}

