:root {
	--ink: #101b34;
	--ink-soft: #192743;
	--paper: #f4f1e8;
	--paper-deep: #e8e3d7;
	--white: #fffef9;
	--lime: #c9f227;
	--coral: #ff6b4a;
	--blue: #58a8ff;
	--muted: #667085;
	--line: rgba(16, 27, 52, .14);
	--radius: 28px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.portfolio-page {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.portfolio-page a {
	color: inherit;
	text-decoration: none;
}

.portfolio-page img {
	display: block;
	max-width: 100%;
}

.portfolio-page h1,
.portfolio-page h2,
.portfolio-page h3,
.portfolio-page p {
	margin-top: 0;
}

.container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100;
	padding: 10px 16px;
	background: var(--lime);
	color: var(--ink);
	font-weight: 800;
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: translateY(0);
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	color: var(--white);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.brand-mark {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 13px;
	background: var(--lime);
	color: var(--ink);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -.04em;
}

.brand-name {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 34px;
	font-size: 14px;
	font-weight: 650;
}

.main-nav a {
	transition: color .2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
	color: var(--lime);
}

.main-nav .nav-contact {
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 999px;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 790px;
	padding: 172px 0 92px;
	background: var(--ink);
	color: var(--white);
}

.hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.hero-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(1px);
	opacity: .8;
}

.hero-glow-one {
	top: -180px;
	right: -140px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(88, 168, 255, .3), transparent 68%);
}

.hero-glow-two {
	bottom: -280px;
	left: 28%;
	width: 620px;
	height: 620px;
	background: radial-gradient(circle, rgba(201, 242, 39, .15), transparent 66%);
}

.hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, .65fr);
	gap: 80px;
	align-items: center;
}

.eyebrow,
.section-kicker {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	color: #c6cede;
}

.eyebrow span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 0 6px rgba(201, 242, 39, .12);
}

.hero h1 {
	max-width: 760px;
	margin-bottom: 28px;
	font-size: clamp(52px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .96;
}

.hero h1 em {
	color: var(--lime);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.hero-lead {
	max-width: 650px;
	margin-bottom: 34px;
	color: #bcc5d6;
	font-size: 19px;
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 214px;
	padding: 15px 20px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 800;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.portfolio-page .button-primary {
	background: var(--lime);
	color: var(--white);
	text-shadow: 0 1px 1px rgba(16, 27, 52, .55), 0 2px 8px rgba(16, 27, 52, .22);
}

.button-secondary {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .04);
}

.button-secondary:hover,
.button-secondary:focus-visible {
	border-color: rgba(255, 255, 255, .5);
	background: rgba(255, 255, 255, .08);
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 670px;
	margin-top: 62px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.hero-stats div {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-right: 20px;
}

.hero-stats strong {
	font-size: 26px;
	line-height: 1.2;
}

.hero-stats span {
	color: #8f9bb0;
	font-size: 12px;
}

.hero-showcase {
	position: relative;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 26px;
	background: rgba(255, 255, 255, .055);
	box-shadow: 0 35px 90px rgba(0, 0, 0, .28);
	backdrop-filter: blur(16px);
	transform: rotate(2deg);
}

.showcase-topline,
.showcase-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #a9b2c4;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.showcase-topline {
	padding: 2px 3px 20px;
}

.live-indicator {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.live-indicator i,
.system-status i {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--lime);
}

.showcase-list {
	display: grid;
	gap: 8px;
}

.showcase-item {
	display: grid;
	grid-template-columns: 34px 1fr 28px;
	gap: 12px;
	align-items: center;
	min-height: 102px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	background: rgba(255, 255, 255, .035);
}

.showcase-item.featured {
	background: var(--lime);
	color: var(--ink);
	transform: translateX(-16px);
}

.showcase-number {
	color: #8f9bb0;
	font-size: 11px;
	font-weight: 800;
}

.featured .showcase-number {
	color: rgba(16, 27, 52, .55);
}

.showcase-item div {
	display: flex;
	flex-direction: column;
}

.showcase-item strong {
	font-size: 18px;
	letter-spacing: -.02em;
}

.showcase-item small {
	color: #929db0;
	font-size: 12px;
}

.showcase-item.featured small {
	color: rgba(16, 27, 52, .65);
}

.showcase-arrow {
	font-size: 20px;
}

.showcase-footer {
	padding: 20px 3px 2px;
}

.section {
	padding: 112px 0;
}

.section-heading {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 60px;
	align-items: end;
	margin-bottom: 54px;
}

.section-kicker {
	margin-bottom: 18px;
	color: #737b8b;
}

.section-heading h2,
.about h2,
.contact h2 {
	margin-bottom: 0;
	font-size: clamp(40px, 5vw, 66px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.04;
}

.section-heading h2 span,
.about h2 span {
	color: #7b8290;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.section-heading > p {
	max-width: 440px;
	margin: 0 0 4px auto;
	color: #656d7d;
	font-size: 17px;
}

.systems-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.system-card {
	display: flex;
	min-height: 440px;
	padding: 28px;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 12px 34px rgba(24, 36, 59, .04);
	transition: transform .25s ease, box-shadow .25s ease;
}

.system-card:hover,
.system-card:focus-visible {
	transform: translateY(-7px);
	box-shadow: 0 22px 54px rgba(24, 36, 59, .1);
}

.system-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.system-icon {
	display: grid;
	width: 62px;
	height: 62px;
	overflow: hidden;
	place-items: center;
	border-radius: 18px;
	background: var(--white);
}

.system-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.system-savepoint .system-icon img {
	object-fit: contain;
}

.system-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #758091;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.system-status i {
	background: #42b983;
}

.system-card-copy {
	margin-top: auto;
	padding-top: 56px;
}

.system-type,
.app-label,
.app-card-copy > span {
	color: #7a8290;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.system-card h3 {
	margin: 9px 0 12px;
	font-size: 34px;
	letter-spacing: -.045em;
}

.system-card p {
	margin-bottom: 26px;
	color: #606979;
	font-size: 15px;
}

.card-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	font-size: 13px;
	font-weight: 800;
}

.card-link b {
	font-size: 18px;
}

.apps {
	background: var(--ink);
	color: var(--white);
}

.section-heading-dark .section-kicker {
	color: var(--lime);
}

.section-heading-dark h2 span {
	color: #8792a8;
}

.text-link {
	justify-self: end;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255, 255, 255, .35);
	color: #dce2ec;
	font-size: 14px;
	font-weight: 750;
}

