html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

:root {
	--gjs-t-color-primary: #6366f1;
	--gjs-t-color-secondary: #4f46e5;
	--gjs-t-color-accent: #f59e0b;
	--gjs-t-color-success: #10b981;
	--gjs-t-color-warning: #f59e0b;
	--gjs-t-color-error: #ef4444;
}

*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

html,
:host {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	text-decoration: underline dotted;
}

.gjs-t-body {
	background-color: inherit;
	color: inherit;
	font-size: 1rem;
	line-height: 1.75rem;
	font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

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

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

.gjs-t-h1 {
	color: var(--gjs-t-color-secondary);
	font-size: 1.5rem;
	line-height: 2.5rem;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

.gjs-t-h2 {
	color: #601843;
	font-size: 1.2rem;
	line-height: 1.75rem;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

.gjs-t-button {
	background-color: var(--gjs-t-color-primary);
	color: white;
	border-radius: 0.3rem;
}

button,
select {
	text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

.gjs-t-link {
	color: var(--gjs-t-color-primary);
	text-decoration: underline;
}

:-moz-focusring {
	outline: auto;
}

.gjs-t-border {
	border-radius: 0.3rem;
	border-color: #e0e0e0;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

.cls-2n25ld {
	background-color: rgb(249 250 251 / 1);
	color: rgb(17 24 39 / 1);

}

.container {
	width: 100%;
	margin: 0 auto;
}

.hero-section {
	position: relative;
	background-image: linear-gradient(to bottom right, #eef2ff, #fff, rgb(255 255 255 / 0));
	padding: 8rem 0 4rem 0;
}

.hero-container {
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
	width: 66%;
}

.hero-logo {
	color: black;
	text-align: center;
	margin: 0 auto;
	height: auto;
	width: 66%;
}

.coming-soon-badge {
	margin: 2rem 0 1rem 0;
}

.coming-soon-text {
	font-size: 14pt;
	/* color: #999; */
	color: rgba(254, 0, 130, 0.7);
}

.tagline {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 300;
	color: rgb(75 85 99 / 1);
	margin: 1rem auto 2rem;
	max-width: 42rem;
}

.cta-button {
	background-color: var(--gjs-t-color-primary);
	color: white;
	padding: 1rem 2rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	border-radius: 1rem;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
	text-decoration: none;
	display: inline-block;
}

.cta-button:hover {
	transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
	box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.features-section {
	background-color: rgb(255 255 255 / 1);
    border-top: 1px solid #eee;
}

.features-container {
	margin: 0 auto;
	padding: 0 1.5rem;
    width: 66%;
    margin: 0 auto;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
	gap: 3rem;
	padding: 50px;
}

.feature-item {
	text-align: center;
}

.feature-icon {
	width: 4rem;
	height: 4rem;
	margin: 0 auto 1.5rem;
	border-radius: 1rem;
	background-color: rgb(163, 247, 255);
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-placeholder {
	font-size: 1.5rem;
	line-height: 2rem;
	color: rgb(252, 137, 5);
}

.feature-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 300;
	margin-bottom: 0.75rem;
	color: rgb(31 41 55 / 1);
}

.feature-description {
	color: rgb(75 85 99 / 1);
	font-weight: 300;
	line-height: 1.625;
}

.how-it-works-section {
	width: 100%;
    padding-bottom: 4rem;
    border-top: 1px solid #eee;
}

.how-it-works-container {
	flex-basis: 100%;
}

.section-header {
	padding: 4rem 1rem 2rem 1rem;
	margin: 0 auto;
	font-size: 2rem;
}

.section-title {
	text-align: center;
	font-size: 2rem;
    font-weight: 600;
}

.how-it-works-content {
	width: 100%;
}

.how-it-works-steps {
	flex-basis: 100%;
}

.step-item {
	padding: 1rem 10px;
	text-align: center;
	width: 66%;
	margin: 0 auto;
    font-weight: 300;
    font-size: 1.25rem;
    color: #666;
}

.pricing-section {
	padding: 4rem 1rem 2rem 1rem;
	margin: 0 auto;
	font-size: 2rem;
    background: #fff;    
    border-top: 1px solid #eee;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 3rem;
    padding: 50px;
    width: 66%;
    margin: 0 auto;
}

.pricing-item {
    text-align: center;
}

.pricing-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    border-radius: 1rem;
    background-color: rgb(163, 247, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    margin-bottom: 0.75rem;
    color: rgb(31 41 55 / 1);
}

.pricing-description {
    color: rgb(75 85 99 / 1);
    font-weight: 300;
    line-height: 1.625;
    font-size: 1rem;
}

.pricing-info {
	padding: 1rem 10px;
	text-align: center;
	width: 66%;
	margin: 0 auto;
    font-size: 1rem;
}

.register-section {
	padding: 4rem 1rem 2rem 1rem;
	margin: 0 auto;
	font-size: 2rem;
    border-top: 1px solid #eee;
}

.form-container {
	width: 100%;
    margin-bottom: 6rem;    
    padding-top: 2rem;
}

.form-wrapper {
	flex-basis: 100%;
}

.contact-form {
	margin-bottom: 1rem;
}

.form-group {
	margin: 0 auto 1rem;
	width: 33%;
}

.form-label {
	font-size: 1.25rem;	
}

.form-input {
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 100%;
	font-size: 2rem;
	padding: 0.5rem;
    margin-top: 0.5rem;
}

.form-submit {
	width: 100%;
	margin-top: 1rem;
}

.footer {
	background-color: rgb(17 24 39 / 1);
	color: rgb(156 163 175 / 1);
	padding: 3rem 0;
}

.footer-container {
	margin: 0 auto;
	padding: 0 1.5rem;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
}

.copyright {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 300;
}

.footer-links {
	display: flex;
	gap: 2rem;
}

.footer-link {
	font-size: 0.875rem;
	line-height: 1.25rem;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.footer-link:hover {
	color: rgb(229 231 235 / 1);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
	.hero-section {
		padding: 6rem 0;
	}

	.tagline {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.features-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 2rem;
		padding: 2rem 1rem;
	}

	.pricing-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 2rem;
		padding: 2rem 1rem;
	}

	.footer-content {
		flex-direction: column;
		align-items: center;
	}

	.footer-links {
		gap: 1.5rem;
	}

	/* Content width adjustments */
	.step-item, .info-section {
		width: 90%;
	}

	/* Form adjustments */
	.form-group {
		width: 80%;
	}

	.form-container {
		margin-bottom: 6rem;
	}

	/* Input field sizing */
	.form-input {
		font-size: 1.5rem;
		padding: 0.75rem;
	}

	/* Button sizing */
	.form-submit {
		font-size: 1.125rem;
		padding: 1rem 2rem;
	}

	/* Text sizing */
	.form-label {
		font-size: 1.125rem;        
	}

	.coming-soon-text {
		font-size: 20pt;
	}

	.section-title {
		font-size: 1.75rem;
	}

	/* Logo sizing */
	.hero-logo {
		width: 66%;
		max-width: 66%;
	}
}

@media (max-width: 480px) {
	.hero-section {
		padding: 4rem 0;
	}

	/* Further content width adjustments */
	.step-item, .info-section {
		width: 95%;
		padding: 0.5rem;
	}

	/* Form adjustments for very small screens */
	.form-group {
		width: 95%;
	}

	.form-container {
		margin-bottom: 6rem;
	}

	/* Input field sizing for mobile */
	.form-input {
		font-size: 1.25rem;
		padding: 0.5rem;
	}

	/* Button sizing for mobile */
	.form-submit {
		font-size: 1rem;
		padding: 0.75rem 1.5rem;
	}

	/* Text sizing for mobile */
	.form-label {
		font-size: 1rem;
	}

	.coming-soon-text {
		font-size: 18pt;
	}

	.section-title {
		font-size: 1.5rem;
	}

	/* Logo sizing for mobile */
	.hero-logo {
		width: 66%;
		max-width: 66%;
	}

	/* Features grid padding for mobile */
	.features-grid {
		padding: 1rem 0.5rem;
	}

	.pricing-grid {
		padding: 1rem 0.5rem;
	}

	/* Footer adjustments */
	.footer-links {
		flex-direction: column;
		gap: 1rem;
		text-align: center;
	}
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
	.cta-button, .form-submit {
		min-height: 44px;
		min-width: 44px;
	}

	.footer-link {
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}