@import url(fontawesome-all.min.css);

/*
	Hyperspace by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
		scroll-behavior: smooth;
		scroll-padding-top: 5.5em;
	}

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

	body {
		background: #000000;
		color: rgba(255, 255, 255, 0.9);
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
		font-size: 17px; /* Increased from 16px */
		line-height: 1.6;
		padding-top: 80px;
		position: relative;
		overflow-x: hidden;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

		/* Remove all decorative backgrounds - clean institutional aesthetic */
		.global-bg-web,
		.global-bg-glow,
		.global-bg-shard {
			display: none;
		}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type - Institutional Grade Typography System */

	body, input, select, textarea {
		color: rgba(255, 255, 255, 0.9);
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.6;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	/* Monospace for all data/numbers */
	td, th, .data-number, code, pre, .mono {
		font-family: 'JetBrains Mono', 'Courier New', monospace;
		font-variant-numeric: tabular-nums;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #5ac8fa;
		}

	strong, b {
		color: #5ac8fa;
		font-weight: bold;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: -0.02em;
		margin: 0 0 0.5em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 3.5rem;
		font-weight: 300;
		letter-spacing: -0.03em;
	}

		h1.major {
			margin: 0 0 1.3em 0;
			position: relative;
			padding-bottom: 0.35em;
		}

			h1.major:after {
				background-image: -moz-linear-gradient(to right, #5e42a6, #b74e91);
				background-image: -webkit-linear-gradient(to right, #5e42a6, #b74e91);
				background-image: -ms-linear-gradient(to right, #5e42a6, #b74e91);
				background-image: linear-gradient(to right, #5e42a6, #b74e91);
				-moz-transition: max-width 0.2s ease;
				-webkit-transition: max-width 0.2s ease;
				-ms-transition: max-width 0.2s ease;
				transition: max-width 0.2s ease;
				border-radius: 0.2em;
				bottom: 0;
				content: '';
				height: 0.05em;
				position: absolute;
				right: 0;
				width: 100%;
			}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.6em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2em;
		}

		h2 {
			font-size: 1.25em;
		}

		h3 {
			font-size: 1em;
		}

		h4 {
			font-size: 0.8em;
		}

		h5 {
			font-size: 0.6em;
		}

		h6 {
			font-size: 0.6em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.15);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.05);
		border-radius: 0.25em;
		border: solid 1px rgba(255, 255, 255, 0.15);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.15);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.375em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.375em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0.75em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.75em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

		.row {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.row > * {
				padding: 0 0 0 1.5em;
			}

			.row.gtr-uniform {
				margin-top: -1.5em;
			}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 2.25em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -2.25em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

/* Box */

	.box {
		border-radius: 0.25em;
		border: solid 1px rgba(255, 255, 255, 0.15);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease;
		-webkit-transition: border-color 0.2s ease;
		-ms-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease;
		background-color: transparent;
		border: solid 1px !important;
		border-color: #5ac8fa !important;
		border-radius: 3em;
		color: #5ac8fa !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.6em;
		font-weight: bold;
		height: calc(4.75em + 2px);
		letter-spacing: 0.25em;
		line-height: 4.75em;
		outline: 0;
		padding: 0 3.75em;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:after,
		input[type="reset"]:after,
		input[type="button"]:after,
		button:after,
		.button:after {
			-moz-transform: scale(0.25);
			-webkit-transform: scale(0.25);
			-ms-transform: scale(0.25);
			transform: scale(0.25);
			pointer-events: none;
			-moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
			-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
			-ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
			transition: opacity 0.2s ease, transform 0.2s ease;
			background: #5ac8fa;
			border-radius: 3em;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.75em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.4em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 0.8em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #5ac8fa;
			color: #000000 !important;
		}

			input[type="submit"].primary:after,
			input[type="reset"].primary:after,
			input[type="button"].primary:after,
			button.primary:after,
			.button.primary:after {
				display: none;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			cursor: default;
			opacity: 0.5;
			pointer-events: none;
		}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: rgba(255, 255, 255, 0.55) !important;
		}

			input[type="submit"]:hover:after,
			input[type="reset"]:hover:after,
			input[type="button"]:hover:after,
			button:hover:after,
			.button:hover:after {
				opacity: 0.05;
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
			}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				border-color: #ffffff !important;
			}

				input[type="submit"]:hover:active:after,
				input[type="reset"]:hover:active:after,
				input[type="button"]:hover:active:after,
				button:hover:active:after,
				.button:hover:active:after {
					opacity: 0.1;
				}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-radius: 0.25em;
		border: solid 1px rgba(255, 255, 255, 0.15);
		background: rgba(255, 255, 255, 0.05);
		margin: 0 0 2em 0;
	}

		.features section {
			padding: 3.5em 3em 1em 7em ;
			width: 50%;
			border-top: solid 1px rgba(255, 255, 255, 0.15);
			position: relative;
		}

			.features section:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.features section:nth-child(2n) {
				border-left: solid 1px rgba(255, 255, 255, 0.15);
			}

			.features section .icon {
				-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
				-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease;
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
				position: absolute;
				left: 3em;
				top: 3em;
				opacity: 1;
			}

			.features section:nth-child(1) .icon {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.features section:nth-child(2) .icon {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.features section:nth-child(3) .icon {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.features section:nth-child(4) .icon {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.features section:nth-child(5) .icon {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.features section:nth-child(6) .icon {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.features section:nth-child(7) .icon {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.features section:nth-child(8) .icon {
				-moz-transition-delay: 1.2s;
				-webkit-transition-delay: 1.2s;
				-ms-transition-delay: 1.2s;
				transition-delay: 1.2s;
			}

			.features section:nth-child(9) .icon {
				-moz-transition-delay: 1.35s;
				-webkit-transition-delay: 1.35s;
				-ms-transition-delay: 1.35s;
				transition-delay: 1.35s;
			}

			.features section:nth-child(10) .icon {
				-moz-transition-delay: 1.5s;
				-webkit-transition-delay: 1.5s;
				-ms-transition-delay: 1.5s;
				transition-delay: 1.5s;
			}

			.features section:nth-child(11) .icon {
				-moz-transition-delay: 1.65s;
				-webkit-transition-delay: 1.65s;
				-ms-transition-delay: 1.65s;
				transition-delay: 1.65s;
			}

			.features section:nth-child(12) .icon {
				-moz-transition-delay: 1.8s;
				-webkit-transition-delay: 1.8s;
				-ms-transition-delay: 1.8s;
				transition-delay: 1.8s;
			}

			.features section:nth-child(13) .icon {
				-moz-transition-delay: 1.95s;
				-webkit-transition-delay: 1.95s;
				-ms-transition-delay: 1.95s;
				transition-delay: 1.95s;
			}

			.features section:nth-child(14) .icon {
				-moz-transition-delay: 2.1s;
				-webkit-transition-delay: 2.1s;
				-ms-transition-delay: 2.1s;
				transition-delay: 2.1s;
			}

			.features section:nth-child(15) .icon {
				-moz-transition-delay: 2.25s;
				-webkit-transition-delay: 2.25s;
				-ms-transition-delay: 2.25s;
				transition-delay: 2.25s;
			}

			.features section:nth-child(16) .icon {
				-moz-transition-delay: 2.4s;
				-webkit-transition-delay: 2.4s;
				-ms-transition-delay: 2.4s;
				transition-delay: 2.4s;
			}

			.features section:nth-child(17) .icon {
				-moz-transition-delay: 2.55s;
				-webkit-transition-delay: 2.55s;
				-ms-transition-delay: 2.55s;
				transition-delay: 2.55s;
			}

			.features section:nth-child(18) .icon {
				-moz-transition-delay: 2.7s;
				-webkit-transition-delay: 2.7s;
				-ms-transition-delay: 2.7s;
				transition-delay: 2.7s;
			}

			.features section:nth-child(19) .icon {
				-moz-transition-delay: 2.85s;
				-webkit-transition-delay: 2.85s;
				-ms-transition-delay: 2.85s;
				transition-delay: 2.85s;
			}

			.features section:nth-child(20) .icon {
				-moz-transition-delay: 3s;
				-webkit-transition-delay: 3s;
				-ms-transition-delay: 3s;
				transition-delay: 3s;
			}

		.features.inactive section .icon {
			-moz-transform: scale(0.5);
			-webkit-transform: scale(0.5);
			-ms-transform: scale(0.5);
			transform: scale(0.5);
			opacity: 0;
		}

		@media screen and (max-width: 980px) {

			.features {
				display: block;
			}

				.features section {
					border-top-width: 1px !important;
					border-left-width: 0 !important;
					width: 100%;
				}

					.features section:first-child {
						border-top-width: 0 !important;
					}

		}

		@media screen and (max-width: 736px) {

			.features section {
				padding: 2.5em 1.5em 0.1em 5.5em ;
			}

				.features section .icon {
					left: 1.5em;
					top: 2em;
				}

		}

		@media screen and (max-width: 480px) {

			.features section {
				padding: 2em 1.5em 0.1em 1.5em ;
			}

				.features section .icon {
					left: 0;
					position: relative;
					top: 0;
				}

		}

/* Form */

	form {
		margin: 0 auto 2em auto;
    	max-width: 600px;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			padding: 1.5em 0 0 1.5em;
			width: calc(100% - 1.5em);
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(100% - 1.5em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 0;
    				width: 100%;
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		color: #ffffff;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
		display: block;
		font-size: 1.1em;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 0.25em;
		border: none;
		border: solid 1px rgba(255, 255, 255, 0.15);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}
		
		/* Override for terminal prompt input - must come after general input rules */
		input[type="text"].prompt-input,
		.prompt-input {
			background: transparent !important;
			border: none !important;
			border-radius: 0 !important;
			box-shadow: none !important;
			padding: 0 !important;
			margin: 0 !important;
			outline: none !important;
		}
		
		input[type="text"].prompt-input:focus,
		.prompt-input:focus {
			border: none !important;
			box-shadow: none !important;
			background: transparent !important;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.15)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #312450;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

		body.is-ie textarea {
			min-height: 10em;
		}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: rgba(255, 255, 255, 0.55);
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: normal;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.05);
				border-radius: 0.25em;
				border: solid 1px rgba(255, 255, 255, 0.15);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #ffffff;
			color: #b74e91;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	input[type="checkbox"] + label:before {
		border-radius: 0.25em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.35) !important;
		opacity: 1.0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.major {
			width: 2.5em;
			height: 2.5em;
			display: block;
			background: #ffffff;
			border-radius: 100%;
			color: #312450;
			text-align: center;
			line-height: 2.5em;
			margin: 0 0 1.3em 0;
		}

			.icon.major:before {
				font-size: 1.25em;
			}

				.wrapper.style1 .icon.major:before {
					color: #5e42a6;
				}

				.wrapper.style1-alt .icon.major:before {
					color: #493382;
				}

				.wrapper.style2 .icon.major:before {
					color: #5052b5;
				}

				.wrapper.style2-alt .icon.major:before {
					color: #3e4094;
				}

				.wrapper.style3 .icon.major:before {
					color: #b74e91;
				}

				.wrapper.style3-alt .icon.major:before {
					color: #953d75;
				}

/* Use Cases Grid */

	.use-cases-grid {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		gap: 2em;
		margin: 2em 0 0 0;
	}

		.use-case-card {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			min-width: 250px;
			padding: 2em;
			border-radius: 0.25em;
			background: rgba(255, 255, 255, 0.05);
			border: solid 1px rgba(255, 255, 255, 0.15);
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
			text-align: center;
		}

			.use-case-card:hover {
				-moz-transform: translateY(-5px);
				-webkit-transform: translateY(-5px);
				-ms-transform: translateY(-5px);
				transform: translateY(-5px);
				box-shadow: 0 10px 30px rgba(90, 200, 250, 0.3);
				border-color: #5ac8fa;
			}

			.use-case-card .card-header {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				margin-bottom: 1.5em;
			}

				.use-case-card .card-header .icon.major {
					background: #ffffff;
					border-radius: 100%;
					width: 4em;
					height: 4em;
					line-height: 4em;
					margin: 0 0 1em 0;
				}

					.use-case-card .card-header .icon.major:before {
						color: #5ac8fa;
						font-size: 1.5em;
					}

				.use-case-card .card-header h3 {
					color: #5ac8fa;
					font-size: 1.5em;
					margin: 0;
					font-weight: bold;
				}

			.use-case-card p {
				color: rgba(255, 255, 255, 0.9);
				margin: 0;
				line-height: 1.75;
			}

		@media screen and (max-width: 980px) {

			.use-cases-grid {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.use-case-card {
					width: 100%;
					min-width: auto;
				}

		}

/* Developer Features */

	.developer-features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		gap: 2em;
		margin: 2em 0 0 0;
	}

		.developer-feature {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			min-width: 280px;
			padding: 2em;
			border-radius: 0.25em;
			background: rgba(255, 255, 255, 0.05);
			border: solid 1px rgba(255, 255, 255, 0.15);
		}

			.developer-feature-header {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				margin-bottom: 1.5em;
				gap: 1em;
			}

				.developer-feature-header .icon.major {
					background: #ffffff;
					border-radius: 100%;
					width: 3em;
					height: 3em;
					line-height: 3em;
					margin: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
				}

					.developer-feature-header .icon.major:before {
						color: #5ac8fa;
						font-size: 1.25em;
					}

				.developer-feature-header h3 {
					color: #5ac8fa;
					font-size: 1.5em;
					margin: 0;
					font-weight: bold;
				}

			.developer-feature p {
				color: rgba(255, 255, 255, 0.9);
				margin: 0 0 1.5em 0;
				line-height: 1.75;
			}

			.developer-feature .code-snippet {
				background: rgba(0, 0, 0, 0.3);
				border-radius: 0.25em;
				border: solid 1px rgba(255, 255, 255, 0.15);
				padding: 1.5em;
				margin: 0;
				overflow-x: auto;
			}

				.developer-feature .code-snippet pre {
					margin: 0;
					font-family: "Courier New", monospace;
					font-size: 0.85em;
					line-height: 1.75;
				}

					.developer-feature .code-snippet pre code {
						background: transparent;
						border: none;
						border-radius: 0;
						color: rgba(255, 255, 255, 0.9);
						display: block;
						margin: 0;
						padding: 0;
						font-family: "Courier New", monospace;
						white-space: pre;
					}

		@media screen and (max-width: 980px) {

			.developer-features {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.developer-feature {
					width: 100%;
					min-width: auto;
				}

		}

/* Image */

	.image {
		border-radius: 0.25em;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 0.25em;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.15);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: bold;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Contact */

	ul.contact {
		list-style: none;
		padding: 0;
	}

		ul.contact > li {
			padding: 0;
			margin: 1.5em 0 0 0;
		}

			ul.contact > li:first-child {
				margin-top: 0;
			}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li > a, ul.icons li > span {
				border: 0;
			}

				ul.icons li > a .label, ul.icons li > span .label {
					display: none;
				}

/* Menu */

	ul.menu {
		list-style: none;
		padding: 0;
	}

		ul.menu > li {
			border-left: solid 1px rgba(255, 255, 255, 0.15);
			display: inline-block;
			line-height: 1;
			margin-left: 1.5em;
			padding: 0 0 0 1.5em;
		}

			ul.menu > li:first-child {
				border-left: 0;
				margin: 0;
				padding-left: 0;
			}

		@media screen and (max-width: 480px) {

			ul.menu > li {
				border-left: 0;
				display: block;
				line-height: inherit;
				margin: 0.5em 0 0 0;
				padding-left: 0;
			}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: rgba(255, 255, 255, 0.35);
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

/* Split */

	.split {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.split > * {
			width: calc(50% - 2.5em);
		}

		.split > :nth-child(2n - 1) {
			padding-right: 2.5em;
			border-right: solid 1px rgba(255, 255, 255, 0.15);
		}

		.split > :nth-child(2n) {
			padding-left: 2.5em;
		}

		.split.style1 > :nth-child(2n - 1) {
			width: calc(66.66666% - 2.5em);
		}

		.split.style1 > :nth-child(2n) {
			width: calc(33.33333% - 2.5em);
		}

		@media screen and (max-width: 1680px) {

			.split > * {
				width: calc(50% - 2em);
			}

			.split > :nth-child(2n - 1) {
				padding-right: 2em;
			}

			.split > :nth-child(2n) {
				padding-left: 2em;
			}

			.split.style1 > :nth-child(2n - 1) {
				width: calc(66.66666% - 2em);
			}

			.split.style1 > :nth-child(2n) {
				width: calc(33.33333% - 2em);
			}

		}

		@media screen and (max-width: 980px) {

			.split {
				display: block;
			}

				.split > * {
					border-top: solid 1px rgba(255, 255, 255, 0.15);
					margin: 4em 0 0 0;
					padding: 4em 0 0 0;
					width: 100% !important;
				}

				.split > :nth-child(2n - 1) {
					border-right: 0;
					padding-right: 0;
				}

				.split > :nth-child(2n) {
					padding-left: 0;
				}

				.split > :first-child {
					border-top: 0;
					margin-top: 0;
					padding-top: 0;
				}

		}

		@media screen and (max-width: 736px) {

			.split > * {
				margin: 3em 0 0 0;
				padding: 3em 0 0 0;
			}

		}

/* Spotlights */

	.spotlights > section {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 22.5em;
	}

		body.is-ie .spotlights > section {
			min-height: 0;
		}

		.spotlights > section > .image {
			background-position: center center;
			background-size: cover;
			border-radius: 0;
			display: block;
			position: relative;
			width: 25em;
		}

			.spotlights > section > .image img {
				border-radius: 0;
				display: block;
			}

			.spotlights > section > .image:before {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				background: rgba(49, 36, 80, 0.9);
				content: '';
				display: block;
				height: 100%;
				left: 0;
				opacity: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

		.spotlights > section > .content {
			padding: 4em 5em 2em 5em ;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 50em;
			-ms-flex: 1;
		}

			.spotlights > section > .content > .inner {
				-moz-transform: translateX(0) translateY(0);
				-webkit-transform: translateX(0) translateY(0);
				-ms-transform: translateX(0) translateY(0);
				transform: translateX(0) translateY(0);
				-moz-transition: opacity 1s ease, -moz-transform 1s ease;
				-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
				-ms-transition: opacity 1s ease, -ms-transform 1s ease;
				transition: opacity 1s ease, transform 1s ease;
				opacity: 1;
			}

		/* Mission section - add left margin to image */
		.spotlights > section:nth-child(1) > .image {
			margin-left: 9em;
		}

		.spotlights > section:nth-child(2) {
			background-color: rgba(0, 0, 0, 0.05);
		}

			/* Swap image and content order for "Our Approach" section */
			.spotlights > section:nth-child(2) > .image {
				-moz-order: 2;
				-webkit-order: 2;
				-ms-order: 2;
				order: 2;
				margin-right: 2em;
			}

			.spotlights > section:nth-child(2) > .content {
				-moz-order: 1;
				-webkit-order: 1;
				-ms-order: 1;
				order: 1;
			}

		.spotlights > section:nth-child(3) {
			background-color: rgba(0, 0, 0, 0.1);
		}

		.spotlights > section.inactive > .image:before,
		body.is-preload .spotlights > section > .image:before {
			opacity: 1;
		}

		.spotlights > section.inactive > .content > .inner,
		body.is-preload .spotlights > section > .content > .inner {
			-moz-transform: translateX(-1em);
			-webkit-transform: translateX(-1em);
			-ms-transform: translateX(-1em);
			transform: translateX(-1em);
			opacity: 0;
		}

		@media screen and (max-width: 1680px) {

			.spotlights > section > .content {
				padding: 4em 4em 2em 4em ;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlights > section {
				display: block;
			}

				.spotlights > section > .image {
					width: 100%;
					height: 50vh;
				}

				.spotlights > section > .content {
					width: 100%;
				}

				.spotlights > section.inactive > .content > .inner,
				body.is-preload .spotlights > section > .content > .inner {
					-moz-transform: translateY(1em);
					-webkit-transform: translateY(1em);
					-ms-transform: translateY(1em);
					transform: translateY(1em);
				}

		}

		@media screen and (max-width: 736px) {

			.spotlights > section {
				margin-left: 0;
				margin-right: 0;
				padding-left: 0;
				padding-right: 0;
			}

			.spotlights > section > .image {
				height: 50vh;
				min-height: 15em;
				margin-left: 0 !important;
				margin-right: 0;
				width: 100%;
			}

			.spotlights > section:nth-child(1) > .image {
				margin-left: 0 !important;
				margin-right: 0;
				width: 100%;
			}

			.spotlights > section > .content {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.15);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.05);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 1em;
			font-weight: bold;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(255, 255, 255, 0.15);
		}

		table tfoot {
			border-top: solid 2px rgba(255, 255, 255, 0.15);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.15);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	/* Delphi Dashboard Table */
		/* Bloomberg Terminal Style Table */
		.delphi-dashboard {
			background: #000000;
			border: 1px solid #1a1a1a;
			border-radius: 12px;
			overflow: hidden;
			font-family: 'JetBrains Mono', 'Courier New', monospace;
			font-size: 0.875rem;
			border-collapse: separate;
			border-spacing: 0;
			width: 100%;
		}

			.delphi-dashboard thead {
				background: #000000;
				border-bottom: 1px solid #1a1a1a;
			}

				.delphi-dashboard thead th {
					color: rgba(255, 255, 255, 0.9);
					font-weight: 500;
					text-transform: none;
					letter-spacing: -0.01em;
					padding: 1rem 1.5rem;
					text-align: left;
					border-right: none;
					font-family: 'Inter', sans-serif;
					font-size: 0.75rem;
					text-transform: uppercase;
					letter-spacing: 0.05em;
				}

			.delphi-dashboard tbody tr {
				border-bottom: 1px solid #1a1a1a;
				transition: background-color 0.15s ease;
			}

				.delphi-dashboard tbody tr:hover {
					background-color: rgba(0, 212, 255, 0.05);
				}

				.delphi-dashboard tbody tr:last-child {
					border-bottom: none;
				}

			.delphi-dashboard td {
				padding: 1rem 1.5rem;
				color: rgba(255, 255, 255, 0.9);
				border-right: none;
				font-family: 'JetBrains Mono', 'Courier New', monospace;
				font-variant-numeric: tabular-nums;
			}

				/* Market Name */
				.delphi-dashboard td:nth-child(1) {
					color: rgba(255, 255, 255, 0.9);
					font-weight: 400;
				}

				/* Probability - pulse animation for live data */
				.delphi-dashboard td:nth-child(2) {
					color: #00d4ff;
					font-weight: 500;
					animation: pulse-data 2s ease-in-out infinite;
				}

				/* Volume */
				.delphi-dashboard td:nth-child(3) {
					color: rgba(255, 255, 255, 0.8);
					font-weight: 400;
				}

				/* Timestamp */
				.delphi-dashboard td:nth-child(4) {
					color: rgba(255, 255, 255, 0.6);
					font-size: 0.8125rem;
				}

		@keyframes pulse-data {
			0%, 100% { opacity: 1; }
			50% { opacity: 0.7; }
		}

		.terminal-cursor {
			display: inline-block;
			width: 0.5em;
			height: 1em;
			background-color: #5ac8fa;
			margin-left: 0.25em;
			-moz-animation: blink 1s infinite;
			-webkit-animation: blink 1s infinite;
			-ms-animation: blink 1s infinite;
			animation: blink 1s infinite;
			vertical-align: middle;
		}

		@-moz-keyframes blink {
			0%, 50% { opacity: 1; }
			51%, 100% { opacity: 0; }
		}

		@-webkit-keyframes blink {
			0%, 50% { opacity: 1; }
			51%, 100% { opacity: 0; }
		}

		@-ms-keyframes blink {
			0%, 50% { opacity: 1; }
			51%, 100% { opacity: 0; }
		}

		@keyframes blink {
			0%, 50% { opacity: 1; }
			51%, 100% { opacity: 0; }
		}

		@media screen and (max-width: 736px) {
			.delphi-dashboard {
				font-size: 0.8em;
			}

				.delphi-dashboard thead th,
				.delphi-dashboard td {
					padding: 0.6em 0.5em;
				}
		}

/* Metrics */

	.metrics-grid {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-around;
		-webkit-justify-content: space-around;
		-ms-justify-content: space-around;
		justify-content: space-around;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		gap: 2em;
		margin: 3em 0 0 0;
	}

		.metric-item {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			min-width: 200px;
			text-align: center;
			padding: 2em 1.5em;
			border-radius: 0.25em;
			background: rgba(255, 255, 255, 0.03);
			border: solid 1px rgba(255, 255, 255, 0.1);
			-moz-transition: background-color 0.3s ease, border-color 0.3s ease, -moz-transform 0.3s ease;
			-webkit-transition: background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
			-ms-transition: background-color 0.3s ease, border-color 0.3s ease, -ms-transform 0.3s ease;
			transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
		}

			.metric-item:hover {
				background: rgba(90, 200, 250, 0.05);
				border-color: rgba(90, 200, 250, 0.2);
				-moz-transform: translateY(-0.25em);
				-webkit-transform: translateY(-0.25em);
				-ms-transform: translateY(-0.25em);
				transform: translateY(-0.25em);
			}

			.metric-item .icon {
				display: block;
				margin: 0 auto 1em auto;
				font-size: 2.5em;
				color: #5ac8fa;
				opacity: 0.9;
			}

			.metric-number {
				font-size: 3em;
				font-weight: bold;
				color: #5ac8fa;
				line-height: 1.2;
				margin: 0.5em 0;
			}

			.metric-label {
				font-size: 1em;
				color: rgba(255, 255, 255, 0.8);
				text-transform: uppercase;
				letter-spacing: 0.1em;
				margin-top: 0.5em;
			}

		@media screen and (max-width: 980px) {
			.metrics-grid {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				gap: 1.5em;
			}

				.metric-item {
					min-width: auto;
					width: 100%;
				}
		}

		@media screen and (max-width: 736px) {
			.metric-number {
				font-size: 2.5em;
			}

			.metric-item .icon {
				font-size: 2em;
			}
		}

/* Wrapper */

	.wrapper {
		position: relative;
	}

		/* Bento Box Grid Layout - Institutional Grade */
		.wrapper > .inner {
			padding: 6rem 5rem;
			max-width: 1400px;
			width: 100%;
			margin: 0 auto;
			position: relative;
			z-index: 1;
		}

		/* Bento Grid Container */
		.bento-grid {
			display: grid;
			grid-template-columns: repeat(12, 1fr);
			gap: 1.5rem;
			margin: 4rem 0;
		}

		.bento-item {
			background: #000000;
			border: 1px solid #1a1a1a;
			border-radius: 16px;
			padding: 2.5rem;
			transition: border-color 0.2s ease, box-shadow 0.2s ease;
		}

		.bento-item:hover {
			border-color: rgba(26, 26, 26, 0.8);
			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
		}

		/* Bento Grid Variants */
		.bento-item-6 {
			grid-column: span 6;
		}

		.bento-item-4 {
			grid-column: span 4;
		}

		.bento-item-3 {
			grid-column: span 3;
		}

		.bento-item-8 {
			grid-column: span 8;
		}

		.bento-item-full {
			grid-column: span 12;
		}

		@media screen and (max-width: 980px) {
			.bento-grid {
				grid-template-columns: repeat(6, 1fr);
				gap: 1rem;
			}

			.bento-item-6,
			.bento-item-8 {
				grid-column: span 6;
			}

			.bento-item-4 {
				grid-column: span 3;
			}

			.bento-item-3 {
				grid-column: span 2;
			}
		}

		@media screen and (max-width: 480px) {
			.wrapper > .inner {
				padding: 4rem 2rem;
			}

			.bento-grid {
				grid-template-columns: 1fr;
			}

			.bento-item,
			.bento-item-6,
			.bento-item-4,
			.bento-item-3,
			.bento-item-8,
			.bento-item-full {
				grid-column: span 1;
			}
		}

			@media screen and (max-width: 1280px) {
				.wrapper > .inner {
					padding: 5rem 4rem;
					max-width: 100%;
				}
			}

			@media screen and (max-width: 736px) {
				.wrapper > .inner {
					padding: 4rem 2rem;
				}
			}

		.wrapper.alt {
			background-color: #000000;
		}

		.wrapper.style1 {
			background-color: transparent;
		}

		.wrapper.style1-alt {
			background-color: transparent;
		}

		.wrapper.style2 {
			background-color: transparent;
		}

		.wrapper.style2-alt {
			background-color: transparent;
		}

		.wrapper.style3 {
			background-color: transparent;
		}

		.wrapper.style3-alt {
			background-color: transparent;
		}

		.wrapper.fullscreen {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			min-height: 100vh;
		}

			body.is-ie .wrapper.fullscreen {
				height: 100vh;
			}

			@media screen and (max-width: 1280px) {

				.wrapper.fullscreen {
					min-height: calc(100vh - 2.5em);
				}

					body.is-ie .wrapper.fullscreen {
						height: calc(100vh - 2.5em);
					}

			}

			@media screen and (max-width: 736px) {

				.wrapper.fullscreen {
					padding: 2em 0;
					min-height: 0;
				}

					body.is-ie .wrapper.fullscreen {
						height: auto;
					}

			}

		.wrapper.fade-up > .inner {
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			-moz-transition: opacity 1s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 1s ease, -ms-transform 1s ease;
			transition: opacity 1s ease, transform 1s ease;
			opacity: 1.0;
		}

		.wrapper.fade-up.inactive > .inner,
		body.is-preload .wrapper.fade-up > .inner {
			opacity: 0;
			-moz-transform: translateY(1em);
			-webkit-transform: translateY(1em);
			-ms-transform: translateY(1em);
			transform: translateY(1em);
		}

/* Reveal animations (IntersectionObserver-driven) */

		.reveal {
			opacity: 0;
			-moz-transform: translateY(1.25em);
			-webkit-transform: translateY(1.25em);
			-ms-transform: translateY(1.25em);
			transform: translateY(1.25em);
			-moz-transition: opacity 0.8s ease, -moz-transform 0.8s ease;
			-webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
			-ms-transition: opacity 0.8s ease, -ms-transform 0.8s ease;
			transition: opacity 0.8s ease, transform 0.8s ease;
		}

		.reveal.reveal-visible {
			opacity: 1;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}

		.reveal-delay-1 {
			transition-delay: 0.08s;
		}

		.reveal-delay-2 {
			transition-delay: 0.16s;
		}

		.reveal-delay-3 {
			transition-delay: 0.24s;
		}

		.wrapper.fade-down > .inner {
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			-moz-transition: opacity 1s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 1s ease, -ms-transform 1s ease;
			transition: opacity 1s ease, transform 1s ease;
			opacity: 1.0;
		}

		.wrapper.fade-down.inactive > .inner,
		body.is-preload .wrapper.fade-down > .inner {
			opacity: 0;
			-moz-transform: translateY(-1em);
			-webkit-transform: translateY(-1em);
			-ms-transform: translateY(-1em);
			transform: translateY(-1em);
		}

		.wrapper.fade > .inner {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1.0;
		}

		.wrapper.fade.inactive > .inner,
		body.is-preload .wrapper.fade > .inner {
			opacity: 0;
		}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		background-color: #5e42a6;
		cursor: default;
		padding: 1.75em 2em;
	}

		#header > .title {
			border: 0;
			color: #ffffff;
			display: block;
			font-size: 1.25em;
			font-weight: bold;
		}

		#header > nav {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			text-align: right;
		}

			#header > nav > ul {
				margin: 0;
				padding: 0;
			}

				#header > nav > ul > li {
					display: inline-block;
					margin-left: 1.75em;
					padding: 0;
					vertical-align: middle;
				}

					#header > nav > ul > li:first-child {
						margin-left: 0;
					}

					#header > nav > ul > li a {
						border: 0;
						color: #5ac8fa;
						display: inline-block;
						font-size: 0.6em;
						font-weight: bold;
						letter-spacing: 0.25em;
						text-transform: uppercase;
					}

						#header > nav > ul > li a:hover {
							color: rgba(255, 255, 255, 0.55);
						}

						#header > nav > ul > li a.active {
							color: #ffffff;
						}

		@media screen and (max-width: 736px) {

			#header {
				padding: 1em 2em;
			}

		}

		@media screen and (max-width: 480px) {

			#header {
				display: block;
				padding: 0 2em;
				text-align: left;
			}

				#header .title {
					font-size: 1.25em;
					padding: 1em 0;
				}

				#header > nav {
					border-top: solid 1px rgba(255, 255, 255, 0.15);
					text-align: inherit;
				}

					#header > nav > ul > li {
						margin-left: 1.5em;
					}

						#header > nav > ul > li a {
							height: 6em;
							line-height: 6em;
						}

		}

