.metapeps-terms {
	--terms-orange: #FC710C;
	--terms-dark: #1B1B1B;
	--terms-muted: #8A8279;
	--terms-border: rgba(252,113,12,.18);
	--terms-light: #FFF8F3;

	background: #FFF8F3;
	color: #1A1A1A;
	font-family: 'Inter', sans-serif;
	overflow: hidden;
}

.terms-container {
	width: min(1180px,calc(100% - 40px));
	margin: 0 auto;
}

/* HERO */

.terms-hero {
	position: relative;
	min-height: 610px;

	display: flex;
	align-items: center;

	background:
		radial-gradient(circle at 78% 48%,rgba(252,113,12,.16),transparent 30%),
		linear-gradient(135deg,#1B1B1B,#2A2118);

	color: #fff;
	overflow: hidden;
}

.terms-hero__glow {
	position: absolute;
	right: -150px;
	top: -50px;

	width: 520px;
	height: 520px;

	border-radius: 50%;
	background: rgba(252,113,12,.09);
	filter: blur(80px);
}

.terms-hero__inner {
	position: relative;
	z-index: 2;

	display: grid;
	grid-template-columns: 1fr .75fr;
	align-items: center;
	gap: 80px;
}

.terms-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;

	margin-bottom: 20px;

	color: var(--terms-orange);

	font-size: 10px;
	font-weight: 900;
	letter-spacing: .2em;
}

.terms-eyebrow::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--terms-orange);
}

.terms-hero h1 {
	margin: 0 0 25px;

	color: #fff;

	font-size: clamp(48px,6vw,75px);
	line-height: .98;
	letter-spacing: -.05em;
}

.terms-hero h1 span {
	display: block;
	color: var(--terms-orange);
}

.terms-hero__content > p {
	max-width: 600px;

	margin: 0 0 30px;

	color: rgba(255,255,255,.63);

	font-size: 17px;
	line-height: 1.75;
}

.terms-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;

	padding: 10px 15px;

	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50px;

	background: rgba(255,255,255,.05);

	color: rgba(255,255,255,.5);

	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
}

.terms-hero__badge span {
	width: 7px;
	height: 7px;

	border-radius: 50%;

	background: var(--terms-orange);
	box-shadow: 0 0 14px var(--terms-orange);
}


/* HERO DOCUMENT */

.terms-hero__visual {
	position: relative;

	min-height: 420px;

	display: grid;
	place-items: center;
}

.terms-orbit {
	position: absolute;

	border: 1px solid rgba(252,113,12,.2);
	border-radius: 50%;
}

.terms-orbit--one {
	width: 400px;
	height: 400px;
}

.terms-orbit--two {
	width: 285px;
	height: 285px;

	border-color: rgba(255,255,255,.08);
}

.terms-document {
	position: relative;
	z-index: 2;

	width: 275px;
	height: 350px;

	padding: 25px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	border: 1px solid rgba(255,255,255,.14);
	border-radius: 20px;

	background: linear-gradient(
		145deg,
		rgba(255,255,255,.11),
		rgba(255,255,255,.025)
	);

	box-shadow: 0 40px 90px rgba(0,0,0,.4);

	backdrop-filter: blur(16px);

	transform: rotate(4deg);
}

.terms-document__top {
	display: flex;
	justify-content: space-between;

	color: rgba(255,255,255,.45);

	font-size: 9px;
	font-weight: 900;
	letter-spacing: .15em;
}

.terms-document__mark {
	width: 100px;
	height: 100px;

	margin: auto;

	display: grid;
	place-items: center;

	border: 1px solid rgba(252,113,12,.35);
	border-radius: 50%;

	background: rgba(252,113,12,.08);

	color: var(--terms-orange);

	font-size: 52px;
	font-family: Georgia,serif;
}