.text-link:hover,
.text-link:focus-visible {
	border-color: var(--lime);
	color: var(--lime);
}

.featured-app {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 36px;
	align-items: center;
	margin-bottom: 18px;
	padding: 34px;
	border-radius: var(--radius);
	background: var(--lime);
	color: var(--ink);
	transition: transform .25s ease;
}

.featured-app:hover,
.featured-app:focus-visible {
	transform: translateY(-4px);
}

.featured-app-main {
	display: flex;
	align-items: center;
	gap: 28px;
}

.app-icon {
	position: relative;
	display: grid;
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	overflow: hidden;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(145deg, #294166, #15223e);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.app-icon-large {
	width: 112px;
	height: 112px;
	flex-basis: 112px;
	border-radius: 26px;
}

.app-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.app-icon-light {
	background: var(--white);
}

.featured-app-copy .app-label {
	color: rgba(16, 27, 52, .58);
}

.featured-app-copy h3 {
	margin: 4px 0 5px;
	font-size: 38px;
	letter-spacing: -.045em;
	text-shadow: 0 1px 1px rgba(16, 27, 52, .55), 0 2px 8px rgba(16, 27, 52, .22);
}

.featured-app-copy p {
	max-width: 590px;
	margin-bottom: 0;
	color: rgba(16, 27, 52, .72);
}

.featured-app-metrics {
	display: flex;
	align-items: center;
	gap: 30px;
	text-shadow: 0 1px 1px rgba(16, 27, 52, .55), 0 2px 8px rgba(16, 27, 52, .22);
}

.featured-app-metrics span {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	white-space: nowrap;
}

.featured-app-metrics strong {
	font-size: 18px;
}

.featured-app-metrics b {
	font-size: 28px;
}

.apps-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.app-card {
	display: grid;
	grid-template-columns: 72px 1fr 30px;
	gap: 18px;
	align-items: center;
	min-height: 124px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 22px;
	background: rgba(255, 255, 255, .045);
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.app-card:hover,
.app-card:focus-visible {
	border-color: rgba(201, 242, 39, .45);
	background: rgba(255, 255, 255, .075);
	transform: translateY(-3px);
}

.app-card-copy h3 {
	margin: 2px 0 1px;
	font-size: 20px;
	letter-spacing: -.025em;
}

.app-card-copy p {
	margin-bottom: 0;
	color: #909bad;
	font-size: 13px;
}

.app-card-arrow {
	font-size: 19px;
	transition: color .2s ease, transform .2s ease;
}

.app-card:hover .app-card-arrow,
.app-card:focus-visible .app-card-arrow {
	color: var(--lime);
	transform: translate(2px, -2px);
}

.about {
	background: var(--paper-deep);
}

.about-grid {
	display: grid;
	grid-template-columns: 1.05fr .75fr;
	gap: 100px;
	align-items: start;
}

.about-copy {
	padding-top: 42px;
}

.about-copy p {
	color: #5f6775;
	font-size: 17px;
}

.about-copy .about-lead {
	color: var(--ink);
	font-size: 23px;
	font-weight: 650;
	letter-spacing: -.025em;
	line-height: 1.45;
}

.expertise-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
}

.expertise-list span {
	padding: 9px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .4);
	font-size: 12px;
	font-weight: 750;
}