/* Product Header */

/* Institutional Navigation - Glassmorphism */
#product-header {
    display: flex;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(26, 26, 26, 0.8);
    cursor: default;
    padding: 1.25em 5em;
    position: fixed; /* Sticky header - always at top when scrolling */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}

	/* Hide mobile menu button on desktop */
	.mobile-menu-toggle {
		display: none;
	}

		#product-header .header-inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			width: 100%;
			max-width: 75em;
			margin: 0 auto;
		}

		#product-header .header-brand {
			border: 0;
			color: #ffffff;
			display: block;
			font-size: 1.25em;
			font-weight: bold;
		}

			#product-header .header-brand a {
				border: 0;
				color: #ffffff;
				text-decoration: none;
				display: block;
			}

			#product-header .header-brand img {
				height: 5rem; /* Increased from 3rem - even bigger logo */
				width: auto;
				display: block;
			}

		#product-header .header-nav {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

		#product-header .header-nav > ul,
		#product-header .header-nav > .nav-menu {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			list-style: none;
			margin: 0;
			padding: 0;
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-column-gap: 3em;
			-webkit-column-gap: 3em;
			-ms-column-gap: 3em;
			column-gap: 3em;
			gap: 3em;
		}

				#product-header .header-nav > ul > li,
				#product-header .header-nav > .nav-menu > li {
					display: inline-block;
					padding: 0;
					vertical-align: middle;
				}

					#product-header .header-nav > ul > li a,
					#product-header .header-nav > .nav-menu > li a {
						border: 0;
						color: rgba(255, 255, 255, 0.9);
						display: inline-block;
						font-size: 0.875rem;
						font-weight: 500;
						letter-spacing: -0.01em;
						text-transform: none;
						text-decoration: none;
						padding: 0.5em 1em;
						border-radius: 8px;
						-moz-transition: color 0.2s ease, background-color 0.2s ease;
						-webkit-transition: color 0.2s ease, background-color 0.2s ease;
						-ms-transition: color 0.2s ease, background-color 0.2s ease;
						transition: color 0.2s ease, background-color 0.2s ease;
					}

						#product-header .header-nav > ul > li a:hover,
						#product-header .header-nav > .nav-menu > li a:hover {
							color: #ffffff;
							background: rgba(255, 255, 255, 0.05);
						}

						#product-header .header-nav > ul > li a.active,
						#product-header .header-nav > .nav-menu > li a.active {
							color: #00d4ff;
							background: rgba(0, 212, 255, 0.1);
						}

			#product-header .header-nav > .button {
				margin-left: auto;
			}

			#product-header .header-nav > .button.mobile-contact-btn {
				color: #ffffff !important;
			}

		@media screen and (max-width: 736px) {

			#product-header {
				padding: 1.5rem 1.5rem; /* Increased padding for more substantial header */
				min-height: 80px; /* Ensure header has minimum height for comfortable tapping */
			}
			
			/* Ensure header-inner has adequate vertical spacing */
			#product-header .header-inner {
				min-height: 50px; /* Ensure inner container has adequate height */
			}
			
			/* Increase logo size on mobile */
			#product-header .header-brand img {
				height: 3rem; /* Increased from 5rem for better mobile proportion */
				width: auto;
				display: block;
			}
			
			/* Ensure contact button has adequate space */
			#product-header .header-nav > .mobile-contact-btn,
			#product-header .header-nav > .button.mobile-contact-btn {
				padding: 0.75em 1.25em; /* Increased vertical padding for better tapping */
				font-size: 0.7em;
				height: auto;
				line-height: 1.5;
				border-radius: 2em;
				white-space: nowrap; /* Prevent text wrapping */
				overflow: visible; /* Ensure text isn't clipped */
				min-width: fit-content; /* Ensure button has enough width */
			}

		}

		@media screen and (max-width: 480px) {

			#product-header {
				padding: 0.75em 1.25em;
			}

			/* Ensure header-inner maintains space-between layout */
			#product-header .header-inner {
				display: flex;
        		justify-content: space-between;
       			align-items: center;
        		position: relative;
			}

			/* Menu button - tight/compact pill */
			.mobile-menu-toggle {
				order: 1;
				padding: 0.5em 1em;
				font-size: 0.65em;
				flex-shrink: 0;
				background: transparent;
				border: solid 1px rgba(90, 200, 250, 0.5);
				border-radius: 2em;
				color: #5ac8fa;
				height: auto;
				line-height: 1.2;
			}

			/* DELPHI stays centered */
			#product-header .header-brand {
				order: 2;
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
			}

			/* Contact button - tight/compact pill, positioned on right */
			#product-header .header-nav {
				order: 3;
        		flex-shrink: 0;
				margin-right: auto;
    			position: absolute;
    			right: 0;
			}

			#product-header .header-nav > .mobile-contact-btn {
				padding: 0.5em 1em;
				font-size: 0.65em;
				height: auto;
				line-height: 1.2;
				border-radius: 2em;
			}

		}

/* Wrapper (main) */

	#sidebar + #wrapper {
		margin-left: 0 !important;
		background: transparent;
		position: relative;
		z-index: 1;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	/* Ensure intro section is centered in viewport */
	#wrapper #intro {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		position: relative;
		left: 0 !important;
		right: 0 !important;
	}

		@media screen and (max-width: 1280px) {

			#sidebar + #wrapper {
				margin-left: 0;
				padding-top: 3.5em;
			}

		}

		@media screen and (max-width: 736px) {

			#sidebar + #wrapper {
				padding-top: 0;
			}

		}

	#header + #wrapper > .wrapper > .inner {
		margin: 0 auto;
	}

/* Footer */

	#sidebar + #wrapper + #footer {
		margin-left: 0;
	}

		@media screen and (max-width: 1280px) {

			#sidebar + #wrapper + #footer {
				margin-left: 0;
			}

		}

	/* Professional 4-Column Footer */
	#footer {
		background: #000000;
		border-top: 1px solid #1a1a1a;
		padding: 4rem 5rem 2rem;
	}

	.footer-inner {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 3rem;
		max-width: 1200px;
		margin: 0 auto 3rem;
	}

	.footer-column h4 {
		color: #ffffff;
		font-size: 0.875rem;
		font-weight: 600;
		letter-spacing: -0.01em;
		margin-bottom: 1.5rem;
		text-transform: uppercase;
		letter-spacing: 0.05em;
	}

	.footer-column ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.footer-column ul li {
		margin-bottom: 0.75rem;
	}

	.footer-column ul li a {
		color: rgba(255, 255, 255, 0.7);
		font-size: 0.875rem;
		text-decoration: none;
		border: none;
		transition: color 0.2s ease;
	}

	.footer-column ul li a:hover {
		color: #00d4ff;
		border: none;
	}

	.footer-bottom {
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 2rem;
		border-top: 1px solid #1a1a1a;
		text-align: center;
	}

	.footer-bottom p {
		color: rgba(255, 255, 255, 0.5);
		font-size: 0.8125rem;
		margin: 0;
	}

	@media screen and (max-width: 980px) {
		.footer-inner {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media screen and (max-width: 480px) {
		#footer {
			padding: 3rem 2rem 1.5rem;
		}

		.footer-inner {
			grid-template-columns: 1fr;
			gap: 2rem;
		}
	}

	#header + #wrapper + #footer > .inner {
		margin: 0 auto;
	}

/* Vertical Rail */

	#vertical-rail {
		display: none;
	}

