﻿
#newpage-button-80 {
	display: none;
}
#cms_root {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}
#cont-1103 {
	align-items: var(--col-align-items,inherit);
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}
#col-1212 {
	position: relative;
	overflow-x: hidden;
}
#col-1212 .bg-element {
	position: absolute;
	border-radius: 50%;
	opacity: 0.2;
	filter: blur(100px);
	pointer-events: none;
}
#col-1212 .bg-element-1 {
	top: 10%;
	left: -10%;
	width: 600px;
	height: 600px;
	background: var(--color-primary-400);
	animation: float-2 2s infinite alternate ease-in-out;
}
#col-1212 .bg-element-2 {
	bottom: 29%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: var(--color-primary-400);
	animation: float 2s infinite alternate-reverse ease-in-out;
}
#col-1123 {
	x-xxposition: relative;
	overflow-x: hidden;
}
#col-1123 .bg-element {
	position: absolute;
	border-radius: 50%;
	opacity: 0.2;
	filter: blur(100px);
	pointer-events: none;
}
#col-1123 .bg-element-1 {
	top: 10%;
	left: -10%;
	width: 600px;
	height: 600px;
	background: var(--color-primary-400);
	animation: float-2 2s infinite alternate ease-in-out;
}
#col-1123 .bg-element-2 {
	bottom: 29%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: var(--color-primary-400);
	animation: float 2s infinite alternate-reverse ease-in-out;
}
#col-1177 {
	background: var(--color-bg-light);
	border-radius: 24px;
	padding: 80px 60px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	width: 1200px;
	margin: 50px auto;
}
#col-1512 {
	background: var(--color-bg-light);
	border-radius: 24px;
	padding: 80px 60px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	width: 1200px;
	margin: 50px auto;
}
#html-1040 {
	position: relative;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--color-text-primary);
	overflow: hidden;
	margin: 0;
	--inline-input-bg-color: var(--bgcolor2);
	--inline-input-border-color: var(--bgcolor2);
	--inline-input-text-color: var(--color);
	--inline-input-placeholder-color: var(--locolor);
	--inline-input-button-color: var(--hicolor);
}
#html-1040 p {
	color: var(--color);
}
#html-1040 .bg-element {
	position: absolute;
	border-radius: 50%;
	opacity: 0.2;
	filter: blur(100px);
}
#html-1040 .bg-element-1 {
	top: -10%;
	left: -10%;
	width: 40%;
	height: 40%;
	background: var(--gradient-glow-purple);
	animation: float 25s infinite alternate ease-in-out;
}
#html-1040 .bg-element-2 {
	bottom: -15%;
	right: -10%;
	width: 60%;
	height: 60%;
	background: var(--gradient-glow-indigo);
	animation: float 30s infinite alternate-reverse ease-in-out;
}
#html-1040 .shape-container {
	position: relative;
	width: 300px;
	height: 300px;
	display: inline-block;
	margin-bottom: var(--space-2);
	-webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 90%);
	mask-repeat: no-repeat;
	mask-size: cover;
}
#html-1040 .shape-placeholder {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden;
}
#html-1040 .hero-content {
	text-align: center;
	max-width: 700px;
	padding: 0 var(--space-5);
	animation: fade-in 1.5s ease-out forwards;
}
#html-1040 .hero-title {
	font-size: 2.5rem;
	margin-block-end: var(--space-2);
	background: var(--gradient-text-light);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}
#html-1040 .hero-subtitle {
	font-size: 1rem;
	margin-block-end: var(--space-7);
}
#html-1040 .cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-3) var(--space-7);
	background: var(--gradient-primary);
	color: var(--color-text-primary);
	border: none;
	border-radius: var(--radius-md);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-semibold);
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
#html-1040 .cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(102, 0, 204, 0.4);
}
#html-1040 .elvira-dialog {
	background: var(--color-bg-dark-2);
	border-radius: var(--space-6);
	border: 1px solid rgba(148, 98, 249, 0.2);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
	padding: var(--space-6);
	width: 90%;
	max-width: 550px;
	margin: auto;
}
#html-1040 .elvira-dialog::backdrop {
	background-color: rgba(15, 15, 21, 0.75);
	backdrop-filter: blur(4px);
}
#html-1040 .elvira-dialog-content {
	position: relative;
}
#html-1040 .elvira-dialog-close {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 1.5rem;
	background: none;
	border: none;
	color: var(--color-text-secondary);
	cursor: pointer;
	transition: all 0.2s ease;
}
#html-1040 .elvira-dialog-close:hover {
	color: var(--color-text-primary);
	transform: scale(1.1);
}
#html-1040 .elvira-dialog h3 {
	font-size: 1.5rem;
	margin-bottom: var(--space-4);
	background: var(--gradient-text-light);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}
#html-1040 .elvira-test-options {
	display: flex;
	gap: var(--space-5);
	margin: var(--space-5) 0;
}
#html-1040 .elvira-test-option {
	flex: 1;
	background: var(--color-bg-card);
	border-radius: var(--radius-md);
	padding: var(--space-4);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: all 0.3s ease;
}
#html-1040 .elvira-test-option:hover {
	transform: translateY(-5px);
	border-color: rgba(148, 98, 249, 0.3);
	box-shadow: 0 10px 25px rgba(148, 98, 249, 0.1);
}
#html-1040 .option-icon {
	font-size: 2rem;
	margin-bottom: var(--space-3);
}
#html-1040 .elvira-test-option h4 {
	font-size: 1.1rem;
	margin-bottom: var(--space-2);
	color: var(--color-text-primary);
}
#html-1040 .elvira-test-option p {
	font-size: 0.9rem;
	color: var(--color-text-secondary);
	margin-bottom: var(--space-4);
	flex-grow: 1;
}
#html-1040 .elvira-option-button {
	display: inline-block;
	padding: var(--space-2) var(--space-4);
	background: var(--gradient-primary);
	color: var(--color-text-primary);
	border: none;
	border-radius: var(--radius-md);
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
}
#html-1040 .elvira-option-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(102, 0, 204, 0.3);
}
#html-1040 .elvira-beta-note {
	font-size: 0.8rem;
	color: var(--color-text-muted);
	text-align: center;
	margin-top: var(--space-4);
}
@media (max-width:800px) /* responsive */ {
	#col-1177 {
		padding-inline: 20px;
	}
	#col-1512 {
		padding-inline: 20px;
	}
}

@media (max-width: 768px) {
	#html-1040 .shape-container {
		width: 250px;
		height: 250px;
	}
	#html-1040 .hero-title {
		font-size: 2.5rem;
	}
	#html-1040 .hero-subtitle {
		font-size: 1rem;
	}
	#html-1040 .elvira-test-options {
		flex-direction: column;
	}
	#html-1040 .elvira-dialog {
		padding: var(--space-4);
	}
}

@media (max-width: 480px) {
	#html-1040 .shape-container {
		width: 200px;
		height: 200px;
	}
	#html-1040 .hero-title {
		font-size: 2rem;
	}
}
