::-ms-expand {
	display: none;
}
:root {
	--background-color: #120C06;
	--container-width: 1200px;
	--font-family: 'Inter', sans-serif;
	--glass-bg: #FFD42000D;
	--glass-border: #FFA50033;
	--primary-color: #FF8C00;
	--secondary-color: #FFA500;
	--text-color: #FFFFFF;
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
::before,
::after {
	box-sizing: border-box;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	touch-action: manipulation;
}
body {
	background-attachment: fixed;
	background-color: var(--background-color);
	background-image: url('background.png');
	background-position: center;
	background-size: cover;
	color: var(--text-color);
	font-family: var(--font-family);
	line-height: 1.7;
	overflow-x: hidden;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
[contenteditable]:focus {
	outline: 0;
}
html {
	scroll-behavior: smooth;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
section {
	padding: 8rem 0;
}
table {
	border-collapse: collapse;
}
#bg-canvas {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
.absolute {
	position: absolute;
}
.animate-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.animate-in.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.benefit-icon {
	height: 30px;
	margin-right: 1rem;
	width: 30px;
}
.benefits .content-wrapper {
	padding: 4rem;
}
.benefits .text-content h2 {
	margin-bottom: 1.5rem;
	text-align: left;
}
.benefits-list {
	list-style: none;
	margin-top: 2rem;
}
.benefits-list li {
	align-items: center;
	display: flex;
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}
.block {
	display: block;
}
.center {
	text-align: center;
}
.container {
	margin: 0 auto;
	max-width: var(--container-width);
	padding: 0 2rem;
}
.cta-button {
	background-color: transparent;
	border: 2px solid var(--primary-color);
	border-radius: 50px;
	color: var(--primary-color);
	display: inline-block;
	font-weight: 500;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: all 0.3s ease;
}
.cta-button:hover {
	background-color: var(--primary-color);
	box-shadow: 0 4px 20px rgba(255, 140, 0, 0.4);
	color: var(--background-color);
	transform: translateY(-2px);
}
.demo-visual {
	padding: 2.5rem;
}
.demo-visual img {
	border-radius: 10px;
	height: auto;
	width: 100%;
}
.feature-icon {
	flex-shrink: 0;
	height: 18px;
	width: 18px;
}
.final-cta {
	text-align: center;
}
.final-cta .cta-content {
	margin: 0 auto;
	max-width: 800px;
	padding: 4rem;
}
.final-cta h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}
.final-cta p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.fit {
	width: fit-content;
}
.fixed {
	position: fixed;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.footer-bottom {
	align-items: center;
	border-top: 1px solid var(--glass-border);
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 1rem;
	justify-content: space-between;
	padding-top: 2rem;
}
.footer-contact {
	flex: 1;
	min-width: 250px;
}
.footer-contact a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}
.footer-contact a:hover {
	color: var(--primary-color);
}
.footer-contact h4 {
	color: var(--secondary-color);
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.footer-contact li {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.5rem;
}
.footer-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-content {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.footer-cta {
	flex: 2;
	min-width: 300px;
}
.footer-cta h3 {
	color: var(--secondary-color);
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}
.full {
	width: 100%;
}
.hero {
	align-items: center;
	display: flex;
	min-height: 100vh;
	padding-top: 80px;
	text-align: center;
}
.hero .animate-in:nth-child(1){
	transition-delay: 0.1s;
}
.hero .animate-in:nth-child(2){
	transition-delay: 0.2s;
}
.hero .animate-in:nth-child(3){
	transition-delay: 0.3s;
}
.hero .animate-in:nth-child(4){
	transition-delay: 0.4s;
}
.hero .subheadline {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0 auto 2.5rem;
	max-width: 700px;
}
.hero h1 {
	background: linear-gradient(90deg, #FFD700, #FFFFFF);
	font-size: 3.8rem;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hidden {
	display: none;
}
.hide-x {
	overflow-x: hidden;
}
.hide-y {
	overflow-y: hidden;
}
.how-it-works-cta {
	background: var(--glass-bg);
	border-radius: 20px;
	margin-top: 4rem;
	padding: 2rem;
	text-align: center;
}
.how-it-works-cta p {
	font-size: 1.5rem;
	font-weight: 500;
}
.key-point-card {
	padding: 2.5rem;
	text-align: left;
}
.key-point-card h3 {
	color: var(--secondary-color);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.key-point-card p {
	color: rgba(255, 255, 255, 0.8);
}
.key-points-grid {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}
.left {
	text-align: left;
}
.logo {
	color: var(--text-color);
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -1px;
	text-decoration: none;
}
.logo:hover {
	opacity: 0.85;
	transition: opacity 0.3s ease;
}
.main-footer {
	background: rgba(18, 12, 6, 0.5);
	border-top: 1px solid var(--glass-border);
	padding: 5rem 0 2.5rem 0;
	text-align: left;
}
.main-header {
	backdrop-filter: blur(10px);
	background: rgba(18, 12, 6, 0.7);
	border-bottom: 1px solid var(--glass-border);
	left: 0;
	padding: 1rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.main-header .container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.margin {
	margin: 1rem;
}
.margin-auto {
	margin: auto;
}
.overflow {
	overflow: auto;
}
.overflow-x {
	overflow-x: auto;
}
.overflow-y {
	overflow-y: auto;
}
.package-card {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.package-card h3 {
	color: var(--secondary-color);
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.package-card.highlight {
	border: 2px solid var(--primary-color);
	transform: scale(1.05) translateY(-10px);
}
.package-description {
	color: rgba(255, 255, 255, 0.8);
	flex-grow: 1;
	margin-bottom: 2rem;
}
.package-features {
	color: var(--text-color);
	list-style: none;
	margin: 0 auto 2rem;
	padding: 0;
	text-align: center;
}
.package-features li {
	display: inline-block;
	padding: 0 0.75rem;
	position: relative;
}
.package-features li:not(:last-child)::after {
	color: var(--primary-color);
	content: '·';
	position: absolute;
	right: -5px;
	top: 0;
}
.packages-grid {
	align-items: stretch;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4rem;
}
.packages-grid .animate-in:nth-child(1){
	transition-delay: 0.1s;
}
.packages-grid .animate-in:nth-child(2){
	transition-delay: 0.2s;
}
.packages-grid .animate-in:nth-child(3){
	transition-delay: 0.3s;
}
.padded {
	padding: 1rem;
}
.pointer {
	cursor: pointer;
}
.primary-cta {
	background-color: var(--primary-color);
	color: var(--background-color);
	font-size: 1.1rem;
	font-weight: 700;
	padding: 1rem 2.5rem;
}
.primary-cta:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.relative {
	position: relative;
}
.right {
	text-align: right;
}
.section-subtitle {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.15rem;
	margin: 0 auto 4rem;
	max-width: 750px;
	text-align: center;
}
.section-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	text-align: center;
}
.step-card {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.step-card h3 {
	color: var(--secondary-color);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.step-card p {
	flex-grow: 1;
}
.step-card,
.benefits .content-wrapper,
.demo-visual,
.final-cta .cta-content,
.key-point-card,
.package-card,
.how-it-works-cta {
	backdrop-filter: blur(15px);
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 2.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	-webkit-backdrop-filter: blur(15px);
}
.step-card:hover,
.demo-visual:hover,
.key-point-card:hover,
.package-card:hover,
.tech-core-box:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	transform: translateY(-10px);
}
.step-icon {
	display: block;
	height: 60px;
	margin: 0 auto 1.5rem auto;
	width: 60px;
}
.steps-grid {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}
.steps-grid .animate-in:nth-child(1){
	transition-delay: 0.1s;
}
.steps-grid .animate-in:nth-child(2){
	transition-delay: 0.2s;
}
.steps-grid .animate-in:nth-child(3){
	transition-delay: 0.3s;
}
.sticky {
	position: sticky;
}
.tech-core-box {
	border-color: rgba(255, 165, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	margin: 4rem auto 0;
	max-width: 800px;
	padding: 3rem;
	text-align: left;
	transition: all 0.3s ease;
}
.tech-core-box .features-block {
	margin-bottom: 2rem;
}
.tech-core-box .integrations-block {
	border-top: 1px solid var(--glass-border);
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
	margin-top: 2rem;
	padding-top: 2rem;
	text-align: center;
}
.tech-core-box h4 {
	border-bottom: 1px solid var(--glass-border);
	color: var(--secondary-color);
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}
.tech-core-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tech-core-box ul li {
	align-items: center;
	display: flex;
	font-size: 1.1rem;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}
.tech-core-box:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 210, 160, 0.4);
	box-shadow: 0 0 25px rgba(255, 200, 150, 0.5),;
}
.underline {
	text-decoration: underline;
}
.usp-icon {
	color: var(--primary-color);
	height: 20px;
	width: 20px;
}
.usp-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 3rem;
	justify-content: center;
	list-style: none;
	margin: 2.5rem auto 3rem;
	max-width: 800px;
	padding: 0;
}
.usp-list li {
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	font-size: 1.1rem;
	font-weight: 500;
	gap: 0.75rem;
}
.wide {
	max-width: 1200px;
}
@media (max-width: 576px){
	.benefits .content-wrapper {
		padding: 2.5rem 2rem;
	}
	.cta-button {
		padding: 0.6rem 1.2rem;
	}
	.final-cta h2 {
		font-size: 1.8rem;
	}
	.hero .subheadline {
		font-size: 1rem;
	}
	.hero h1 {
		font-size: 2.2rem;
	}
	.hero height {
		auto padding: 8rem 0 5rem 0;
	}
	.primary-cta padding {
		0.8rem 1.8rem font-size: 1rem;
	}
	.section-title {
		font-size: 2rem;
	}
	.step-card,
	.benefits .content-wrapper,
	.demo-visual,
	.final-cta .cta-content,
	.key-point-card,
	.package-card,
	.how-it-works-cta {
		padding: 2rem 1.5rem;
	}
	.usp-list {
		align-items: center;
		flex-direction: column;
		gap: 1rem;
	}
}
@media (max-width: 768px){
	section {
		padding: 5rem 0;
	}
	.container {
		padding: 0 1.5rem;
	}
	.footer-bottom {
		justify-content: center;
	}
	.footer-content flex-direction {
		column align-items: center;
	}
	.hero h1 {
		font-size: 2.5rem;
	}
	.main-footer {
		text-align: center;
	}
	.main-header .container flex-direction {
		row gap: 1rem;
	}
}
@media (max-width: 992px){
	.hero .subheadline {
		font-size: 1.15rem;
	}
	.hero h1 {
		font-size: 3rem;
	}
	.key-points-grid {
		grid-template-columns: 1fr;
	}
	.packages-grid {
		grid-template-columns: 1fr;
	}
	.section-title {
		font-size: 2.2rem;
	}
	.steps-grid {
		grid-template-columns: 1fr;
	}
}