:root {
	--ink: #071a33;
	--ink-2: #102b4e;
	--paper: #f5f7f6;
	--white: #ffffff;
	--text: #27384d;
	--muted: #617187;
	--line: #d9e0e5;
	--blue: #4384f4;
	--cyan: #23c9e6;
	--violet: #8f55ed;
	--lime: #c8f36a;
	--max: 1200px;
	--shadow: 0 24px 70px rgba(7, 26, 51, 0.11);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

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

body.nav-open {
	overflow: hidden;
}

a {
	color: inherit;
}

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

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

h1,
h2,
h3 {
	color: var(--ink);
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

h1 {
	font-size: clamp(3.3rem, 6.5vw, 6.75rem);
}

h2 {
	font-size: clamp(2.3rem, 4vw, 4.25rem);
}

h3 {
	font-size: 1.5rem;
}

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

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: fixed;
	z-index: 1000;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	color: var(--white);
	background: var(--ink);
	border-radius: 6px;
	transform: translateY(-160%);
}

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

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(245, 247, 246, 0.88);
	border-bottom: 1px solid rgba(7, 26, 51, 0.08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
	box-shadow: 0 10px 30px rgba(7, 26, 51, 0.06);
}

.nav-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
}

.brand img {
	width: 150px;
	height: auto;
}

.brand-legal {
	padding-left: 16px;
	color: #52657b;
	border-left: 1px solid #cbd4da;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 30px;
}

.site-nav a {
	position: relative;
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 620;
	text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 2px;
	background: var(--blue);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-nav .nav-cta {
	padding: 11px 18px;
	color: var(--white);
	background: var(--ink);
	border-radius: 6px;
	transition: transform 180ms ease, background 180ms ease;
}

.site-nav .nav-cta:hover {
	background: var(--blue);
	transform: translateY(-2px);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: none;
	border: 0;
}

.nav-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background: var(--ink);
	transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 760px;
	padding: 100px 0 88px;
	color: var(--white);
	background:
		radial-gradient(circle at 87% 20%, rgba(68, 132, 244, 0.2), transparent 28%),
		linear-gradient(135deg, #06172e 0%, #0a2140 54%, #071a33 100%);
}

.hero::after {
	position: absolute;
	right: -10%;
	bottom: -45%;
	width: 700px;
	height: 700px;
	background: radial-gradient(circle, rgba(35, 201, 230, 0.12), transparent 68%);
	border-radius: 50%;
	content: "";
}

.hero-grid {
	position: absolute;
	inset: 0;
	opacity: 0.14;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to right, transparent, black 38%, black);
}

.hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: center;
	gap: 64px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: #c9d5e3;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.eyebrow span {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: var(--cyan);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(35, 201, 230, 0.13);
}

.eyebrow.dark {
	color: var(--muted);
}

.hero h1 {
	max-width: 800px;
	margin-bottom: 30px;
	color: var(--white);
}

.hero h1 em {
	color: var(--cyan);
	font-style: normal;
}

.hero-lede {
	max-width: 670px;
	margin-bottom: 36px;
	color: #b9c8d9;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.65;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
	color: var(--ink);
	background: var(--lime);
}

.button-primary:hover {
	background: #d9ff83;
}

.button-secondary {
	color: var(--white);
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.25);
}

.button-secondary:hover {
	background: rgba(255, 255, 255, 0.1);
}

.button-dark {
	margin-top: 16px;
	color: var(--white);
	background: var(--ink);
}

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

.trust-line {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 38px;
	color: #95a7bc;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.trust-line span::before {
	margin-right: 8px;
	color: var(--cyan);
	content: "✓";
}

.system-visual {
	position: relative;
	min-height: 510px;
}

.orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(91, 176, 255, 0.35);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.orbit-one {
	width: 390px;
	height: 390px;
}

.orbit-two {
	width: 270px;
	height: 270px;
	border-style: dashed;
	animation: maxen-spin 28s linear infinite;
}

.system-core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 190px;
	height: 190px;
	padding: 34px;
	background: linear-gradient(135deg, #2968db, #25c7e1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 80px rgba(35, 201, 230, 0.28);
	transform: translate(-50%, -50%);
}

