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, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.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;
}

@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;
	}
}
