/* Modern quick order landing for KASBRAND */

:root {
	--bg-dark: #111113;
	--bg-card: rgba(21, 21, 23, 0.86);
	--bg-card-solid: #19191c;
	--text-main: #2c2c31;
	--text-muted: #6f6f78;
	--white: #fff;
	--accent: #f99806;
	--accent-soft: rgba(249, 152, 6, 0.16);
	--red: #d82531;
	--red-dark: #a91422;
	--line: rgba(255,255,255,0.14);
	--shadow-card: 0 26px 70px rgba(0,0,0,0.36);
	--radius-lg: 24px;
	--radius-md: 16px;
	--radius-sm: 12px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 320px;
	width: 100%;
	overflow-x: hidden;
	background: #fff;
	font-family: 'Proxima Nova', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--text-main);
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	position: relative;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* Button */

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 64px;
	padding: 0 18px;
	border: 0;
	border-radius: 18px;
	background: linear-gradient(180deg, #f13341 0%, #c91728 100%);
	box-shadow: 0 9px 0 var(--red-dark), 0 18px 34px rgba(216,37,49,0.28);
	font-family: 'Proxima Nova', Arial, sans-serif;
	font-weight: 800;
	font-size: 19px;
	line-height: 1.15;
	letter-spacing: 3px;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.button:hover {
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.button:active {
	transform: translateY(4px);
	box-shadow: 0 5px 0 var(--red-dark), 0 12px 24px rgba(216,37,49,0.24);
}

/* Titles */

h2 {
	margin: 0;
	font-weight: 800;
	font-size: 34px;
	line-height: 1.16;
	letter-spacing: .4px;
	text-transform: uppercase;
	text-align: center;
	color: #27272d;
}

h2 span {
	color: #dc3b46;
}

/* Offer */

.offer_section {
	position: relative;
	padding: 34px 0 46px;
	min-height: 560px;
	background:
		radial-gradient(circle at 22% 48%, rgba(249,152,6,.22) 0, rgba(249,152,6,0) 27%),
		linear-gradient(90deg, rgba(8,8,9,.92) 0%, rgba(12,12,14,.72) 46%, rgba(8,8,9,.92) 100%),
		url(../images/desctop__offer_bg.jpg) center top / cover no-repeat,
		#171719;
	color: #fff;
	overflow: hidden;
}

.offer_section:before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(255,255,255,.06) 0, rgba(255,255,255,0) 30%),
		linear-gradient(0deg, rgba(0,0,0,.42) 0, rgba(0,0,0,0) 38%);
}

.offer_section:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 56px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0, #fff 96%);
	pointer-events: none;
}

.offer_grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 368px;
	gap: 56px;
	align-items: center;
	min-height: 480px;
}

.offer_content {
	max-width: 640px;
	padding: 28px 0 20px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	padding: 8px 13px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.8px;
	color: #f6c579;
	text-transform: uppercase;
}

.offer_section .main_title {
	margin: 0 0 18px;
	padding: 0;
	max-width: 640px;
	border-radius: 0;
	background: none;
	font-weight: 800;
	font-size: clamp(42px, 5vw, 70px);
	line-height: .98;
	letter-spacing: -1.4px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0 18px 50px rgba(0,0,0,.55);
}

.offer_section .main_title::first-line {
	color: #fff;
}

.offer_lead {
	margin: 0 0 24px;
	max-width: 560px;
	font-size: 20px;
	line-height: 1.42;
	color: rgba(255,255,255,.82);
}

.offer_badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.offer_badges span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
	color: #fff;
}

.offer_badges span:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: 0 8px 0 0;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 5px rgba(249,152,6,.14);
}

.offer_section .subtitle,
.offer_section .discount_block {
	display: none;
}

.offer_section .form_block {
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
	padding: 24px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, rgba(31,31,34,.88), rgba(17,17,19,.92));
	box-shadow: var(--shadow-card);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.offer_section .form_block:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,0) 42%);
}

.offer_section .form_block > * {
	position: relative;
	z-index: 1;
}