.terms-document__lines {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.terms-document__lines span {
	height: 1px;
	background: rgba(255,255,255,.12);
}

.terms-document__lines span:nth-child(2) {
	width: 80%;
}

.terms-document__lines span:nth-child(3) {
	width: 65%;
}

.terms-document__lines span:nth-child(4) {
	width: 45%;
}

.terms-document__signature {
	color: rgba(255,255,255,.3);

	font-size: 8px;
	font-weight: 900;
	letter-spacing: .16em;
}


/* GENERAL */

.terms-section-number {
	display: block;

	margin-bottom: 18px;

	color: var(--terms-orange);

	font-size: 9px;
	font-weight: 900;
	letter-spacing: .18em;
}

.terms-intro h2,
.terms-section-heading h2,
.terms-use h2,
.terms-orders h2,
.terms-shipping h2,
.terms-ip h2,
.terms-third-party h2,
.terms-warranty h2,
.terms-liability h2,
.terms-indemnity h2,
.terms-changes h2,
.terms-law h2,
.terms-contact h2 {
	margin: 0;

	color: var(--terms-dark);

	font-size: clamp(38px,5vw,58px);
	line-height: 1;
	letter-spacing: -.045em;
}

.terms-intro h2 span,
.terms-section-heading h2 span,
.terms-use h2 span,
.terms-orders h2 span,
.terms-shipping h2 span,
.terms-ip h2 span,
.terms-third-party h2 span,
.terms-warranty h2 span,
.terms-liability h2 span,
.terms-indemnity h2 span,
.terms-changes h2 span,
.terms-law h2 span,
.terms-contact h2 span {
	display: block;
	color: var(--terms-orange);
}


/* INTRO */

.terms-intro {
	padding: 115px 0;
}

.terms-intro__grid {
	display: grid;
	grid-template-columns: .8fr 1fr;
	gap: 100px;
}

.terms-intro__grid p {
	margin: 0 0 18px;

	color: var(--terms-muted);

	font-size: 15px;
	line-height: 1.85;
}


/* ELIGIBILITY */

.terms-eligibility {
	padding: 110px 0;
	background: var(--terms-light);
}

.terms-section-heading {
	max-width: 720px;
	margin-bottom: 60px;
}

.terms-section-heading > p {
	max-width: 600px;

	margin: 25px 0 0;

	color: var(--terms-muted);

	line-height: 1.8;
}

.terms-eligibility__box {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 30px;

	padding: 45px;

	background: #fff;

	border-left: 3px solid var(--terms-orange);
}

.terms-age {
	width: 78px;
	height: 78px;

	display: grid;
	place-items: center;

	border: 1px solid rgba(252,113,12,.35);
	border-radius: 50%;

	color: var(--terms-orange);

	font-size: 18px;
	font-weight: 900;
}

.terms-eligibility h3 {
	margin: 0 0 12px;

	color: var(--terms-dark);

	font-size: 23px;
}

.terms-eligibility p {
	margin: 0 0 10px;

	color: var(--terms-muted);

	font-size: 14px;
	line-height: 1.8;
}


/* USE */

.terms-use {
	padding: 110px 0;
}

.terms-use__grid {
	display: grid;
	grid-template-columns: .8fr 1fr;
	gap: 100px;
}

.terms-use__item {
	display: grid;
	grid-template-columns: 45px 1fr;
	gap: 20px;

	padding: 25px 0;

	border-bottom: 1px solid var(--terms-border);
}

.terms-use__item > span {
	color: var(--terms-orange);

	font-size: 10px;
	font-weight: 900;
}

.terms-use__item h3 {
	margin: 0 0 7px;

	color: var(--terms-dark);

	font-size: 19px;
}

.terms-use__item p {
	margin: 0;

	color: var(--terms-muted);

	font-size: 13px;
	line-height: 1.75;
}


/* PRODUCTS */

.terms-products {
	padding: 110px 0;
	background: var(--terms-light);
}

.terms-product-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.terms-product-card {
	padding: 35px;

	background: #fff;

	border: 1px solid var(--terms-border);

	transition: .25s ease;
}

.terms-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 50px rgba(7,16,25,.08);
}

.terms-product-card > span {
	color: var(--terms-orange);

	font-size: 10px;
	font-weight: 900;
}

.terms-product-card h3 {
	margin: 30px 0 12px;

	color: var(--terms-dark);

	font-size: 20px;
}

.terms-product-card p {
	margin: 0;

	color: var(--terms-muted);

	font-size: 13px;
	line-height: 1.8;
}


/* RESEARCH */

.terms-research {
	padding: 110px 0;

	background: var(--terms-dark);
	color: #fff;
}

