.ohl-landing-thankyou {
	--ohl-lp-bg: var(--ohl-color-surface, #fffcf8);
	--ohl-lp-surface: #fff;
	--ohl-lp-text: var(--ohl-color-text, #343434);
	--ohl-lp-muted: var(--ohl-color-text-muted, #474747);
	--ohl-lp-accent: var(--ohl-color-primary, #004b71);
	--ohl-lp-accent-soft: #e2ebf3;
	--ohl-lp-border: color-mix(in srgb, var(--ohl-color-primary, #004b71) 12%, #fff);
	direction: rtl;
	font-family: var(--ohl-font-body, "Assistant", sans-serif);
	color: var(--ohl-lp-text);
	line-height: 1.55;
	max-width: 42rem;
	margin: 0 auto;
	padding: clamp(2rem, 6vw, 3rem) var(--ohl-padding-x, 1.5rem) 3rem;
	background: var(--ohl-lp-bg);
	min-height: 60vh;
}

.ohl-landing-thankyou * {
	box-sizing: border-box;
}

.ohl-landing-thankyou a:not(.ohl-landing-thankyou__cta--primary):not(.ohl-landing-thankyou__cta--secondary),
.ohl-landing-thankyou a:not(.ohl-landing-thankyou__cta--primary):not(.ohl-landing-thankyou__cta--secondary):visited {
	color: var(--ohl-lp-accent);
}

.ohl-landing-thankyou__hero {
	background: linear-gradient(180deg, #fff 0%, var(--ohl-lp-bg) 100%);
	border: 1px solid var(--ohl-lp-border);
	border-radius: var(--ohl-radius-lg, 20px);
	padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
	margin: 0 0 1.75rem;
	text-align: center;
}

.ohl-landing-thankyou__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	background: var(--ohl-lp-accent-soft);
	color: var(--ohl-lp-accent);
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 700;
}

.ohl-landing-thankyou__title {
	font-family: var(--ohl-font-heading, "Secular One", sans-serif);
	font-size: clamp(1.75rem, 4.5vw, 2.5rem);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 1rem;
	color: var(--ohl-lp-accent);
}

.ohl-landing-thankyou__intro {
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	font-weight: 600;
	color: var(--ohl-lp-text);
	margin: 0 auto;
	max-width: 34rem;
}

.ohl-landing-thankyou__section {
	background: var(--ohl-lp-surface);
	border: 1px solid var(--ohl-lp-border);
	border-radius: var(--ohl-radius-lg, 20px);
	padding: clamp(1.25rem, 3vw, 1.75rem);
	margin-bottom: 1.25rem;
}

.ohl-landing-thankyou__section h2 {
	font-family: var(--ohl-font-body, "Assistant", sans-serif);
	font-size: clamp(1.125rem, 2.5vw, 1.375rem);
	font-weight: 800;
	margin: 0 0 0.75rem;
	color: var(--ohl-lp-accent);
	line-height: 1.35;
}

.ohl-landing-thankyou__section p {
	margin: 0 0 1rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--ohl-lp-text);
}

.ohl-landing-thankyou__section p:last-child {
	margin-bottom: 0;
}

.ohl-landing-thankyou__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.ohl-landing-thankyou__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.875rem 1.5rem;
	border-radius: var(--ohl-radius-pill, 88px);
	font-family: var(--ohl-font-body, "Assistant", sans-serif);
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.ohl-landing-thankyou__cta:hover,
.ohl-landing-thankyou__cta:focus {
	opacity: 0.92;
}

.ohl-landing-thankyou__cta--primary,
.ohl-landing-thankyou__cta--primary:visited {
	background: var(--ohl-lp-accent);
	color: #fff;
}

.ohl-landing-thankyou__cta--primary:hover,
.ohl-landing-thankyou__cta--primary:focus {
	opacity: 1;
	background: #003a58;
	color: #fff;
}

.ohl-landing-thankyou__cta--secondary,
.ohl-landing-thankyou__cta--secondary:visited {
	background: var(--ohl-lp-surface);
	color: var(--ohl-lp-accent);
	border: 2px solid var(--ohl-lp-accent);
}

.ohl-landing-thankyou__note {
	font-size: 0.875rem;
	color: var(--ohl-lp-muted);
	background: var(--ohl-lp-accent-soft);
	border-radius: var(--ohl-radius-sm, 10px);
	padding: 0.75rem 1rem;
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.ohl-landing-thankyou {
		padding-inline: var(--ohl-padding-x, 23px);
	}

	.ohl-landing-thankyou__cta {
		width: 100%;
		min-height: 4.125rem;
		font-size: 1.125rem;
		border-radius: 5.318rem;
	}
}
