html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at top left, rgba(37, 99, 235, 0.22), transparent 26%),
		radial-gradient(circle at top right, rgba(6, 182, 212, 0.15), transparent 28%),
		linear-gradient(180deg, #020617 0%, #0f172a 38%, #020617 100%);
	color: #e5eefc;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
	background-image:
		linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
	background-position: center;
	background-size: 72px 72px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 85%);
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

.site-shell {
	position: relative;
	z-index: 1;
}

.glass-panel {
	background: rgba(15, 23, 42, 0.76);
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 30px 80px rgba(2, 6, 23, 0.5);
	backdrop-filter: blur(18px);
}

.section-title {
	font-size: clamp(2rem, 3vw, 3.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.section-copy {
	color: #a8b8d4;
	font-size: 1.05rem;
	line-height: 1.8;
}

.eyebrow {
	align-items: center;
	background: rgba(59, 130, 246, 0.1);
	border: 1px solid rgba(96, 165, 250, 0.16);
	border-radius: 999px;
	color: #93c5fd;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.6rem;
	letter-spacing: 0.12em;
	padding: 0.55rem 0.95rem;
	text-transform: uppercase;
}

.eyebrow::before {
	background: #22c55e;
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(34, 197, 94, 0.75);
	content: "";
	height: 0.5rem;
	width: 0.5rem;
}

.brand-chip {
	background: rgba(15, 23, 42, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 1rem;
	padding: 0.95rem 1rem;
	position: relative;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.brand-chip:hover {
	border-color: rgba(96, 165, 250, 0.45);
	box-shadow: 0 18px 30px rgba(14, 165, 233, 0.16);
	transform: translateY(-4px);
}

.brand-chip strong {
	color: #f8fafc;
	display: block;
	font-size: 0.95rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.brand-chip span {
	color: #94a3b8;
	display: block;
	font-size: 0.82rem;
	line-height: 1.55;
	margin-top: 0.35rem;
}

.service-card {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.74));
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 1.5rem;
	overflow: hidden;
	padding: 1.5rem;
	position: relative;
	transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.service-card:hover {
	border-color: rgba(56, 189, 248, 0.48);
	box-shadow: 0 26px 50px rgba(2, 132, 199, 0.14);
	transform: translateY(-7px);
}

.service-card::after {
	background: radial-gradient(circle, rgba(56, 189, 248, 0.26), transparent 62%);
	content: "";
	height: 220px;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 220px;
}

.service-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.28), rgba(14, 165, 233, 0.14));
	border: 1px solid rgba(96, 165, 250, 0.2);
	border-radius: 1rem;
	color: #eff6ff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	height: 3.4rem;
	justify-content: center;
	margin-bottom: 1rem;
	position: relative;
	width: 3.4rem;
	z-index: 1;
}

.service-card h3,
.pricing-card h3,
.metric-card h3 {
	color: #f8fafc;
	font-size: 1.15rem;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.service-card p,
.pricing-card p,
.metric-card p,
.footer-copy,
.form-copy {
	color: #9fb0ca;
	position: relative;
	z-index: 1;
}

.metric-card,
.pricing-card,
.stack-card {
	background: rgba(15, 23, 42, 0.84);
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 1.5rem;
	padding: 1.5rem;
}

.metric-value {
	color: #f8fafc;
	font-size: clamp(2rem, 4vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.metric-value-compact {
	font-size: clamp(1.1rem, 2.2vw, 1.6rem);
}

.status-board-card {
	background:
		radial-gradient(circle at top left, rgba(34, 197, 94, 0.22), transparent 34%),
		linear-gradient(135deg, rgba(2, 6, 23, 0.98), rgba(15, 23, 42, 0.92) 58%, rgba(3, 105, 57, 0.38));
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 1.5rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 60px rgba(2, 6, 23, 0.35);
	display: flex;
	gap: 1rem;
	min-height: 170px;
	overflow: hidden;
	padding: 1.75rem;
	position: relative;
}

.status-board-card::after {
	animation: statusShimmer 3.8s linear infinite;
	background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.12), transparent);
	content: "";
	inset: 0;
	left: -140%;
	position: absolute;
	width: 120%;
}

.status-board-visual {
	align-items: flex-end;
	display: flex;
	flex-shrink: 0;
	gap: 0.35rem;
	height: 3.5rem;
	justify-content: center;
	margin-top: auto;
	position: relative;
	width: 2.8rem;
	z-index: 1;
}

.status-board-visual span {
	animation: statusBars 1.8s ease-in-out infinite;
	background: linear-gradient(180deg, rgba(74, 222, 128, 0.92), rgba(22, 163, 74, 0.42));
	border-radius: 999px;
	box-shadow: 0 0 16px rgba(34, 197, 94, 0.3);
	display: block;
	width: 0.32rem;
}

.status-board-visual span:nth-child(1) {
	animation-delay: 0s;
	height: 1rem;
}

.status-board-visual span:nth-child(2) {
	animation-delay: 0.18s;
	height: 1.5rem;
}

.status-board-visual span:nth-child(3) {
	animation-delay: 0.36s;
	height: 2.1rem;
}

.status-board-visual span:nth-child(4) {
	animation-delay: 0.54s;
	height: 2.7rem;
}

.status-board-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.4rem;
	justify-content: center;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.status-board-title {
	color: #f8fafc;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.35;
}

.status-board-state {
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.status-board-state.is-online {
	color: #4ade80;
	text-shadow: 0 0 18px rgba(34, 197, 94, 0.35);
}

.status-board-state.is-idle {
	color: #facc15;
	text-shadow: 0 0 18px rgba(250, 204, 21, 0.22);
}

.status-board-note {
	color: #cbd5e1;
	font-size: 0.92rem;
	line-height: 1.6;
}

.status-board-stream {
	animation: statusTicker 7s linear infinite;
	white-space: nowrap;
}

.ticker-line {
	animation: tickerEnter 420ms ease;
	background: rgba(6, 182, 212, 0.08);
	border: 1px solid rgba(34, 211, 238, 0.14);
	border-radius: 999px;
	color: #dbeafe;
	font-size: 0.86rem;
	padding: 0.65rem 0.9rem;
}

.ticker-line strong {
	color: #7dd3fc;
}

.status-pulse {
	animation: pulseLive 2s infinite;
	background: #22c55e;
	border-radius: 999px;
	box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
	display: inline-block;
	height: 0.75rem;
	width: 0.75rem;
}

.reveal {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pricing-accent {
	background: linear-gradient(135deg, rgba(30, 64, 175, 0.8), rgba(6, 182, 212, 0.45));
	border: 1px solid rgba(125, 211, 252, 0.25);
}

.footer-form input,
.footer-form textarea,
.contact-form input,
.contact-form textarea,
.contact-form select {
	background: rgba(15, 23, 42, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 1rem;
	color: #f8fafc;
	padding: 0.95rem 1rem;
	width: 100%;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #64748b;
}

.footer-form textarea,
.contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.cta-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 0.7rem;
	padding: 0.95rem 1.35rem;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.cta-button:hover {
	box-shadow: 0 20px 40px rgba(14, 165, 233, 0.24);
	transform: translateY(-2px);
}

.footer-grid {
	border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.hero-orb {
	animation: floatOrb 8s ease-in-out infinite;
	border-radius: 999px;
	filter: blur(6px);
	position: absolute;
}

.tech-strip {
	mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.inline-badge {
	background: rgba(148, 163, 184, 0.1);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	color: #cbd5e1;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 600;
	padding: 0.5rem 0.85rem;
}

.page-hero {
	padding-top: 7rem;
}

.contact-map-card {
	background: linear-gradient(180deg, rgba(3, 7, 18, 0.82), rgba(15, 23, 42, 0.96));
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 1.5rem;
	min-height: 100%;
	padding: 1.75rem;
}

.infra-mini-card {
	min-height: 100%;
	overflow-wrap: break-word;
}

.infra-mini-title {
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.smoky-section {
	position: relative;
}

.smoky-section::before {
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.95), transparent 36%),
		radial-gradient(circle at 85% 18%, rgba(226, 232, 240, 0.78), transparent 32%),
		linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(226, 232, 240, 0.96));
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0.68;
	pointer-events: none;
	position: absolute;
}

.smoky-section>* {
	position: relative;
	z-index: 1;
}

.smoky-eyebrow {
	background: rgba(2, 6, 23, 0.04);
	border-color: rgba(51, 65, 85, 0.12);
	color: #0f172a;
}

.smoky-eyebrow::before {
	background: #0ea5e9;
	box-shadow: 0 0 14px rgba(14, 165, 233, 0.45);
}

.smoky-logo-panel {
	position: relative;
}

.smoky-logo-panel::before {
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95), transparent 34%),
		radial-gradient(circle at 86% 15%, rgba(226, 232, 240, 0.8), transparent 28%),
		linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(226, 232, 240, 0.95));
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0.88;
	pointer-events: none;
	position: absolute;
}

.smoky-logo-panel>* {
	position: relative;
	z-index: 1;
}

.logo-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 1.5rem;
	display: flex;
	justify-content: center;
	min-height: 138px;
	padding: 1.5rem;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.logo-card:hover {
	border-color: rgba(56, 189, 248, 0.32);
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
	transform: translateY(-4px);
}

.logo-image {
	display: block;
	height: 58px;
	max-width: 168px;
	object-fit: contain;
	width: 100%;
}

.logo-text-badge {
	color: #0f172a;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	max-width: 180px;
	text-align: center;
}

.load-balance-stage {
	background:
		radial-gradient(circle at top, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.98) 42%, rgba(226, 232, 240, 0.96)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.98));
	border: 1px solid rgba(148, 163, 184, 0.26);
	border-radius: 2rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 28px 60px rgba(15, 23, 42, 0.14);
	isolation: isolate;
	min-height: 760px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.load-balance-stage::before {
	background-image:
		linear-gradient(rgba(148, 163, 184, 0.15) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.15) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	opacity: 0.8;
	position: absolute;
}

.load-balance-stage::after {
	background:
		radial-gradient(circle at 50% 20%, rgba(56, 189, 248, 0.18), transparent 20%),
		radial-gradient(circle at 16% 72%, rgba(34, 197, 94, 0.08), transparent 18%),
		radial-gradient(circle at 84% 72%, rgba(34, 197, 94, 0.08), transparent 18%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.load-balance-network {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.load-balance-lines use {
	fill: none;
	stroke: rgba(15, 23, 42, 0.78);
	stroke-linecap: round;
	stroke-width: 3.2;
}

.load-balance-packet {
	fill: #4ade80;
	opacity: 0.96;
}

.load-balance-packet-secondary {
	fill: #86efac;
	opacity: 0.82;
}

.load-balance-core,
.load-balance-node {
	position: absolute;
	z-index: 2;
}

.load-balance-core {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 1.6rem;
	box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
	left: 50%;
	min-width: 320px;
	padding: 1.5rem 2rem 1.65rem;
	top: 3.25rem;
	text-align: center;
	transform: translateX(-50%);
	width: fit-content;
}

.load-balance-core-label,
.load-balance-core-subtitle {
	white-space: nowrap;
}

.load-balance-core-label {
	color: #111827;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.load-balance-core-subtitle {
	color: #64748b;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: 0.45rem;
	text-transform: uppercase;
}

.load-balance-nodes {
	inset: 0;
	z-index: 2;
}

.load-balance-node {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 200px;
}

.load-balance-logo-box {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
	border: 1px solid rgba(148, 163, 184, 0.42);
	border-radius: 1.35rem;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
	display: flex;
	height: 112px;
	justify-content: center;
	padding: 1.1rem 1rem;
	position: relative;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
	width: 200px;
}

.load-balance-logo-box::before {
	background: linear-gradient(90deg, rgba(56, 189, 248, 0), rgba(56, 189, 248, 0.22), rgba(56, 189, 248, 0));
	content: "";
	height: 1px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: 0;
}

.load-balance-node:hover .load-balance-logo-box {
	border-color: rgba(14, 165, 233, 0.4);
	box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
	transform: translateY(-4px);
}

.load-balance-logo {
	display: block;
	height: 71px;
	max-width: 132px;
	object-fit: contain;
	width: 100%;
}

.load-balance-node-name {
	color: #0f172a;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: 0.95rem;
}

.load-balance-node-status {
	align-items: center;
	color: #0f766e;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 0.45rem;
	justify-content: center;
	letter-spacing: 0.18em;
	margin-top: 0.45rem;
	text-transform: uppercase;
}

.load-balance-node-status::before {
	background: #4ade80;
	border-radius: 999px;
	box-shadow: 0 0 14px rgba(74, 222, 128, 0.66);
	content: "";
	height: 0.72rem;
	width: 0.72rem;
}

.load-balance-node-1 {
	left: calc(20% - 100px);
	top: calc(41.84% - 56px);
}

.load-balance-node-2 {
	left: calc(50% - 100px);
	top: calc(41.84% - 56px);
}

.load-balance-node-3 {
	left: calc(80% - 100px);
	top: calc(41.84% - 56px);
}

.load-balance-node-4 {
	left: calc(20% - 100px);
	top: calc(73.42% - 56px);
}

.load-balance-node-5 {
	left: calc(50% - 100px);
	top: calc(73.42% - 56px);
}

.load-balance-node-6 {
	left: calc(80% - 100px);
	top: calc(73.42% - 56px);
}

@keyframes tickerEnter {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulseLive {
	0% {
		box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
	}

	70% {
		box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
	}
}

@keyframes floatOrb {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-18px);
	}
}

@keyframes statusBars {

	0%,
	100% {
		transform: scaleY(0.8);
	}

	50% {
		transform: scaleY(1.18);
	}
}

@keyframes statusShimmer {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(240%);
	}
}

@keyframes statusTicker {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(10px);
	}
}

@media (max-width: 768px) {
	.site-nav {
		flex-wrap: wrap;
	}

	.site-nav-links {
		flex-wrap: wrap;
		justify-content: center;
	}

	.status-board-stream {
		animation: none;
		white-space: normal;
	}

	.load-balance-stage {
		min-height: auto;
		padding: 1.5rem 1rem;
	}

	.load-balance-network {
		display: none;
	}

	.load-balance-core,
	.load-balance-node {
		position: relative;
	}

	.load-balance-core {
		left: auto;
		margin: 0 auto;
		min-width: 0;
		padding: 1.25rem 1.1rem 1.35rem;
		top: auto;
		transform: none;
		width: 100%;
	}

	.load-balance-nodes {
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		margin-top: 1.5rem;
		position: relative;
	}

	.load-balance-logo-box {
		height: 96px;
		width: 100%;
	}

	.load-balance-logo {
		height: 44px;
	}

	.load-balance-core-label {
		font-size: 1.55rem;
	}

	.load-balance-node {
		left: auto;
		top: auto;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.load-balance-nodes {
		grid-template-columns: minmax(0, 1fr);
	}

	.load-balance-logo-box {
		width: 100%;
	}
}