.core-kicker {
	margin-bottom: 7px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.system-core strong {
	color: var(--white);
	font-size: 1.35rem;
	line-height: 1.15;
}

.system-node {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 126px;
	padding: 12px 15px;
	color: #dfeafa;
	background: rgba(13, 40, 74, 0.88);
	border: 1px solid rgba(122, 176, 240, 0.3);
	border-radius: 7px;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
	font-size: 0.8rem;
	font-weight: 700;
	backdrop-filter: blur(10px);
}

.system-node span {
	color: var(--cyan);
	font-size: 0.65rem;
}

.node-one {
	top: 7%;
	left: 20%;
}

.node-two {
	top: 45%;
	right: -2%;
}

.node-three {
	bottom: 6%;
	left: 12%;
}

.status-pill {
	position: absolute;
	right: 12%;
	bottom: 14%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	color: #b7c8db;
	background: rgba(3, 18, 37, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 99px;
	font-size: 0.65rem;
}

.status-pill span {
	width: 7px;
	height: 7px;
	background: var(--lime);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(200, 243, 106, 0.1);
}

.identity-strip {
	padding: 34px 0;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}

.identity-layout {
	display: grid;
	grid-template-columns: 160px 1fr auto;
	align-items: center;
	gap: 48px;
}

.section-label {
	margin-bottom: 14px;
	color: var(--blue);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.identity-layout .section-label {
	margin: 0;
}

.identity-layout h2 {
	margin-bottom: 6px;
	font-size: 1.45rem;
	letter-spacing: -0.025em;
}

.identity-layout p:not(.section-label) {
	max-width: 720px;
	margin: 0;
	color: var(--muted);
	font-size: 0.9rem;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: var(--ink);
	font-size: 0.82rem;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

.text-link span {
	color: var(--blue);
	font-size: 1.2rem;
	transition: transform 180ms ease;
}

.text-link:hover span {
	transform: translateX(4px);
}

.section {
	padding: 118px 0;
}

.section-intro {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	align-items: end;
	gap: 80px;
	margin-bottom: 62px;
}

.section-intro h2 {
	margin-bottom: 0;
}

.section-intro > p {
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 1.03rem;
}

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

.service-card {
	position: relative;
	min-height: 460px;
	padding: 34px;
	overflow: hidden;
	background: var(--white);
	border: 1px solid #e1e6e9;
	border-radius: 10px;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
	box-shadow: var(--shadow);
	transform: translateY(-6px);
}

.service-card.featured {
	color: #d7e1ed;
	background: var(--ink);
	border-color: var(--ink);
}

.service-number {
	position: absolute;
	top: 25px;
	right: 28px;
	color: #9caabb;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.12em;
}

.service-icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 52px;
	color: var(--white);
	background: linear-gradient(135deg, var(--blue), var(--cyan));
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 800;
	place-items: center;
}

.service-card h3 {
	margin-bottom: 18px;
}

.service-card.featured h3 {
	color: var(--white);
}

.service-card p {
	margin-bottom: 26px;
	color: var(--muted);
	font-size: 0.92rem;
}

.service-card.featured p {
	color: #aebed0;
}

.service-card ul,
.price-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-card li,
.price-card li {
	position: relative;
	margin-top: 11px;
	padding-left: 18px;
	font-size: 0.82rem;
}

.service-card li::before,
.price-card li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--blue);
	content: "•";
}

.service-card.featured li::before {
	color: var(--cyan);
}

.section-action {
	display: flex;
	justify-content: flex-end;
	margin-top: 32px;
}

.dark-section {
	color: #aebed0;
	background: var(--ink);
}

.section-intro.light h2,
.dark-section h3 {
	color: var(--white);
}

.section-intro.light > p {
	color: #9fb1c6;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.process-card {
	min-height: 250px;
	padding: 32px 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.process-card:last-child {
	border-right: 0;
}

.process-card > span {
	display: block;
	margin-bottom: 46px;
	color: var(--cyan);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.process-card h3 {
	margin-bottom: 14px;
	font-size: 1.2rem;
}

.process-card p {
	margin: 0;
	color: #92a6bc;
	font-size: 0.85rem;
}

.funds-section {
	background: #edf1f2;
}

.funds-layout {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: center;
	gap: 76px;
}

.funds-layout > div:first-child > p:not(.eyebrow) {
	max-width: 440px;
	color: var(--muted);
}

.funds-card {
	padding: 36px;
	background: var(--white);
	border: 1px solid #dfe5e9;
	border-radius: 12px;
	box-shadow: var(--shadow);
}

.flow-row {
	display: grid;
	grid-template-columns: 1fr auto 0.85fr auto 1fr;
	align-items: center;
	gap: 15px;
}

.flow-party,
.flow-payment {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.flow-party strong,
.flow-payment strong {
	margin-top: 7px;
	color: var(--ink);
	font-size: 0.86rem;
}

.flow-party small,
.flow-payment small {
	color: var(--muted);
	font-size: 0.68rem;
}

.flow-badge {
	display: grid;
	width: 34px;
	height: 34px;
	color: var(--white);
	background: var(--blue);
	border-radius: 50%;
	font-size: 0.68rem;
	font-weight: 750;
	place-items: center;
}

.flow-badge.muted {
	color: var(--ink);
	background: #dfe6eb;
}

.flow-payment {
	padding: 14px 10px;
	background: #eaf2ff;
	border: 1px solid #d3e3fb;
	border-radius: 7px;
}

.flow-payment.muted {
	background: #f2f4f5;
	border-color: #e2e6e9;
}

.flow-arrow {
	color: #9dafc0;
}

.flow-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 28px 0;
	color: #8b99a9;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.flow-divider::before,
.flow-divider::after {
	width: 100%;
	height: 1px;
	background: var(--line);
	content: "";
}

.flow-note {
	margin: 28px 0 0;
	padding: 16px 18px;
	color: #586a7f;
	background: #f5f7f8;
	border-left: 3px solid var(--cyan);
	font-size: 0.73rem;
	line-height: 1.6;
}

.cta-band {
	padding: 76px 0;
	color: var(--white);
	background: linear-gradient(120deg, #3575e8, #235cc4 65%, #18479d);
}

.cta-layout {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
}

.cta-layout .eyebrow {
	margin-bottom: 18px;
	color: #d9e8ff;
}

.cta-layout h2 {
	max-width: 730px;
	margin: 0;
	color: var(--white);
	font-size: clamp(2rem, 4vw, 4rem);
}

.site-footer {
	padding-top: 78px;
	color: #91a3b8;
	background: #06162c;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.75fr 0.9fr 0.9fr;
	gap: 70px;
	padding-bottom: 62px;
}

.footer-grid > div:not(.footer-company) {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-wordmark {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-decoration: none;
}

.footer-wordmark span {
	color: var(--cyan);
}

.footer-statement {
	max-width: 320px;
	font-size: 0.88rem;
}

.entity-disclosure {
	margin: 28px 0 0;
	color: #b8c5d3;
	font-size: 0.78rem;
	line-height: 1.65;
}

.entity-disclosure strong {
	color: var(--white);
}

.footer-heading {
	margin-bottom: 10px;
	color: var(--white);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.footer-grid a:not(.footer-wordmark) {
	color: #91a3b8;
	font-size: 0.8rem;
	text-decoration: none;
}

.footer-grid a:hover {
	color: var(--white);
}

.footer-note {
	margin-top: 8px;
	font-size: 0.68rem;
	line-height: 1.55;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	font-size: 0.68rem;
}

.footer-bottom p {
	margin: 0;
}

.page-hero {
	padding: 100px 0 92px;
	color: var(--white);
	background:
		radial-gradient(circle at 90% 20%, rgba(35, 201, 230, 0.16), transparent 26%),
		var(--ink);
}

.page-hero-layout {
	display: grid;
	grid-template-columns: 1.4fr 0.6fr;
	align-items: end;
	gap: 90px;
}

.page-hero h1 {
	max-width: 850px;
	margin: 0;
	color: var(--white);
	font-size: clamp(3.1rem, 5.5vw, 6rem);
}

.page-hero-layout > p {
	margin-bottom: 9px;
	color: #aec0d3;
	font-size: 1.04rem;
}

.service-detail {
	background: var(--paper);
	border-bottom: 1px solid var(--line);
}

.service-detail.alt {
	background: var(--white);
}

.detail-layout {
	display: grid;
	grid-template-columns: 80px 0.9fr 1.1fr;
	gap: 50px;
}

.detail-index {
	color: #a5b2bf;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.detail-title h2 {
	font-size: clamp(2.1rem, 3.3vw, 3.5rem);
}

.detail-copy > p {
	margin-bottom: 38px;
	color: var(--muted);
	font-size: 1.02rem;
}

.deliverable-list {
	border-top: 1px solid var(--line);
}

.deliverable-list > div {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 30px;
	padding: 19px 0;
	border-bottom: 1px solid var(--line);
}

.deliverable-list strong {
	color: var(--ink);
	font-size: 0.85rem;
}

.deliverable-list span {
	color: var(--muted);
	font-size: 0.82rem;
}

.boundary-section {
	padding: 100px 0;
	color: #aebed0;
	background: var(--ink);
}

.boundary-layout {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 90px;
}

.boundary-layout h2 {
	color: var(--white);
}

.boundary-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.boundary-grid > div {
	display: flex;
	gap: 16px;
	padding: 27px 18px 27px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.boundary-grid > div:nth-child(odd) {
	padding-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boundary-grid > div:nth-child(even) {
	padding-left: 28px;
}

.boundary-grid span {
	color: var(--cyan);
	font-weight: 800;
}

.boundary-grid p {
	margin: 0;
	font-size: 0.88rem;
}

.pricing-section {
	background: #edf1f2;
}

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

.price-card {
	display: flex;
	flex-direction: column;
	min-height: 565px;
	padding: 36px;
	background: var(--white);
	border: 1px solid #dfe5e8;
	border-radius: 10px;
}

.price-card.featured-price {
	border-top: 4px solid var(--blue);
	box-shadow: var(--shadow);
}

.price-type {
	margin-bottom: 28px;
	color: var(--blue);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.price-card h2 {
	margin-bottom: 16px;
	font-size: 2rem;
}

.price-value {
	padding-bottom: 20px;
	color: var(--ink);
	border-bottom: 1px solid var(--line);
	font-size: 1.1rem;
	font-weight: 700;
}

.price-card > p:not(.price-type, .price-value) {
	color: var(--muted);
	font-size: 0.88rem;
}

.price-card ul {
	margin-bottom: 34px;
}

.price-card li {
	margin-top: 14px;
}

.price-card > a {
	margin-top: auto;
	color: var(--blue);
	font-size: 0.82rem;
	font-weight: 750;
	text-decoration: none;
}

.pricing-note {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 35px;
	margin-top: 26px;
	padding: 24px 28px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 8px;
}

.pricing-note strong {
	color: var(--ink);
}

.pricing-note p {
	margin: 0;
	color: var(--muted);
	font-size: 0.82rem;
}

.quote-section {
	background: var(--white);
}

.quote-layout {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 100px;
}

.quote-factors {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.quote-factors li {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 20px;
	padding: 21px 0;
	border-bottom: 1px solid var(--line);
}

.quote-factors li > span {
	color: var(--blue);
	font-size: 0.68rem;
	font-weight: 750;
}

.quote-factors strong {
	color: var(--ink);
}

.quote-factors p {
	margin: 3px 0 0;
	color: var(--muted);
	font-size: 0.82rem;
}

.commercial-callout {
	padding: 78px 0;
	color: #aebed0;
	background: var(--ink);
}

.commercial-layout {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 90px;
}

.commercial-layout h2 {
	margin: 10px 0 0;
	color: var(--white);
	font-size: clamp(2rem, 3vw, 3.3rem);
}

.commercial-layout p {
	margin: 0;
}

.callout-kicker {
	color: var(--cyan);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entity-section {
	background: #edf1f2;
}

.entity-card {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 80px;
	padding: 56px;
	background: var(--white);
	border-radius: 12px;
	box-shadow: var(--shadow);
}

.entity-card h2 {
	margin-bottom: 7px;
}

.chinese-name {
	color: var(--muted);
	font-size: 1.2rem;
}

.entity-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.entity-facts > div {
	display: flex;
	flex-direction: column;
	padding: 18px 24px;
	border-bottom: 1px solid var(--line);
}

.entity-facts > div:nth-child(odd) {
	border-right: 1px solid var(--line);
}

.entity-facts span {
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entity-facts strong {
	color: var(--ink);
	font-size: 0.88rem;
}

.entity-facts a {
	text-decoration: none;
}

.entity-copy {
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 28px;
	color: var(--muted);
	border-top: 1px solid var(--line);
	font-size: 0.92rem;
}

.principles-section {
	background: var(--white);
}

.principle-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.principle-grid article {
	padding: 26px;
	border-top: 1px solid var(--line);
	border-right: 1px solid var(--line);
}

.principle-grid article:last-child {
	border-right: 0;
}

.principle-grid span {
	display: block;
	margin-bottom: 52px;
	color: var(--blue);
	font-size: 0.7rem;
	font-weight: 750;
}

.principle-grid h3 {
	font-size: 1.15rem;
}

.principle-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 0.82rem;
}

.contact-page {
	min-height: 790px;
	padding: 110px 0 80px;
	color: #afc0d2;
	background:
		radial-gradient(circle at 15% 70%, rgba(67, 132, 244, 0.18), transparent 27%),
		var(--ink);
}

.contact-layout {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	align-items: center;
	gap: 110px;
}

.contact-copy h1 {
	max-width: 660px;
	margin-bottom: 30px;
	color: var(--white);
}

.contact-copy > p:not(.eyebrow) {
	max-width: 600px;
	margin-bottom: 34px;
	font-size: 1.05rem;
}

.contact-panel {
	padding: 38px;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.panel-label {
	color: var(--blue);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.contact-panel ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.contact-panel li {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 12px;
	padding: 19px 0;
	color: var(--muted);
	border-bottom: 1px solid var(--line);
	font-size: 0.78rem;
}

.contact-panel li > span {
	color: var(--blue);
	font-size: 0.65rem;
	font-weight: 750;
}

.contact-panel li p {
	margin: 0;
}

.contact-panel strong {
	display: block;
	margin-bottom: 3px;
	color: var(--ink);
	font-size: 0.88rem;
}

.contact-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 90px;
	background: rgba(255, 255, 255, 0.16);
}

.contact-meta > div {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: var(--ink);
}

.contact-meta span {
	margin-bottom: 7px;
	color: #8195ac;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-meta strong {
	color: var(--white);
	font-size: 0.88rem;
}

.contact-meta small {
	color: #96a9bd;
}

.contact-meta a {
	text-decoration: none;
}

.legal-hero {
	padding: 78px 0;
	color: var(--white);
	background: var(--ink);
}

.legal-hero-layout {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 60px;
}

.legal-hero h1 {
	margin: 0;
	color: var(--white);
	font-size: clamp(3rem, 5vw, 5.2rem);
}

.legal-meta {
	min-width: 350px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.legal-meta p {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 20px;
	margin: 7px 0;
	color: #d1dbe7;
	font-size: 0.76rem;
}

.legal-meta span:first-child {
	color: #7f95ae;
}

.legal-document {
	padding: 84px 0 120px;
	background: var(--white);
}

.legal-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 780px);
	justify-content: space-between;
	gap: 100px;
}

.legal-sidebar {
	position: sticky;
	top: 118px;
	align-self: start;
	display: flex;
	flex-direction: column;
	padding: 22px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.legal-sidebar p {
	margin-bottom: 13px;
	color: var(--ink);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.legal-sidebar a {
	padding: 5px 0;
	color: var(--muted);
	font-size: 0.72rem;
	text-decoration: none;
}

.legal-sidebar a:hover {
	color: var(--blue);
}

.legal-copy {
	color: #42536a;
	font-size: 0.96rem;
}

.legal-intro {
	margin-bottom: 66px;
	padding: 28px 30px;
	color: var(--ink-2);
	background: #edf4ff;
	border-left: 4px solid var(--blue);
	font-size: 1.05rem;
}

.legal-intro p {
	margin: 0;
}

.legal-copy section {
	padding: 42px 0 18px;
	border-top: 1px solid var(--line);
	scroll-margin-top: 120px;
}

.legal-copy h2 {
	display: flex;
	gap: 20px;
	margin-bottom: 26px;
	font-size: 1.8rem;
	letter-spacing: -0.03em;
}

.legal-copy h2 span {
	padding-top: 7px;
	color: var(--blue);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.legal-copy p,
.legal-copy li {
	line-height: 1.8;
}

.legal-copy ul {
	padding-left: 21px;
}

.legal-copy a {
	color: #225fc5;
}

.legal-copy address {
	padding: 24px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 7px;
	font-style: normal;
}

:focus-visible {
	outline: 3px solid var(--cyan);
	outline-offset: 3px;
}

@keyframes maxen-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

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

	.hero-layout,
	.page-hero-layout,
	.funds-layout,
	.boundary-layout,
	.quote-layout,
	.commercial-layout,
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.hero {
		padding-top: 80px;
	}

	.hero-copy {
		max-width: 760px;
	}

	.system-visual {
		max-width: 590px;
		width: 100%;
		margin: -20px auto 0;
	}

	.identity-layout {
		grid-template-columns: 130px 1fr;
	}

	.identity-layout .text-link {
		grid-column: 2;
	}

	.section-intro {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.service-grid,
	.pricing-grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		min-height: auto;
	}

	.process-grid,
	.principle-grid {
		grid-template-columns: 1fr 1fr;
	}

	.process-card:nth-child(2) {
		border-right: 0;
	}

	.process-card:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.detail-layout {
		grid-template-columns: 50px 0.8fr 1.2fr;
		gap: 28px;
	}

	.page-hero-layout {
		gap: 35px;
	}

	.page-hero-layout > p {
		max-width: 650px;
	}

	.entity-card {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.entity-copy {
		grid-column: auto;
	}

	.contact-layout {
		gap: 65px;
	}

	.contact-panel {
		max-width: 680px;
	}

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

	.footer-company {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.container {
		width: min(calc(100% - 32px), var(--max));
	}

	.nav-shell {
		min-height: 72px;
	}

	.brand img {
		width: 132px;
	}

	.nav-toggle {
		position: relative;
		z-index: 2;
		display: block;
	}

	.nav-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.nav-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.site-nav {
		position: fixed;
		inset: 72px 0 auto;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 24px 16px 34px;
		background: var(--paper);
		border-bottom: 1px solid var(--line);
		box-shadow: 0 24px 50px rgba(7, 26, 51, 0.15);
	}

	.site-nav.is-open {
		display: flex;
	}

	.site-nav a {
		padding: 14px 10px;
		border-bottom: 1px solid var(--line);
	}

	.site-nav a::after {
		display: none;
	}

	.site-nav .nav-cta {
		margin-top: 16px;
		text-align: center;
	}

	.hero {
		min-height: auto;
		padding: 70px 0 60px;
	}

	.hero h1 {
		font-size: clamp(3rem, 14vw, 4.5rem);
	}

	.hero-lede {
		font-size: 1rem;
	}

	.button-row,
	.button {
		width: 100%;
	}

	.system-visual {
		min-height: 390px;
	}

	.orbit-one {
		width: 310px;
		height: 310px;
	}

	.orbit-two {
		width: 220px;
		height: 220px;
	}

	.system-core {
		width: 160px;
		height: 160px;
		padding: 28px;
	}

	.node-one {
		top: 2%;
		left: 4%;
	}

	.node-two {
		top: 45%;
		right: 0;
	}

	.node-three {
		bottom: 2%;
		left: 2%;
	}

	.status-pill {
		right: 0;
		bottom: 10%;
	}

	.identity-layout,
	.detail-layout,
	.entity-facts,
	.pricing-note,
	.legal-hero-layout,
	.legal-layout {
		display: block;
	}

	.identity-layout > * {
		margin-bottom: 18px;
	}

	.section {
		padding: 82px 0;
	}

	.section-intro {
		margin-bottom: 42px;
	}

	.process-grid,
	.principle-grid,
	.boundary-grid,
	.contact-meta {
		grid-template-columns: 1fr;
	}

	.process-card,
	.process-card:nth-child(2) {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.process-card > span {
		margin-bottom: 28px;
	}

	.funds-card {
		padding: 24px 17px;
	}

	.flow-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.flow-arrow {
		transform: rotate(90deg);
	}

	.flow-divider {
		margin: 34px 0;
	}

	.cta-layout,
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.cta-layout .button {
		width: auto;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 45px 30px;
	}

	.footer-company {
		grid-column: 1 / -1;
	}

	.page-hero {
		padding: 72px 0;
	}

	.page-hero h1 {
		font-size: clamp(2.8rem, 13vw, 4.2rem);
	}

	.detail-index {
		margin-bottom: 22px;
	}

	.detail-copy {
		margin-top: 34px;
	}

	.deliverable-list > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.boundary-grid > div,
	.boundary-grid > div:nth-child(odd),
	.boundary-grid > div:nth-child(even) {
		padding: 23px 0;
		border-right: 0;
	}

	.price-card {
		min-height: auto;
	}

	.pricing-note strong {
		display: block;
		margin-bottom: 8px;
	}

	.entity-card {
		padding: 32px 24px;
	}

	.entity-facts > div,
	.entity-facts > div:nth-child(odd) {
		padding: 16px 0;
		border-right: 0;
	}

	.principle-grid article,
	.principle-grid article:last-child {
		border-right: 0;
	}

	.contact-page {
		padding-top: 75px;
	}

	.contact-copy .button {
		width: auto;
	}

	.contact-panel {
		padding: 28px 22px;
	}

	.contact-meta {
		margin-top: 60px;
	}

	.legal-hero-layout {
		display: block;
	}

	.legal-meta {
		min-width: 0;
		margin-top: 38px;
	}

	.legal-document {
		padding: 55px 0 85px;
	}

	.legal-sidebar {
		position: static;
		display: none;
	}

	.legal-intro {
		margin-bottom: 44px;
		padding: 22px;
	}
}

@media (max-width: 460px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-company {
		grid-column: auto;
	}

	.system-node {
		min-width: 108px;
		padding: 10px;
	}

	.status-pill {
		display: none;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
