.site-header:not(.ts-header),
#masthead,
.wp-site-blocks > header,
.elementor-location-header,
.site-footer:not(.ts-footer),
#colophon,
.wp-site-blocks > footer,
.elementor-location-footer {
	display: none !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	background: #020611;
}

.ts-header {
	align-items: center;
	background: rgba(2, 6, 17, .94);
	border-bottom: 1px solid rgba(131, 153, 205, .16);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	padding: 16px clamp(18px, 5vw, 76px);
	position: sticky;
	top: 0;
	z-index: 50;
}

.ts-brand {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 20px;
	font-weight: 900;
	gap: 10px;
	text-decoration: none;
	white-space: nowrap;
}

.ts-brand-mark {
	align-items: center;
	background: linear-gradient(135deg, #7438ff, #a044ff);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 7px;
	box-shadow: 0 10px 24px rgba(116, 56, 255, .28);
	display: inline-flex;
	font-size: 15px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.ts-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: center;
}

.ts-nav a,
.ts-cart-link,
.ts-footer a {
	color: #d9def3;
	text-decoration: none;
}

.ts-nav a {
	font-size: 14px;
	font-weight: 800;
}

.ts-nav a:hover,
.ts-footer a:hover {
	color: #6cff8d;
}

.ts-cart-link {
	border: 1px solid rgba(147, 166, 255, .35);
	border-radius: 7px;
	font-size: 14px;
	font-weight: 900;
	padding: 10px 16px;
	text-transform: uppercase;
}

.ts-site {
	background: #020611;
	color: #f6f8ff;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: -1px auto 0;
	overflow: hidden;
}

.ts-page-shell {
	min-height: 70vh;
}

.ts-page-hero {
	background:
		radial-gradient(circle at 72% 28%, rgba(133, 63, 255, .32), transparent 28%),
		linear-gradient(135deg, #020611, #07111d);
	padding: clamp(48px, 7vw, 86px) clamp(20px, 6vw, 84px) 36px;
}

.ts-page-hero h1 {
	color: #ffffff;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.ts-page-hero p:not(.ts-kicker) {
	color: #d7ddf4;
	font-size: 18px;
	line-height: 1.5;
	margin: 18px 0 26px;
	max-width: 720px;
}

.ts-hero {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(2, 6, 17, .98) 0%, rgba(2, 6, 17, .86) 34%, rgba(2, 6, 17, .08) 68%),
		radial-gradient(circle at 72% 62%, rgba(133, 63, 255, .34), transparent 33%),
		linear-gradient(135deg, #020611 0%, #050817 44%, #07111d 100%);
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(360px, .82fr) minmax(420px, 1.18fr);
	min-height: 500px;
	padding: clamp(48px, 6vw, 74px) clamp(20px, 5vw, 64px);
	position: relative;
}

.ts-hero::before {
	background: linear-gradient(180deg, rgba(116, 56, 255, .55), rgba(116, 56, 255, 0));
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 160px;
}

.ts-kicker {
	color: #6cff8d;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ts-hero h1 {
	color: #ffffff;
	font-size: clamp(42px, 5.8vw, 76px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .95;
	margin: 0;
	max-width: 620px;
	text-transform: uppercase;
}

.ts-hero h1 span,
.ts-hero h1 strong {
	color: #9c64ff;
}

.ts-lede {
	color: #d7ddf4;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.45;
	margin: 18px 0 0;
	max-width: 500px;
}

.ts-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.ts-primary,
.ts-secondary,
.ts-buy {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.ts-primary,
.ts-buy {
	background: linear-gradient(135deg, #7438ff, #a044ff);
	box-shadow: 0 12px 30px rgba(116, 56, 255, .32);
	color: #ffffff;
}

.ts-secondary {
	border: 1px solid rgba(147, 166, 255, .35);
	color: #ffffff;
}

.ts-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.ts-trust li {
	color: #b9c4df;
	font-size: 14px;
	font-weight: 700;
}

.ts-trust li::before {
	color: #55ff70;
	content: "+";
	font-weight: 900;
	margin-right: 8px;
}

.ts-hero-visual {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.ts-hero-visual img {
	display: block;
	filter: drop-shadow(0 34px 60px rgba(116, 56, 255, .34));
	height: auto;
	max-height: 460px;
	max-width: min(760px, 100%);
	object-fit: contain;
	width: 100%;
}

.ts-gc-art {
	aspect-ratio: 1.44;
	background:
		linear-gradient(135deg, rgba(116, 56, 255, .18), rgba(2, 6, 17, .24)),
		radial-gradient(circle at 75% 26%, rgba(186, 54, 255, .65), transparent 26%),
		radial-gradient(circle at 80% 74%, rgba(34, 86, 255, .44), transparent 28%),
		linear-gradient(135deg, #141a2b 0%, #090d1b 62%, #10071d 100%);
	border: 1px solid rgba(126, 97, 255, .72);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(96, 48, 255, .35), inset 0 1px 0 rgba(255, 255, 255, .1);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 560px;
	min-height: 180px;
	padding: clamp(24px, 4vw, 44px);
	position: relative;
	transform: rotateY(-10deg) rotateZ(2deg);
}

.ts-gc-art::after {
	border: 1px solid rgba(103, 255, 135, .36);
	border-radius: 999px;
	bottom: 15%;
	content: "";
	height: 34%;
	position: absolute;
	right: 8%;
	width: 28%;
}

.ts-gc-art span {
	font-size: clamp(17px, 2vw, 24px);
	font-weight: 900;
}

.ts-gc-art small {
	color: #b3bad6;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 3px;
	margin-top: 10px;
	text-transform: uppercase;
}

.ts-gc-art strong {
	font-size: clamp(34px, 5vw, 72px);
	line-height: 1;
	margin-top: 14px;
}

.ts-gc-art em {
	color: #52ff69;
	font-size: clamp(15px, 2vw, 25px);
	font-style: normal;
	font-weight: 900;
	margin-top: 8px;
	text-transform: uppercase;
}

.ts-steps,
.ts-products {
	border-top: 1px solid rgba(139, 159, 204, .14);
	padding: 36px clamp(20px, 6vw, 84px);
}

.ts-products-full {
	padding-top: 44px;
}

.ts-steps {
	background: #07111d;
}

.ts-steps h2,
.ts-products h2 {
	color: #ffffff;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.ts-step-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
}

.ts-step-grid div {
	text-align: center;
}

.ts-step-grid span {
	align-items: center;
	background: linear-gradient(135deg, #7438ff, #a044ff);
	border-radius: 50%;
	display: inline-flex;
	font-weight: 900;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.ts-step-grid h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	margin: 14px 0 8px;
	text-transform: uppercase;
}

.ts-step-grid p {
	color: #b9c4df;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 210px;
}

.ts-section-head {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.ts-section-head h2 {
	text-align: left;
}

.ts-section-head a {
	color: #6cff8d;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.ts-gc-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.ts-products:not(.ts-products-full) .ts-gc-grid {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 18px;
	scroll-snap-type: x mandatory;
	scrollbar-color: #7438ff #07111d;
}

.ts-products:not(.ts-products-full) .ts-gc-grid::-webkit-scrollbar {
	height: 10px;
}

.ts-products:not(.ts-products-full) .ts-gc-grid::-webkit-scrollbar-track {
	background: #07111d;
	border-radius: 999px;
}

.ts-products:not(.ts-products-full) .ts-gc-grid::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #7438ff, #a044ff);
	border-radius: 999px;
}

.ts-product-card {
	background: #08111d;
	border: 1px solid rgba(131, 153, 205, .18);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 14px;
}

.ts-products:not(.ts-products-full) .ts-product-card {
	flex: 0 0 clamp(230px, 18vw, 295px);
	min-height: 430px;
	scroll-snap-align: start;
}

.ts-product-card .ts-gc-art {
	min-height: 120px;
	padding: 20px;
	transform: none;
}

.ts-product-card .ts-gc-art small {
	font-size: 10px;
	letter-spacing: 2px;
}

.ts-product-card .ts-gc-art strong {
	font-size: 34px;
}

.ts-product-card .ts-gc-art em {
	font-size: 13px;
}

.ts-card-link {
	display: block;
	flex: 0 0 auto;
	text-decoration: none;
}

.ts-card-image-link {
	background: #030711;
	border-radius: 8px;
	overflow: hidden;
}

.ts-card-image {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	filter: brightness(1.12) saturate(1.16) contrast(1.05);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ts-product-card h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	margin: 14px 0 6px;
	min-height: 42px;
}

.ts-product-card p {
	color: #9d67ff;
	font-weight: 900;
	margin: 0 0 14px;
}

.ts-buy {
	align-self: center;
	box-sizing: border-box;
	font-size: 13px;
	margin-top: auto;
	min-height: 40px;
	min-width: 148px;
	padding: 0 18px;
	width: auto;
}

.ts-product-card-custom .ts-buy {
	min-width: 168px;
}

.ts-product-card-custom .ts-gc-art {
	border-color: rgba(82, 255, 105, .64);
}

body.single-product .product-type-wgm_gift_card {
	background: #07111d;
	border: 1px solid rgba(131, 153, 205, .18);
	border-radius: 8px;
	color: #ffffff;
	padding: clamp(18px, 4vw, 42px);
}

body.single-product .product-type-wgm_gift_card .summary,
body.single-product .product-type-wgm_gift_card h1,
body.single-product .product-type-wgm_gift_card h2,
body.single-product .product-type-wgm_gift_card h3,
body.single-product .product-type-wgm_gift_card h4,
body.single-product .product-type-wgm_gift_card p,
body.single-product .product-type-wgm_gift_card li,
body.single-product .product-type-wgm_gift_card label,
body.single-product .product-type-wgm_gift_card span,
body.single-product .product-type-wgm_gift_card td,
body.single-product .product-type-wgm_gift_card th,
body.single-product .product-type-wgm_gift_card .price,
body.single-product .product-type-wgm_gift_card .woocommerce-product-details__short-description,
body.single-product .product-type-wgm_gift_card .woocommerce-Tabs-panel {
	color: #ffffff;
}

body.single-product .product-type-wgm_gift_card a {
	color: #6cff8d;
}

body.single-product .product-type-wgm_gift_card input,
body.single-product .product-type-wgm_gift_card textarea,
body.single-product .product-type-wgm_gift_card select {
	background: #ffffff;
	border: 1px solid rgba(131, 153, 205, .36);
	border-radius: 6px;
	color: #101827;
	min-height: 42px;
}

body.single-product .product-type-wgm_gift_card ::placeholder {
	color: #5f6b84;
}

body.single-product .product-type-wgm_gift_card .single_add_to_cart_button,
body.single-product .product-type-wgm_gift_card button[type="submit"] {
	background: linear-gradient(135deg, #7438ff, #a044ff);
	border: 0;
	border-radius: 7px;
	color: #ffffff;
	font-weight: 900;
	min-height: 46px;
	text-transform: uppercase;
}

body.single-product .woocommerce-tabs,
body.single-product .woocommerce-tabs .panel {
	background: #07111d;
	color: #ffffff;
}

body.single-product div.product,
body.single-product div.product .summary,
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .woocommerce-tabs,
body.single-product div.product .woocommerce-Tabs-panel {
	background: #07111d !important;
	color: #ffffff !important;
}

body.single-product div.product .summary *,
body.single-product div.product .woocommerce-tabs *,
body.single-product div.product .woocommerce-Tabs-panel *,
body.single-product div.product .product_meta *,
body.single-product div.product form.cart *,
body.single-product div.product .wps_wgm_section *,
body.single-product div.product .wps_wgm_section * {
	color: #ffffff !important;
}

body.single-product div.product input,
body.single-product div.product textarea,
body.single-product div.product select,
body.single-product div.product input *,
body.single-product div.product textarea *,
body.single-product div.product select * {
	background: #ffffff !important;
	color: #111827 !important;
}

body.single-product div.product input[type="number"] {
	text-align: center;
}

.ts-custom-amount-field {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(131, 153, 205, .2);
	border-radius: 8px;
	margin: 0 0 18px;
	max-width: 320px;
	padding: 14px;
}

.ts-custom-amount-field label {
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ts-custom-amount-control {
	align-items: center;
	display: flex;
}

.ts-custom-amount-control span {
	align-items: center;
	background: #141b2b;
	border: 1px solid rgba(131, 153, 205, .36);
	border-radius: 6px 0 0 6px;
	color: #ffffff !important;
	display: inline-flex;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	width: 42px;
}

.ts-custom-amount-control input {
	border-left: 0 !important;
	border-radius: 0 6px 6px 0 !important;
	flex: 1;
	font-weight: 900;
	text-align: left !important;
}

.ts-custom-amount-field p {
	color: #b9c4df !important;
	font-size: 13px;
	margin: 8px 0 0;
}

body.single-product div.product .single_add_to_cart_button,
body.single-product div.product button[type="submit"] {
	background: linear-gradient(135deg, #7438ff, #a044ff) !important;
	color: #ffffff !important;
	opacity: 1 !important;
}

body.single-product div.product input,
body.single-product div.product textarea,
body.single-product div.product select {
	background: #ffffff !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
}

body.single-product div.product form.cart {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 14px;
	margin-top: 26px;
}

body.single-product div.product form.cart::before,
body.single-product div.product form.cart::after {
	display: none;
}

body.single-product div.product .ts-custom-amount-field {
	background: linear-gradient(180deg, rgba(18, 27, 44, .96), rgba(10, 17, 30, .96));
	border: 1px solid rgba(132, 150, 197, .34);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 14px 34px rgba(0, 0, 0, .22);
	flex: 1 1 360px;
	margin: 0;
	max-width: 520px;
	padding: 18px;
}

body.single-product div.product .ts-custom-amount-field label {
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

body.single-product div.product .ts-custom-amount-control {
	align-items: center;
	display: flex;
	max-width: 360px;
}

body.single-product div.product .ts-custom-amount-control span {
	align-items: center;
	background: #101827;
	border: 1px solid rgba(132, 150, 197, .5);
	border-radius: 6px 0 0 6px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	width: 48px;
}

body.single-product div.product .ts-custom-amount-control input {
	background: #f8fafc !important;
	border: 1px solid rgba(132, 150, 197, .5) !important;
	border-left: 0 !important;
	border-radius: 0 6px 6px 0 !important;
	color: #111827 !important;
	flex: 1;
	font-size: 17px;
	font-weight: 900;
	height: 46px;
	min-height: 46px !important;
	padding: 0 14px !important;
	text-align: left !important;
	-webkit-text-fill-color: #111827 !important;
}

body.single-product div.product .ts-custom-amount-field p {
	color: #b9c4df !important;
	font-size: 14px;
	margin: 10px 0 0;
}

body.single-product div.product form.cart .quantity {
	align-items: center;
	background: #101827;
	border: 1px solid rgba(132, 150, 197, .5);
	border-radius: 7px;
	display: none !important;
	height: 48px;
	margin: 0 !important;
	overflow: hidden;
}

body.single-product div.product form.cart .quantity input.qty {
	background: #101827 !important;
	border: 0 !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 900;
	height: 48px;
	min-height: 48px !important;
	padding: 0 !important;
	text-align: center !important;
	width: 62px;
	-webkit-text-fill-color: #ffffff !important;
}

body.single-product div.product form.cart .single_add_to_cart_button {
	border: 1px solid rgba(255, 255, 255, .45) !important;
	border-radius: 999px !important;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	min-height: 48px;
	padding: 0 28px !important;
}

.ts-legal-page {
	background: #020611;
	color: #d7ddf4;
	padding: clamp(38px, 6vw, 72px) clamp(20px, 6vw, 84px);
}

.ts-legal-card {
	background: #07111d;
	border: 1px solid rgba(131, 153, 205, .18);
	border-radius: 8px;
	margin: 0 auto;
	max-width: 920px;
	padding: clamp(24px, 4vw, 46px);
}

.ts-legal-card h1 {
	color: #ffffff;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.ts-legal-card h2 {
	color: #ffffff;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 30px 0 10px;
}

.ts-legal-card p,
.ts-legal-card li {
	font-size: 16px;
	line-height: 1.7;
}

.ts-legal-card a {
	color: #6cff8d;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
	background: #020611;
	color: #ffffff;
}

body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-account main,
body.woocommerce-cart .wp-site-blocks,
body.woocommerce-checkout .wp-site-blocks,
body.woocommerce-account .wp-site-blocks {
	background: #020611;
}

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
	background: #020611;
	color: #ffffff;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(30px, 5vw, 62px) clamp(18px, 4vw, 42px);
}

body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-checkout h1,
body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
body.woocommerce-account h1,
body.woocommerce-account h2,
body.woocommerce-account h3,
body.woocommerce-cart .wp-block-post-title,
body.woocommerce-checkout .wp-block-post-title,
body.woocommerce-account .wp-block-post-title {
	color: #ffffff !important;
}

body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error {
	background: #101827;
	border: 1px solid rgba(132, 150, 197, .34);
	border-radius: 8px;
	color: #ffffff;
}

body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before {
	color: #6cff8d;
}

body.woocommerce-cart .button,
body.woocommerce-cart a.button,
body.woocommerce-cart button.button,
body.woocommerce-checkout .button,
body.woocommerce-checkout a.button,
body.woocommerce-checkout button.button,
body.woocommerce-account .button,
body.woocommerce-account a.button,
body.woocommerce-account button.button {
	background: linear-gradient(135deg, #7438ff, #a044ff) !important;
	border: 1px solid rgba(255, 255, 255, .36) !important;
	border-radius: 999px !important;
	color: #ffffff !important;
	font-weight: 900 !important;
	padding: 13px 24px !important;
	text-decoration: none !important;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
	background: #07111d;
	border: 1px solid rgba(132, 150, 197, .24) !important;
	border-radius: 8px;
	color: #ffffff;
	overflow: hidden;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td,
body.woocommerce-cart .cart_totals *,
body.woocommerce-checkout #order_review * {
	color: #ffffff;
}

body.woocommerce-cart input,
body.woocommerce-checkout input,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
	background: #ffffff !important;
	border: 1px solid rgba(132, 150, 197, .45) !important;
	border-radius: 6px !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
}

.ts-footer {
	background: #020611;
	border-top: 1px solid rgba(139, 159, 204, .16);
	color: #d7ddf4;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(160px, 1fr));
	padding: 42px clamp(20px, 6vw, 84px) 22px;
}

.ts-footer p {
	line-height: 1.6;
	margin: 12px 0 0;
}

.ts-footer h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ts-footer-col a {
	display: block;
	line-height: 1.8;
}

.ts-footer-bottom {
	border-top: 1px solid rgba(139, 159, 204, .12);
	color: #8d98ba;
	grid-column: 1 / -1;
	margin-top: 10px !important;
	padding-top: 18px;
}

@media (max-width: 820px) {
	.ts-header {
		align-items: flex-start;
		flex-direction: column;
		position: relative;
	}

	.ts-nav {
		justify-content: flex-start;
	}

	.ts-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.ts-hero-visual {
		justify-content: center;
	}

	.ts-hero-visual img {
		max-height: none;
	}

	.ts-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ts-footer {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.ts-actions,
	.ts-trust,
	.ts-section-head {
		align-items: stretch;
		flex-direction: column;
	}

	.ts-step-grid {
		grid-template-columns: 1fr;
	}

	.ts-footer {
		grid-template-columns: 1fr;
	}
}