/* Sidebar */

	#sidebar nav {
		visibility: hidden;
	}

	#sidebar {
		display: none;
		padding: 2.5em 2.5em 0.5em 2.5em ;
		background: #000000;
		cursor: default;
		height: 100vh;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		text-align: right;
		top: 0;
		width: 18em;
		z-index: 10000;
	}

		#sidebar > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			min-height: 100%;
			opacity: 1;
			width: 100%;
		}

			body.is-ie #sidebar > .inner {
				height: 100%;
			}

		#sidebar nav > ul {
			list-style: none;
			padding: 0;
		}

			#sidebar nav > ul > li {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				-moz-transition: opacity 0.15s ease, -moz-transform 0.75s ease;
				-webkit-transition: opacity 0.15s ease, -webkit-transform 0.75s ease;
				-ms-transition: opacity 0.15s ease, -ms-transform 0.75s ease;
				transition: opacity 0.15s ease, transform 0.75s ease;
				margin: 1.5em 0 0 0;
				opacity: 1;
				padding: 0;
				position: relative;
			}

				#sidebar nav > ul > li:first-child {
					margin: 0;
				}

				#sidebar nav > ul > li:nth-child(1) {
					-moz-transition-delay: 0.45s;
					-webkit-transition-delay: 0.45s;
					-ms-transition-delay: 0.45s;
					transition-delay: 0.45s;
				}

				#sidebar nav > ul > li:nth-child(2) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#sidebar nav > ul > li:nth-child(3) {
					-moz-transition-delay: 0.85s;
					-webkit-transition-delay: 0.85s;
					-ms-transition-delay: 0.85s;
					transition-delay: 0.85s;
				}

				#sidebar nav > ul > li:nth-child(4) {
					-moz-transition-delay: 1.05s;
					-webkit-transition-delay: 1.05s;
					-ms-transition-delay: 1.05s;
					transition-delay: 1.05s;
				}

				#sidebar nav > ul > li:nth-child(5) {
					-moz-transition-delay: 1.25s;
					-webkit-transition-delay: 1.25s;
					-ms-transition-delay: 1.25s;
					transition-delay: 1.25s;
				}

				#sidebar nav > ul > li:nth-child(6) {
					-moz-transition-delay: 1.45s;
					-webkit-transition-delay: 1.45s;
					-ms-transition-delay: 1.45s;
					transition-delay: 1.45s;
				}

				#sidebar nav > ul > li:nth-child(7) {
					-moz-transition-delay: 1.65s;
					-webkit-transition-delay: 1.65s;
					-ms-transition-delay: 1.65s;
					transition-delay: 1.65s;
				}

				#sidebar nav > ul > li:nth-child(8) {
					-moz-transition-delay: 1.85s;
					-webkit-transition-delay: 1.85s;
					-ms-transition-delay: 1.85s;
					transition-delay: 1.85s;
				}

				#sidebar nav > ul > li:nth-child(9) {
					-moz-transition-delay: 2.05s;
					-webkit-transition-delay: 2.05s;
					-ms-transition-delay: 2.05s;
					transition-delay: 2.05s;
				}

				#sidebar nav > ul > li:nth-child(10) {
					-moz-transition-delay: 2.25s;
					-webkit-transition-delay: 2.25s;
					-ms-transition-delay: 2.25s;
					transition-delay: 2.25s;
				}

				#sidebar nav > ul > li:nth-child(11) {
					-moz-transition-delay: 2.45s;
					-webkit-transition-delay: 2.45s;
					-ms-transition-delay: 2.45s;
					transition-delay: 2.45s;
				}

				#sidebar nav > ul > li:nth-child(12) {
					-moz-transition-delay: 2.65s;
					-webkit-transition-delay: 2.65s;
					-ms-transition-delay: 2.65s;
					transition-delay: 2.65s;
				}

				#sidebar nav > ul > li:nth-child(13) {
					-moz-transition-delay: 2.85s;
					-webkit-transition-delay: 2.85s;
					-ms-transition-delay: 2.85s;
					transition-delay: 2.85s;
				}

				#sidebar nav > ul > li:nth-child(14) {
					-moz-transition-delay: 3.05s;
					-webkit-transition-delay: 3.05s;
					-ms-transition-delay: 3.05s;
					transition-delay: 3.05s;
				}

				#sidebar nav > ul > li:nth-child(15) {
					-moz-transition-delay: 3.25s;
					-webkit-transition-delay: 3.25s;
					-ms-transition-delay: 3.25s;
					transition-delay: 3.25s;
				}

				#sidebar nav > ul > li:nth-child(16) {
					-moz-transition-delay: 3.45s;
					-webkit-transition-delay: 3.45s;
					-ms-transition-delay: 3.45s;
					transition-delay: 3.45s;
				}

				#sidebar nav > ul > li:nth-child(17) {
					-moz-transition-delay: 3.65s;
					-webkit-transition-delay: 3.65s;
					-ms-transition-delay: 3.65s;
					transition-delay: 3.65s;
				}

				#sidebar nav > ul > li:nth-child(18) {
					-moz-transition-delay: 3.85s;
					-webkit-transition-delay: 3.85s;
					-ms-transition-delay: 3.85s;
					transition-delay: 3.85s;
				}

				#sidebar nav > ul > li:nth-child(19) {
					-moz-transition-delay: 4.05s;
					-webkit-transition-delay: 4.05s;
					-ms-transition-delay: 4.05s;
					transition-delay: 4.05s;
				}

				#sidebar nav > ul > li:nth-child(20) {
					-moz-transition-delay: 4.25s;
					-webkit-transition-delay: 4.25s;
					-ms-transition-delay: 4.25s;
					transition-delay: 4.25s;
				}

		#sidebar nav a {
			-moz-transition: color 0.3s ease;
			-webkit-transition: color 0.3s ease;
			-ms-transition: color 0.3s ease;
			transition: color 0.3s ease;
			border: 0;
			color: #5ac8fa;
			display: block;
			font-size: 0.6em;
			font-weight: bold;
			letter-spacing: 0.25em;
			line-height: 1.75;
			outline: 0;
			padding: 1.35em 0;
			position: relative;
			text-decoration: none;
			text-transform: uppercase;
		}

			#sidebar nav a:before, #sidebar nav a:after {
				border-radius: 0.2em;
				bottom: 0;
				content: '';
				height: 0.2em;
				position: absolute;
				right: 0;
				width: 100%;
			}

			#sidebar nav a:before {
				background: #000000;
			}

			#sidebar nav a:after {
				background-image: -moz-linear-gradient(to right, #5ac8fa, #5ac8fa);
				background-image: -webkit-linear-gradient(to right, #5ac8fa, #5ac8fa);
				background-image: -ms-linear-gradient(to right, #5ac8fa, #5ac8fa);
				background-image: linear-gradient(to right, #5ac8fa, #5ac8fa);
				-moz-transition: max-width 0.3s ease;
				-webkit-transition: max-width 0.3s ease;
				-ms-transition: max-width 0.3s ease;
				transition: max-width 0.3s ease;
				max-width: 0;
			}

			#sidebar nav a:hover {
				color: #5ac8fa;
			}

			#sidebar nav a.active {
				color: #5ac8fa;
			}

				#sidebar nav a.active:after {
					max-width: 100%;
				}

		body.is-preload #sidebar > .inner {
			opacity: 0;
		}

		body.is-preload #sidebar nav ul li {
			-moz-transform: translateY(2em);
			-webkit-transform: translateY(2em);
			-ms-transform: translateY(2em);
			transform: translateY(2em);
			opacity: 0;
		}

		@media screen and (max-width: 1280px) {

			#sidebar {
				height: 3.5em;
				left: 0;
				line-height: 3.5em;
				overflow: hidden;
				padding: 0;
				text-align: center;
				top: 0;
				width: 100%;
			}

				#sidebar > .inner {
					-moz-flex-direction: row;
					-webkit-flex-direction: row;
					-ms-flex-direction: row;
					flex-direction: row;
					-moz-align-items: -moz-stretch;
					-webkit-align-items: -webkit-stretch;
					-ms-align-items: -ms-stretch;
					align-items: stretch;
					height: inherit;
					line-height: inherit;
				}

				#sidebar nav {
					height: inherit;
					line-height: inherit;
				}

					#sidebar nav ul {
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
						height: inherit;
						line-height: inherit;
						margin: 0;
					}

						#sidebar nav ul li {
							display: block;
							height: inherit;
							line-height: inherit;
							margin: 0 0 0 2em;
							padding: 0;
						}

					#sidebar nav a {
						height: inherit;
						line-height: inherit;
						padding: 0;
					}

						#sidebar nav a:after {
							background-image: none;
							background-color: #b74e91;
						}

		}

		@media screen and (max-width: 736px) {

			#sidebar {
				display: none;
			}

		}

/* Intro */

	/* Minimal Hero Section - Institutional Grade */
	#intro {
		background: transparent !important; /* Allow background to show through */
		color: rgba(255, 255, 255, 0.9);
		position: relative;
		overflow: visible; /* Changed from hidden to visible */
		min-height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center; /* Center horizontally */
		padding: 8rem 2rem;
		z-index: 1; /* Above background but below header */
		width: 100% !important; /* Full width */
		max-width: 100% !important;
		margin-left: 0 !important; /* Remove any left margin */
		margin-right: 0 !important; /* Remove any right margin */
		left: 0 !important; /* Ensure starting from left edge */
		right: 0 !important; /* Ensure extending to right edge */
		box-sizing: border-box; /* Include padding in width */
		padding-left: 2rem !important; /* Ensure equal padding */
		padding-right: 2rem !important; /* Ensure equal padding */
	}

		/* Geometric web overlay - complex intersecting lines */
		.hero-web {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-image: 
				linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.08) 50%, transparent 50.5%),
				linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.08) 50%, transparent 50.5%),
				linear-gradient(45deg, transparent 49.5%, rgba(90, 200, 250, 0.06) 50%, transparent 50.5%),
				linear-gradient(-45deg, transparent 49.5%, rgba(0, 150, 255, 0.06) 50%, transparent 50.5%),
				linear-gradient(30deg, transparent 49.5%, rgba(255, 255, 255, 0.04) 50%, transparent 50.5%),
				linear-gradient(-30deg, transparent 49.5%, rgba(255, 255, 255, 0.04) 50%, transparent 50.5%);
			background-size: 
				100% 60px,
				60px 100%,
				120px 120px,
				120px 120px,
				150px 150px,
				150px 150px;
			background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
			opacity: 0.7;
			z-index: 1;
			pointer-events: none;
		}

		/* Logo overlay - no glow */
		#intro::after {
			content: '';
			position: absolute;
			top: 20%;
			left: 50%;
			-moz-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			width: 550px;
			height: 550px;
			background-image: url("../../images/DelphiLogo.png");
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
			opacity: 1;
			z-index: 0;
			pointer-events: none;
		}

		/* Atmospheric glows - multi-colored vibrant glows */
		.hero-glow {
			position: absolute;
			border-radius: 50%;
			filter: blur(100px);
			pointer-events: none;
			z-index: 0;
		}

		.hero-glow-crimson-top-left {
			top: -15%;
			left: -10%;
			width: 700px;
			height: 700px;
			background: radial-gradient(circle, rgba(255, 20, 147, 0.5) 0%, rgba(90, 200, 250, 0.35) 30%, rgba(200, 20, 50, 0.2) 60%, transparent 80%);
			animation: pulse-glow-crimson 4s ease-in-out infinite;
		}

		.hero-glow-crimson-top-right {
			top: -15%;
			right: -10%;
			width: 650px;
			height: 650px;
			background: radial-gradient(circle, rgba(255, 105, 180, 0.45) 0%, rgba(90, 200, 250, 0.3) 30%, rgba(200, 20, 50, 0.15) 60%, transparent 80%);
			animation: pulse-glow-crimson 5s ease-in-out infinite;
		}

		.hero-glow-blue-bottom {
			bottom: -15%;
			right: -10%;
			width: 800px;
			height: 800px;
			background: radial-gradient(circle, rgba(0, 191, 255, 0.6) 0%, rgba(0, 150, 255, 0.45) 30%, rgba(0, 100, 200, 0.3) 60%, transparent 80%);
			animation: pulse-glow-blue 6s ease-in-out infinite;
		}

		@keyframes pulse-glow-crimson {
			0%, 100% { opacity: 0.5; transform: scale(1); }
			50% { opacity: 0.7; transform: scale(1.15); }
		}

		@keyframes pulse-glow-blue {
			0%, 100% { opacity: 0.45; transform: scale(1); }
			50% { opacity: 0.65; transform: scale(1.2); }
		}

		/* Sharp glowing light shards - white and red diagonal lines */
		.hero-shard {
			position: absolute;
			pointer-events: none;
			z-index: 1;
			filter: blur(0.5px);
			box-shadow: 0 0 10px currentColor;
		}

		.hero-shard-1 {
			top: 20%;
			left: 15%;
			width: 250px;
			height: 2px;
			transform: rotate(45deg);
			background: linear-gradient(90deg, transparent, #ffffff, transparent);
			opacity: 0.8;
			animation: shard-drift-1 7s ease-in-out infinite;
		}

		.hero-shard-2 {
			top: 35%;
			right: 20%;
			width: 180px;
			height: 3px;
			transform: rotate(-35deg);
			background: linear-gradient(90deg, transparent, #5ac8fa, transparent);
			opacity: 0.9;
			animation: shard-drift-2 9s ease-in-out infinite;
		}

		.hero-shard-3 {
			bottom: 30%;
			left: 25%;
			width: 220px;
			height: 2px;
			transform: rotate(55deg);
			background: linear-gradient(90deg, transparent, #ffffff, transparent);
			opacity: 0.7;
			animation: shard-drift-3 11s ease-in-out infinite;
		}

		.hero-shard-4 {
			bottom: 45%;
			right: 30%;
			width: 150px;
			height: 2.5px;
			transform: rotate(-50deg);
			background: linear-gradient(90deg, transparent, #5ac8fa, transparent);
			opacity: 0.85;
			animation: shard-drift-4 8s ease-in-out infinite;
		}

		.hero-shard-5 {
			top: 50%;
			left: 10%;
			width: 200px;
			height: 1.5px;
			transform: rotate(25deg);
			background: linear-gradient(90deg, transparent, #ffffff, transparent);
			opacity: 0.6;
			animation: shard-drift-5 10s ease-in-out infinite;
		}

		.hero-shard-6 {
			top: 60%;
			right: 15%;
			width: 170px;
			height: 2px;
			transform: rotate(-60deg);
			background: linear-gradient(90deg, transparent, #5ac8fa, transparent);
			opacity: 0.75;
			animation: shard-drift-6 12s ease-in-out infinite;
		}

		@keyframes shard-drift-1 {
			0%, 100% { transform: rotate(45deg) translateX(0) translateY(0); opacity: 0.8; }
			50% { transform: rotate(45deg) translateX(30px) translateY(-20px); opacity: 1; }
		}

		@keyframes shard-drift-2 {
			0%, 100% { transform: rotate(-35deg) translateX(0) translateY(0); opacity: 0.9; }
			50% { transform: rotate(-35deg) translateX(-25px) translateY(25px); opacity: 1; }
		}

		@keyframes shard-drift-3 {
			0%, 100% { transform: rotate(55deg) translateX(0) translateY(0); opacity: 0.7; }
			50% { transform: rotate(55deg) translateX(35px) translateY(15px); opacity: 0.95; }
		}

		@keyframes shard-drift-4 {
			0%, 100% { transform: rotate(-50deg) translateX(0) translateY(0); opacity: 0.85; }
			50% { transform: rotate(-50deg) translateX(-30px) translateY(-30px); opacity: 1; }
		}

		@keyframes shard-drift-5 {
			0%, 100% { transform: rotate(25deg) translateX(0) translateY(0); opacity: 0.6; }
			50% { transform: rotate(25deg) translateX(20px) translateY(-25px); opacity: 0.9; }
		}

		@keyframes shard-drift-6 {
			0%, 100% { transform: rotate(-60deg) translateX(0) translateY(0); opacity: 0.75; }
			50% { transform: rotate(-60deg) translateX(-25px) translateY(20px); opacity: 1; }
		} 

		#intro > .inner {
			position: relative;
			z-index: 2;
		}

		/* Remove all decorative elements */
		#intro .hero-web,
		#intro .hero-glow,
		#intro .hero-shard,
		#intro::after {
			display: none !important;
		}

	#intro.wrapper.style1 {
		background-color: transparent !important;
	}

		/* Minimal Hero Typography */
		#intro > .inner {
			text-align: center;
			max-width: 800px;
			margin: 0 auto;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 100%;
		}

		#intro h1 {
			color: #ffffff;
			font-size: 4.5rem;
			font-weight: 300;
			letter-spacing: -0.03em;
			line-height: 1.1;
			margin-bottom: 1.5rem;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			width: 100%;
		}

		#intro p {
			color: rgba(255, 255, 255, 0.7);
			font-size: 1.25rem;
			font-weight: 400;
			line-height: 1.6;
			margin-bottom: 3rem;
			max-width: 600px;
			margin-left: auto;
			margin-right: auto;
		}

		/* Subtle CTA Button with Electric Blue Accent */
		#intro .button {
			background: transparent;
			border: 1px solid #1a1a1a;
			color: #ffffff;
			padding: 1rem 2.5rem;
			border-radius: 12px;
			font-size: 1rem;
			font-weight: 500;
			letter-spacing: -0.01em;
			transition: all 0.2s ease;
			box-shadow: 0 0 0 rgba(0, 212, 255, 0);
		}

		#intro .button:hover {
			border-color: #00d4ff;
			color: #00d4ff;
			box-shadow: 0 0 20px rgba(0, 212, 255, 0.3), 0 0 40px rgba(0, 212, 255, 0.1);
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			#intro .button:hover {
				background: rgba(255, 255, 255, 0.1) !important;
				box-shadow: 
					0 0 30px rgba(90, 200, 250, 0.7),
					0 0 50px rgba(90, 200, 250, 0.5),
					0 0 70px rgba(90, 200, 250, 0.3),
					inset 0 0 30px rgba(90, 200, 250, 0.15);
				transform: translateY(-2px);
			}

			@media screen and (max-width: 980px) {

				#intro p br {
					display: none;
				}

			}

			@media screen and (max-width: 736px) {

				#intro p {
					font-size: 1em;
				}

			}

		@media screen and (max-width: 1280px) {

			#intro {
				background-attachment: scroll;
			}

			#intro::after {
				width: 300px;
				height: 300px;
			}

			.hero-glow-crimson-top-left {
				width: 500px;
				height: 500px;
			}

			.hero-glow-crimson-top-right {
				width: 450px;
				height: 450px;
			}

			.hero-glow-blue-bottom {
				width: 600px;
				height: 600px;
			}

		}

		@media screen and (max-width: 736px) {

			#intro::after {
				width: 280px;
				height: 280px;
				opacity: 1;
				top: 15%;
				z-index: 1;
			}

			#intro > .inner {
				position: relative;
				z-index: 2;
			}

			#intro h1 {
				margin-top: 1.5em;
			}

			.hero-glow-crimson-top-left {
				width: 400px;
				height: 400px;
			}

			.hero-glow-crimson-top-right {
				width: 350px;
				height: 350px;
			}

			.hero-glow-blue-bottom {
				width: 500px;
				height: 500px;
			}

			.hero-shard {
				opacity: 0.3;
			}

		}

/* Center-align sections */
	.spotlights > section > .content > .inner {
		text-align: center;
	}

		.spotlights > section > .content > .inner h2,
		.spotlights > section > .content > .inner p {
			text-align: center;
		}

		/* Reduce gap between paragraphs in Mission section */
		.spotlights > section:nth-child(1) > .content > .inner p {
			margin-bottom: 0.5em;
		}

		.spotlights > section:nth-child(1) > .content > .inner p:last-child {
			margin-bottom: 0;
		}

	#two .inner > h2,
	#two .inner > p {
		text-align: center;
	}

	#how-it-works .inner > h2,
	#how-it-works .inner > p {
		text-align: center;
	}

	#use-cases .inner > h2 {
		text-align: center;
	}

	#developer-ready .inner > h2,
	#developer-ready .inner > p {
		text-align: center;
	}

	.developer-feature-header {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

		.developer-feature-header h3 {
			text-align: center;
		}

		.developer-feature-header .icon {
			display: none !important;
		}

		.developer-feature > p {
			text-align: center;
		}

	#product-preview .inner > h2,
	#product-preview .inner > p {
		text-align: center;
	}

	#product-preview .inner > h2 {
		margin-bottom: 1.5rem; /* Increased spacing below heading */
	}

	#product-preview .inner > p {
		margin-bottom: 4rem; /* Increased spacing below description to create distance from table */
	}

	#product-preview .table-wrapper {
		margin-top: 0; /* Ensure no extra top margin on table */
	}

	#two .features section {
		padding: 3.5em 3em 1em 3em;
		text-align: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}

		#two .features section .icon {
			position: relative;
			left: auto;
			top: auto;
			margin-bottom: 1em;
		}

		#two .features section h3 {
			text-align: center;
		}

	#metrics .inner > h2 {
		text-align: center;
	}

	#three .inner > h2,
	#three .inner > p {
		text-align: center;
	}

	/* Center Send Message button and add spacing */
	#three form > .actions {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin-top: 2.5em;
		margin-left: 0;
	}

		#three form > .actions li {
			padding: 0;
		}

	/* Mobile: Ensure form fields respect wrapper padding */
	@media screen and (max-width: 736px) {
		#three form > .fields {
			width: 100% !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

			#three form > .fields > .field {
				width: 100% !important;
				padding-left: 0 !important;
				padding-right: 0 !important;
			}

			#three form > .fields > .field.half {
				width: 100% !important;
			}
	}

	#how-it-works .features section {
		padding: 3.5em 3em 1em 3em;
		text-align: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}

		#how-it-works .features section .icon {
			position: relative;
			left: auto;
			top: auto;
			margin-bottom: 1em;
		}

		#how-it-works .features section h3,
		#how-it-works .features section p {
			text-align: center;
		}