.contact {
	padding: 92px 0;
	background: var(--coral);
	color: var(--ink);
}

.contact .section-kicker {
	color: rgba(16, 27, 52, .65);
}

.contact-inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 50px;
	align-items: center;
}

.contact h2 {
	font-size: clamp(34px, 4vw, 55px);
}

.contact-button {
	display: flex;
	min-width: 290px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 19px 22px;
	border-radius: 14px;
	background: var(--ink);
	color: var(--white) !important;
	font-size: 14px;
	font-weight: 800;
	transition: transform .2s ease;
}

.contact-button:hover,
.contact-button:focus-visible {
	transform: translateY(-3px);
}

.contact-button b {
	font-size: 21px;
}

.site-footer {
	padding: 34px 0;
	background: var(--ink);
	color: var(--white);
}

.footer-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
}

.footer-brand .brand-mark {
	width: 36px;
	height: 36px;
	border-radius: 11px;
	font-size: 12px;
}

.footer-inner p {
	margin: 0;
	color: #8f9bb0;
	font-size: 12px;
}

.footer-links {
	display: flex;
	justify-self: end;
	gap: 24px;
	font-size: 13px;
	font-weight: 750;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: var(--lime);
}

.portfolio-page a:focus-visible {
	outline: 3px solid var(--blue);
	outline-offset: 4px;
}

@media (max-width: 980px) {
	.hero-grid,
	.about-grid {
		grid-template-columns: 1fr;
	}

	.hero {
		padding-bottom: 110px;
	}

	.hero-showcase {
		width: min(590px, 96%);
		margin: 0 auto;
		transform: rotate(0);
	}

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

	.featured-app {
		grid-template-columns: 1fr;
	}

	.featured-app-metrics {
		padding-top: 22px;
		border-top: 1px solid rgba(16, 27, 52, .2);
	}

	.about-grid {
		gap: 18px;
	}

	.about-copy {
		max-width: 680px;
		padding-top: 20px;
	}
}

@media (max-width: 720px) {
	.container {
		width: min(100% - 30px, 1180px);
	}

	.header-inner {
		min-height: 76px;
	}

	.main-nav {
		gap: 16px;
	}

	.main-nav a:not(.nav-contact) {
		display: none;
	}

	.main-nav .nav-contact {
		padding: 8px 14px;
	}

	.hero {
		min-height: auto;
		padding: 126px 0 80px;
	}

	.hero-grid {
		gap: 64px;
	}

	.hero h1 {
		font-size: clamp(44px, 14vw, 66px);
	}

	.hero-lead {
		font-size: 17px;
	}

	.hero-actions,
	.button {
		width: 100%;
	}

	.hero-stats {
		gap: 16px;
		margin-top: 46px;
	}

	.hero-stats strong {
		font-size: 22px;
	}

	.section {
		padding: 78px 0;
	}

	.section-heading {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 38px;
	}

	.section-heading > p,
	.text-link {
		justify-self: start;
		margin-left: 0;
	}

	.section-heading h2,
	.about h2 {
		font-size: 42px;
	}

	.systems-grid,
	.apps-grid {
		grid-template-columns: 1fr;
	}

	.system-card,
	.system-card:last-child {
		grid-column: auto;
		min-height: 390px;
	}

	.featured-app {
		padding: 24px;
	}

	.featured-app-main {
		align-items: flex-start;
		gap: 18px;
	}

	.app-icon-large {
		width: 82px;
		height: 82px;
		flex-basis: 82px;
		border-radius: 20px;
	}

	.featured-app-copy h3 {
		font-size: 28px;
	}

	.featured-app-copy p {
		display: none;
	}

	.featured-app-metrics {
		flex-wrap: wrap;
		gap: 18px 26px;
	}

	.featured-app-metrics b {
		margin-left: auto;
	}

	.about-grid {
		gap: 12px;
	}

	.contact {
		padding: 72px 0;
	}

	.contact-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.contact-button {
		width: 100%;
		min-width: 0;
	}

	.footer-inner {
		grid-template-columns: 1fr auto;
	}

	.footer-inner p {
		display: none;
	}
}

@media (max-width: 430px) {
	.brand-name {
		display: none;
	}

	.hero-stats span {
		font-size: 10px;
		line-height: 1.35;
	}

	.showcase-item.featured {
		transform: none;
	}

	.app-card {
		grid-template-columns: 62px 1fr 24px;
		gap: 14px;
		padding: 16px;
	}

	.app-card .app-icon {
		width: 62px;
		height: 62px;
		flex-basis: 62px;
		border-radius: 15px;
	}

	.footer-links {
		gap: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: .01ms !important;
	}
}
