:root {
	--color-bg: #05090a;
	--color-panel: #171b1d;
	--color-panel-2: #202426;
	--color-accent: #98cf2f;
	--color-accent-bright: #b5ef42;
	--color-white: #ffffff;
	--color-text-soft: rgba(255, 255, 255, 0.72);
	--color-line: rgba(255, 255, 255, 0.11);
	--container-width: 1580rem;
	--page-gutter: 170rem;
	--radius-sm: 8rem;
	--radius-md: 14rem;
	--radius-lg: 22rem;
	--transition: 180ms ease;
}

html {
	box-sizing: border-box;
	font-size: calc(1vw / 19.5) !important;
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
	min-width: 320px;
	color: var(--color-white);
	background: var(--color-bg);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16rem;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.mobile-menu-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
ul,
ol {
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

.site-main {
	display: block;
	width: 100%;
	overflow: clip;
}

.lockpro-container {
	width: min(var(--container-width), calc(100% - (2 * var(--page-gutter))));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

:focus-visible {
	outline: 3rem solid rgba(181, 239, 66, 0.65);
	outline-offset: 3rem;
}

.site-footer {
	padding-block: 28rem;
	border-top: 1px solid var(--color-line);
	background: #050708;
	color: var(--color-text-soft);
}

.site-footer__inner {
	font-size: 14rem;
}

.standard-page {
	padding-block: 200rem 80rem;
}

.standard-page h1 {
	margin-bottom: 30rem;
	font: 800 56rem/1.1 "Montserrat", Arial, sans-serif;
}

.standard-page > * + * {
	margin-top: 20rem;
}

@media (max-width: 1600px) {
	:root {
		--page-gutter: 70rem;
	}
}

@media (max-width: 1180px) {
	:root {
		--page-gutter: 32rem;
	}
}

@media (max-width: 767px) {
	html {
		font-size: calc(1vw / 3.9) !important;
	}

	:root {
		--page-gutter: 20rem;
		--radius-lg: 16rem;
	}

	body {
		font-size: 16rem;
	}

	.lockpro-container {
		width: calc(100% - (2 * var(--page-gutter)));
	}

	.standard-page {
		padding-block: 110rem 50rem;
	}

	.standard-page h1 {
		font-size: 38rem;
	}
}