/* Mobile Responsiveness - 736px and below */
	@media screen and (max-width: 736px) {

		/* Ensure wrapper inner is full width with reduced padding */
		.wrapper > .inner {
			width: 100% !important;
			padding: 3em 1.5em 1em 1.5em !important;
		}

		/* Header navigation - mobile menu */
		#product-header .header-inner {
			position: relative;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			width: 100%;
		}

		/* Mobile Menu Button - visible only on mobile */
		.mobile-menu-toggle {
			display: block;
			background: transparent;
			border: solid 1px rgba(255, 255, 255, 0.3);
			border-radius: 2em;
			color: #ffffff;
			cursor: pointer;
			font-size: 0.75em;
			font-weight: bold;
			letter-spacing: 0.1em;
			padding: 0.4em 1em;
			text-transform: uppercase;
			-moz-transition: background-color 0.3s ease, border-color 0.3s ease;
			-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
			-ms-transition: background-color 0.3s ease, border-color 0.3s ease;
			transition: background-color 0.3s ease, border-color 0.3s ease;
			position: relative;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			z-index: 1001;
		}

			.mobile-menu-toggle:hover {
				background: rgba(255, 255, 255, 0.05);
				border-color: rgba(255, 255, 255, 0.5);
			}

		/* Hide nav links on mobile, show dropdown when active */
		#product-header .header-nav > .nav-menu {
			display: none;
			position: fixed;
			top: 4em;
			left: 1.25em;
			right: auto;
			width: 200px;
			background: #000000;
			border: solid 1px rgba(255, 255, 255, 0.15);
			border-radius: 0.5em;
			-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
			-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			list-style: none;
			margin: 0;
			padding: 1em 0;
			opacity: 0;
			visibility: hidden;
			-moz-transition: opacity 0.3s ease, visibility 0.3s ease;
			-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
			-ms-transition: opacity 0.3s ease, visibility 0.3s ease;
			transition: opacity 0.3s ease, visibility 0.3s ease;
			z-index: 1000;
		}

			#product-header.menu-open .header-nav > .nav-menu {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				opacity: 1;
				visibility: visible;
			}

			#product-header .header-nav > .nav-menu > li {
				display: block;
				margin: 0;
				padding: 0;
				border-bottom: solid 1px rgba(255, 255, 255, 0.1);
			}

				#product-header .header-nav > .nav-menu > li:last-child {
					border-bottom: 0;
				}

				#product-header .header-nav > .nav-menu > li > a {
					display: block;
					padding: 1em 2em;
					border: 0;
					color: #ffffff;
					font-size: 0.7em;
					text-decoration: none;
					-moz-transition: background-color 0.3s ease, color 0.3s ease;
					-webkit-transition: background-color 0.3s ease, color 0.3s ease;
					-ms-transition: background-color 0.3s ease, color 0.3s ease;
					transition: background-color 0.3s ease, color 0.3s ease;
				}

					#product-header .header-nav > .nav-menu > li > a:hover {
						background: rgba(90, 200, 250, 0.1);
						color: rgba(255, 255, 255, 0.7);
					}

					#product-header .header-nav > .nav-menu > li > a.active {
						color: #5ac8fa;
					}

		/* DELPHI brand - absolutely centered relative to viewport */
		#product-header .header-brand {
			position: absolute;
			left: 50%;
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			margin: 0;
			z-index: 1;
		}

		/* Contact button - matches Menu button size and style */
		#product-header .header-nav {
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
		}

		#product-header .header-nav > .mobile-contact-btn,
		#product-header .header-nav > .button.mobile-contact-btn {
			margin: 0;
			font-size: 0.7em;
			font-weight: bold;
			letter-spacing: 0.1em;
			padding: 0.75em 1.25em; /* Increased vertical padding for better tapping */
			height: auto;
			line-height: 1.5;
			border-radius: 2em;
			color: #ffffff !important;
			text-transform: uppercase;
			white-space: nowrap; /* Prevent text wrapping */
			overflow: visible; /* Ensure text isn't clipped */
			min-width: fit-content; /* Ensure button has enough width */
		}

		/* Stack multi-column sections into single column */
		.features {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.features section {
				width: 100% !important;
				border-left: 0 !important;
				border-top: solid 1px rgba(255, 255, 255, 0.15);
			}

				.features section:first-child {
					border-top: 0;
				}

		/* Custom features sections - ensure proper stacking */
		#two .features section,
		#how-it-works .features section {
			padding: 2em 1.5em 1em 1.5em !important;
		}

		/* Developer features - ensure single column */
		.developer-features {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.developer-feature {
				width: 100% !important;
				min-width: auto !important;
			}

		/* Use cases grid - ensure single column */
		.use-cases-grid {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.use-case-card {
				width: 100% !important;
				min-width: auto !important;
			}

		/* Metrics grid - ensure single column */
		.metrics-grid {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.metric-item {
				width: 100% !important;
				min-width: auto !important;
			}

		/* Spotlights - ensure proper mobile layout */
		.spotlights > section {
			display: block !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

			.spotlights > section > .image {
				margin-left: 0 !important;
				margin-right: 0 !important;
				width: 100% !important;
			}

			.spotlights > section:nth-child(1) > .image {
				margin-left: 0 !important;
				margin-right: 0 !important;
				width: 100% !important;
			}

			.spotlights > section > .content {
				width: 100% !important;
				padding: 2em 1.5em 1em 1.5em !important;
			}

		/* Table wrapper - ensure horizontal scroll on mobile */
		.table-wrapper {
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}

		/* Form fields - stack on mobile */
		.fields {
			display: block;
		}

			.fields .field.half {
				width: 100% !important;
				padding-right: 0 !important;
			}

	}

/* ======================================================================
   ORNN.AI INSTITUTIONAL AESTHETIC OVERRIDE
   ====================================================================== */

/* True Black Background */
body {
	background: #000000 !important;
	color: rgba(255, 255, 255, 0.95);
	position: relative;
	overflow-x: hidden;
}

/* Linear Mesh Gradient Background - Modern Fintech Style */
.flowing-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	z-index: -1; /* Changed to -1 to ensure it's behind everything */
	pointer-events: none;
	overflow: hidden;
	background: #000000; /* Base black background */
}

/* Linear Gradient Layers - Red Color Scheme, Middle Ground */
.flowing-gradient {
	position: absolute;
	width: 200%;
	height: 200%;
	filter: blur(28px); /* Sharper edges */
	opacity: 0.2; /* Middle ground - between 0.15 and 0.25 */
	animation: linearSweep 20s linear infinite;
}

.gradient-1 {
	/* Diagonal sweep from top-left to bottom-right - Bright Red */
	background: linear-gradient(
		135deg,
		transparent 0%,
		transparent 35%,
		rgba(90, 200, 250, 0.32) 42%,
		rgba(90, 200, 250, 0.45) 48%,
		rgba(90, 200, 250, 0.32) 52%,
		transparent 58%,
		transparent 100%
	);
	top: -50%;
	left: -50%;
	animation-duration: 22s;
	animation-delay: 0s;
	opacity: 0.23; /* Middle ground */
}

.gradient-2 {
	/* Horizontal sweep from left to right - Crimson */
	background: linear-gradient(
		90deg,
		transparent 0%,
		transparent 30%,
		rgba(220, 20, 60, 0.28) 38%,
		rgba(220, 20, 60, 0.4) 48%,
		rgba(220, 20, 60, 0.28) 58%,
		transparent 68%,
		transparent 100%
	);
	top: 20%;
	right: -50%;
	animation-duration: 18s;
	animation-delay: -3s;
	animation-direction: reverse;
	opacity: 0.2;
}

.gradient-3 {
	/* Diagonal sweep from top-right to bottom-left - Deep Red */
	background: linear-gradient(
		225deg,
		transparent 0%,
		transparent 38%,
		rgba(178, 34, 34, 0.25) 44%,
		rgba(178, 34, 34, 0.37) 50%,
		rgba(178, 34, 34, 0.25) 56%,
		transparent 62%,
		transparent 100%
	);
	bottom: -50%;
	left: 30%;
	animation-duration: 25s;
	animation-delay: -6s;
	opacity: 0.18;
}

.gradient-4 {
	/* Diagonal sweep from bottom-left to top-right - Pink-Red */
	background: linear-gradient(
		45deg,
		transparent 0%,
		transparent 40%,
		rgba(255, 105, 180, 0.23) 46%,
		rgba(255, 105, 180, 0.35) 50%,
		rgba(255, 105, 180, 0.23) 54%,
		transparent 60%,
		transparent 100%
	);
	top: 50%;
	left: -30%;
	animation-duration: 20s;
	animation-delay: -9s;
	opacity: 0.18;
}

.gradient-5 {
	/* Horizontal sweep from right to left - Scarlet */
	background: linear-gradient(
		270deg,
		transparent 0%,
		transparent 32%,
		rgba(255, 36, 0, 0.25) 40%,
		rgba(255, 36, 0, 0.37) 50%,
		rgba(255, 36, 0, 0.25) 60%,
		transparent 68%,
		transparent 100%
	);
	top: 60%;
	left: -50%;
	animation-duration: 24s;
	animation-delay: -12s;
	opacity: 0.2;
}

.gradient-6 {
	/* Diagonal sweep from top to bottom-right - Red-Orange blend */
	background: linear-gradient(
		120deg,
		transparent 0%,
		transparent 36%,
		rgba(255, 69, 0, 0.2) 42%,
		rgba(90, 200, 250, 0.3) 48%,
		rgba(255, 69, 0, 0.2) 54%,
		transparent 64%,
		transparent 100%
	);
	top: -40%;
	right: 20%;
	animation-duration: 21s;
	animation-delay: -15s;
	opacity: 0.18;
}

/* Linear sweep animation - faster, more visible movement */
@keyframes linearSweep {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}
	25% {
		transform: translate(40%, -30%) rotate(0.5deg);
	}
	50% {
		transform: translate(60%, -50%) rotate(1deg);
	}
	75% {
		transform: translate(40%, -30%) rotate(0.5deg);
	}
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

/* Mesh Gradient Overlay - Additional thin layers for depth */
.flowing-gradient::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		45deg,
		transparent 48%,
		rgba(90, 200, 250, 0.03) 49%,
		rgba(90, 200, 250, 0.03) 51%,
		transparent 52%
	);
	animation: meshShift 20s ease-in-out infinite;
}

@keyframes meshShift {
	0%, 100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(10%, 10%);
	}
}

/* Enhanced Particles - Red Color Scheme, Toned Down */
.flowing-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.particle {
	position: absolute;
	width: 100px; /* Slightly larger for visibility */
	height: 2px; /* Linear, not circular */
	background: linear-gradient(
		90deg,
		transparent,
		rgba(90, 200, 250, 0.32),
		rgba(90, 200, 250, 0.5),
		rgba(90, 200, 250, 0.32),
		transparent
	);
	filter: blur(0.5px); /* Less blur for sharper particles */
	animation: particleLinear 18s linear infinite;
	border-radius: 1px;
	opacity: 0.42; /* Middle ground - between 0.35 and 0.5 */
}

.particle-1 {
	width: 140px;
	top: 15%;
	left: 10%;
	opacity: 0.42;
	animation-duration: 16s;
	animation-delay: 0s;
	transform: rotate(25deg);
	background: linear-gradient(90deg, transparent, rgba(90, 200, 250, 0.35), rgba(90, 200, 250, 0.55), rgba(90, 200, 250, 0.35), transparent);
}

.particle-2 {
	width: 120px;
	top: 30%;
	right: 20%;
	opacity: 0.4;
	animation-duration: 19s;
	animation-delay: -2s;
	transform: rotate(-15deg);
	background: linear-gradient(90deg, transparent, rgba(220, 20, 60, 0.32), rgba(220, 20, 60, 0.5), rgba(220, 20, 60, 0.32), transparent);
}

.particle-3 {
	width: 110px;
	bottom: 25%;
	left: 35%;
	opacity: 0.38;
	animation-duration: 17s;
	animation-delay: -4s;
	transform: rotate(45deg);
	background: linear-gradient(90deg, transparent, rgba(178, 34, 34, 0.32), rgba(178, 34, 34, 0.5), rgba(178, 34, 34, 0.32), transparent);
}

.particle-4 {
	width: 130px;
	top: 50%;
	left: 60%;
	opacity: 0.42;
	animation-duration: 20s;
	animation-delay: -6s;
	transform: rotate(-30deg);
	background: linear-gradient(90deg, transparent, rgba(90, 200, 250, 0.35), rgba(90, 200, 250, 0.55), rgba(90, 200, 250, 0.35), transparent);
}

.particle-5 {
	width: 100px;
	bottom: 45%;
	right: 30%;
	opacity: 0.4;
	animation-duration: 18s;
	animation-delay: -8s;
	transform: rotate(60deg);
	background: linear-gradient(90deg, transparent, rgba(255, 105, 180, 0.32), rgba(255, 105, 180, 0.5), rgba(255, 105, 180, 0.32), transparent);
}

.particle-6 {
	width: 115px;
	top: 25%;
	right: 50%;
	opacity: 0.38;
	animation-duration: 16s;
	animation-delay: -10s;
	transform: rotate(-45deg);
	background: linear-gradient(90deg, transparent, rgba(255, 36, 0, 0.32), rgba(255, 36, 0, 0.5), rgba(255, 36, 0, 0.32), transparent);
}

.particle-7 {
	width: 105px;
	top: 65%;
	left: 20%;
	opacity: 0.4;
	animation-duration: 19s;
	animation-delay: -3s;
	transform: rotate(30deg);
	background: linear-gradient(90deg, transparent, rgba(220, 20, 60, 0.32), rgba(220, 20, 60, 0.5), rgba(220, 20, 60, 0.32), transparent);
}

.particle-8 {
	width: 125px;
	bottom: 30%;
	right: 10%;
	opacity: 0.42;
	animation-duration: 17s;
	animation-delay: -5s;
	transform: rotate(-60deg);
	background: linear-gradient(90deg, transparent, rgba(255, 105, 180, 0.32), rgba(255, 105, 180, 0.5), rgba(255, 105, 180, 0.32), transparent);
}

.particle-9 {
	width: 110px;
	top: 45%;
	left: 75%;
	opacity: 0.38;
	animation-duration: 21s;
	animation-delay: -7s;
	transform: rotate(75deg);
	background: linear-gradient(90deg, transparent, rgba(90, 200, 250, 0.32), rgba(90, 200, 250, 0.5), rgba(90, 200, 250, 0.32), transparent);
}

.particle-10 {
	width: 120px;
	bottom: 15%;
	left: 50%;
	opacity: 0.4;
	animation-duration: 18s;
	animation-delay: -9s;
	transform: rotate(-20deg);
	background: linear-gradient(90deg, transparent, rgba(255, 69, 0, 0.32), rgba(255, 69, 0, 0.5), rgba(255, 69, 0, 0.32), transparent);
}

/* Additional smaller particles for density */
.particle::before,
.particle::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(0, 255, 136, 0.3),
		rgba(0, 255, 136, 0.4),
		rgba(0, 255, 136, 0.3),
		transparent
	);
	filter: blur(0.5px);
	opacity: 0.6;
}

.particle::before {
	top: -20px;
	left: -30px;
	transform: rotate(90deg);
}

.particle::after {
	bottom: -20px;
	right: -30px;
	transform: rotate(-90deg);
}

/* Linear particle movement - toned down opacity */
@keyframes particleLinear {
	0% {
		transform: translate(0, 0) rotate(var(--rotation, 0deg));
		opacity: 0.4;
	}
	25% {
		transform: translate(80px, -50px) rotate(var(--rotation, 0deg));
		opacity: 0.6;
	}
	50% {
		transform: translate(150px, -80px) rotate(var(--rotation, 0deg));
		opacity: 0.55;
	}
	75% {
		transform: translate(80px, -50px) rotate(var(--rotation, 0deg));
		opacity: 0.6;
	}
	100% {
		transform: translate(0, 0) rotate(var(--rotation, 0deg));
		opacity: 0.4;
	}
}

/* Ensure ALL sections have transparent backgrounds and proper z-index */
#intro,
#one,
#two,
#three,
#wrapper,
#product-header,
#vertical-rail,
.terminal-hero,
.terminal-grid-section,
.wrapper,
section,
.wrapper.style1,
.wrapper.style2,
.wrapper.style3,
.wrapper.style1-alt,
.wrapper.style2-alt,
.wrapper.style3-alt {
	background: transparent !important;
	background-color: transparent !important;
	position: relative;
	z-index: 1;
}

/* Make sure wrapper inner and sections are above background */
#wrapper > *,
.wrapper > .inner,
.terminal-hero > *,
.terminal-grid-section > *,
section > *,
#intro > * {
	position: relative;
	z-index: 2;
}

/* Ensure header stays above background but below other content */
#product-header {
	background: rgba(0, 0, 0, 0.7) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 100;
}

/* Live UTC Timestamp - Hidden */
.live-timestamp {
	display: none !important;
}

/* Thin Navigation Bar - Ornn.ai Style */
.terminal-nav {
	background: #000000 !important;
	border-bottom: 1px solid #1a1a1a !important;
	padding: 0.75rem 0 !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.terminal-nav .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.terminal-nav .header-brand img {
	height: 4.5rem !important; /* Increased from 2.5rem - even bigger logo */
	width: auto;
}

.terminal-nav .nav-menu {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.terminal-nav .nav-link {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9375rem; /* Increased from 0.875rem */
	font-weight: 400;
	letter-spacing: -0.01em;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: color 0.2s ease;
	padding: 0.5rem 0;
}

.terminal-nav .nav-link:hover,
.terminal-nav .nav-link.active {
	color: rgba(255, 255, 255, 1);
}

.terminal-nav .nav-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: transparent;
	transition: background 0.2s ease;
}

.terminal-nav .nav-link.active .nav-dot {
	background: rgba(255, 255, 255, 1);
}

.terminal-nav .nav-link:not(.active) .nav-dot {
	display: none;
}

/* Contact Button - White Border, Invert on Hover */
.contact-btn-pill {
	background: transparent !important;
	color: #ffffff !important;
	padding: 0.5rem 1.25rem !important;
	border-radius: 2rem !important;
	border: 1px solid #ffffff !important;
	font-size: 0.9375rem !important; /* Increased from 0.875rem */
	font-weight: 400 !important;
	letter-spacing: -0.01em !important;
	text-decoration: none !important;
	transition: all 0.2s ease;
	display: inline-block;
}

.contact-btn-pill:hover {
	background: #ffffff !important;
	color: #000000 !important;
}

/* Hero Section - Left-Aligned with Vertical Line Pattern */
.terminal-hero {
	background: #000000;
	padding: 8rem 0 12rem;
	border-bottom: 1px solid #1a1a1a;
	position: relative;
	overflow: hidden;
}

.hero-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.05;
	pointer-events: none;
	z-index: 0;
}

.hero-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	text-align: center;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	transform: translateX(-50%); /* Shift content left by 10% */
}

/* Hero Logo - Above Title */
.hero-logo {
	max-width: 420px; /* Much larger - increased from 320px */
	width: auto;
	height: auto;
	margin-bottom: 3rem; /* Generous spacing below logo before title */
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	z-index: 2;
	opacity: 1;
}

.hero-title {
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin-bottom: 2rem;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	width: 100%;
	max-width: 100%;
	display: block;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 255, 255, 0.3);
	background: linear-gradient(135deg, #ffffff 0%, #5ac8fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: titleGlow 3s ease-in-out infinite;
}

@keyframes titleGlow {
	0%, 100% {
		filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
	}
	50% {
		filter: drop-shadow(0 0 20px rgba(90, 200, 250, 0.5));
	}
}

.hero-subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	max-width: 700px;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	color: #ffffff !important; /* Pure white for better contrast */
	font-size: 1.125rem;
	font-weight: 600; /* Increased from 500 for better visibility */
	text-decoration: none;
	padding: 1rem 2rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
	margin: 0 auto;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Add text shadow for better readability */
}

.hero-cta:hover {
	color: #ffffff !important; /* Pure white on hover */
	background: rgba(90, 200, 250, 0.2);
	border-color: #5ac8fa;
	box-shadow: 0 0 30px rgba(90, 200, 250, 0.4), 0 4px 30px rgba(90, 200, 250, 0.2);
	transform: translateY(-2px);
}

.hero-cta svg {
	transition: transform 0.25s ease;
}

.hero-cta:hover svg {
	transform: translateX(6px);
}

