:root {
	--edebe-thanks-red: #e9231b;
	--edebe-thanks-red-dark: #c91813;
	--edebe-thanks-ink: #211f2b;
	--edebe-thanks-paper: #fffdf9;
	--edebe-thanks-blue: #20b9bf;
	--edebe-thanks-yellow: #ffc43d;
}

body.edebe-cat-thank-you-page {
	margin: 0;
	background: var(--edebe-thanks-paper);
	color: var(--edebe-thanks-ink);
	font-family: "Red Hat Display", "Avenir Next", Avenir, system-ui, sans-serif;
	overflow-x: hidden;
}

body.edebe-cat-thank-you-page #fkcart-floating-toggler {
	display: none !important;
}

.edebe-cat-thanks,
.edebe-cat-thanks * {
	box-sizing: border-box;
}

.edebe-cat-thanks {
	min-height: 100vh;
	background:
		radial-gradient(circle at 8% 92%, rgba(255, 196, 61, .22), transparent 25%),
		radial-gradient(circle at 92% 14%, rgba(32, 185, 191, .17), transparent 25%),
		linear-gradient(135deg, #fff7f2 0%, #fffdf9 55%, #f5fffd 100%);
}

.edebe-cat-thanks__header {
	display: flex;
	align-items: center;
	height: 88px;
	padding: 14px clamp(24px, 6vw, 96px);
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 10px 30px rgba(33, 31, 43, .07);
	backdrop-filter: blur(12px);
}

.edebe-cat-thanks__header a {
	display: inline-flex;
}

.edebe-cat-thanks__header img {
	display: block;
	width: 132px;
	height: auto;
}

.edebe-cat-thanks__content {
	position: relative;
	display: grid;
	place-items: center;
	min-height: calc(100vh - 88px);
	padding: clamp(42px, 7vw, 96px) 24px;
	overflow: hidden;
}

.edebe-cat-thanks__shape {
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.edebe-cat-thanks__shape--one {
	top: 8%;
	right: -70px;
	width: 210px;
	height: 210px;
	border: 3px dashed rgba(32, 185, 191, .42);
}

.edebe-cat-thanks__shape--two {
	bottom: 8%;
	left: -50px;
	width: 150px;
	height: 150px;
	background: rgba(233, 35, 27, .08);
}

.edebe-cat-thanks__card {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(240px, .72fr) minmax(320px, 1.1fr);
	align-items: center;
	width: min(980px, 100%);
	min-height: 480px;
	padding: clamp(32px, 5vw, 70px);
	border: 1px solid rgba(233, 35, 27, .15);
	border-radius: 36px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 28px 80px rgba(62, 34, 31, .13);
}

.edebe-cat-thanks__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 330px;
}

.edebe-cat-thanks__visual::before {
	position: absolute;
	width: 270px;
	height: 270px;
	border: 3px dashed rgba(32, 185, 191, .48);
	border-radius: 50%;
	content: "";
	animation: edebe-thanks-spin 24s linear infinite;
}

.edebe-cat-thanks__visual img {
	position: relative;
	z-index: 1;
	display: block;
	width: min(185px, 70%);
	height: auto;
	filter: drop-shadow(0 24px 22px rgba(121, 32, 27, .22));
	transform: rotate(4deg);
}

.edebe-cat-thanks__check {
	position: absolute;
	top: 8px;
	right: 18px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 7px solid #fff;
	border-radius: 50%;
	background: var(--edebe-thanks-blue);
	box-shadow: 0 12px 24px rgba(32, 185, 191, .25);
	color: #fff;
	font-size: 30px;
	font-weight: 900;
}

.edebe-cat-thanks__copy {
	padding-left: clamp(20px, 4vw, 56px);
}

.edebe-cat-thanks__eyebrow {
	margin: 0 0 15px;
	color: var(--edebe-thanks-red);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.edebe-cat-thanks h1 {
	margin: 0 0 22px;
	color: var(--edebe-thanks-ink);
	font-family: "Baloo Bhai 2", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: clamp(2.65rem, 5vw, 4.8rem);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: .98;
}

.edebe-cat-thanks__copy > p:not(.edebe-cat-thanks__eyebrow) {
	max-width: 560px;
	margin: 0 0 32px;
	color: #625d69;
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.65;
}

.edebe-cat-thanks__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 14px 25px;
	border-radius: 999px;
	background: var(--edebe-thanks-red);
	box-shadow: 0 14px 28px rgba(233, 35, 27, .22);
	color: #fff !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.edebe-cat-thanks__button:hover,
.edebe-cat-thanks__button:focus-visible {
	background: var(--edebe-thanks-red-dark);
	box-shadow: 0 18px 34px rgba(233, 35, 27, .3);
	transform: translateY(-2px);
}

.edebe-cat-thanks__button:focus-visible {
	outline: 3px solid var(--edebe-thanks-yellow);
	outline-offset: 4px;
}

@keyframes edebe-thanks-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 720px) {
	.edebe-cat-thanks__header {
		height: 76px;
		justify-content: center;
	}

	.edebe-cat-thanks__header img {
		width: 116px;
	}

	.edebe-cat-thanks__content {
		min-height: calc(100vh - 76px);
		padding: 28px 18px 42px;
	}

	.edebe-cat-thanks__card {
		grid-template-columns: 1fr;
		padding: 28px 22px 34px;
		border-radius: 28px;
		text-align: center;
	}

	.edebe-cat-thanks__visual {
		min-height: 250px;
	}

	.edebe-cat-thanks__visual::before {
		width: 215px;
		height: 215px;
	}

	.edebe-cat-thanks__visual img {
		width: 138px;
	}

	.edebe-cat-thanks__check {
		top: 0;
		right: calc(50% - 112px);
		width: 52px;
		height: 52px;
		font-size: 25px;
	}

	.edebe-cat-thanks__copy {
		padding: 8px 0 0;
	}

	.edebe-cat-thanks h1 {
		font-size: clamp(2.45rem, 13vw, 3.65rem);
	}

	.edebe-cat-thanks__button {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.edebe-cat-thanks__visual::before {
		animation: none;
	}
}