.terms-research__box {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 25px;
}

.terms-research h2 {
	margin: 0;

	color: #fff;

	font-size: clamp(38px,5vw,58px);
	line-height: 1;
	letter-spacing: -.045em;
}

.terms-research h2 span {
	display: block;
	color: var(--terms-orange);
}

.terms-research p {
	max-width: 800px;

	margin: 20px 0 0;

	color: rgba(255,255,255,.55);

	font-size: 14px;
	line-height: 1.8;
}

.terms-research__mark {
	width: 42px;
	height: 42px;

	display: grid;
	place-items: center;

	border: 1px solid rgba(252,113,12,.5);
	border-radius: 50%;

	color: var(--terms-orange);

	font-weight: 900;
}


/* ORDERS */

.terms-orders {
	padding: 110px 0;
}

.terms-orders__grid {
	display: grid;
	grid-template-columns: .8fr 1fr;
	gap: 100px;
}

.terms-orders__content h3 {
	margin: 0 0 8px;

	color: var(--terms-dark);

	font-size: 20px;
}

.terms-orders__content p {
	margin: 0 0 30px;

	color: var(--terms-muted);

	font-size: 14px;
	line-height: 1.8;
}


/* PRICING */

.terms-pricing {
	padding: 110px 0;
	background: var(--terms-light);
}

.terms-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 50px;
}

.terms-pricing__grid h3 {
	margin: 0 0 12px;

	color: var(--terms-dark);

	font-size: 19px;
}

.terms-pricing__grid p {
	margin: 0;

	color: var(--terms-muted);

	font-size: 13px;
	line-height: 1.8;
}


/* SHIPPING */

.terms-shipping {
	padding: 110px 0;
}

.terms-shipping__grid {
	display: grid;
	grid-template-columns: .8fr 1fr;
	gap: 100px;
}

.terms-shipping__grid > div:last-child > p {
	margin: 0 0 30px;

	color: var(--terms-muted);

	font-size: 14px;
	line-height: 1.8;
}

.terms-links {
	border-top: 1px solid var(--terms-border);
}

.terms-links a {
	display: flex;
	justify-content: space-between;
	align-items: center;

	padding: 18px 0;

	border-bottom: 1px solid var(--terms-border);

	color: var(--terms-dark);

	text-decoration: none;

	font-size: 13px;
	font-weight: 800;
}

.terms-links a span {
	color: var(--terms-orange);
	font-size: 18px;
}


/* IP */

.terms-ip {
	padding: 110px 0;
	background: var(--terms-light);
}

.terms-ip__grid,
.terms-warranty__grid,
.terms-indemnity__grid,
.terms-changes__grid {
	display: grid;
	grid-template-columns: .8fr 1fr;
	gap: 100px;
}

.terms-ip p,
.terms-warranty p,
.terms-indemnity p,
.terms-changes p {
	margin: 0 0 18px;

	color: var(--terms-muted);

	font-size: 14px;
	line-height: 1.8;
}


/* THIRD PARTY */

.terms-third-party {
	padding: 110px 0;
}

.terms-third-party__box {
	max-width: 850px;
}

.terms-third-party__box p {
	margin: 22px 0 0;

	color: var(--terms-muted);

	font-size: 14px;
	line-height: 1.8;
}


/* WARRANTY */

.terms-warranty {
	padding: 110px 0;
}


/* LIABILITY */

.terms-liability {
	padding: 110px 0;
	background: var(--terms-light);
}

.terms-liability__box {
	max-width: 900px;
}

.terms-liability__box p {
	margin: 20px 0 0;

	color: var(--terms-muted);

	font-size: 14px;
	line-height: 1.8;
}


/* INDEMNITY */

.terms-indemnity {
	padding: 110px 0;
}


/* CHANGES */

.terms-changes {
	padding: 110px 0;
	background: var(--terms-light);
}

.terms-date {
	display: inline-flex;
	flex-direction: column;
	gap: 6px;

	margin-top: 15px;
	padding: 15px 20px;

	background: #fff;
	border-left: 2px solid var(--terms-orange);
}

.terms-date strong {
	color: var(--terms-orange);

	font-size: 9px;
	letter-spacing: .15em;
}