/* Mobile Hero Styles - Fix Text Overflow */
@media screen and (max-width: 736px) {
	.terminal-hero {
		width: 100%;
		overflow: visible; /* Allow content to be visible */
	}
	
	.hero-inner {
		max-width: 100%;
		width: 100%; /* Ensure full width */
		margin: 0 auto; /* Center the container */
		padding: 0 2rem; /* Proper left/right padding */
		box-sizing: border-box;
		overflow: visible; /* Remove overflow hidden to prevent text cutoff */
		transform: none !important; /* Remove any translateX transforms that could shift content */
		position: relative; /* Reset positioning */
		left: auto !important; /* Reset any positioning */
		right: auto !important; /* Reset any positioning */
		text-align: center; /* Ensure text alignment is centered */
	}
	
	.hero-title {
		font-size: 2.2rem; /* Slightly reduced from 2rem to prevent single character wrap */
		line-height: 1.2; /* Better vertical spacing between lines */
		letter-spacing: -0.01em; /* Slightly tighter letter-spacing to fit "Prediction" on one line */
		width: 100%; /* Full width to fill container */
		max-width: 100%; /* Don't restrict max-width too much, let it use available space */
		margin: 0 auto; /* Center the title */
		text-align: center; /* Ensure proper alignment */
		white-space: normal; /* Allow normal wrapping */
		word-break: keep-all; /* Prevent mid-word breaks, keep words together */
		word-wrap: normal; /* Use normal word wrapping */
		overflow-wrap: normal; /* Use normal overflow wrapping */
		hyphens: none; /* Prevent hyphenation */
		overflow: visible; /* Ensure text is not clipped */
		text-overflow: clip; /* Don't use ellipsis */
		padding: 0;
		box-sizing: border-box;
	}
	
	.hero-subtitle {
		font-size: 1.125rem; /* Reduced from 1.375rem for mobile */
		line-height: 1.5;
		width: 100%; /* Full width */
		max-width: 100%; /* Use available space */
		margin: 0 auto; /* Center the subtitle */
		text-align: center; /* Ensure proper alignment */
		word-wrap: break-word;
		overflow-wrap: break-word;
		padding: 0;
		box-sizing: border-box;
	}
}

/* Grid System - Terminal Style */
.terminal-grid-section {
	background: #000000;
	padding: 8rem 0;
	border-bottom: 1px solid #1a1a1a;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0; /* Remove gap for cleaner look */
	background: transparent; /* Remove background */
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	border: none; /* Remove border */
}

.grid-container.grid-features {
	grid-template-columns: repeat(3, 1fr);
}

/* Flow Container for How It Works section */
.flow-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Horizontal Flow Grid - 4 steps with 3 arrows */
.grid-container.grid-flow {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
	gap: 0;
	align-items: center;
	justify-items: stretch;
	background: transparent;
	border: none;
	padding: 0;
}

/* Remove bottom borders from flow grid cells */
.grid-container.grid-flow .grid-cell {
	border-bottom: none;
	border-right: none;
}

/* Adjust padding for flow grid cells to maintain breathing room */
.grid-container.grid-flow .feature-cell {
	padding: 4rem 2.5rem;
}

/* Flow Arrow Connectors - Horizontal (Desktop) */
.flow-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
	position: relative;
	color: rgba(0, 212, 255, 0.6); /* Electric blue, slightly transparent */
	transition: all 0.3s ease;
	z-index: 1;
}

.flow-arrow-horizontal {
	flex-direction: row;
}

/* Vertical arrows hidden on desktop by default */
.flow-arrow-vertical {
	display: none;
}

.flow-arrow svg {
	width: 60px;
	height: 24px;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.flow-arrow svg line,
.flow-arrow svg path {
	stroke: currentColor;
	fill: currentColor;
}

/* Animated pulse effect on arrows */
@keyframes flowPulse {
	0%, 100% {
		opacity: 0.6;
		transform: translateX(0);
	}
	50% {
		opacity: 1;
		transform: translateX(2px);
	}
}

@keyframes flowGradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* Subtle animated gradient overlay on arrow line */
.flow-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(0, 212, 255, 0.3) 30%,
		rgba(0, 212, 255, 0.6) 50%,
		rgba(0, 212, 255, 0.3) 70%,
		transparent 100%
	);
	background-size: 200% 100%;
	animation: flowGradient 3s ease-in-out infinite;
	opacity: 0.5;
	pointer-events: none;
	z-index: -1;
}

/* Hover effects on arrows */
.flow-arrow:hover {
	color: rgba(0, 212, 255, 1); /* Full opacity on hover */
}

.flow-arrow:hover svg {
	opacity: 1;
	transform: translateX(4px);
}

.flow-arrow:hover::before {
	opacity: 0.8;
	animation-duration: 1.5s;
}

.grid-cell {
	background: transparent; /* Transparent background */
	padding: 5rem 4rem; /* Increased padding for more breathing room */
	position: relative;
	overflow: hidden;
	border: none; /* Remove heavy borders */
	border-left: 2px solid transparent; /* Prepare for accent line */
	border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* Subtle divider line */
	transition: all 0.3s ease;
}

.grid-cell:hover {
	border-left-color: #00d4ff; /* Electric blue accent line on hover */
	background: linear-gradient(
		to right,
		rgba(0, 212, 255, 0.03) 0%,
		transparent 5%
	); /* Subtle gradient on hover */
	box-shadow: 
		-2px 0 0 0 rgba(0, 212, 255, 0.4), /* Left accent glow */
		0 0 20px rgba(0, 212, 255, 0.05); /* Subtle ambient glow */
}

/* Section Super-Titles - Removed monospace, cleaner uppercase label */
.section-super-title {
	display: none; /* Hide the monospace super-titles completely */
}

/* Section Labels - Clean uppercase labels with better spacing */
.section-label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem; /* Increased from 0.6875rem (11px to 12px) */
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4); /* More subtle */
	margin-bottom: 1.25rem;
	margin-top: 0;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08); /* Subtle divider line */
}

/* Pattern Background - Vertical Lines - More Subtle */
.pattern-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.02; /* More subtle */
	pointer-events: none;
	z-index: 0;
	transition: opacity 0.3s ease;
}

.grid-cell:hover .pattern-bg {
	opacity: 0.04; /* Slightly more visible on hover */
}

.pattern-lines {
	background-image: repeating-linear-gradient(
		90deg,
		transparent,
		transparent 39px,
		rgba(255, 255, 255, 0.5) 40px,
		rgba(255, 255, 255, 0.5) 40px
	);
}

.cell-content {
	position: relative;
	z-index: 1;
	padding-left: 0; /* Remove any left padding since we use accent line */
}

/* Add a subtle left accent line indicator for premium feel */
.grid-cell::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: transparent;
	transition: background 0.3s ease;
	z-index: 1;
}

.grid-cell:hover::before {
	background: #00d4ff; /* Electric blue accent line on hover */
	box-shadow: 0 0 8px rgba(0, 212, 255, 0.4);
}

/* Section Header */
.section-header {
	max-width: 1400px;
	margin: 0 auto 4rem;
	padding: 0 2rem;
	text-align: left;
}

.section-title {
	font-family: 'Inter', sans-serif;
	font-size: 2.75rem; /* Increased from 2.5rem */
	font-weight: 200; /* Extra Light */
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1rem;
}

.section-description {
	font-size: 1.25rem; /* Increased from 1.125rem */
	font-weight: 300;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	max-width: 700px;
}

.cell-title {
	font-family: 'Inter', sans-serif;
	font-size: 2.25rem; /* Increased from 2rem */
	font-weight: 600; /* Medium weight for better hierarchy */
	line-height: 1.2; /* Tighter line-height */
	letter-spacing: -0.03em; /* Tighter letter spacing */
	color: rgba(255, 255, 255, 1); /* Pure white for prominence */
	margin-bottom: 1.5rem; /* More space below */
	margin-top: 0;
	padding-top: 0; /* Remove extra top space */
}

.cell-text,
.feature-text {
	font-size: 1.1875rem; /* Increased from 1.0625rem */
	font-weight: 300; /* Light weight as requested */
	line-height: 1.7; /* More breathing room between lines */
	color: rgba(255, 255, 255, 0.75); /* Slightly softer for less density */
	margin-top: 0;
	margin-bottom: 0;
}

.feature-title {
	font-family: 'Inter', sans-serif;
	font-size: 1.375rem; /* Increased from 1.25rem */
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
}

/* Feature Accent Line - 2px Vertical Line */
.feature-accent-line {
	display: inline-block;
	width: 2px;
	height: 1.5rem;
	background: #00d4ff; /* Electric blue */
	flex-shrink: 0;
	transition: height 0.2s ease, background 0.2s ease;
}

.feature-cell:hover .feature-accent-line {
	height: 2rem;
	background: #ffffff; /* White on hover */
}

.feature-cell {
	padding: 4rem 3rem; /* Increased padding for breathing room */
}

/* Aggressive Whitespace - 2x Padding */
.terminal-grid-section {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.terminal-hero {
	padding-top: 10rem;
	padding-bottom: 14rem;
}

/* Mobile Responsive */
@media screen and (max-width: 980px) {
	.grid-container.grid-features {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Maintain horizontal flow on tablet for How It Works section */
	.grid-container.grid-flow {
		grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
	}

	/* Adjust padding for tablet */
	.grid-container.grid-flow .feature-cell {
		padding: 3.5rem 2rem;
	}

	/* Smaller arrows on tablet */
	.flow-arrow svg {
		width: 50px;
		height: 20px;
	}

	.terminal-nav .nav-menu {
		gap: 1.5rem;
		font-size: 0.875rem; /* Increased from 0.8125rem */
	}

	.hero-title {
		font-size: 3.5rem; /* Increased from 3rem */
	}

	.hero-logo {
		max-width: 340px; /* Larger on tablet - increased from 260px */
		margin-bottom: 2.5rem;
	}

	.section-title {
		font-size: 2.25rem; /* Increased from 2rem */
	}
}

@media screen and (max-width: 736px) {
	.grid-container,
	.grid-container.grid-features {
		grid-template-columns: 1fr;
		gap: 0; /* Remove gap to prevent double borders */
		background: transparent; /* Remove grid background on mobile */
		border: none;
		padding: 0 1.5rem; /* Mobile padding */
	}

	/* Flow Container Mobile - Stack vertically */
	.flow-container {
		padding: 0 1.5rem;
	}

	/* Flow Grid Mobile - Single column with vertical arrows */
	.grid-container.grid-flow {
		grid-template-columns: 1fr !important;
		gap: 0;
		padding: 0;
		display: grid !important;
	}

	/* Ensure arrows and cells stack properly on mobile */
	.grid-container.grid-flow > * {
		width: 100%;
	}

	/* Flow step cells on mobile - restore borders for separation */
	.grid-container.grid-flow .grid-cell.flow-step {
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		padding: 3.5rem 2rem;
	}

	.grid-container.grid-flow .grid-cell.flow-step:last-child {
		border-bottom: none;
	}

	/* Horizontal arrows hidden on mobile, vertical arrows shown */
	.flow-arrow-horizontal {
		display: none !important; /* Hide horizontal arrows on mobile */
	}

	.flow-arrow-vertical {
		display: flex !important; /* Show vertical arrows on mobile */
		flex-direction: column;
		padding: 1.5rem 0;
		align-items: center;
		justify-content: center;
		min-height: 60px;
	}

	.flow-arrow-vertical svg {
		width: 24px;
		height: 40px;
		opacity: 0.7;
		transition: all 0.3s ease;
	}

	.flow-arrow-vertical::before {
		width: 2px;
		height: 60px;
		background: linear-gradient(
			180deg,
			transparent 0%,
			rgba(0, 212, 255, 0.3) 30%,
			rgba(0, 212, 255, 0.6) 50%,
			rgba(0, 212, 255, 0.3) 70%,
			transparent 100%
		);
		background-size: 100% 200%;
		animation: flowGradientVertical 3s ease-in-out infinite;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	@keyframes flowGradientVertical {
		0% {
			background-position: 50% 0%;
		}
		50% {
			background-position: 50% 100%;
		}
		100% {
			background-position: 50% 0%;
		}
	}

	.flow-arrow-vertical:hover svg {
		transform: translateY(4px);
		opacity: 1;
	}

	.grid-cell {
		padding: 4rem 2rem; /* Maintain good spacing on mobile */
		border-top: none; /* Remove heavy borders */
		border-left: 2px solid transparent; /* Prepare for accent line */
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* Subtle divider */
	}

	.grid-cell:first-child {
		border-top: none;
	}

	.grid-cell:last-child {
		border-bottom: none;
	}

	.grid-cell:hover {
		border-left-color: #00d4ff; /* Electric blue accent line on hover */
		background: linear-gradient(
			to right,
			rgba(0, 212, 255, 0.03) 0%,
			transparent 5%
		);
	}

	.cell-title {
		font-size: 2rem; /* Increased from 1.75rem */
	}

	.cell-text {
		font-size: 1.125rem; /* Increased from 1rem */
	}

	.grid-cell:hover {
		border-color: #444444;
	}

	.terminal-nav .header-inner {
		flex-wrap: wrap;
		gap: 1rem;
	}

	.terminal-nav .nav-menu {
		width: 100%;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.hero-title {
		font-size: 3rem; /* Increased from 2.5rem */
	}

	.hero-logo {
		max-width: 280px; /* Larger on mobile - increased from 220px */
		margin-bottom: 2rem; /* Slightly less spacing on mobile */
	}

	.terminal-hero {
		padding-top: 6rem;
		padding-bottom: 8rem;
	}

	.terminal-grid-section {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.live-timestamp {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1rem;
	}
}

/* ============================================
   VS CODE TERMINAL INTERFACE STYLING
   ============================================ */

/* Terminal Loading Sequence */
.terminal-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #0d1421; /* Dark navy blue */
	z-index: 20000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 0.75rem;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	overflow: hidden;
}

/* Subtle grid pattern overlay */
.terminal-loader::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		linear-gradient(rgba(90, 200, 250, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(90, 200, 250, 0.03) 1px, transparent 1px);
	background-size: 80px 80px;
	pointer-events: none;
	z-index: 1;
}

/* Minimalist Clustered Linear Pattern System */
.pattern-cluster {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

/* Cluster 1 - Top left */
.cluster-1 {
	top: 15%;
	left: 2%;
	transform: scale(0.6);
}

/* Cluster 2 - Top right */
.cluster-2 {
	top: 20%;
	right: 2%;
	transform: scale(0.6);
}

/* Cluster 3 - Bottom left */
.cluster-3 {
	bottom: 18%;
	left: 3%;
	transform: scale(0.6);
}

/* Cluster 4 - Bottom right */
.cluster-4 {
	bottom: 22%;
	right: 2%;
	transform: scale(0.6);
}

/* Individual pattern lines */
.pattern-line {
	position: absolute;
	height: 2px;
	background: #5ac8fa;
	opacity: 0;
	will-change: transform, opacity;
	transform: translateZ(0); /* GPU acceleration */
	box-shadow: 0 0 8px rgba(90, 200, 250, 0.8), 0 0 15px rgba(90, 200, 250, 0.5), 0 0 25px rgba(90, 200, 250, 0.3);
}

/* Cluster 1 lines */
.cluster-1 .line-1 {
	width: 180px;
	top: 0;
	left: 0;
	opacity: 0.2;
	animation: drift1 20s linear infinite, fade1 18s ease-in-out infinite;
}

.cluster-1 .line-2 {
	width: 120px;
	top: 25px;
	left: 30px;
	opacity: 0.15;
	animation: drift2 22s linear infinite, fade2 20s ease-in-out infinite;
	animation-delay: 2s;
}

.cluster-1 .line-3 {
	width: 250px;
	top: 50px;
	left: -20px;
	opacity: 0.25;
	animation: drift3 18s linear infinite, fade3 16s ease-in-out infinite;
	animation-delay: 1s;
}

.cluster-1 .line-4 {
	width: 90px;
	top: 75px;
	left: 60px;
	opacity: 0.18;
	animation: drift1 24s linear infinite, fade1 22s ease-in-out infinite;
	animation-delay: 3s;
}

.cluster-1 .line-5 {
	width: 200px;
	top: 100px;
	left: 10px;
	opacity: 0.22;
	animation: drift2 19s linear infinite, fade2 17s ease-in-out infinite;
	animation-delay: 0.5s;
}

.cluster-1 .line-6 {
	width: 140px;
	top: 125px;
	left: 40px;
	opacity: 0.16;
	animation: drift3 21s linear infinite, fade3 19s ease-in-out infinite;
	animation-delay: 2.5s;
}

/* Cluster 2 lines */
.cluster-2 .line-1 {
	width: 160px;
	top: 0;
	right: 0;
	opacity: 0.2;
	animation: drift1 23s linear infinite reverse, fade1 21s ease-in-out infinite;
	animation-delay: 1s;
}

.cluster-2 .line-2 {
	width: 220px;
	top: 28px;
	right: 25px;
	opacity: 0.18;
	animation: drift2 19s linear infinite reverse, fade2 17s ease-in-out infinite;
	animation-delay: 2.5s;
}

.cluster-2 .line-3 {
	width: 100px;
	top: 55px;
	right: 50px;
	opacity: 0.15;
	animation: drift3 25s linear infinite reverse, fade3 23s ease-in-out infinite;
	animation-delay: 0.5s;
}

.cluster-2 .line-4 {
	width: 190px;
	top: 82px;
	right: 15px;
	opacity: 0.22;
	animation: drift1 17s linear infinite reverse, fade1 15s ease-in-out infinite;
	animation-delay: 3s;
}

.cluster-2 .line-5 {
	width: 130px;
	top: 110px;
	right: 35px;
	opacity: 0.19;
	animation: drift2 21s linear infinite reverse, fade2 19s ease-in-out infinite;
	animation-delay: 1.5s;
}

.cluster-2 .line-6 {
	width: 270px;
	top: 137px;
	right: -10px;
	opacity: 0.24;
	animation: drift3 20s linear infinite reverse, fade3 18s ease-in-out infinite;
	animation-delay: 0.8s;
}

.cluster-2 .line-7 {
	width: 150px;
	top: 165px;
	right: 20px;
	opacity: 0.17;
	animation: drift1 24s linear infinite reverse, fade1 22s ease-in-out infinite;
	animation-delay: 2.2s;
}

/* Cluster 3 lines */
.cluster-3 .line-1 {
	width: 200px;
	bottom: 0;
	left: 0;
	opacity: 0.21;
	animation: drift1 19s linear infinite, fade1 17s ease-in-out infinite;
	animation-delay: 0.3s;
}

.cluster-3 .line-2 {
	width: 110px;
	bottom: 30px;
	left: 40px;
	opacity: 0.16;
	animation: drift2 23s linear infinite, fade2 21s ease-in-out infinite;
	animation-delay: 1.8s;
}

.cluster-3 .line-3 {
	width: 240px;
	bottom: 60px;
	left: -15px;
	opacity: 0.23;
	animation: drift3 18s linear infinite, fade3 16s ease-in-out infinite;
	animation-delay: 2.5s;
}

.cluster-3 .line-4 {
	width: 85px;
	bottom: 90px;
	left: 55px;
	opacity: 0.14;
	animation: drift1 25s linear infinite, fade1 23s ease-in-out infinite;
	animation-delay: 0.7s;
}

.cluster-3 .line-5 {
	width: 170px;
	bottom: 120px;
	left: 20px;
	opacity: 0.2;
	animation: drift2 20s linear infinite, fade2 18s ease-in-out infinite;
	animation-delay: 1.2s;
}

.cluster-3 .line-6 {
	width: 130px;
	bottom: 150px;
	left: 45px;
	opacity: 0.17;
	animation: drift3 22s linear infinite, fade3 20s ease-in-out infinite;
	animation-delay: 3s;
}

.cluster-3 .line-7 {
	width: 210px;
	bottom: 180px;
	left: 10px;
	opacity: 0.19;
	animation: drift1 21s linear infinite, fade1 19s ease-in-out infinite;
	animation-delay: 1.5s;
}

.cluster-3 .line-8 {
	width: 95px;
	bottom: 210px;
	left: 60px;
	opacity: 0.15;
	animation: drift2 24s linear infinite, fade2 22s ease-in-out infinite;
	animation-delay: 2.8s;
}

/* Cluster 4 lines */
.cluster-4 .line-1 {
	width: 150px;
	bottom: 0;
	right: 0;
	opacity: 0.18;
	animation: drift1 22s linear infinite reverse, fade1 20s ease-in-out infinite;
	animation-delay: 1s;
}

.cluster-4 .line-2 {
	width: 230px;
	bottom: 32px;
	right: 20px;
	opacity: 0.22;
	animation: drift2 18s linear infinite reverse, fade2 16s ease-in-out infinite;
	animation-delay: 2.3s;
}

.cluster-4 .line-3 {
	width: 105px;
	bottom: 64px;
	right: 45px;
	opacity: 0.16;
	animation: drift3 24s linear infinite reverse, fade3 22s ease-in-out infinite;
	animation-delay: 0.6s;
}

.cluster-4 .line-4 {
	width: 180px;
	bottom: 96px;
	right: 12px;
	opacity: 0.2;
	animation: drift1 20s linear infinite reverse, fade1 18s ease-in-out infinite;
	animation-delay: 1.7s;
}

.cluster-4 .line-5 {
	width: 125px;
	bottom: 128px;
	right: 38px;
	opacity: 0.17;
	animation: drift2 23s linear infinite reverse, fade2 21s ease-in-out infinite;
	animation-delay: 2.9s;
}

.cluster-4 .line-6 {
	width: 195px;
	bottom: 160px;
	right: 8px;
	opacity: 0.19;
	animation: drift3 19s linear infinite reverse, fade3 17s ease-in-out infinite;
	animation-delay: 1.3s;
}

/* Horizontal drift animations - very slow and subtle */
@keyframes drift1 {
	0% {
		transform: translateX(0) translateZ(0);
	}
	50% {
		transform: translateX(15px) translateZ(0);
	}
	100% {
		transform: translateX(0) translateZ(0);
	}
}

@keyframes drift2 {
	0% {
		transform: translateX(0) translateZ(0);
	}
	50% {
		transform: translateX(-20px) translateZ(0);
	}
	100% {
		transform: translateX(0) translateZ(0);
	}
}

@keyframes drift3 {
	0% {
		transform: translateX(0) translateZ(0);
	}
	50% {
		transform: translateX(12px) translateZ(0);
	}
	100% {
		transform: translateX(0) translateZ(0);
	}
}

/* Fade in/out animations - gentle opacity shifts */
@keyframes fade1 {
	0%, 100% {
		opacity: 0.15;
	}
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.2;
	}
	75% {
		opacity: 0.18;
	}
}

@keyframes fade2 {
	0%, 100% {
		opacity: 0.14;
	}
	30% {
		opacity: 0.22;
	}
	60% {
		opacity: 0.16;
	}
	90% {
		opacity: 0.19;
	}
}

@keyframes fade3 {
	0%, 100% {
		opacity: 0.16;
	}
	20% {
		opacity: 0.24;
	}
	40% {
		opacity: 0.18;
	}
	60% {
		opacity: 0.21;
	}
	80% {
		opacity: 0.17;
	}
}

.terminal-loader.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.loader-terminal-content {
	width: 95%;
	max-width: 1400px;
	color: #5ac8fa;
	font-size: 0.9375rem;
	line-height: 1.5;
	position: relative;
	z-index: 10; /* Above pattern clusters */
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.9), 0 0 20px rgba(90, 200, 250, 0.7), 0 0 40px rgba(90, 200, 250, 0.4);
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 95vh;
}

/* Fintech content displays can be wider than the container */
.fintech-content-display,
.fintech-list-display,
.fintech-team-display,
.fintech-workflow-display,
.fintech-preview-display,
.fintech-contact-display {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 1100px) {
	.fintech-content-display,
	.fintech-list-display,
	.fintech-team-display,
	.fintech-workflow-display,
	.fintech-preview-display,
	.fintech-contact-display {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}

.loader-logo-container {
	display: none;
	text-align: center;
	margin-bottom: 0.5rem;
	flex-shrink: 0;
}

.loader-output {
	flex: 1;
	min-height: 0;
	margin-bottom: 1rem;
	color: #5ac8fa;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 1rem;
	display: flex;
	flex-direction: column;
}

.loader-output .loader-prompt-line {
	margin-top: auto;
	flex-shrink: 0;
}

.loader-output::-webkit-scrollbar {
	display: none;
	width: 0;
}

.loader-output {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.loader-output-line {
	margin-bottom: 0.5rem;
	opacity: 0;
	animation: fadeInLine 0.3s ease forwards;
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
}

.loader-output-line.typing {
	color: #5ac8fa;
	text-shadow: 0 0 15px rgba(90, 200, 250, 0.8), 0 0 25px rgba(90, 200, 250, 0.6), 0 0 35px rgba(90, 200, 250, 0.4);
	font-weight: 500;
}

.loader-output-line:first-child {
	font-size: 1.2rem;
	font-weight: 500;
	color: #5ac8fa;
	margin-bottom: 1rem;
	text-shadow: 0 0 15px rgba(90, 200, 250, 0.8), 0 0 25px rgba(90, 200, 250, 0.6), 0 0 35px rgba(90, 200, 250, 0.4);
}

.loader-output-line:first-child.typing {
	color: #5ac8fa;
	text-shadow: 0 0 20px rgba(90, 200, 250, 0.9), 0 0 30px rgba(90, 200, 250, 0.7), 0 0 40px rgba(90, 200, 250, 0.5);
}

.loader-output-line:nth-child(2) {
	color: #5ac8fa;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
}

.loader-output-line.fade-out {
	animation: fadeOutLine 0.5s ease forwards;
}

.loader-logo {
	max-width: 400px;
	max-height: 180px;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	filter: sepia(100%) saturate(500%) brightness(110%) hue-rotate(175deg) drop-shadow(0 0 20px rgba(90, 200, 250, 0.8)) drop-shadow(0 0 40px rgba(90, 200, 250, 0.5)) drop-shadow(0 0 60px rgba(90, 200, 250, 0.3));
}

.loader-command-hint {
	color: #5ac8fa;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	margin-top: 2rem;
	opacity: 0;
	transition: opacity 0.8s ease;
	text-shadow: 
		0 0 10px rgba(90, 200, 250, 0.8),
		0 0 20px rgba(90, 200, 250, 0.6),
		0 0 30px rgba(90, 200, 250, 0.4),
		0 0 40px rgba(90, 200, 250, 0.3);
	animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
	0%, 100% {
		text-shadow: 
			0 0 10px rgba(90, 200, 250, 0.8),
			0 0 20px rgba(90, 200, 250, 0.6),
			0 0 30px rgba(90, 200, 250, 0.4),
			0 0 40px rgba(90, 200, 250, 0.3);
		opacity: 0.9;
	}
	50% {
		text-shadow: 
			0 0 15px rgba(90, 200, 250, 1),
			0 0 30px rgba(90, 200, 250, 0.8),
			0 0 45px rgba(90, 200, 250, 0.6),
			0 0 60px rgba(90, 200, 250, 0.4);
		opacity: 1;
	}
}

@keyframes fadeInLine {
	to {
		opacity: 1;
	}
}

@keyframes fadeOutLine {
	to {
		opacity: 0.3;
	}
}

.loader-prompt-line {
	display: flex;
	align-items: center;
	margin-top: 1rem;
	flex-shrink: 0;
	background: transparent;
}

.loader-prompt {
	color: #5ac8fa;
	font-weight: 500;
	margin-right: 0.5rem;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
}

.loader-command {
	color: #5ac8fa;
	min-height: 1.2em;
	display: inline-block;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
}

.loader-command.typing {
	color: #5ac8fa;
	text-shadow: 0 0 15px rgba(90, 200, 250, 0.8), 0 0 25px rgba(90, 200, 250, 0.6), 0 0 35px rgba(90, 200, 250, 0.4);
}

.loader-command-input,
.loader-command-input:focus,
.loader-command-input:active,
.loader-command-input:hover {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #5ac8fa;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: inherit;
	min-width: 200px;
	flex: 1;
	caret-color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
}

/* Blinking placeholder for empty terminal input */
@keyframes placeholderBlink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.2; }
}

.loader-command-input::placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
	font-style: italic;
	animation: placeholderBlink 0.8s ease-in-out infinite !important;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5) !important;
}

.loader-command-input::-webkit-input-placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
	font-style: italic;
	animation: placeholderBlink 0.8s ease-in-out infinite !important;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5) !important;
}