.offer_section .timer_block {
	width: 100%;
	margin: 0 0 18px;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .timer_block p {
	margin: 0 0 12px;
	font-weight: 800;
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 1.2px;
	color: rgba(255,255,255,.78);
}

.offer_section .timer {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.offer_section .timer_block .timer_item {
	float: none;
	position: relative;
	width: 78px;
	height: 76px;
	margin: 0;
	padding: 12px 0 0;
	border: 1px solid rgba(255,255,255,.86);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,.2);
}

.offer_section .timer_block .timer_item:before {
	display: block;
	content: ':';
	position: absolute;
	top: 16px;
	right: -10px;
	width: 8px;
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.offer_section .timer_block .timer_item:last-child:before {
	display: none;
}

.offer_section .timer_block .count {
	margin: 0 0 2px;
	font-weight: 800;
	font-size: 28px;
	line-height: 1;
	letter-spacing: .4px;
	color: var(--accent);
}

.offer_section .timer_block .text {
	font-size: 11px;
	line-height: 1.1;
	color: #303039;
}

.offer_section .price_block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	margin: 0 0 14px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 15px 30px rgba(0,0,0,.18);
}

.offer_section .price_block:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 28px;
	height: 100%;
	margin-left: -14px;
	background: linear-gradient(115deg, transparent 0 47%, #d62531 48% 100%);
	border: 0;
}

.offer_section .price_block .price_item {
	float: none;
	width: 100%;
	height: auto;
	min-height: 74px;
	padding: 13px 8px 12px;
	text-align: center;
}

.offer_section .price_block .price_item.old {
	background: #fff;
	color: #1e1e24;
}

.offer_section .price_block .price_item.new {
	background: linear-gradient(180deg, #ee3341, #c91627);
	color: #fff;
}

.offer_section .price_block .text {
	margin: 0 0 6px;
	font-weight: 800;
	font-size: 11px;
	line-height: 1.1;
	letter-spacing: .2px;
	text-transform: uppercase;
}

.offer_section .price_block .value {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.08;
	white-space: nowrap;
}

.offer_section .price_block .price_item.old .value {
	text-decoration: line-through;
	color: #2a2a31;
}

.offer_section .price_block .price_item.new .value {
	font-weight: 800;
}

.offer_section .order_form {
	margin: 0;
}

.offer_section .input {
	display: block;
	width: 100%;
	height: 62px;
	margin: 0 0 12px;
	padding: 0 18px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 16px;
	outline: none;
	background: rgba(255,255,255,.98);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 12px 22px rgba(0,0,0,.12);
	font-family: 'Proxima Nova', Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #202026;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.offer_section .input:focus {
	border-color: rgba(249,152,6,.85);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 0 0 4px rgba(249,152,6,.15), 0 12px 22px rgba(0,0,0,.12);
}

.offer_section .input::-webkit-input-placeholder { opacity: 1; color: #4b4b52; }
.offer_section .input:-moz-placeholder { opacity: 1; color: #4b4b52; }
.offer_section .input::-moz-placeholder { opacity: 1; color: #4b4b52; }
.offer_section .input:-ms-input-placeholder { opacity: 1; color: #4b4b52; }
.offer_section .input:focus::-webkit-input-placeholder { opacity: .35; }
.offer_section .input:focus:-moz-placeholder { opacity: .35; }
.offer_section .input:focus::-moz-placeholder { opacity: .35; }
.offer_section .input:focus:-ms-input-placeholder { opacity: .35; }

.offer_section .products_count {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.35;
	color: rgba(255,255,255,.9);
	text-align: center;
}

.offer_section .products_count:before {
	display: inline-block;
	vertical-align: -5px;
	margin: 0 10px 0 0;
	content: '';
	width: 23px;
	height: 21px;
	background: url(../images/products_count_icon.png) center / contain no-repeat;
}

.offer_section .products_count b {
	color: var(--accent);
}

/* Trust and steps */

.order_steps_section {
	padding: 56px 0;
	background: #f6f3ee;
}

.order_steps_section h2 {
	margin: 0 0 34px;
}

.steps_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.order_steps_section .step_item {
	float: none;
	position: relative;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 24px 22px 26px;
	border: 1px solid #ece6dc;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(27,24,20,.08);
	text-align: center;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .image_block {
	position: relative;
	width: 100%;
	max-width: 230px;
	margin: 0 auto 16px;
}

.order_steps_section .image_block h3 {
	margin: 0 0 15px;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: .2px;
	color: #26262c;
	text-transform: uppercase;
}

.order_steps_section .image_block img {
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-radius: 22px;
	box-shadow: 0 14px 32px rgba(23,22,20,.12);
}

.order_steps_section .image_block .number {
	position: absolute;
	top: -8px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: linear-gradient(180deg, #f23a48, #c91a2a);
	box-shadow: 0 12px 24px rgba(216,37,49,.26);
	font-weight: 800;
	font-size: 28px;
	line-height: 1;
	color: #fff;
}

.order_steps_section .step_item p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #5c5c65;
}

.trust_section {
	position: relative;
	background: #fff;
}

.trust_section .step_item {
	background: linear-gradient(180deg, #fff, #fbf8f3);
}

.how_section {
	background:
		linear-gradient(180deg, #f8f5ef, #fff);
}

.how_section .image_block img {
	border-radius: 50%;
	border: 7px solid #fff;
}

/* Footer */

.footer_section {
	padding: 28px 0 34px;
	border-top: 1px solid #eee8df;
	background: #fff;
	font-size: 14px;
	line-height: 1.55;
	color: #686872;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section p {
	margin: 0 0 10px;
}

.footer_section a {
	color: #222;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {
	.wrapper {
		max-width: 720px;
		padding: 0 20px;
	}

	.offer_section {
		padding: 28px 0 42px;
		min-height: auto;
		background:
			radial-gradient(circle at 50% 12%, rgba(249,152,6,.20) 0, rgba(249,152,6,0) 34%),
			linear-gradient(180deg, rgba(7,7,8,.76) 0%, rgba(7,7,8,.90) 82%),
			url(../images/tablet__offer_bg.jpg) center top / cover no-repeat,
			#171719;
	}

	.offer_grid {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: 0;
	}

	.offer_content {
		max-width: 620px;
		padding: 0;
		text-align: center;
		margin: 0 auto;
	}

	.eyebrow {
		margin-bottom: 14px;
	}

	.offer_section .main_title {
		max-width: 620px;
		margin: 0 auto 14px;
		font-size: 44px;
		line-height: 1;
		letter-spacing: -0.8px;
		text-align: center;
	}

	.offer_lead {
		max-width: 560px;
		margin: 0 auto 18px;
		font-size: 18px;
	}

	.offer_badges {
		justify-content: center;
	}

	.offer_section .form_block {
		max-width: 430px;
		margin: 0 auto;
	}

	.steps_list {
		grid-template-columns: 1fr;
		max-width: 460px;
		margin: 0 auto;
	}

	.order_steps_section {
		padding: 46px 0;
	}
}

@media screen and (max-width: 639px) {
	.wrapper {
		width: 100%;
		max-width: 430px;
		padding: 0 16px;
	}

	h2 {
		font-size: 24px;
		line-height: 1.22;
	}

	.offer_section {
		padding: 20px 0 34px;
		background:
			linear-gradient(180deg, rgba(7,7,8,.70) 0%, rgba(7,7,8,.94) 58%, rgba(7,7,8,.98) 100%),
			url(../images/mobile__offer_bg.jpg) center top / cover no-repeat,
			#171719;
	}

	.offer_section:after {
		height: 32px;
	}

	.offer_content {
		text-align: left;
	}

	.eyebrow {
		margin-bottom: 12px;
		padding: 8px 11px;
		font-size: 10px;
		letter-spacing: 1.2px;
	}

	.offer_section .main_title {
		margin: 0 0 12px;
		font-size: clamp(31px, 9.4vw, 40px);
		line-height: 1.03;
		letter-spacing: -0.4px;
		text-align: left;
	}

	.offer_lead {
		margin: 0 0 16px;
		font-size: 15px;
		line-height: 1.42;
	}

	.offer_badges {
		justify-content: flex-start;
		gap: 8px;
	}

	.offer_badges span {
		min-height: 34px;
		padding: 7px 10px;
		font-size: 12px;
	}

	.offer_section .form_block {
		max-width: none;
		padding: 18px 14px 20px;
		border-radius: 22px;
	}

	.offer_section .timer_block {
		margin-bottom: 14px;
	}

	.offer_section .timer_block p {
		font-size: 11px;
		letter-spacing: 1px;
	}

	.offer_section .timer {
		gap: 8px;
	}

	.offer_section .timer_block .timer_item {
		width: 31.5%;
		max-width: 92px;
		height: 66px;
		padding-top: 10px;
		border-radius: 16px;
	}

	.offer_section .timer_block .timer_item:before {
		top: 13px;
		right: -7px;
		font-size: 18px;
	}

	.offer_section .timer_block .count {
		font-size: 25px;
	}

	.offer_section .timer_block .text {
		font-size: 10px;
	}

	.offer_section .price_block {
		margin-bottom: 12px;
		border-radius: 16px;
	}

	.offer_section .price_block .price_item {
		min-height: 66px;
		padding: 11px 5px 10px;
	}

	.offer_section .price_block .text {
		font-size: 9.5px;
		line-height: 1.05;
	}

	.offer_section .price_block .value {
		font-size: clamp(15px, 4.4vw, 18px);
	}

	.offer_section .input {
		height: 58px;
		margin-bottom: 10px;
		padding: 0 16px;
		border-radius: 15px;
		font-size: 15px;
	}

	.button {
		min-height: 60px;
		border-radius: 16px;
		font-size: 17px;
		letter-spacing: 2.2px;
	}

	.offer_section .products_count {
		margin-top: 18px;
		font-size: 13px;
	}

	.order_steps_section {
		padding: 34px 0;
	}

	.order_steps_section h2 {
		margin-bottom: 22px;
	}

	.steps_list {
		gap: 14px;
	}

	.order_steps_section .step_item {
		padding: 18px 16px 20px;
		border-radius: 20px;
	}

	.order_steps_section .image_block {
		max-width: 200px;
		margin-bottom: 12px;
	}

	.order_steps_section .image_block h3 {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.order_steps_section .step_item p {
		font-size: 14px;
		line-height: 1.45;
	}

	.how_section .image_block img {
		border-width: 6px;
	}

	.footer_section {
		padding: 24px 0 30px;
	}
}

@media screen and (max-width: 359px) {
	.wrapper {
		padding: 0 12px;
	}

	.offer_section .form_block {
		padding: 16px 12px 18px;
	}

	.offer_section .price_block .value {
		font-size: 15px;
	}

	.button {
		font-size: 15px;
		letter-spacing: 1.8px;
	}
}

/* v2: mobile trust badges refinement */
@media screen and (max-width: 639px) {
	.offer_badges {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin: 0 0 6px;
	}

	.offer_badges span {
		justify-content: center;
		width: 100%;
		min-height: 38px;
		padding: 8px 9px;
		font-size: 12px;
		line-height: 1.12;
		text-align: center;
		white-space: nowrap;
	}

	.offer_badges span:before {
		width: 6px;
		height: 6px;
		margin-right: 7px;
		box-shadow: 0 0 0 4px rgba(249,152,6,.14);
	}
}

@media screen and (max-width: 359px) {
	.offer_badges {
		grid-template-columns: 1fr;
	}
}
.eyebrow a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.eyebrow a:hover {
	color: #f99806;
	border-color: #f99806;
}


/* Back link to main site */
.site_back_link {
	position: fixed;
	top: max(16px, env(safe-area-inset-top));
	left: max(16px, env(safe-area-inset-left));
	z-index: 50;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 14px 9px 12px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 999px;
	background: rgba(18,18,20,.62);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	box-shadow: 0 14px 34px rgba(0,0,0,.22);
	font-weight: 800;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .3px;
	color: #fff;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.site_back_link svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	fill: currentColor;
}

.site_back_link:hover {
	transform: translateX(-2px);
	border-color: rgba(249,152,6,.75);
	background: rgba(24,24,26,.82);
	color: var(--accent);
}

.site_back_link:active {
	transform: translateX(-2px) scale(.98);
}

@media screen and (max-width: 639px) {
	.site_back_link {
		top: max(10px, env(safe-area-inset-top));
		left: max(10px, env(safe-area-inset-left));
		min-height: 38px;
		padding: 9px 11px;
		font-size: 0;
		gap: 0;
	}

	.site_back_link svg {
		width: 21px;
		height: 21px;
	}
}

/* v3: fix mobile back button overlap with eyebrow */
.site_back_link {
	position: absolute;
}

@media screen and (max-width: 639px) {
	.offer_section {
		padding-top: calc(74px + env(safe-area-inset-top));
	}

	.site_back_link {
		top: calc(16px + env(safe-area-inset-top));
		left: 16px;
		width: 48px;
		height: 48px;
		min-height: 48px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
		font-size: 0;
		gap: 0;
	}

	.site_back_link svg {
		width: 23px;
		height: 23px;
	}
}


/* v4: no separate top row for back button; return is integrated into the eyebrow pill */
.eyebrow_back {
	text-decoration: none;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.eyebrow_back:hover {
	border-color: rgba(249,152,6,.75);
	background: rgba(255,255,255,.12);
	color: #f99806;
	transform: translateX(-1px);
}

.eyebrow_arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-right: 1px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 50%;
	background: rgba(0,0,0,.22);
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 639px) {
	.offer_section {
		padding-top: 20px;
	}

	.eyebrow_back {
		max-width: 100%;
		font-size: 10px;
		letter-spacing: 1px;
		white-space: nowrap;
	}

	.eyebrow_arrow {
		width: 22px;
		height: 22px;
		font-size: 17px;
	}
}

@media screen and (max-width: 359px) {
	.eyebrow_back {
		font-size: 9px;
		letter-spacing: .7px;
		padding-left: 8px;
		padding-right: 8px;
	}
}


/* Trademark proof section */
.trademark_section {
	padding: 56px 0;
	background: linear-gradient(180deg, #fff 0%, #f8f5ef 100%);
}

.trademark_card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 32px;
	align-items: center;
	padding: 30px;
	border: 1px solid #ece6dc;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(249,152,6,.08), rgba(255,255,255,0) 44%),
		#fff;
	box-shadow: 0 20px 60px rgba(27,24,20,.09);
}

.section_kicker {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0 0 14px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(249,152,6,.12);
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.4px;
	color: #b46a00;
	text-transform: uppercase;
}

.trademark_content h2 {
	margin: 0 0 14px;
	max-width: 660px;
	font-size: 32px;
	line-height: 1.12;
	text-align: left;
}

.trademark_content p {
	max-width: 640px;
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.5;
	color: #5c5c65;
}

.trademark_facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.trademark_facts span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid #eee4d6;
	border-radius: 999px;
	background: #fffaf3;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.15;
	color: #3a3430;
}

.trademark_preview {
	position: relative;
	padding: 10px;
	border: 1px solid #eee4d6;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(27,24,20,.10);
}

.trademark_preview img {
	width: 100%;
	border-radius: 16px;
}

.trademark_preview_note {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(17,17,19,.78);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	font-weight: 700;
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 959px) {
	.trademark_card {
		grid-template-columns: 1fr;
		max-width: 560px;
		margin: 0 auto;
	}

	.trademark_content h2,
	.trademark_content p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.section_kicker {
		display: flex;
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}

	.trademark_facts {
		justify-content: center;
	}

	.trademark_preview {
		max-width: 230px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 639px) {
	.trademark_section {
		padding: 34px 0;
	}

	.trademark_card {
		gap: 22px;
		padding: 22px 16px;
		border-radius: 22px;
	}

	.trademark_content h2 {
		font-size: 23px;
	}

	.trademark_content p {
		font-size: 14px;
		line-height: 1.45;
	}

	.trademark_facts {
		gap: 8px;
	}

	.trademark_facts span {
		justify-content: center;
		font-size: 12px;
	}

	.trademark_preview {
		max-width: 190px;
	}
}


/* v5: certificate preview click zoom */
.trademark_preview {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	font-family: inherit;
	text-align: inherit;
	cursor: zoom-in;
	transform-origin: center center;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
	will-change: transform;
}

.trademark_preview:hover {
	transform: scale(1.08);
	border-color: rgba(249,152,6,.46);
	box-shadow: 0 22px 56px rgba(27,24,20,.18);
}

.trademark_preview.is-zoomed {
	z-index: 20;
	cursor: zoom-out;
	transform: scale(1.58);
	border-color: rgba(249,152,6,.62);
	box-shadow: 0 34px 90px rgba(17,17,19,.28);
}

.trademark_preview.is-zoomed .trademark_preview_note {
	background: rgba(17,17,19,.88);
}

@media screen and (max-width: 959px) {
	.trademark_preview:hover {
		transform: scale(1.05);
	}

	.trademark_preview.is-zoomed {
		transform: scale(1.36);
	}
}

@media screen and (max-width: 639px) {
	.trademark_preview:hover {
		transform: none;
	}

	.trademark_preview.is-zoomed {
		transform: scale(1.26);
	}
}