.terms-date span {
	color: var(--terms-dark);

	font-size: 12px;
	font-weight: 700;
}


/* LAW */

.terms-law {
	padding: 110px 0;
}

.terms-law__box {
	max-width: 900px;
}

.terms-law__box p {
	margin: 20px 0;

	color: var(--terms-muted);

	font-size: 14px;
	line-height: 1.8;
}

.terms-law__placeholder {
	display: inline-flex;
	flex-direction: column;
	gap: 7px;

	margin-top: 15px;
	padding: 18px 22px;

	border-left: 2px solid var(--terms-orange);
	background: var(--terms-light);
}

.terms-law__placeholder strong {
	color: var(--terms-orange);

	font-size: 9px;
	letter-spacing: .15em;
}

.terms-law__placeholder span {
	color: var(--terms-muted);

	font-size: 12px;
}


/* CONTACT */

.terms-contact {
	position: relative;

	padding: 100px 0;

	background: #FFF3EA;

	overflow: hidden;
}

.terms-contact__glow {
	position: absolute;

	right: -150px;
	top: -120px;

	width: 450px;
	height: 450px;

	border-radius: 50%;

	background: rgba(252,113,12,.09);

	filter: blur(65px);
}

.terms-contact__inner {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 50px;
}

.terms-contact p {
	max-width: 600px;

	margin: 18px 0 0;

	color: var(--terms-muted);

	line-height: 1.75;
}

.terms-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 54px;
	padding: 0 28px;

	border-radius: 999px;

	background: var(--terms-orange);
	color: #fff;

	font-size: 12px;
	font-weight: 800;

	text-decoration: none;

	white-space: nowrap;

	transition: .25s ease;
}

.terms-btn:hover {
	background: #ff8124;
	color: #fff;
	transform: translateY(-2px);
}


/* DISCLAIMER */

.terms-disclaimer {
	padding: 35px 0;

	background: var(--terms-dark);
	color: #fff;
}

.terms-disclaimer .terms-container {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.terms-disclaimer__mark {
	width: 30px;
	height: 30px;

	flex: 0 0 30px;

	display: grid;
	place-items: center;

	border: 1px solid rgba(252,113,12,.5);
	border-radius: 50%;

	color: var(--terms-orange);

	font-weight: 900;
}

.terms-disclaimer strong {
	display: block;

	margin-bottom: 7px;

	color: var(--terms-orange);

	font-size: 10px;
	letter-spacing: .15em;
}

.terms-disclaimer p {
	max-width: 900px;

	margin: 0;

	color: rgba(255,255,255,.5);

	font-size: 12px;
	line-height: 1.7;
}


/* RESPONSIVE */

@media(max-width:900px) {

	.terms-hero {
		padding: 90px 0;
	}

	.terms-hero__inner,
	.terms-intro__grid,
	.terms-use__grid,
	.terms-orders__grid,
	.terms-shipping__grid,
	.terms-ip__grid,
	.terms-warranty__grid,
	.terms-indemnity__grid,
	.terms-changes__grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.terms-hero__visual {
		min-height: 350px;
	}

	.terms-product-grid,
	.terms-pricing__grid {
		grid-template-columns: 1fr;
	}

	.terms-contact__inner {
		flex-direction: column;
		align-items: flex-start;
	}

}

@media(max-width:600px) {

	.terms-container {
		width: min(100% - 28px,1180px);
	}

	.terms-hero h1 {
		font-size: 47px;
	}

	.terms-orbit--one {
		width: 300px;
		height: 300px;
	}

	.terms-orbit--two {
		width: 220px;
		height: 220px;
	}

	.terms-document {
		width: 240px;
		height: 310px;
	}

	.terms-intro,
	.terms-eligibility,
	.terms-use,
	.terms-products,
	.terms-research,
	.terms-orders,
	.terms-pricing,
	.terms-shipping,
	.terms-ip,
	.terms-third-party,
	.terms-warranty,
	.terms-liability,
	.terms-indemnity,
	.terms-changes,
	.terms-law {
		padding: 75px 0;
	}

	.terms-eligibility__box,
	.terms-research__box {
		grid-template-columns: 1fr;
	}

	.terms-btn {
		width: 100%;
	}

}