.loader-command-input::-moz-placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
	font-style: italic;
	animation: placeholderBlink 0.8s ease-in-out infinite !important;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5) !important;
}

.loader-command-input:-ms-input-placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
	font-style: italic;
	animation: placeholderBlink 0.8s ease-in-out infinite !important;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5) !important;
}


.loader-output-line.terminal-output-prompt {
	color: #5ac8fa;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
}

.loader-output-line.success {
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
	font-weight: 500;
}

.loader-output-line.error {
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
}

.loader-output-line.info {
	color: #5ac8fa;
	text-shadow: 0 0 8px rgba(90, 200, 250, 0.6), 0 0 12px rgba(90, 200, 250, 0.4);
	opacity: 0.9;
}

/* Fintech Content Display - Sleek styled content for commands */
.fintech-content-display {
	width: 100%;
	max-width: 100%;
	margin: 0.5rem 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	animation: fadeInUp 0.5s ease forwards;
	opacity: 0;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fintech-section {
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(90, 200, 250, 0.15);
}

.fintech-section:last-of-type {
	border-bottom: none;
	margin-bottom: 0.5rem;
}

.fintech-section-header {
	margin-bottom: 0.5rem;
}

.fintech-label {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.9), 0 0 20px rgba(90, 200, 250, 0.6), 0 0 30px rgba(90, 200, 250, 0.4);
	margin-bottom: 0.75rem;
	font-family: 'JetBrains Mono', monospace;
}

.fintech-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0.25rem 0 0 0;
	line-height: 1.2;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.4), 0 0 20px rgba(90, 200, 250, 0.2);
	font-family: 'Space Grotesk', sans-serif;
}

.fintech-subtitle {
	font-size: 1.375rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0.5rem 0 0 0;
	line-height: 1.4;
	text-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	font-family: 'Space Grotesk', sans-serif;
}

.fintech-text {
	font-size: 0.875rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
	font-weight: 300;
}

.fintech-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.fintech-feature {
	padding: 0.75rem;
	background: rgba(90, 200, 250, 0.03);
	border: 1px solid rgba(90, 200, 250, 0.3);
	border-radius: 6px;
	transition: all 0.3s ease;
	box-shadow: 0 0 15px rgba(90, 200, 250, 0.1), inset 0 0 20px rgba(90, 200, 250, 0.02);
}

.fintech-feature:hover {
	background: rgba(90, 200, 250, 0.08);
	border-color: rgba(90, 200, 250, 0.6);
	transform: translateY(-2px);
	box-shadow: 0 0 25px rgba(90, 200, 250, 0.3), 0 0 50px rgba(90, 200, 250, 0.15), inset 0 0 20px rgba(90, 200, 250, 0.05);
}

.fintech-feature-icon {
	font-size: 1rem;
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 1), 0 0 20px rgba(90, 200, 250, 0.7), 0 0 30px rgba(90, 200, 250, 0.5);
	margin-bottom: 0.4rem;
	font-weight: 600;
}

.fintech-feature-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0.4rem 0;
	line-height: 1.3;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
	font-family: 'Space Grotesk', sans-serif;
}

.fintech-feature-text {
	font-size: 0.8rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	font-weight: 300;
}

/* Fintech List Display - Sleek command list styling */
.fintech-list-display {
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	animation: fadeInUp 0.5s ease forwards;
	opacity: 0;
}

.fintech-list-header {
	margin-bottom: 1.5rem;
}

.fintech-list-title {
	font-size: 1.375rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0.5rem 0 0 0;
	line-height: 1.3;
	text-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	font-family: 'Space Grotesk', sans-serif;
}

.fintech-commands-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	margin-top: 0;
}

.fintech-command-item {
	padding: 1.25rem;
	background: rgba(90, 200, 250, 0.05);
	border: 1px solid rgba(90, 200, 250, 0.2);
	border-radius: 6px;
	transition: all 0.3s ease;
	cursor: default;
}

.fintech-command-item:hover {
	background: rgba(90, 200, 250, 0.08);
	border-color: rgba(90, 200, 250, 0.35);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(90, 200, 250, 0.15);
}

.fintech-command-name {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
	font-family: 'JetBrains Mono', monospace;
	margin-bottom: 0.5rem;
	letter-spacing: 0.02em;
}

.fintech-command-desc {
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	font-weight: 300;
}

/* Fintech Team Display - Sleek team member styling */
.fintech-team-display {
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	animation: fadeInUp 0.5s ease forwards;
	opacity: 0;
}

.fintech-team-header {
	margin-bottom: 2rem;
}

.fintech-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 1rem;
}

.fintech-team-member {
	padding: 1.5rem;
	background: rgba(90, 200, 250, 0.05);
	border: 1px solid rgba(90, 200, 250, 0.2);
	border-radius: 8px;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.fintech-team-member:hover {
	background: rgba(90, 200, 250, 0.08);
	border-color: rgba(90, 200, 250, 0.35);
	transform: translateY(-4px);
	box-shadow: 0 6px 25px rgba(90, 200, 250, 0.2);
}

.fintech-team-image {
	width: 120px;
	height: 120px;
	margin-bottom: 1.25rem;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid rgba(90, 200, 250, 0.3);
	box-shadow: 0 0 20px rgba(90, 200, 250, 0.3);
	transition: all 0.3s ease;
}

.fintech-team-member:hover .fintech-team-image {
	border-color: rgba(90, 200, 250, 0.6);
	box-shadow: 0 0 30px rgba(90, 200, 250, 0.5);
	transform: scale(1.05);
}

.fintech-team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fintech-team-info {
	width: 100%;
}

.fintech-team-name {
	font-size: 1.125rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0.5rem 0;
	line-height: 1.3;
	text-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	font-family: 'Space Grotesk', sans-serif;
}

.fintech-team-education {
	font-size: 0.8125rem;
	color: #5ac8fa;
	text-shadow: 0 0 8px rgba(90, 200, 250, 0.6);
	margin: 0 0 1rem 0;
	font-weight: 500;
	font-family: 'JetBrains Mono', monospace;
	letter-spacing: 0.05em;
}

.fintech-team-experience {
	margin: 1rem 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(90, 200, 250, 0.15);
}

.fintech-team-experience p {
	font-size: 0.8125rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
	margin: 0.5rem 0;
	font-weight: 300;
}

.fintech-team-role {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	background: rgba(90, 200, 250, 0.15);
	border: 1px solid rgba(90, 200, 250, 0.4);
	border-radius: 4px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7);
	font-family: 'JetBrains Mono', monospace;
	letter-spacing: 0.1em;
}

@media (max-width: 768px) {
	.fintech-team-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}
}

/* Fintech Workflow Display - Sleek workflow/process styling */
.fintech-workflow-display {
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	animation: fadeInUp 0.5s ease forwards;
	opacity: 0;
}

.fintech-workflow-steps {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.fintech-workflow-step {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 1.5rem;
	background: rgba(90, 200, 250, 0.05);
	border: 1px solid rgba(90, 200, 250, 0.2);
	border-radius: 8px;
	transition: all 0.3s ease;
	position: relative;
}

.fintech-workflow-step:hover {
	background: rgba(90, 200, 250, 0.08);
	border-color: rgba(90, 200, 250, 0.35);
	transform: translateX(5px);
	box-shadow: 0 4px 20px rgba(90, 200, 250, 0.15);
}

.fintech-workflow-step-number {
	font-size: 1.5rem;
	font-weight: 700;
	color: #5ac8fa;
	text-shadow: 0 0 15px rgba(90, 200, 250, 0.8), 0 0 25px rgba(90, 200, 250, 0.5);
	font-family: 'JetBrains Mono', monospace;
	min-width: 50px;
	text-align: center;
	line-height: 1;
}

.fintech-workflow-step-content {
	flex: 1;
}

.fintech-workflow-step-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0.75rem 0;
	line-height: 1.3;
	text-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	font-family: 'Space Grotesk', sans-serif;
}

.fintech-workflow-step-text {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	font-weight: 300;
}

.fintech-workflow-arrow {
	font-size: 1.5rem;
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7);
	font-weight: 600;
	min-width: 30px;
	text-align: center;
	opacity: 0.6;
}

.fintech-workflow-step:last-child .fintech-workflow-arrow {
	display: none;
}

@media (max-width: 768px) {
	.fintech-workflow-step {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}
	
	.fintech-workflow-arrow {
		transform: rotate(90deg);
		margin: 0.5rem 0;
	}
	
	.fintech-workflow-step-number {
		min-width: auto;
	}
}

/* Fintech Preview Display - Sleek table/data display */
.fintech-preview-display {
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	animation: fadeInUp 0.5s ease forwards;
	opacity: 0;
}

.fintech-table-container {
	margin-top: 2rem;
	overflow-x: auto;
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(90, 200, 250, 0.2);
	border-radius: 8px;
	padding: 1rem;
}

.fintech-table-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		linear-gradient(45deg, rgba(90, 200, 250, 0.05) 25%, transparent 25%),
		linear-gradient(-45deg, rgba(90, 200, 250, 0.05) 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, rgba(90, 200, 250, 0.05) 75%),
		linear-gradient(-45deg, transparent 75%, rgba(90, 200, 250, 0.05) 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
	opacity: 0.3;
	pointer-events: none;
	border-radius: 8px;
}

.fintech-table {
	width: 100%;
	border-collapse: collapse;
	position: relative;
	z-index: 1;
}

.fintech-table thead {
	border-bottom: 2px solid rgba(90, 200, 250, 0.4);
}

.fintech-table th {
	padding: 1rem 1.25rem;
	text-align: left;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
	font-family: 'JetBrains Mono', monospace;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
}

.fintech-table tbody tr {
	border-bottom: 1px solid rgba(90, 200, 250, 0.1);
	transition: all 0.2s ease;
}

.fintech-table tbody tr:hover {
	background: rgba(90, 200, 250, 0.08);
	border-bottom-color: rgba(90, 200, 250, 0.3);
}

.fintech-table tbody tr:last-child {
	border-bottom: none;
}

.fintech-table td {
	padding: 1rem 1.25rem;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 300;
	line-height: 1.5;
}

.fintech-table td:first-child {
	font-weight: 400;
	color: #ffffff;
}

.fintech-probability {
	color: #5ac8fa !important;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(90, 200, 250, 0.5);
	font-weight: 600 !important;
	font-family: 'JetBrains Mono', monospace;
}

@media (max-width: 768px) {
	.fintech-table-container {
		padding: 0.5rem;
	}
	
	.fintech-table th,
	.fintech-table td {
		padding: 0.75rem 0.5rem;
		font-size: 0.8125rem;
	}
	
	.fintech-table th {
		font-size: 0.75rem;
	}
}

/* Fintech Contact Display - Sleek contact form styling */
.fintech-contact-display {
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	animation: fadeInUp 0.5s ease forwards;
	opacity: 0;
}

.fintech-contact-form-container {
	margin-top: 2rem;
	padding: 2rem;
	background: rgba(90, 200, 250, 0.05);
	border: 1px solid rgba(90, 200, 250, 0.2);
	border-radius: 8px;
}

.fintech-contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.fintech-form-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.fintech-form-label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #5ac8fa;
	text-shadow: 0 0 8px rgba(90, 200, 250, 0.6);
	font-family: 'JetBrains Mono', monospace;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fintech-form-input,
.fintech-form-textarea {
	width: 100%;
	padding: 0.875rem 1rem;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(90, 200, 250, 0.3);
	border-radius: 6px;
	color: #ffffff;
	font-size: 0.9375rem;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	transition: all 0.3s ease;
	outline: none;
}

.fintech-form-input:focus,
.fintech-form-textarea:focus {
	border-color: rgba(90, 200, 250, 0.6);
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px rgba(90, 200, 250, 0.2);
}

.fintech-form-input::placeholder,
.fintech-form-textarea::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.fintech-form-textarea {
	resize: vertical;
	min-height: 120px;
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
}

.fintech-form-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem 2rem;
	background: rgba(90, 200, 250, 0.15);
	border: 1px solid rgba(90, 200, 250, 0.4);
	border-radius: 6px;
	color: #5ac8fa;
	font-size: 0.9375rem;
	font-weight: 600;
	font-family: 'Space Grotesk', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.7);
	margin-top: 0.5rem;
	align-self: flex-start;
}

.fintech-form-button:hover {
	background: rgba(90, 200, 250, 0.25);
	border-color: rgba(90, 200, 250, 0.6);
	box-shadow: 0 0 20px rgba(90, 200, 250, 0.3);
	transform: translateY(-2px);
}

.fintech-form-button:active {
	transform: translateY(0);
}

.fintech-form-button svg {
	transition: transform 0.3s ease;
}

.fintech-form-button:hover svg {
	transform: translateX(3px);
}

.fintech-form-success {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2rem;
	background: rgba(0, 255, 136, 0.1);
	border: 1px solid rgba(0, 255, 136, 0.3);
	border-radius: 8px;
	animation: fadeInUp 0.5s ease forwards;
}

.fintech-form-success-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(0, 255, 136, 0.2);
	border: 2px solid rgba(0, 255, 136, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #00ff88;
	font-weight: 700;
	flex-shrink: 0;
	text-shadow: 0 0 15px rgba(0, 255, 136, 0.7);
}

.fintech-form-success-text {
	flex: 1;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9375rem;
	line-height: 1.6;
}

.fintech-form-success-text strong {
	color: #00ff88;
	text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.loader-cursor {
	display: inline-block;
	width: 8px;
	height: 1.2em;
	background: #5ac8fa;
	vertical-align: middle;
	margin-left: 2px;
	animation: blinkCursor 1s infinite;
	box-shadow: 0 0 10px rgba(90, 200, 250, 0.8), 0 0 15px rgba(90, 200, 250, 0.6);
}

.loader-cursor.hidden {
	display: none;
}

.loader-cursor.typing {
	background: #5ac8fa;
	box-shadow: 0 0 15px rgba(90, 200, 250, 0.9), 0 0 25px rgba(90, 200, 250, 0.7), 0 0 35px rgba(90, 200, 250, 0.5);
}

@keyframes blinkCursor {
	0%, 49% {
		opacity: 1;
	}
	50%, 100% {
		opacity: 0;
	}
}

.loader-progress {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.loader-progress-bar {
	width: 100%;
	height: 2px;
	background: #1a1a1a;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 0.5rem;
}

.loader-progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #00ff88, #5ac8fa);
	width: 0%;
	transition: width 0.3s ease;
	box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.loader-skip-hint {
	position: absolute;
	bottom: 2rem;
	color: #5ac8fa;
	font-size: 0.75rem;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	animation: pulseHint 2s ease infinite;
	z-index: 10; /* Above pattern clusters */
	text-shadow: 0 0 8px rgba(90, 200, 250, 0.6), 0 0 12px rgba(90, 200, 250, 0.4);
	opacity: 0.7;
}

@keyframes pulseHint {
	0%, 100% {
		opacity: 0.3;
	}
	50% {
		opacity: 0.6;
	}
}

/* Terminal Window Container - Enhanced with glows */
.terminal-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000000;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	box-shadow: 0 0 60px rgba(90, 200, 250, 0.15), 0 0 100px rgba(0, 212, 255, 0.1), inset 0 0 200px rgba(255, 255, 255, 0.02);
}

/* Subtle grid pattern background */
.terminal-window {
	background-image: 
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 40px 40px;
	background-position: 0 0;
	background-color: #000000;
}

/* Radial gradient accents for depth */
.terminal-window::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: 
		radial-gradient(circle at 20% 20%, rgba(90, 200, 250, 0.1), transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.08), transparent 50%);
	z-index: 1;
	opacity: 0.6;
}

.terminal-window.visible {
	opacity: 1;
	visibility: visible;
}

/* Hero content fade-in after loader */
.terminal-window:not(.visible) #wrapper {
	opacity: 0;
}

.terminal-window.visible #wrapper {
	animation: fadeInContent 1s ease forwards;
}

@keyframes fadeInContent {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Prevent body scroll */
html,
body {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Terminal Title Bar - Brighter */
.terminal-title-bar {
	display: flex;
	align-items: center;
	background: rgba(20, 20, 20, 0.95);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0.5rem 1rem;
	min-height: 40px;
	flex-shrink: 0;
	font-size: 0.8125rem;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: relative;
	z-index: 2;
}

/* macOS Window Controls - Vibrant colors */
.terminal-window-controls {
	display: flex;
	gap: 0.5rem;
	margin-right: 1rem;
}

.window-control {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	flex-shrink: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.window-control:hover {
	transform: scale(1.1);
}

.window-control-close {
	background: #ff5f56;
	box-shadow: 0 2px 6px rgba(255, 95, 86, 0.4);
}

.window-control-close:hover {
	box-shadow: 0 2px 8px rgba(255, 95, 86, 0.6);
}

.window-control-minimize {
	background: #ffbd2e;
	box-shadow: 0 2px 6px rgba(255, 189, 46, 0.4);
}

.window-control-minimize:hover {
	box-shadow: 0 2px 8px rgba(255, 189, 46, 0.6);
}

.window-control-maximize {
	background: #27c93f;
	box-shadow: 0 2px 6px rgba(39, 201, 63, 0.4);
}

.window-control-maximize:hover {
	box-shadow: 0 2px 8px rgba(39, 201, 63, 0.6);
}

/* Terminal Title Text - Brighter */
.terminal-title-text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.75rem;
	margin-right: 2rem;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	white-space: nowrap;
	font-weight: 500;
}

/* Terminal Navigation Tabs */
.terminal-nav-tabs {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex: 1;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.terminal-nav-tabs::-webkit-scrollbar {
	display: none;
}

.terminal-tab {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.8125rem;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	text-decoration: none;
	padding: 0.375rem 0.75rem;
	border-radius: 4px;
	transition: all 0.2s ease;
	white-space: nowrap;
	border: 1px solid transparent;
	position: relative;
	font-weight: 400;
}

.terminal-tab:hover {
	color: #ffffff;
	background: rgba(90, 200, 250, 0.15);
	border-color: rgba(90, 200, 250, 0.4);
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.6);
	box-shadow: 0 2px 8px rgba(90, 200, 250, 0.2);
}

.terminal-tab.active {
	color: #00ff88;
	border-bottom: 2px solid #00ff88;
	background: rgba(0, 255, 136, 0.1);
	text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
	font-weight: 500;
}

/* Terminal Content Area - With background patterns */
.terminal-content {
	flex: 1;
	overflow: hidden;
	background: #000000;
	position: relative;
	z-index: 1;
}

/* Hide wrapper content - we'll show terminal output instead */
.terminal-content #wrapper {
	display: none;
}

.terminal-content #wrapper.terminal-visible {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
}

/* Visual Effects */

/* CRT Scanline Effect Overlay (Optional, toggleable) - Combined with radial gradient */
.terminal-window::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: 
		radial-gradient(circle at 20% 20%, rgba(90, 200, 250, 0.1), transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.08), transparent 50%);
	z-index: 1;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

/* Scanlines overlay when enabled */
.terminal-window.scanlines-enabled::after {
	background: 
		radial-gradient(circle at 20% 20%, rgba(90, 200, 250, 0.1), transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.08), transparent 50%),
		repeating-linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.02) 0px,
			rgba(255, 255, 255, 0.02) 1px,
			transparent 1px,
			transparent 2px
		);
	opacity: 0.65;
}

/* Vignette Effect */
.terminal-window::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 9998;
}

/* Glow Effects for Red Text */
.terminal-output-line.error,
a:hover,
.terminal-link:hover {
	text-shadow: 0 0 8px rgba(90, 200, 250, 0.6), 0 0 12px rgba(90, 200, 250, 0.4);
}

/* Cursor Glow When Active/Typing */
.prompt-cursor {
	box-shadow: 0 0 6px rgba(0, 255, 136, 0.8), 0 0 12px rgba(0, 255, 136, 0.4);
	transition: box-shadow 0.2s ease;
}

.prompt-cursor.typing {
	box-shadow: 0 0 8px rgba(90, 200, 250, 0.8), 0 0 16px rgba(90, 200, 250, 0.5);
}

/* Text Shadow for Depth on Headers */
.terminal-section-header,
.terminal-output-line.header {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(255, 255, 255, 0.1);
}

/* Smooth Transitions */
.terminal-output-line,
.terminal-tab,
.terminal-command-button,
.terminal-link {
	transition: all 0.2s ease;
}

/* Terminal Settings Panel */
.terminal-settings {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000000;
	border: 1px solid #1a1a1a;
	border-radius: 8px;
	padding: 2rem;
	z-index: 20000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	max-width: 500px;
	width: 90%;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.terminal-settings[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.settings-content {
	font-family: 'JetBrains Mono', 'Courier New', monospace;
}

.settings-title {
	color: #00ff88;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

.settings-group {
	margin-bottom: 1.5rem;
}

.settings-label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 4px;
	transition: background 0.2s ease;
}

.settings-label:hover {
	background: rgba(255, 255, 255, 0.05);
}

.settings-checkbox,
.settings-range,
.settings-select {
	font-family: 'JetBrains Mono', 'Courier New', monospace;
}

.settings-range {
	flex: 1;
	max-width: 200px;
}

.settings-select {
	background: #000000;
	border: 1px solid #1a1a1a;
	color: rgba(255, 255, 255, 0.9);
	padding: 0.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.875rem;
}

.settings-close {
	width: 100%;
	padding: 0.75rem;
	background: transparent;
	border: 1px solid #00ff88;
	color: #00ff88;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.875rem;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.2s ease;
	margin-top: 1rem;
}

.settings-close:hover {
	background: rgba(0, 255, 136, 0.1);
	box-shadow: 0 0 12px rgba(0, 255, 136, 0.3);
}

/* Focus Indicators for Accessibility */
*:focus-visible {
	outline: 2px solid #00ff88;
	outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.terminal-output-line {
		border: 1px solid rgba(255, 255, 255, 0.3);
		padding: 0.25rem;
	}
	
	.terminal-tab {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
	
	.prompt-input {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	
	.terminal-output-line {
		animation: none !important;
	}
	
	.prompt-cursor,
	.loader-cursor {
		animation: none !important;
	}
	
	.terminal-window::after {
		transition: none !important;
	}
}

/* Theme Variations */
.terminal-window.theme-red {
	--accent-color: #5ac8fa;
}

.terminal-window.theme-red .prompt-text,
.terminal-window.theme-red .terminal-output-line.success,
.terminal-window.theme-red .terminal-tab.active {
	color: #5ac8fa;
}

.terminal-window.theme-red .prompt-cursor {
	background: #5ac8fa;
	box-shadow: 0 0 6px rgba(90, 200, 250, 0.8);
}

/* Font Size Control */
.terminal-window.font-small {
	font-size: 0.875em;
}

.terminal-window.font-large {
	font-size: 1.125em;
}

/* ============================================
   MODERN CONTENT OVERLAY/MODAL SYSTEM
   ============================================ */

/* Content Overlay */
.content-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 30000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.content-overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

/* Overlay Backdrop - Reduced opacity for brightness */
.overlay-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3); /* Reduced from 0.4 for brighter modal */
	backdrop-filter: blur(8px); /* Reduced blur for better visibility */
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.content-overlay.active .overlay-backdrop {
	opacity: 1;
}

/* Terminal Dimming When Overlay Open - Less dimmed for visibility */
.content-overlay.active ~ .terminal-window,
.terminal-window.overlay-active {
	opacity: 0.7; /* Increased from 0.6 for better visibility */
	pointer-events: none;
}

/* Modal Container - Brighter background */
.overlay-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.95);
	width: 90%;
	max-width: 1200px;
	max-height: 90vh;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.98) 0%, rgba(35, 35, 35, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.6), inset 0 0 100px rgba(255, 255, 255, 0.04), 0 0 60px rgba(90, 200, 250, 0.15);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.content-overlay.active .overlay-modal {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

/* Modal Header - Brighter */
.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(25, 25, 25, 0.8); /* Brighter background */
}

.modal-breadcrumb {
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}

.modal-breadcrumb .prompt {
	color: #00ff88;
	margin-right: 0.5rem;
	text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
	font-weight: 500;
}

.modal-close {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.9);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 0;
}

.modal-close:hover {
	background: rgba(90, 200, 250, 0.2);
	border-color: #5ac8fa;
	color: #5ac8fa;
	box-shadow: 0 0 20px rgba(90, 200, 250, 0.4), 0 0 40px rgba(90, 200, 250, 0.2);
	transform: rotate(90deg);
}

.modal-close:focus-visible {
	outline: 2px solid #00ff88;
	outline-offset: 2px;
}

/* Modal Content */
.modal-content {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4rem 5rem;
	scroll-behavior: smooth;
	background: rgba(28, 28, 28, 0.95); /* Brighter background for modal content */
}

.modal-content p,
.modal-content li,
.modal-content td,
.modal-content th,
.modal-content span {
	color: rgba(255, 255, 255, 0.9); /* Brighter text for better readability */
	font-weight: 400;
}

.modal-content::-webkit-scrollbar {
	width: 8px;
}

.modal-content::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.3);
}

.modal-content h1 {
	font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 3rem;
	font-weight: 600; /* Increased from 500 for better visibility */
	color: #ffffff;
	margin: 0 0 1rem 0;
	line-height: 1.2;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 255, 255, 0.15);
}

.modal-content .section-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 1.375rem;
	font-weight: 500; /* Increased from 400 for better visibility */
	color: rgba(255, 255, 255, 0.95); /* Increased from 0.85 for better contrast */
	margin: 0 0 3rem 0;
	line-height: 1.6;
}

.modal-content .accent-line {
	width: 60px;
	height: 2px;
	background: #5ac8fa;
	margin: 0 0 3rem 0;
	box-shadow: 0 0 10px rgba(90, 200, 250, 0.5);
}

/* Modern Fintech Cards - Brighter */
.modal-card {
	background: linear-gradient(145deg, rgba(30, 30, 30, 0.9), rgba(20, 20, 20, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 2.5rem;
	margin-bottom: 2rem;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.modal-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #5ac8fa, #00ff88);
	opacity: 0;
	transition: opacity 0.3s ease;
	box-shadow: 0 0 10px rgba(90, 200, 250, 0.5);
}

.modal-card:hover {
	border-color: rgba(90, 200, 250, 0.5);
	transform: translateY(-4px);
	box-shadow: 0 8px 32px rgba(90, 200, 250, 0.15), 0 0 0 1px rgba(90, 200, 250, 0.3), 0 0 40px rgba(90, 200, 250, 0.1);
	background: linear-gradient(145deg, rgba(35, 35, 35, 0.95), rgba(25, 25, 25, 0.95));
}

.modal-card:hover::before {
	opacity: 1;
}

.modal-card-title {
	font-family: 'Inter', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 1rem 0;
	letter-spacing: -0.02em;
}

.modal-card-text {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.7;
	margin: 0;
}

/* Feature Cards Grid - Brighter */
.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin: 3rem 0;
}

.feature-card {
	background: linear-gradient(145deg, rgba(30, 30, 30, 0.9), rgba(20, 20, 20, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 2.5rem;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
}

.feature-card:hover {
	border-color: rgba(90, 200, 250, 0.5);
	transform: translateY(-4px);
	box-shadow: 0 8px 32px rgba(90, 200, 250, 0.15), 0 0 0 1px rgba(90, 200, 250, 0.3), 0 0 40px rgba(90, 200, 250, 0.1);
	background: linear-gradient(145deg, rgba(35, 35, 35, 0.95), rgba(25, 25, 25, 0.95));
}

.feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 1.5rem;
	background: linear-gradient(135deg, rgba(90, 200, 250, 0.3), rgba(0, 212, 255, 0.3));
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(90, 200, 250, 0.2);
	transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
	box-shadow: 0 6px 30px rgba(90, 200, 250, 0.4);
	transform: scale(1.05);
}

.feature-card h3 {
	font-family: 'Inter', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 1rem 0;
	letter-spacing: -0.01em;
}

.feature-card p {
	font-family: 'Inter', sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
	margin: 0;
}

/* Timeline/Stepper for How It Works */
.timeline {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 3rem 0;
	position: relative;
}

.timeline::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.1);
	z-index: 0;
}

.timeline-step {
	flex: 1;
	position: relative;
	z-index: 1;
	text-align: center;
}

.timeline-badge {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	background: linear-gradient(135deg, #5ac8fa, #00ff88);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Inter', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #000000;
	box-shadow: 0 4px 20px rgba(90, 200, 250, 0.3);
}

.timeline-content {
	background: linear-gradient(145deg, rgba(30, 30, 30, 0.9), rgba(20, 20, 20, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 2rem;
	margin: 0 1rem;
	transition: all 0.3s ease;
}

.timeline-content:hover {
	border-color: rgba(0, 212, 255, 0.4);
	box-shadow: 0 4px 20px rgba(0, 212, 255, 0.15);
	background: linear-gradient(145deg, rgba(35, 35, 35, 0.95), rgba(25, 25, 25, 0.95));
}

.timeline-content h4 {
	font-family: 'Inter', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0.5rem 0;
	letter-spacing: -0.01em;
}

.timeline-content p {
	font-family: 'Inter', sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
	margin: 0;
}

/* Modern Data Table - Brighter */
.modal-table {
	width: 100%;
	border-collapse: collapse;
	margin: 3rem 0;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	overflow: hidden;
}

.modal-table thead {
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.05);
}

.modal-table th {
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 1rem 1.5rem;
	text-align: left;
}

.modal-table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	transition: background 0.2s ease;
}

.modal-table tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.03);
}

.modal-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(0, 212, 255, 0.2);
	box-shadow: inset 0 0 20px rgba(0, 212, 255, 0.05);
}

.modal-table td {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.95);
	padding: 1rem 1.5rem;
	font-variant-numeric: tabular-nums;
	font-weight: 400;
}

/* Modern Form */
.modal-form {
	max-width: 600px;
	margin: 0 auto;
}

.form-field {
	margin-bottom: 2rem;
}

.form-label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 1rem 1.5rem;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	color: #ffffff;
	transition: all 0.2s ease;
	font-weight: 400;
}

.form-input::placeholder,
.form-textarea::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.form-input:focus,
.form-textarea:focus {
	outline: none;
	border-color: #00d4ff;
	box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2), 0 0 20px rgba(0, 212, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
}

.form-label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 0.5rem;
}

.form-textarea {
	min-height: 150px;
	resize: vertical;
}

.form-submit {
	background: linear-gradient(135deg, #5ac8fa, #ff5f77);
	border: none;
	border-radius: 8px;
	padding: 1rem 2.5rem;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: 600; /* Ensure font-weight is 600 for better visibility */
	color: #ffffff !important; /* Pure white for better contrast */
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(90, 200, 250, 0.4), 0 0 40px rgba(90, 200, 250, 0.2);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); /* Enhanced text shadow for better readability */
}

.form-submit:hover {
	color: #ffffff !important; /* Pure white on hover */
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(90, 200, 250, 0.6), 0 0 60px rgba(90, 200, 250, 0.3);
	background: linear-gradient(135deg, #ff4058, #ff6f87);
}

.form-submit:active {
	color: #ffffff !important; /* Pure white when active */
	transform: translateY(0);
	box-shadow: 0 4px 20px rgba(90, 200, 250, 0.4);
}

/* Modal Navigation */
.modal-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.3);
}

.modal-nav-btn {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	cursor: pointer;
	transition: all 0.2s ease;
}

.modal-nav-btn:hover {
	background: rgba(90, 200, 250, 0.2);
	border-color: #5ac8fa;
	color: #ffffff;
	box-shadow: 0 0 20px rgba(90, 200, 250, 0.3), 0 4px 20px rgba(90, 200, 250, 0.1);
	transform: translateY(-2px);
}

.modal-nav-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	background: rgba(255, 255, 255, 0.03);
}

.modal-section-indicator {
	display: flex;
	gap: 0.5rem;
}

.modal-section-indicator span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transition: all 0.2s ease;
}

.modal-section-indicator span.active {
	background: #00ff88;
	width: 24px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

/* Two Column Grid */
.two-column-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin: 3rem 0;
}

/* Responsive Modal */
@media screen and (max-width: 968px) {
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.two-column-grid {
		grid-template-columns: 1fr;
	}
	
	.timeline {
		flex-direction: column;
	}
	
	.timeline::before {
		display: none;
	}
	
	.timeline-step {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 736px) {
	.modal-content {
		padding: 2rem 1.5rem;
	}
	
	.modal-header {
		padding: 1.5rem;
	}
	
	.modal-navigation {
		padding: 1.5rem;
	}
	
	.modal-content h1 {
		font-size: 2rem;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
	}
	
	.overlay-modal {
		width: 100%;
		max-width: 100%;
		max-height: 100vh;
		border-radius: 0;
		top: 0;
		left: 0;
		transform: translate(0, 0) scale(1);
	}
	
	.content-overlay.active .overlay-modal {
		transform: translate(0, 0) scale(1);
	}
	
	/* Hide terminal completely on mobile when overlay open */
	.content-overlay.active ~ .terminal-window,
	.terminal-window.overlay-active {
		display: none;
	}
}

/* Animation for child elements */
.modal-content > * {
	animation: fadeInUp 0.5s ease forwards;
	opacity: 0;
}

.modal-content > *:nth-child(1) { animation-delay: 0.1s; }
.modal-content > *:nth-child(2) { animation-delay: 0.2s; }
.modal-content > *:nth-child(3) { animation-delay: 0.3s; }
.modal-content > *:nth-child(4) { animation-delay: 0.4s; }
.modal-content > *:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Browser Compatibility Fallbacks */
@supports not (backdrop-filter: blur(10px)) {
	.autocomplete-suggestions {
		background: rgba(20, 20, 20, 0.98); /* Brighter background without backdrop filter */
	}
}

/* Fallback for older browsers without CSS Grid/Flexbox */
@supports not (display: flex) {
	.terminal-title-bar,
	.terminal-prompt,
	.terminal-nav-tabs {
		display: block;
	}
	
	.terminal-title-bar > * {
		display: inline-block;
		vertical-align: middle;
	}
}

/* Print-friendly styles */
@media print {
	.terminal-window::before,
	.terminal-window::after {
		display: none;
	}
	
	.terminal-prompt,
	.autocomplete-suggestions,
	.mobile-menu-toggle {
		display: none;
	}
	
	.terminal-output {
		bottom: 0;
		position: static;
		overflow: visible;
		page-break-inside: avoid;
	}
	
	.terminal-output-line {
		page-break-inside: avoid;
		color: #000000;
		text-shadow: none;
	}
	
	.terminal-title-bar {
		position: static;
		border-bottom: 2px solid #000000;
		page-break-after: avoid;
	}
}

/* Terminal Output Area - Custom scrollbar */
.terminal-output {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 70px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 2rem;
	padding-top: 5rem; /* Extra padding at top to prevent overlap with terminal box */
	padding-bottom: 6rem; /* Extra padding at bottom to prevent overlap with prompt */
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #5ac8fa; /* Red terminal text */
	scroll-behavior: smooth;
}

.terminal-output::-webkit-scrollbar {
	width: 8px;
}

.terminal-output::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 4px;
}

.terminal-output::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	transition: background 0.2s ease;
}

.terminal-output::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.3);
}

.terminal-output-line {
	margin-bottom: 0.5rem;
	opacity: 0;
	animation: fadeInTerminalLine 0.3s ease forwards;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: #5ac8fa; /* Default red color for terminal text */
}

.terminal-output-line.typing {
	position: relative;
}

.terminal-output-line.typing::after {
	content: '█';
	color: #00ff88;
	animation: blinkCursor 1s infinite;
	margin-left: 2px;
}

.terminal-output-line.faded {
	opacity: 0.4;
	transition: opacity 0.3s ease;
}

.terminal-output-line.error {
	color: #5ac8fa;
	text-shadow: 0 0 8px rgba(90, 200, 250, 0.6), 0 0 12px rgba(90, 200, 250, 0.4);
	font-weight: 500;
}

.terminal-output-line.success {
	color: #00ff88;
	text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
	font-weight: 500;
}

.terminal-output-line.info {
	color: #5ac8fa; /* Red for info text */
	font-weight: 400;
}

.terminal-output-line.header {
	color: #5ac8fa; /* Red for headers */
	font-weight: 600;
	font-size: 1.1rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(90, 200, 250, 0.3);
}

.terminal-output-line.ascii-art {
	color: #00ff88;
	font-size: 0.75rem;
	line-height: 1.2;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	letter-spacing: 0;
}

.terminal-output-line.comment {
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
}

.terminal-output-prompt {
	color: #5ac8fa; /* Red for prompt text */
	margin-right: 0.5rem;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.5);
}

.terminal-output-command {
	color: rgba(255, 255, 255, 0.9);
	margin-right: 0.5rem;
}

.terminal-section-header {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 2rem 0 1rem 0;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.terminal-section-divider {
	color: #1a1a1a;
	margin: 1rem 0;
	border-top: 1px solid #1a1a1a;
}

.terminal-list-item {
	margin: 0.5rem 0;
	padding-left: 1.5rem;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
}

.terminal-list-item::before {
	content: '>';
	position: absolute;
	left: 0;
	color: #00ff88;
	font-weight: bold;
}

.terminal-list-item.bullet::before {
	content: '•';
}

.terminal-ascii-box {
	border: 1px solid #1a1a1a;
	padding: 1rem;
	margin: 1rem 0;
	background: rgba(255, 255, 255, 0.02);
}

/* Terminal Command Buttons */
.terminal-command-button,
.terminal-cta {
	display: inline-block;
	padding: 0.5rem 1rem;
	color: #00ff88;
	border: 1px solid #00ff88;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.875rem;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 0.5rem 0;
	background: transparent;
}

.terminal-command-button:hover,
.terminal-cta:hover {
	background: rgba(0, 255, 136, 0.1);
	box-shadow: 0 0 12px rgba(0, 255, 136, 0.3);
	text-shadow: 0 0 8px rgba(0, 255, 136, 0.6);
	transform: translateX(2px);
}

.terminal-command-button:active,
.terminal-cta:active {
	background: rgba(0, 255, 136, 0.2);
	transform: translateX(0);
}

.terminal-command-button::before {
	content: '[>';
}

.terminal-command-button::after {
	content: ']';
}

/* Terminal Links */
.terminal-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	transition: all 0.2s ease;
}

.terminal-link:hover {
	color: #5ac8fa;
	border-bottom-color: #5ac8fa;
	text-shadow: 0 0 8px rgba(90, 200, 250, 0.5);
}

.terminal-link::before {
	content: '→ ';
	color: #00ff88;
	margin-right: 0.25rem;
}

/* Terminal Form Elements */
.terminal-form-field {
	margin: 1rem 0;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
}

.terminal-form-label {
	color: #00ff88;
	font-weight: 500;
	display: block;
	margin-bottom: 0.5rem;
}

.terminal-form-label::after {
	content: ':';
}

.terminal-form-input {
	background: transparent;
	border: 1px solid #1a1a1a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.9);
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.875rem;
	padding: 0.5rem;
	width: 100%;
	max-width: 500px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.terminal-form-input:focus {
	outline: none;
	border-bottom-color: #00ff88;
	box-shadow: 0 2px 0 rgba(0, 255, 136, 0.2);
}

.terminal-form-input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

@keyframes fadeInTerminalLine {
	from {
		opacity: 0;
		transform: translateY(5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes typeIn {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

/* Terminal ASCII Table */
.terminal-table {
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	margin: 1.5rem 0;
	white-space: pre;
	line-height: 1.6;
}

.terminal-table .table-header {
	color: #00ff88;
	font-weight: 500;
}

.terminal-table .table-row {
	color: rgba(255, 255, 255, 0.8);
}

.terminal-table .table-row:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.02);
}

/* Terminal Prompt at Bottom - Selective Visibility */
.terminal-prompt,
.prompt-display,
.prompt-cursor {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.prompt-text {
	color: #5ac8fa; /* Red for prompt text */
	font-weight: 500;
	white-space: nowrap;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.5);
}

.prompt-display {
	color: #ffffff;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.875rem;
	font-weight: 400;
	display: inline;
	min-width: 1px;
}

.prompt-input,
input.prompt-input,
input[type="text"].prompt-input {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: transparent !important;
	border: none !important;
	border-width: 0 !important;
	outline: none !important;
	color: transparent !important;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.875rem;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: 400;
	caret-color: transparent;
	z-index: 1;
	cursor: text;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	display: block !important;
	opacity: 0 !important;
	pointer-events: auto;
	clip-path: none !important;
	-webkit-clip-path: none !important;
}

.prompt-input::placeholder {
	color: transparent !important;
}

.prompt-input:focus,
input.prompt-input:focus,
input[type="text"].prompt-input:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* Autocomplete Suggestions */
.autocomplete-suggestions {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: rgba(20, 20, 20, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: none;
	max-height: 200px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4), 0 0 20px rgba(90, 200, 250, 0.1);
	overflow-y: auto;
	display: none;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.8125rem;
	z-index: 101;
}

.autocomplete-suggestions.visible {
	display: block;
}

.autocomplete-suggestion {
	padding: 0.5rem 2rem;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	font-weight: 400;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.selected {
	background: rgba(0, 255, 136, 0.15);
	color: #00ff88;
	text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.autocomplete-suggestion .command {
	font-weight: 500;
	color: #00ff88;
	margin-right: 0.5rem;
	text-shadow: 0 0 8px rgba(0, 255, 136, 0.4);
}

.autocomplete-suggestion .description {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
	font-weight: 400;
}

.prompt-cursor {
	width: 8px;
	height: 1rem;
	background: #00ff88;
	animation: blinkCursor 1s infinite, pulseGlow 2s ease-in-out infinite;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	box-shadow: 0 0 10px rgba(0, 255, 136, 0.8), 0 0 20px rgba(0, 255, 136, 0.4);
	border-radius: 1px;
}

.prompt-cursor.hidden {
	display: none;
}

@keyframes pulseGlow {
	0%, 100% {
		box-shadow: 0 0 10px rgba(0, 255, 136, 0.8), 0 0 20px rgba(0, 255, 136, 0.4);
	}
	50% {
		box-shadow: 0 0 15px rgba(0, 255, 136, 1), 0 0 30px rgba(0, 255, 136, 0.6);
	}
}

@keyframes blinkCursor {
	0%, 49% {
		opacity: 1;
	}
	50%, 100% {
		opacity: 0;
	}
}

/* Override body styles for terminal */
body {
	background: #000000 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-family: 'JetBrains Mono', 'Courier New', monospace !important;
}

/* Hide old header */
#product-header,
#header,
#sidebar,
#vertical-rail,
.flowing-background {
	display: none !important;
}

/* Apply monospace to all text content */
#wrapper,
#wrapper * {
	font-family: 'JetBrains Mono', 'Courier New', monospace !important;
}

/* Terminal output styling for sections - Brighter */
.terminal-hero,
.terminal-grid-section,
.wrapper {
	color: rgba(255, 255, 255, 0.95);
}

.terminal-hero h1,
.terminal-hero h2,
.terminal-hero h3,
.terminal-grid-section h2,
.terminal-grid-section h3,
.wrapper h2,
.wrapper h3 {
	color: #ffffff;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-weight: 600;
	letter-spacing: -0.01em;
}

/* Terminal green for important elements - Enhanced glow */
.section-super-title,
code,
pre {
	color: #00ff88;
	text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
	font-weight: 500;
}

/* Glowing red for accents and hover states */
strong,
b {
	color: #5ac8fa;
	text-shadow: 0 0 10px rgba(90, 200, 250, 0.5);
	font-weight: 600;
}

a:hover {
	color: #00d4ff;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.6);
}

/* Update hero section for terminal */
.terminal-hero {
	background: #000000;
	border-bottom: 1px solid #1a1a1a;
	padding: 4rem 2rem;
}

.hero-pattern {
	opacity: 0.3;
}

.hero-title {
	color: #00ff88;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.hero-subtitle {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.hero-cta {
	color: #00ff88;
	border: 1px solid #00ff88;
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 0.2s ease;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
}

.hero-cta:hover {
	background: rgba(0, 255, 136, 0.1);
	box-shadow: 0 0 12px rgba(0, 255, 136, 0.3);
}

/* Grid sections terminal styling */
.terminal-grid-section {
	background: #000000;
	border-bottom: 1px solid #1a1a1a;
	padding: 3rem 0;
}

.grid-cell {
	background: transparent;
	border: 1px solid #1a1a1a;
}

.cell-title,
.feature-title {
	color: #ffffff;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.cell-text,
.feature-text {
	color: rgba(255, 255, 255, 0.85);
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-weight: 400;
	line-height: 1.7;
}

/* Section headers */
.section-header {
	margin-bottom: 3rem;
}

.section-title {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.section-description {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.section-label {
	color: #00ff88;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

/* Table terminal styling */
.delphi-dashboard {
	background: #000000;
	border: 1px solid #1a1a1a;
}

.delphi-dashboard thead th {
	color: #00ff88;
	border-bottom: 1px solid #1a1a1a;
}

.delphi-dashboard tbody tr:hover {
	background-color: rgba(0, 255, 136, 0.05);
}

/* Form terminal styling */
#three .inner {
	color: rgba(255, 255, 255, 0.9);
}

#three h2 {
	color: #00ff88;
}

#three input,
#three textarea,
#three select {
	background: #000000;
	border: 1px solid #1a1a1a;
	color: rgba(255, 255, 255, 0.9);
	font-family: 'JetBrains Mono', 'Courier New', monospace;
}

#three input:focus,
#three textarea:focus {
	border-color: #00ff88;
	outline: none;
	box-shadow: 0 0 8px rgba(0, 255, 136, 0.2);
}

#three .button {
	background: transparent;
	border: 1px solid #00ff88;
	color: #00ff88;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
}

#three .button:hover {
	background: rgba(0, 255, 136, 0.1);
	box-shadow: 0 0 12px rgba(0, 255, 136, 0.3);
}

/* Footer terminal styling */
#footer {
	background: #000000;
	border-top: 1px solid #1a1a1a;
	color: rgba(255, 255, 255, 0.6);
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.8125rem;
}

#footer a {
	color: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer a:hover {
	color: #5ac8fa;
	border-bottom-color: #5ac8fa;
}

/* Adjust padding for terminal content to account for prompt */
.terminal-content {
	padding-bottom: 80px;
}

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* Active tab detection via scroll */
@media screen and (min-width: 769px) {
	.terminal-nav-tabs {
		justify-content: flex-start;
	}
}

/* Mobile Hamburger Menu */
.mobile-menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.9);
	padding: 0.5rem;
	cursor: pointer;
	font-family: 'JetBrains Mono', 'Courier New', monospace;
	font-size: 0.875rem;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.mobile-menu-toggle:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: #00ff88;
}

.mobile-menu-toggle:focus {
	outline: 2px solid #00ff88;
	outline-offset: 2px;
}

.mobile-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	margin: 3px 0;
	transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile adjustments */
@media screen and (max-width: 736px) {
	/* Terminal Title Bar - Mobile */
	.terminal-title-bar {
		flex-wrap: nowrap;
		min-height: 50px;
		padding: 0.5rem 1rem;
		gap: 0.75rem;
	}
	
	.terminal-window-controls {
		display: none; /* Hide on very small screens */
	}
	
	.terminal-title-text {
		font-size: 0.6875rem;
		margin-right: 0.5rem;
		flex: 1;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.mobile-menu-toggle {
		display: flex;
		flex-direction: column;
		margin-left: auto;
	}
	
	/* Navigation Tabs - Hidden by default on mobile, shown via hamburger */
	.terminal-nav-tabs {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		background: #000000;
		border-bottom: 1px solid #1a1a1a;
		flex-direction: column;
		align-items: stretch;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease, padding 0.3s ease;
		z-index: 15000;
		gap: 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	}
	
	.terminal-nav-tabs.mobile-open {
		max-height: 400px;
		padding: 0.5rem 0;
	}
	
	.terminal-tab {
		font-size: 0.875rem;
		padding: 1rem 1.5rem;
		width: 100%;
		text-align: left;
		min-height: 44px;
		display: flex;
		align-items: center;
		border-left: 3px solid transparent;
		border-radius: 0;
		margin: 0;
	}
	
	.terminal-tab:hover,
	.terminal-tab.active {
		background: rgba(0, 255, 136, 0.1);
		border-left-color: #00ff88;
		padding-left: 1.5rem;
	}
	
	/* Terminal Prompt - Mobile Optimized */
	.terminal-prompt {
		padding: 1rem;
		font-size: 0.875rem;
		min-height: 60px;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
	}
	
	.prompt-text {
		font-size: 0.875rem;
		flex-shrink: 0;
	}
	
	.prompt-input {
		font-size: 0.875rem;
		min-height: 44px; /* Better tap target */
		padding: 0.5rem 0;
	}
	
	.prompt-cursor {
		height: 1.2em;
		width: 10px;
	}
	
	/* Terminal Output - Mobile */
	.terminal-output {
		bottom: 70px;
		padding: 1rem;
		padding-top: 4rem; /* Extra padding at top on mobile to prevent overlap */
		padding-bottom: 5rem; /* Extra padding at bottom on mobile to prevent overlap */
		font-size: 0.8125rem;
		line-height: 1.5;
	}
	
	.terminal-output-line {
		margin-bottom: 0.75rem;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	
	/* Content adjustments */
	.terminal-content {
		padding: 1rem;
	}
	
	/* Autocomplete - Mobile */
	.autocomplete-suggestions {
		font-size: 0.8125rem;
		max-height: 250px;
		bottom: 70px;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
	}
	
	.autocomplete-suggestion {
		padding: 0.75rem 1.5rem;
		min-height: 44px;
		display: flex;
		flex-direction: column;
		gap: 0.25rem;
	}
	
	/* ASCII tables - scrollable on mobile */
	.terminal-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		display: block;
		white-space: nowrap;
	}
	
	/* Buttons and links - larger tap targets */
	.terminal-command-button,
	.terminal-cta {
		min-height: 44px;
		padding: 0.75rem 1.5rem;
		font-size: 0.875rem;
	}
	
	.terminal-link {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		padding: 0.5rem 0;
	}
	
	/* Form inputs - mobile friendly */
	.terminal-form-input {
		font-size: 1rem; /* Prevent zoom on iOS */
		min-height: 44px;
		padding: 0.75rem;
	}
	
	/* Vignette less pronounced on mobile */
	.terminal-window::before {
		background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
	}
	
	/* Scanlines less visible on mobile */
	.terminal-window.scanlines-enabled::after {
		opacity: 0.2;
	}
}

/* Very small screens (480px and below) */
@media screen and (max-width: 480px) {
	.terminal-title-text {
		font-size: 0.625rem;
		max-width: 120px;
	}
	
	.terminal-output {
		font-size: 0.75rem;
		padding: 0.75rem;
		padding-top: 3.5rem; /* Extra padding at top on very small screens */
		padding-bottom: 4rem; /* Extra padding at bottom on very small screens */
	}
	
	.terminal-prompt {
		padding: 0.75rem;
		font-size: 0.8125rem;
	}
}

/* ============================================
   TERMINAL LOADER - MOBILE RESPONSIVE
   ============================================ */

/* Tablet and below (768px) */
@media screen and (max-width: 768px) {
	.pattern-cluster {
		display: none; /* Hide sidebar lines on mobile */
	}
	
	.terminal-loader {
		padding-bottom: 2rem; /* Extra padding at bottom for mobile browser UI */
	}
	
	.loader-terminal-content {
		width: 100%;
		padding: 0 1rem;
		padding-bottom: 2rem;
		max-height: calc(100vh - 2rem);
	}
	
	.loader-output {
		padding-bottom: 1rem;
	}
	
	.loader-prompt-line {
		padding: 0.75rem 0;
		margin-bottom: 1rem;
		background: rgba(13, 20, 33, 0.95);
		position: sticky;
		bottom: 0;
	}
	
	.loader-logo {
		max-width: 280px;
		max-height: 120px;
	}
	
	.loader-command-input {
		font-size: 0.875rem;
		min-height: 44px; /* Better tap target */
		padding: 0.5rem 0;
	}
	
	.loader-command-input::placeholder,
	.loader-command-input::-webkit-input-placeholder {
		font-size: 0.75rem;
	}
	
	.fintech-features-grid {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}
	
	.fintech-feature {
		padding: 0.6rem;
	}
	
	.fintech-title {
		font-size: 1.1rem;
	}
	
	.fintech-text {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	
	.fintech-section {
		margin-bottom: 0.75rem;
		padding-bottom: 0.5rem;
	}
	
	.fintech-label {
		font-size: 0.6rem;
		margin-bottom: 0.5rem;
	}
	
	.prompt-text {
		font-size: 0.8rem;
	}
}

/* Mobile phones (480px and below) */
@media screen and (max-width: 480px) {
	.terminal-loader {
		padding-top: 0.5rem;
		padding-bottom: 3rem; /* Extra padding for mobile browser UI */
	}
	
	.loader-logo {
		max-width: 200px;
		max-height: 80px;
	}
	
	.loader-logo-container {
		margin-bottom: 0.25rem;
	}
	
	.loader-terminal-content {
		font-size: 0.8rem;
		line-height: 1.4;
		padding: 0 0.75rem;
		padding-bottom: 3rem;
		max-height: calc(100vh - 3rem);
	}
	
	.loader-output {
		padding-bottom: 1.5rem;
	}
	
	.loader-prompt-line {
		padding: 1rem 0;
		margin-bottom: 1.5rem;
	}
	
	.loader-command-input {
		font-size: 0.875rem;
		min-width: 100px;
		min-height: 44px;
		padding: 0.5rem 0;
	}
	
	.loader-command-input::placeholder,
	.loader-command-input::-webkit-input-placeholder {
		font-size: 0.7rem;
	}
	
	.fintech-title {
		font-size: 1rem;
	}
	
	.fintech-subtitle {
		font-size: 0.9rem;
	}
	
	.fintech-text {
		font-size: 0.75rem;
	}
	
	.fintech-feature-title {
		font-size: 0.8rem;
	}
	
	.fintech-feature-text {
		font-size: 0.7rem;
		line-height: 1.3;
	}
	
	.fintech-feature-icon {
		font-size: 0.875rem;
		margin-bottom: 0.25rem;
	}
	
	.loader-prompt-line {
		flex-wrap: wrap;
	}
	
	.prompt-text {
		font-size: 0.75rem;
	}
	
	/* Grid pattern less visible on mobile */
	.terminal-loader::before {
		background-size: 50px 50px;
		opacity: 0.5;
	}
}
