/*
Theme Name: THE TAO TECHNOLOGY LIMITED
Theme URI: https://websitepartner.local
Description: A future-facing software, AI, platform, and automation website for THE TAO TECHNOLOGY LIMITED.
Author: THE TAO TECHNOLOGY LIMITED
Template: tecnologia
Version: 1.0.0
Text Domain: tao-technology
*/

:root {
	--mwp-navy: #07324b;
	--mwp-midnight: #031622;
	--mwp-blue: #0a4669;
	--mwp-blue-dark: #062b42;
	--mwp-cyan: #65e6c4;
	--mwp-green: #31d17b;
	--mwp-sky: #eaf1ff;
	--mwp-mint: #dff8ef;
	--mwp-ink: #172033;
	--mwp-muted: #5c667a;
	--mwp-line: #dfe5ef;
	--mwp-paper: #f7f9fc;
	--mwp-white: #ffffff;
	--mwp-radius: 20px;
	--mwp-shadow: 0 20px 55px rgba(24, 47, 91, 0.11);
	--mwp-glow: 0 28px 80px rgba(49, 209, 123, 0.2);
	--mwp-width: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.mwp-site {
	margin: 0;
	background:
		radial-gradient(circle at 8% 8%, rgba(49, 209, 123, 0.08), transparent 25rem),
		radial-gradient(circle at 92% 22%, rgba(16, 185, 129, 0.08), transparent 28rem),
		var(--mwp-white);
	color: var(--mwp-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

body.mwp-site.admin-bar .mwp-header {
	top: 32px;
}

.mwp-site a {
	color: var(--mwp-blue);
	text-decoration: none;
}

.mwp-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

.mwp-wrap {
	width: min(calc(100% - 40px), var(--mwp-width));
	margin-inline: auto;
}

.mwp-header {
	position: sticky;
	z-index: 9999;
	top: 0;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(223, 229, 239, 0.85);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: box-shadow 180ms ease, background 180ms ease;
}

body.mwp-scrolled .mwp-header {
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 30px rgba(10, 22, 51, 0.08);
}

.mwp-header__inner {
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.mwp-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--mwp-navy) !important;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.mwp-brand__logo {
	width: auto;
	max-width: min(260px, 48vw);
	max-height: 58px;
	object-fit: contain;
}

.mwp-brand__mark {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 13px;
	background:
		linear-gradient(135deg, var(--mwp-blue), #31d17b);
	color: var(--mwp-white);
	font-size: 13px;
	letter-spacing: -0.04em;
	box-shadow: 0 16px 34px rgba(49, 209, 123, 0.26);
}

.mwp-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

.mwp-nav ul {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mwp-nav a {
	color: var(--mwp-ink);
	font-size: 14px;
	font-weight: 650;
}

.mwp-nav a:hover,
.mwp-nav .current-menu-item > a {
	color: var(--mwp-blue);
}

.mwp-nav .menu-item-has-children {
	position: relative;
}

.mwp-submenu-toggle {
	display: none;
}

.mwp-nav .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: -18px;
	display: grid;
	width: 250px;
	padding: 14px;
	border: 1px solid var(--mwp-line);
	border-radius: 16px;
	background: var(--mwp-white);
	box-shadow: var(--mwp-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.mwp-nav .sub-menu::before {
	position: absolute;
	top: -18px;
	right: 0;
	left: 0;
	height: 18px;
	content: "";
}

.mwp-nav .sub-menu li,
.mwp-nav .sub-menu a {
	display: block;
	width: 100%;
}

.mwp-nav .sub-menu a {
	padding: 9px 10px;
	border-radius: 8px;
}

.mwp-nav .sub-menu a:hover {
	background: var(--mwp-sky);
}

.mwp-nav .menu-item-has-children:hover > .sub-menu,
.mwp-nav .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mwp-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--mwp-line);
	border-radius: 12px;
	background: var(--mwp-white);
	color: var(--mwp-navy);
	font-size: 22px;
}

.mwp-button,
.mwp-site .wp-block-button__link {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	border: 1px solid var(--mwp-blue);
	border-radius: 11px;
	background: var(--mwp-blue);
	color: var(--mwp-white) !important;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.2;
	transition: 160ms ease;
}

.mwp-button:hover {
	border-color: var(--mwp-blue-dark);
	background: var(--mwp-blue-dark);
	transform: translateY(-1px);
}

.mwp-button::after {
	content: "→";
	font-weight: 900;
	transition: transform 160ms ease;
}

.mwp-button:hover::after {
	transform: translateX(3px);
}

.mwp-button--ghost::after,
.mwp-button--light::after {
	color: currentColor;
}

.mwp-button--small {
	min-height: 44px;
	padding: 11px 17px;
	font-size: 13px;
}

.mwp-button--ghost {
	border-color: rgba(49, 209, 123, 0.22);
	background: transparent;
	color: var(--mwp-blue) !important;
}

.mwp-button--ghost:hover {
	background: var(--mwp-sky);
}

.mwp-button--light {
	border-color: var(--mwp-white);
	background: var(--mwp-white);
	color: var(--mwp-blue) !important;
}

.mwp-hero {
	position: relative;
	overflow: hidden;
	padding: 104px 0 88px;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.75)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170' viewBox='0 0 170 170'%3E%3Cg fill='none' stroke='%231746d1' stroke-opacity='.1'%3E%3Cpath d='M0 84.5h170M84.5 0v170'/%3E%3Ccircle cx='84.5' cy='84.5' r='42'/%3E%3C/g%3E%3C/svg%3E"),
		radial-gradient(circle at 82% 18%, rgba(49, 209, 123, 0.24), transparent 30%),
		radial-gradient(circle at 15% 85%, rgba(16, 185, 129, 0.16), transparent 28%),
		linear-gradient(135deg, #f8faff 0%, #edf3ff 55%, #f8fbff 100%);
}

.mwp-hero::after {
	position: absolute;
	right: -120px;
	bottom: -210px;
	width: 520px;
	height: 520px;
	border: 80px solid rgba(49, 209, 123, 0.06);
	border-radius: 50%;
	content: "";
}

.mwp-hero::before,
.mwp-page-hero::before {
	position: absolute;
	inset: auto 9% 10% auto;
	width: 160px;
	height: 160px;
	border-radius: 35px;
	background:
		linear-gradient(135deg, rgba(49, 209, 123, 0.95), rgba(101, 230, 196, 0.85));
	box-shadow: var(--mwp-glow);
	content: "";
	opacity: 0.12;
	transform: rotate(18deg);
}

.mwp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: center;
	gap: 72px;
}

.mwp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: var(--mwp-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.mwp-eyebrow::before {
	width: 28px;
	height: 2px;
	background: currentColor;
	content: "";
}

.mwp-hero h1,
.mwp-page-hero h1 {
	max-width: 830px;
	margin: 0;
	color: var(--mwp-navy);
	font-size: clamp(48px, 6vw, 78px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.mwp-hero__lead {
	max-width: 700px;
	margin: 26px 0 0;
	color: var(--mwp-muted);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
}

.mwp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.mwp-proof {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: var(--mwp-shadow);
	backdrop-filter: blur(16px);
	transform-style: preserve-3d;
}

.mwp-proof__item {
	position: relative;
	min-height: 150px;
	padding: 24px;
	border: 1px solid var(--mwp-line);
	border-radius: 18px;
	background: var(--mwp-white);
	overflow: hidden;
}

.mwp-proof__item::after {
	position: absolute;
	inset: auto -28px -36px auto;
	width: 90px;
	height: 90px;
	border-radius: 999px;
	background: rgba(49, 209, 123, 0.08);
	content: "";
}

.mwp-proof__icon,
.mwp-service-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	place-items: center;
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(49, 209, 123, 0.12), rgba(16, 185, 129, 0.14));
	color: var(--mwp-blue);
	font-weight: 850;
	box-shadow: inset 0 0 0 1px rgba(49, 209, 123, 0.1);
}

.mwp-service-card__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mwp-service-card__icon::before {
	width: 26px;
	height: 26px;
	background: currentColor;
	content: "";
	mask: var(--mwp-icon) center / contain no-repeat;
	-webkit-mask: var(--mwp-icon) center / contain no-repeat;
}

.mwp-service-card__icon[data-icon="website"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='11' rx='2'/%3E%3Cpath d='M4 8h16M9 20h6M12 16v4'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="mobile"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2.5' width='10' height='19' rx='2.5'/%3E%3Cpath d='M10 5h4M11.5 18.5h1'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="server"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='6' rx='2'/%3E%3Crect x='4' y='14' width='16' height='6' rx='2'/%3E%3Cpath d='M8 7h.01M8 17h.01M12 7h4M12 17h4'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="support"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a7 7 0 0 0-7 7v3M19 13v-3a7 7 0 0 0-7-7'/%3E%3Cpath d='M5 13h3v5H5a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2ZM16 13h3a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-3v-5ZM16 18c0 1.7-1.3 3-3 3h-2'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="shop"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 9h14l-1 10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 9ZM8 9a4 4 0 0 1 8 0M9 13h6'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="seo"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='5.5'/%3E%3Cpath d='m15 15 5 5M8.5 10.7l1.7 1.7 3.4-3.6'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="marketing"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13V9l10-4v12L4 13ZM14 8.5h2.5a3.5 3.5 0 1 1 0 7H14M7 14.2 8.3 20h3L10 15'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="media"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 9h8M8 13h5M16 13h.01M8 17h8'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="analytics"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5M4 19h16M8 16v-5M12 16V8M16 16v-7M8 11l4-3 4 1 4-4'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="brand"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v10l8 4 8-4V7l-8-4ZM12 3v18M4 7l8 4 8-4M8.5 15.5 12 17.3l3.5-1.8'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="automation"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h5v5H7zM16 4h4v4h-4zM16 16h4v4h-4zM12 9.5h2.5A3.5 3.5 0 0 0 18 6M12 9.5h2.5A3.5 3.5 0 0 1 18 18'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="ai"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='12' height='16' rx='3'/%3E%3Cpath d='M9 9h.01M15 9h.01M9.5 14c1.4 1.2 3.6 1.2 5 0M12 2v2M12 20v2M4 12H2M22 12h-2'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="growth"] {
	--mwp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16M6 16l4-4 3 3 5-7M15 8h3v3'/%3E%3C/svg%3E");
}

.mwp-service-card__icon[data-icon="ai"],
.mwp-service-card__icon[data-icon="automation"],
.mwp-service-card__icon[data-icon="mobile"],
.mwp-service-card__icon[data-icon="server"] {
	background: linear-gradient(135deg, rgba(101, 230, 196, 0.18), rgba(49, 209, 123, 0.14));
	color: #0d54c9;
}

.mwp-service-card__icon[data-icon="shop"],
.mwp-service-card__icon[data-icon="growth"],
.mwp-service-card__icon[data-icon="media"],
.mwp-service-card__icon[data-icon="analytics"] {
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(49, 209, 123, 0.1));
	color: #087b58;
}

.mwp-proof strong {
	display: block;
	margin-bottom: 5px;
	color: var(--mwp-navy);
	font-size: 16px;
}

.mwp-proof span {
	color: var(--mwp-muted);
	font-size: 13px;
	line-height: 1.45;
}

.mwp-strip {
	padding: 24px 0;
	border-block: 1px solid var(--mwp-line);
	background: var(--mwp-white);
}

.mwp-strip__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 34px;
	color: var(--mwp-muted);
	font-size: 13px;
	font-weight: 700;
}

.mwp-strip__items span::before {
	margin-right: 9px;
	color: var(--mwp-blue);
	content: "✓";
}

.mwp-section {
	position: relative;
	padding: 96px 0;
}

.mwp-section--soft {
	background:
		linear-gradient(180deg, rgba(247, 249, 252, 0.94), rgba(247, 249, 252, 0.98)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cpath fill='%231746d1' fill-opacity='.045' d='M0 95h96v1H0zM95 0h1v96h-1z'/%3E%3Ccircle cx='20' cy='20' r='3' fill='%2310b981' fill-opacity='.12'/%3E%3C/svg%3E");
}

.mwp-section--navy {
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 10%, rgba(101, 230, 196, 0.16), transparent 28%),
		radial-gradient(circle at 80% 80%, rgba(49, 209, 123, 0.35), transparent 36%),
		var(--mwp-midnight);
	color: var(--mwp-white);
}

.mwp-section--navy::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	mask-image: linear-gradient(180deg, black, transparent);
	pointer-events: none;
}

.mwp-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 44px;
}

.mwp-section__head > div {
	max-width: 720px;
}

.mwp-section h2,
.mwp-content h2 {
	margin: 0 0 18px;
	color: var(--mwp-navy);
	font-size: clamp(36px, 4.4vw, 56px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.mwp-section--navy h2,
.mwp-section--navy h3 {
	color: var(--mwp-white);
}

.mwp-section__intro {
	max-width: 720px;
	margin: 0;
	color: var(--mwp-muted);
	font-size: 19px;
}

.mwp-grid {
	display: grid;
	gap: 22px;
}

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

.mwp-grid--home-services {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mwp-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.mwp-grid--2 {
	grid-template-columns: repeat(2, 1fr);
}

.mwp-service-card,
.mwp-card {
	position: relative;
	overflow: hidden;
	padding: 30px;
	border: 1px solid var(--mwp-line);
	border-radius: var(--mwp-radius);
	background: var(--mwp-white);
	transition: 180ms ease;
}

.mwp-service-card::before,
.mwp-card::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--mwp-blue), var(--mwp-green));
	content: "";
	opacity: 0;
	transition: opacity 180ms ease;
}

.mwp-service-card:hover,
.mwp-card:hover {
	border-color: rgba(49, 209, 123, 0.32);
	box-shadow: var(--mwp-shadow);
	transform: translateY(-3px);
}

.mwp-service-card:hover::before,
.mwp-card:hover::before {
	opacity: 1;
}

.mwp-service-card h3,
.mwp-card h3 {
	margin: 0 0 10px;
	color: var(--mwp-navy);
	font-size: 21px;
	line-height: 1.25;
}

.mwp-service-card p,
.mwp-card p {
	margin: 0 0 18px;
	color: var(--mwp-muted);
	font-size: 15px;
}

.mwp-text-link {
	font-size: 14px;
	font-weight: 800;
}

.mwp-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 72px;
}

.mwp-image-panel {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(49, 209, 123, 0.12), rgba(16, 185, 129, 0.1)),
		var(--mwp-sky);
	box-shadow: var(--mwp-glow);
}

.mwp-image-panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.mwp-image-panel:hover img {
	transform: scale(1.035);
}

.mwp-image-panel::after {
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 20px;
	content: "";
	pointer-events: none;
}

.mwp-checks {
	display: grid;
	gap: 13px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.mwp-checks li {
	position: relative;
	padding-left: 34px;
	color: var(--mwp-ink);
	font-weight: 650;
}

.mwp-checks li::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	background: var(--mwp-mint);
	color: #087b58;
	content: "✓";
	font-size: 12px;
	font-weight: 900;
}

.mwp-process {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	counter-reset: process;
}

.mwp-process__step {
	position: relative;
	padding: 24px 18px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	backdrop-filter: blur(10px);
	counter-increment: process;
}

.mwp-process__step::before {
	display: block;
	margin-bottom: 24px;
	color: #93afff;
	content: "0" counter(process);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.mwp-process__step strong {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
}

.mwp-process__step span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	line-height: 1.45;
}

.mwp-industries {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mwp-industries a,
.mwp-industries span {
	padding: 13px 18px;
	border: 1px solid var(--mwp-line);
	border-radius: 999px;
	background: var(--mwp-white);
	color: var(--mwp-navy);
	font-size: 14px;
	font-weight: 700;
	transition: 160ms ease;
}

.mwp-industries a:hover,
.mwp-industries span:hover {
	border-color: rgba(49, 209, 123, 0.3);
	box-shadow: 0 12px 30px rgba(49, 209, 123, 0.1);
	transform: translateY(-2px);
}

.mwp-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 40px;
	padding: 52px 56px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 80% 0, rgba(49, 209, 123, 0.35), transparent 34%),
		var(--mwp-blue);
	color: var(--mwp-white);
}

.mwp-cta h2 {
	margin-bottom: 10px;
	color: var(--mwp-white);
	font-size: clamp(34px, 4vw, 50px);
}

.mwp-cta p {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
}

.mwp-page-hero {
	position: relative;
	overflow: hidden;
	padding: 92px 0 70px;
	background:
		linear-gradient(145deg, rgba(247, 249, 255, 0.92), rgba(237, 243, 255, 0.94)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%231746d1' stroke-opacity='.08'%3E%3Cpath d='M24 24h132v132H24z'/%3E%3Cpath d='M24 90h132M90 24v132'/%3E%3C/g%3E%3C/svg%3E");
	text-align: center;
}

.mwp-page-hero h1 {
	margin-inline: auto;
	font-size: clamp(44px, 6vw, 68px);
}

.mwp-page-hero p {
	max-width: 760px;
	margin: 22px auto 0;
	color: var(--mwp-muted);
	font-size: 20px;
}

.mwp-content {
	padding: 82px 0 100px;
}

.mwp-content > *:first-child {
	margin-top: 0;
}

.mwp-content h3 {
	margin: 32px 0 10px;
	color: var(--mwp-navy);
	font-size: 25px;
}

.mwp-content p {
	color: var(--mwp-muted);
}

.mwp-content ul:not(.mwp-checks) {
	padding-left: 22px;
}

.mwp-feature-band {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 45px 0;
}

.mwp-feature-band > div {
	position: relative;
	padding: 28px;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(247, 249, 252, 0.95));
	border: 1px solid rgba(223, 229, 239, 0.8);
	box-shadow: 0 16px 35px rgba(24, 47, 91, 0.06);
}

.mwp-feature-band > div::before,
.mwp-card::after {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	place-items: center;
	border-radius: 14px;
	background: var(--mwp-sky);
	color: var(--mwp-blue);
	content: "✦";
	font-weight: 900;
}

.mwp-form-wrap {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: 54px;
	align-items: start;
}

.mwp-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	padding: 34px;
	border: 1px solid var(--mwp-line);
	border-radius: 24px;
	background: var(--mwp-white);
	box-shadow: var(--mwp-shadow);
}

.mwp-quote-wizard {
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 0;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 249, 252, 0.98));
}

.mwp-quote-wizard__top,
.mwp-quote-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 28px;
}

.mwp-quote-wizard__top {
	background:
		radial-gradient(circle at 92% 0, rgba(101, 230, 196, 0.25), transparent 30%),
		var(--mwp-navy);
	color: var(--mwp-white);
}

.mwp-quote-wizard__top strong {
	display: block;
	font-size: 22px;
	letter-spacing: -0.03em;
}

.mwp-mini-kicker {
	display: block;
	margin-bottom: 3px;
	color: #a9bcff;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mwp-quote-progress {
	height: 7px;
	margin: -20px 0 0;
	background: rgba(49, 209, 123, 0.08);
}

.mwp-quote-progress span {
	display: block;
	block-size: 100%;
	inline-size: 25%;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--mwp-blue), var(--mwp-green));
	transition: inline-size 220ms ease;
}

.mwp-quote-step {
	display: none;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	padding: 10px 28px 0;
}

.mwp-quote-step.is-active {
	display: grid;
	animation: mwp-step-in 220ms ease;
}

.mwp-quote-step h3,
.mwp-quote-step p {
	grid-column: 1 / -1;
	margin: 0;
}

.mwp-quote-step h3 {
	color: var(--mwp-navy);
	font-size: 26px;
	letter-spacing: -0.03em;
}

.mwp-quote-step p {
	color: var(--mwp-muted);
}

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

.mwp-choice-grid--compact {
	grid-template-columns: repeat(2, 1fr);
}

.mwp-choice {
	position: relative;
	display: grid;
	gap: 4px;
	min-height: 94px;
	padding: 18px 18px 18px 54px;
	border: 1px solid var(--mwp-line);
	border-radius: 16px;
	background: var(--mwp-white);
	cursor: pointer;
	transition: 160ms ease;
}

.mwp-choice input {
	position: absolute;
	top: 21px;
	left: 18px;
	width: 20px;
	height: 20px;
	accent-color: var(--mwp-blue);
}

.mwp-choice span {
	color: var(--mwp-navy);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.25;
}

.mwp-choice small {
	color: var(--mwp-muted);
	font-size: 12px;
	line-height: 1.35;
}

.mwp-choice:has(input:checked) {
	border-color: rgba(49, 209, 123, 0.55);
	background: var(--mwp-sky);
	box-shadow: 0 12px 30px rgba(49, 209, 123, 0.1);
}

.mwp-quote-summary {
	margin: 0 28px;
	padding: 20px;
	border: 1px solid rgba(49, 209, 123, 0.16);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(234, 241, 255, 0.92), rgba(223, 248, 239, 0.62));
}

.mwp-quote-summary span {
	display: block;
	margin-bottom: 5px;
	color: var(--mwp-blue);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.mwp-quote-summary strong {
	display: block;
	color: var(--mwp-navy);
	font-size: 18px;
}

.mwp-quote-summary p {
	margin: 6px 0 0;
	color: var(--mwp-muted);
	font-size: 14px;
	line-height: 1.45;
}

.mwp-quote-controls {
	padding-top: 4px;
}

.mwp-quote-controls [hidden] {
	display: none;
}

.mwp-quote-controls button:disabled {
	opacity: 0.45;
	pointer-events: none;
}

.mwp-field {
	display: grid;
	gap: 7px;
}

.mwp-field--full {
	grid-column: 1 / -1;
}

.mwp-field label {
	color: var(--mwp-navy);
	font-size: 13px;
	font-weight: 800;
}

.mwp-field input,
.mwp-field select,
.mwp-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--mwp-line);
	border-radius: 10px;
	background: var(--mwp-paper);
	color: var(--mwp-ink);
	font: inherit;
	font-size: 15px;
	transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.mwp-field input:focus,
.mwp-field select:focus,
.mwp-field textarea:focus {
	outline: 0;
	border-color: rgba(49, 209, 123, 0.55);
	background: var(--mwp-white);
	box-shadow: 0 0 0 4px rgba(49, 209, 123, 0.1);
}

.mwp-field textarea {
	min-height: 145px;
	resize: vertical;
}

.mwp-alert {
	margin-bottom: 24px;
	padding: 15px 18px;
	border-radius: 12px;
	background: var(--mwp-mint);
	color: #075f47;
	font-weight: 700;
}

.mwp-posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.mwp-project-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 42px;
}

.mwp-project-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--mwp-line);
	border-radius: 24px;
	background: var(--mwp-white);
	box-shadow: 0 18px 45px rgba(24, 47, 91, 0.08);
	transition: 180ms ease;
}

.mwp-project-card:hover {
	border-color: rgba(49, 209, 123, 0.32);
	box-shadow: var(--mwp-shadow);
	transform: translateY(-4px);
}

.mwp-project-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 10%, rgba(101, 230, 196, 0.22), transparent 34%),
		linear-gradient(135deg, #071129, #07324b);
}

.mwp-project-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.mwp-project-card:hover .mwp-project-card__image {
	transform: scale(1.045);
}

.mwp-project-card__placeholder {
	display: grid;
	height: 100%;
	place-items: center;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.12'%3E%3Cpath d='M0 45h90M45 0v90'/%3E%3Ccircle cx='45' cy='45' r='24'/%3E%3C/g%3E%3C/svg%3E");
	color: var(--mwp-white);
	text-align: center;
}

.mwp-project-card__placeholder span {
	max-width: 260px;
	font-size: clamp(26px, 4vw, 42px);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 0.95;
	word-break: break-word;
}

.mwp-project-card__body {
	padding: 26px;
}

.mwp-project-card__meta,
.mwp-project-card__tags,
.mwp-project-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mwp-project-card__meta {
	margin-bottom: 14px;
	color: var(--mwp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mwp-project-card h3 {
	margin: 0 0 12px;
	color: var(--mwp-navy);
	font-size: 24px;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.mwp-project-card__tags {
	margin-bottom: 14px;
}

.mwp-project-card__tags span {
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--mwp-sky);
	color: var(--mwp-blue);
	font-size: 12px;
	font-weight: 800;
}

.mwp-project-card p {
	margin: 0 0 18px;
	color: var(--mwp-muted);
	font-size: 15px;
}

.mwp-project-card__actions {
	align-items: center;
	justify-content: space-between;
}

.mwp-project-detail {
	display: grid;
	grid-template-columns: 1fr 0.55fr;
	gap: 54px;
	align-items: start;
}

.mwp-project-detail__panel {
	padding: 28px;
	border: 1px solid var(--mwp-line);
	border-radius: 22px;
	background: var(--mwp-paper);
}

.mwp-project-detail__panel dl {
	display: grid;
	gap: 16px;
	margin: 0;
}

.mwp-project-detail__panel dt {
	color: var(--mwp-blue);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.mwp-project-detail__panel dd {
	margin: 4px 0 0;
	color: var(--mwp-navy);
	font-weight: 750;
}

.mwp-post {
	overflow: hidden;
	border: 1px solid var(--mwp-line);
	border-radius: 20px;
	background: var(--mwp-white);
}

.mwp-post__body {
	padding: 26px;
}

.mwp-post h2 {
	margin: 0 0 12px;
	font-size: 24px;
}

.mwp-footer {
	padding: 72px 0 26px;
	background:
		radial-gradient(circle at 20% 0, rgba(49, 209, 123, 0.28), transparent 30%),
		#071129;
	color: rgba(255, 255, 255, 0.68);
}

.mwp-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 70px;
	padding-bottom: 50px;
}

.mwp-footer .mwp-brand {
	margin-bottom: 20px;
	color: var(--mwp-white) !important;
}

.mwp-footer h3 {
	margin: 0 0 18px;
	color: var(--mwp-white);
	font-size: 15px;
}

.mwp-footer ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mwp-footer a {
	color: rgba(255, 255, 255, 0.68);
}

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

.mwp-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
}

.mwp-scroll-progress {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: block;
	block-size: 3px;
	inline-size: 0;
	background: linear-gradient(90deg, var(--mwp-blue), var(--mwp-cyan), var(--mwp-green));
	box-shadow: 0 0 18px rgba(49, 209, 123, 0.45);
	pointer-events: none;
}

.mwp-pointer-glow {
	position: fixed;
	z-index: -1;
	top: -220px;
	left: -220px;
	width: 440px;
	height: 440px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(49, 209, 123, 0.1), transparent 62%);
	pointer-events: none;
	will-change: transform;
}

.mwp-back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 1000;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	background: var(--mwp-navy);
	color: var(--mwp-white);
	box-shadow: var(--mwp-shadow);
	cursor: pointer;
	opacity: 0;
	transform: translateY(16px);
	transition: 160ms ease;
}

.mwp-back-to-top.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.mwp-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes mwp-step-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 1050px) {
	body.mwp-menu-open {
		overflow: hidden;
	}

	.mwp-menu-toggle {
		display: grid;
		place-items: center;
	}

	.mwp-nav {
		position: absolute;
		top: 82px;
		right: 20px;
		left: 20px;
		display: block;
		padding: 20px;
		border: 1px solid var(--mwp-line);
		border-radius: 18px;
		background: var(--mwp-white);
		box-shadow: var(--mwp-shadow);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px) scale(0.98);
		transform-origin: top center;
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.mwp-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0) scale(1);
	}

	.mwp-nav ul {
		display: grid;
		gap: 5px;
	}

	.mwp-nav a {
		display: block;
		padding: 10px;
	}

	.mwp-nav .menu-item-has-children {
		display: grid;
		grid-template-columns: 1fr 42px;
		align-items: center;
		gap: 4px;
	}

	.mwp-nav .menu-item-has-children > a {
		grid-column: 1;
	}

	.mwp-submenu-toggle {
		display: grid;
		width: 38px;
		height: 38px;
		place-items: center;
		border: 1px solid rgba(49, 209, 123, 0.18);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.04);
		color: currentColor;
		cursor: pointer;
	}

	.mwp-submenu-toggle span {
		width: 9px;
		height: 9px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 160ms ease;
	}

	.mwp-nav .menu-item-has-children.is-submenu-open > .mwp-submenu-toggle span {
		transform: rotate(225deg) translate(-2px, -1px);
	}

	.mwp-nav .sub-menu {
		position: static;
		display: none;
		grid-column: 1 / -1;
		width: auto;
		margin-left: 15px;
		padding: 2px 0 8px;
		border: 0;
		box-shadow: none;
		opacity: 0;
		pointer-events: none;
		transform: none;
		transition: none;
	}

	.mwp-nav .menu-item-has-children:hover > .sub-menu,
	.mwp-nav .menu-item-has-children:focus-within > .sub-menu {
		opacity: 0;
		pointer-events: none;
	}

	.mwp-nav .menu-item-has-children.is-submenu-open > .sub-menu {
		display: grid;
		opacity: 1;
		pointer-events: auto;
	}

	.mwp-header__cta {
		display: none;
	}

	.mwp-hero__grid,
	.mwp-split {
		grid-template-columns: 1fr;
	}

	.mwp-proof {
		max-width: 720px;
	}

	.mwp-grid--4,
	.mwp-grid--home-services {
		grid-template-columns: repeat(2, 1fr);
	}

	.mwp-process {
		grid-template-columns: repeat(3, 1fr);
	}

	.mwp-choice-grid,
	.mwp-choice-grid--compact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1050px) {
	.tao-site .mwp-header__inner {
		min-height: 76px;
	}

	.tao-site .mwp-menu-toggle {
		border-color: rgba(49, 209, 123, 0.24);
		background: rgba(255, 255, 255, 0.04);
		color: #f7fbff;
	}

	.tao-site .mwp-nav {
		top: 76px;
		padding: 18px;
		border-color: rgba(49, 209, 123, 0.18);
		background:
			radial-gradient(circle at 95% 0, rgba(49, 209, 123, 0.12), transparent 36%),
			rgba(3, 22, 34, 0.98);
		box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
		backdrop-filter: blur(22px);
		-webkit-backdrop-filter: blur(22px);
	}

	.tao-site .mwp-nav ul {
		gap: 6px;
	}

	.tao-site .mwp-nav a {
		padding: 12px 13px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.035);
	}

	.tao-site .mwp-nav a:hover,
	.tao-site .mwp-nav .current-menu-item > a {
		background: rgba(49, 209, 123, 0.1);
	}

	.tao-site .mwp-nav .sub-menu {
		margin: 6px 0 4px 12px;
		padding-left: 10px;
		border-left: 1px solid rgba(49, 209, 123, 0.18);
		background: transparent;
		box-shadow: none;
	}
}

@media (max-width: 760px) {
	body.mwp-site.admin-bar .mwp-header {
		top: 46px;
	}

	.mwp-wrap {
		width: min(calc(100% - 28px), var(--mwp-width));
	}

	.mwp-header__inner {
		min-height: 72px;
	}

	.mwp-nav {
		top: 72px;
	}

	.mwp-hero {
		padding: 72px 0 60px;
	}

	.mwp-hero__grid {
		gap: 44px;
	}

	.mwp-hero h1,
	.mwp-page-hero h1 {
		font-size: 45px;
	}

	.mwp-proof {
		grid-template-columns: 1fr;
	}

	.mwp-proof__item {
		min-height: auto;
	}

	.mwp-section {
		padding: 70px 0;
	}

	.mwp-section__head {
		display: block;
	}

	.mwp-section__head .mwp-button {
		margin-top: 22px;
	}

	.mwp-grid--4,
	.mwp-grid--home-services,
	.mwp-grid--3,
	.mwp-grid--2,
	.mwp-feature-band,
	.mwp-project-grid,
	.mwp-project-detail,
	.mwp-posts,
	.mwp-form-wrap,
	.mwp-footer__grid {
		grid-template-columns: 1fr;
	}

	.mwp-process {
		grid-template-columns: repeat(2, 1fr);
	}

	.mwp-image-panel {
		min-height: 360px;
	}

	.mwp-cta {
		grid-template-columns: 1fr;
		padding: 38px 28px;
	}

	.mwp-page-hero {
		padding: 68px 0 52px;
	}

	.mwp-content {
		padding: 60px 0 76px;
	}

	.mwp-form {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.mwp-quote-wizard {
		padding: 0;
	}

	.mwp-quote-wizard__top,
	.mwp-quote-controls {
		display: grid;
		padding: 22px;
	}

	.mwp-quote-controls {
		grid-template-columns: 1fr;
	}

	.mwp-quote-step {
		grid-template-columns: 1fr;
		padding-inline: 22px;
	}

	.mwp-quote-summary {
		margin-inline: 22px;
	}

	.mwp-field--full {
		grid-column: auto;
	}

	.mwp-footer__bottom {
		display: block;
	}
}

@media (max-width: 480px) {
	.mwp-brand__text {
		max-width: 145px;
		white-space: normal;
		line-height: 1.05;
	}

	.mwp-hero h1,
	.mwp-page-hero h1 {
		font-size: 39px;
	}

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

/* THE TAO TECHNOLOGY LIMITED: future software design layer */
body.tao-site {
	background:
		radial-gradient(circle at 12% 8%, rgba(49, 209, 123, 0.13), transparent 28rem),
		radial-gradient(circle at 84% 16%, rgba(7, 50, 75, 0.42), transparent 30rem),
		radial-gradient(circle at 50% 105%, rgba(49, 209, 123, 0.1), transparent 34rem),
		#031622;
	color: #d8e4ff;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

body.tao-site::before {
	position: fixed;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(132, 188, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(132, 188, 255, 0.055) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	mask-image: linear-gradient(180deg, black, transparent 76%);
	pointer-events: none;
}

.tao-site .mwp-header {
	background: rgba(3, 22, 34, 0.9);
	border-bottom-color: rgba(49, 209, 123, 0.16);
	box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
}

.tao-site.mwp-scrolled .mwp-header {
	background: rgba(3, 22, 34, 0.96);
	border-bottom-color: rgba(49, 209, 123, 0.24);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
}

.tao-site .mwp-brand,
.tao-site .mwp-nav a {
	color: #f7fbff !important;
}

.tao-site .mwp-brand__logo {
	max-width: min(300px, 48vw);
	max-height: 64px;
	filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.22));
}

.tao-site .mwp-nav a:hover,
.tao-site .mwp-nav .current-menu-item > a,
.tao-site .mwp-nav .current-menu-ancestor > a {
	color: #8ff0b7 !important;
}

.tao-site .mwp-brand__mark {
	position: relative;
	width: 48px;
	height: 48px;
	overflow: visible;
	border-radius: 14px;
	background: linear-gradient(145deg, #07324b, #031622);
	box-shadow: 0 18px 34px rgba(3, 22, 34, 0.44);
	font-size: 0;
	transform: rotate(0deg);
}

.tao-site .mwp-brand__mark::before,
.tao-site .mwp-brand__mark::after {
	position: absolute;
	content: "";
}

.tao-site .mwp-brand__mark::before {
	inset: 8px 7px 7px;
	background: linear-gradient(135deg, #31d17b 0 48%, #07324b 49% 100%);
	clip-path: polygon(50% 0, 100% 24%, 100% 62%, 63% 62%, 63% 100%, 37% 100%, 37% 62%, 0 62%, 0 24%);
}

.tao-site .mwp-brand__mark::after {
	top: 20px;
	left: 19px;
	width: 14px;
	height: 18px;
	background: #31d17b;
	clip-path: polygon(50% 0, 100% 20%, 62% 44%, 50% 100%, 38% 44%, 0 20%);
}

.tao-site .mwp-nav .sub-menu,
.tao-site .mwp-menu-toggle {
	background: rgba(3, 22, 34, 0.96);
	border-color: rgba(49, 209, 123, 0.18);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.tao-site .mwp-nav .sub-menu {
	background:
		radial-gradient(circle at 92% 0, rgba(49, 209, 123, 0.12), transparent 42%),
		rgba(3, 22, 34, 0.98);
}

.tao-site .mwp-nav .sub-menu a:hover {
	background: rgba(49, 209, 123, 0.1);
	color: #ffffff !important;
}

.tao-site .mwp-button,
.tao-site .wp-block-button__link {
	border-color: rgba(49, 209, 123, 0.78);
	background: linear-gradient(135deg, #31d17b, #8ff0b7);
	color: #031622 !important;
	box-shadow: 0 0 28px rgba(49, 209, 123, 0.22);
}

.tao-site .mwp-button--ghost {
	background: rgba(255, 255, 255, 0.04);
	color: #8ff0b7 !important;
}

.tao-site .mwp-button--light {
	background: #f7fbff;
	color: #10152c !important;
}

.tao-site .mwp-hero,
.tao-site .mwp-page-hero {
	background:
		radial-gradient(circle at 78% 12%, rgba(49, 209, 123, 0.18), transparent 26%),
		radial-gradient(circle at 14% 86%, rgba(7, 50, 75, 0.38), transparent 28%),
		linear-gradient(135deg, rgba(3, 22, 34, 0.99), rgba(7, 50, 75, 0.94));
}

.tao-site .mwp-hero h1,
.tao-site .mwp-page-hero h1,
.tao-site .mwp-section h2,
.tao-site .mwp-content h2,
.tao-site .mwp-card h3,
.tao-site .mwp-service-card h3,
.tao-site .mwp-project-card h3 {
	color: #f7fbff;
}

.tao-site .mwp-hero h1,
.tao-site .mwp-page-hero h1 {
	text-shadow: 0 0 45px rgba(49, 209, 123, 0.18);
}

.tao-site .mwp-eyebrow {
	color: #31d17b;
}

.tao-site .mwp-hero__lead,
.tao-site .mwp-section__intro,
.tao-site .mwp-content p,
.tao-site .mwp-card p,
.tao-site .mwp-service-card p,
.tao-site .mwp-project-card p,
.tao-site .mwp-page-hero p {
	color: rgba(216, 228, 255, 0.72);
}

.tao-site .mwp-proof,
.tao-site .mwp-card,
.tao-site .mwp-service-card,
.tao-site .mwp-project-card,
.tao-site .mwp-form,
.tao-site .mwp-feature-band > div {
	border-color: rgba(123, 168, 255, 0.18);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
}

.tao-site .mwp-proof__item {
	border-color: rgba(123, 168, 255, 0.16);
	background: rgba(255, 255, 255, 0.055);
}

.tao-site .mwp-proof strong,
.tao-site .mwp-checks li,
.tao-site .mwp-field label,
.tao-site .mwp-quote-step h3,
.tao-site .mwp-quote-summary strong {
	color: #f7fbff;
}

.tao-site .mwp-proof span,
.tao-site .mwp-quote-step p,
.tao-site .mwp-quote-summary p {
	color: rgba(216, 228, 255, 0.68);
}

.tao-site .mwp-proof__icon,
.tao-site .mwp-service-card__icon {
	background: linear-gradient(135deg, rgba(49, 209, 123, 0.18), rgba(7, 50, 75, 0.2));
	color: #8ff0b7;
}

.tao-site .mwp-strip,
.tao-site .mwp-section--soft {
	background:
		linear-gradient(180deg, rgba(7, 10, 26, 0.9), rgba(5, 7, 17, 0.94)),
		radial-gradient(circle at 50% 0, rgba(49, 209, 123, 0.12), transparent 28%);
	border-color: rgba(123, 168, 255, 0.14);
}

.tao-site .mwp-section--navy {
	background:
		radial-gradient(circle at 25% 20%, rgba(49, 209, 123, 0.18), transparent 30%),
		radial-gradient(circle at 80% 70%, rgba(7, 50, 75, 0.28), transparent 34%),
		#03050d;
}

.tao-site .mwp-cta {
	background:
		radial-gradient(circle at 78% 0, rgba(49, 209, 123, 0.38), transparent 34%),
		linear-gradient(135deg, #031622, #07324b 58%, #31d17b);
	box-shadow: 0 28px 90px rgba(49, 209, 123, 0.18);
}

.tao-site .mwp-field input,
.tao-site .mwp-field select,
.tao-site .mwp-field textarea {
	border-color: rgba(123, 168, 255, 0.18);
	background: rgba(5, 7, 17, 0.72);
	color: #f7fbff;
}

.tao-site .mwp-choice {
	border-color: rgba(123, 168, 255, 0.18);
	background: rgba(255, 255, 255, 0.045);
}

.tao-site .mwp-choice span {
	color: #f7fbff;
}

.tao-site .mwp-choice small {
	color: rgba(216, 228, 255, 0.65);
}

.tao-site .mwp-choice:has(input:checked) {
	border-color: rgba(49, 209, 123, 0.72);
	background: rgba(49, 209, 123, 0.1);
	box-shadow: 0 0 30px rgba(49, 209, 123, 0.16);
}

.tao-site .mwp-project-card__media {
	background:
		radial-gradient(circle at 70% 20%, rgba(49, 209, 123, 0.24), transparent 34%),
		linear-gradient(135deg, #031622, #07324b);
}

.tao-site .mwp-footer {
	background:
		radial-gradient(circle at 20% 0, rgba(49, 209, 123, 0.14), transparent 30%),
		#03050d;
}

.tao-orbit {
	position: relative;
}

.tao-orbit::before {
	position: absolute;
	inset: -18px;
	border: 1px solid rgba(49, 209, 123, 0.16);
	border-radius: 36px;
	content: "";
	transform: rotate(-2deg);
	pointer-events: none;
}

/* TAO wow layer: cinematic software visuals, royalty-free imagery, and interactive motion. */
.tao-site {
	--tao-cyan: #65e6c4;
	--tao-purple: #0b4f73;
	--tao-green: #31d17b;
	--tao-navy: #07324b;
	--tao-navy-deep: #031622;
	--tao-ink: #101214;
	--tao-space: #031622;
	--tao-glass: rgba(255, 255, 255, 0.07);
}

.tao-site::before {
	position: fixed;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(rgba(49, 209, 123, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 50, 75, 0.04) 1px, transparent 1px),
		radial-gradient(circle at var(--tao-pointer-x, 50%) var(--tao-pointer-y, 20%), rgba(49, 209, 123, 0.12), transparent 19rem);
	background-size: 58px 58px, 58px 58px, auto;
	content: "";
	pointer-events: none;
}

.tao-site::after {
	position: fixed;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(110deg, transparent 0 42%, rgba(49, 209, 123, 0.07) 48%, transparent 54%),
		radial-gradient(circle at 12% 18%, rgba(7, 50, 75, 0.16), transparent 18rem),
		radial-gradient(circle at 82% 70%, rgba(24, 230, 163, 0.1), transparent 18rem);
	content: "";
	opacity: 0.72;
	pointer-events: none;
}

.tao-site .mwp-hero {
	min-height: calc(100vh - 82px);
	display: grid;
	align-items: center;
}

.tao-site .mwp-hero::before {
	inset: 7% auto auto 5%;
	width: 26rem;
	height: 26rem;
	border: 1px solid rgba(49, 209, 123, 0.14);
	border-radius: 999px;
	background: transparent;
	box-shadow:
		inset 0 0 55px rgba(49, 209, 123, 0.05),
		0 0 95px rgba(7, 50, 75, 0.12);
	animation: tao-spin 26s linear infinite;
	opacity: 1;
}

.tao-site .mwp-hero::after {
	right: 4%;
	bottom: 9%;
	width: 22rem;
	height: 22rem;
	border: 1px dashed rgba(24, 230, 163, 0.18);
	animation: tao-spin 34s linear infinite reverse;
	opacity: 1;
}

.tao-hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 620px;
	margin-top: 34px;
}

.tao-hero-metrics span {
	padding: 16px;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
	backdrop-filter: blur(16px);
}

.tao-hero-metrics strong {
	display: block;
	color: var(--tao-cyan);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1;
	text-shadow: 0 0 30px rgba(49, 209, 123, 0.28);
}

.tao-hero-metrics small {
	display: block;
	margin-top: 7px;
	color: rgba(216, 228, 255, 0.68);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tao-hero-stage {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	border: 1px solid rgba(123, 168, 255, 0.2);
	border-radius: 36px;
	background:
		linear-gradient(145deg, rgba(49, 209, 123, 0.14), rgba(7, 50, 75, 0.08)),
		#050711;
	box-shadow:
		0 34px 110px rgba(0, 0, 0, 0.42),
		0 0 80px rgba(49, 209, 123, 0.12);
	transform-style: preserve-3d;
}

.tao-command-center {
	display: grid;
	place-items: center;
	isolation: isolate;
	background:
		radial-gradient(circle at 50% 42%, rgba(49, 209, 123, 0.24), transparent 21rem),
		radial-gradient(circle at 78% 74%, rgba(7, 50, 75, 0.2), transparent 18rem),
		linear-gradient(145deg, rgba(10, 18, 47, 0.98), rgba(3, 5, 13, 0.98));
}

.tao-hero-stage img {
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	opacity: 0.62;
	filter: saturate(1.12) contrast(1.08);
	transform: scale(1.05);
}

.tao-hero-stage::before,
.tao-hero-stage::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.tao-hero-stage::before {
	background:
		linear-gradient(rgba(49, 209, 123, 0.11) 1px, transparent 1px),
		linear-gradient(90deg, rgba(49, 209, 123, 0.1) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: radial-gradient(circle at 50% 45%, black, transparent 72%);
	animation: tao-grid-drift 12s linear infinite;
}

.tao-hero-stage::after {
	background:
		linear-gradient(180deg, transparent, rgba(3, 5, 13, 0.9)),
		radial-gradient(circle at 50% 36%, transparent, rgba(3, 5, 13, 0.84));
}

.tao-command-center::after {
	background:
		linear-gradient(180deg, rgba(3, 5, 13, 0.05), rgba(3, 5, 13, 0.6)),
		radial-gradient(circle at 50% 50%, transparent, rgba(3, 5, 13, 0.6));
}

.tao-command-grid {
	position: absolute;
	inset: -18%;
	z-index: 0;
	background:
		linear-gradient(rgba(49, 209, 123, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 50, 75, 0.1) 1px, transparent 1px);
	background-size: 46px 46px;
	transform: perspective(700px) rotateX(62deg) translateY(12%);
	transform-origin: center bottom;
	animation: tao-grid-drift 12s linear infinite;
	mask-image: linear-gradient(180deg, transparent 0, black 24%, transparent 86%);
}

.tao-command-core {
	position: relative;
	z-index: 3;
	width: min(88%, 560px);
	min-height: 500px;
	transform: perspective(1100px) rotateX(6deg) rotateY(-10deg);
	transform-style: preserve-3d;
}

.tao-window {
	position: absolute;
	overflow: hidden;
	border: 1px solid rgba(123, 168, 255, 0.22);
	border-radius: 24px;
	background: rgba(5, 7, 17, 0.72);
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(20px);
}

.tao-window--main {
	inset: 48px 40px auto 0;
	min-height: 330px;
	animation: tao-float 7s ease-in-out infinite;
}

.tao-window--code {
	right: -14px;
	bottom: 54px;
	width: 310px;
	animation: tao-float 8s ease-in-out -2s infinite;
}

.tao-window--ai {
	left: -24px;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 14px;
	width: 300px;
	padding: 18px;
	animation: tao-float 7.5s ease-in-out -3.5s infinite;
}

.tao-window__bar {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(123, 168, 255, 0.14);
	background: rgba(255, 255, 255, 0.045);
}

.tao-window__bar span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ff5f57;
}

.tao-window__bar span:nth-child(2) {
	background: #ffbd2e;
}

.tao-window__bar span:nth-child(3) {
	background: var(--tao-green);
}

.tao-window__bar strong {
	margin-left: auto;
	color: rgba(216, 228, 255, 0.72);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

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

.tao-dashboard__panel {
	position: relative;
	min-height: 112px;
	overflow: hidden;
	padding: 16px;
	border: 1px solid rgba(123, 168, 255, 0.16);
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 0, rgba(49, 209, 123, 0.14), transparent 40%),
		rgba(255, 255, 255, 0.055);
}

.tao-dashboard__panel--wide {
	grid-column: 1 / -1;
}

.tao-dashboard__panel span,
.tao-window--ai span {
	display: block;
	margin-bottom: 8px;
	color: rgba(216, 228, 255, 0.62);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tao-dashboard__panel strong {
	color: #f7fbff;
	font-size: 42px;
	letter-spacing: -0.06em;
	line-height: 1;
}

.tao-dashboard__panel small,
.tao-window--ai strong {
	display: block;
	color: var(--tao-cyan);
	font-size: 13px;
	font-weight: 850;
}

.tao-dashboard__panel i {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 42%;
	height: 42px;
	background:
		linear-gradient(90deg, transparent, rgba(49, 209, 123, 0.2), transparent),
		repeating-linear-gradient(90deg, rgba(49, 209, 123, 0.45) 0 4px, transparent 4px 12px);
	mask-image: linear-gradient(180deg, transparent, black);
	animation: tao-pulse 2.2s ease-in-out infinite;
}

.tao-pipeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 18px;
}

.tao-pipeline b {
	height: 44px;
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(49, 209, 123, 0.22), rgba(7, 50, 75, 0.1));
	box-shadow: inset 0 0 0 1px rgba(49, 209, 123, 0.16);
	animation: tao-pulse 2.8s ease-in-out infinite;
}

.tao-pipeline b:nth-child(2) {
	animation-delay: 0.3s;
}

.tao-pipeline b:nth-child(3) {
	animation-delay: 0.6s;
}

.tao-pipeline b:nth-child(4) {
	animation-delay: 0.9s;
}

.tao-window--code pre {
	margin: 0;
	padding: 18px;
	color: #b9fff8;
	font: 700 13px/1.75 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	white-space: pre-wrap;
}

.tao-ai-orb {
	display: grid;
	width: 62px;
	height: 62px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(49, 209, 123, 0.35);
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.28), transparent 26%),
		linear-gradient(135deg, rgba(49, 209, 123, 0.28), rgba(7, 50, 75, 0.22));
	color: #f7fbff;
	font-weight: 950;
	box-shadow: 0 0 34px rgba(49, 209, 123, 0.22);
}

.tao-service-node {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 230px;
	padding: 12px 14px;
	border: 1px solid rgba(49, 209, 123, 0.22);
	border-radius: 999px;
	background: rgba(5, 7, 17, 0.68);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(16px);
	animation: tao-float 7s ease-in-out infinite;
}

.tao-service-node span {
	display: grid;
	min-width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: rgba(49, 209, 123, 0.12);
	color: var(--tao-cyan);
	font-size: 11px;
	font-weight: 950;
}

.tao-service-node strong {
	color: #f7fbff;
	font-size: 13px;
	line-height: 1.15;
}

.tao-service-node--one {
	top: 42px;
	right: 32px;
}

.tao-service-node--two {
	top: 190px;
	left: 26px;
	animation-delay: -1.3s;
}

.tao-service-node--three {
	right: 22px;
	bottom: 182px;
	animation-delay: -2.5s;
}

.tao-service-node--four {
	left: 52px;
	bottom: 42px;
	animation-delay: -3.4s;
}

.tao-data-stream {
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 62%;
	background: linear-gradient(transparent, rgba(49, 209, 123, 0.65), transparent);
	opacity: 0.48;
	transform: rotate(52deg);
	animation: tao-stream 4s linear infinite;
}

.tao-data-stream--one {
	top: 8%;
	left: 30%;
}

.tao-data-stream--two {
	top: 22%;
	right: 26%;
	animation-delay: -1.3s;
}

.tao-data-stream--three {
	bottom: -8%;
	left: 54%;
	animation-delay: -2.6s;
}

.tao-site .tao-hero {
	padding: 92px 0 54px;
	background:
		linear-gradient(180deg, rgba(3, 22, 34, 0.92), rgba(3, 22, 34, 0.98)),
		radial-gradient(circle at 50% 18%, rgba(49, 209, 123, 0.2), transparent 24rem),
		url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=2200&q=82");
	background-position: center;
	background-size: cover, auto, cover;
}

.tao-hero .mwp-hero__grid {
	grid-template-columns: 1fr;
	gap: 46px;
}

.tao-hero-copy {
	max-width: 1080px;
	margin-inline: auto;
	text-align: center;
}

.tao-hero-copy .mwp-eyebrow {
	justify-content: center;
}

.tao-hero-copy .mwp-eyebrow::after {
	width: 28px;
	height: 2px;
	background: currentColor;
	content: "";
}

.tao-hero-copy h1 {
	max-width: 860px;
	margin-inline: auto;
	font-size: clamp(42px, 5.8vw, 76px);
	line-height: 0.96;
}

.tao-hero-copy .mwp-hero__lead {
	max-width: 860px;
	margin-inline: auto;
}

.tao-hero-copy .mwp-actions {
	justify-content: center;
}

.tao-hero .tao-command-center {
	width: min(100%, 1320px);
	min-height: 760px;
	margin-inline: auto;
	border-radius: 44px;
	background:
		radial-gradient(circle at 50% 16%, rgba(49, 209, 123, 0.26), transparent 20rem),
		radial-gradient(circle at 16% 74%, rgba(24, 230, 163, 0.14), transparent 17rem),
		radial-gradient(circle at 84% 70%, rgba(7, 50, 75, 0.24), transparent 18rem),
		linear-gradient(145deg, rgba(10, 18, 47, 0.98), rgba(3, 5, 13, 0.98));
}

.tao-hero .tao-command-center::before {
	background:
		linear-gradient(rgba(49, 209, 123, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 50, 75, 0.08) 1px, transparent 1px),
		radial-gradient(circle at 50% 42%, rgba(49, 209, 123, 0.12), transparent 38%);
	background-size: 34px 34px, 34px 34px, auto;
	mask-image: radial-gradient(circle at 50% 46%, black, transparent 76%);
}

.tao-hero .tao-hero-metrics {
	position: absolute;
	z-index: 5;
	top: 24px;
	left: 24px;
	right: 24px;
	max-width: none;
	margin: 0;
	grid-template-columns: repeat(3, 1fr);
}

.tao-hero .tao-hero-metrics span {
	padding: 14px 18px;
	border-color: rgba(49, 209, 123, 0.2);
	background: rgba(5, 7, 17, 0.58);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tao-stage-label {
	position: absolute;
	z-index: 5;
	top: 126px;
	left: 50%;
	width: min(calc(100% - 48px), 720px);
	padding: 14px 18px;
	border: 1px solid rgba(49, 209, 123, 0.2);
	border-radius: 999px;
	background: rgba(5, 7, 17, 0.56);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
	text-align: center;
	transform: translateX(-50%);
	backdrop-filter: blur(18px);
}

.tao-stage-label span {
	display: block;
	color: var(--tao-cyan);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tao-stage-label strong {
	display: block;
	margin-top: 4px;
	color: rgba(247, 251, 255, 0.82);
	font-size: 13px;
}

.tao-hero .tao-command-core {
	width: min(74%, 820px);
	min-height: 560px;
	margin-top: 132px;
	transform: perspective(1300px) rotateX(6deg);
}

.tao-hero .tao-window--main {
	inset: 30px 90px auto 90px;
	min-height: 360px;
}

.tao-hero .tao-window--code {
	left: 0;
	right: auto;
	bottom: 20px;
	width: 360px;
	transform: translateZ(55px);
}

.tao-hero .tao-window--ai {
	right: 0;
	left: auto;
	bottom: 6px;
	width: 340px;
	transform: translateZ(75px);
}

.tao-hero .tao-service-node--one {
	top: 196px;
	right: 7%;
}

.tao-hero .tao-service-node--two {
	top: 260px;
	left: 6%;
}

.tao-hero .tao-service-node--three {
	right: 8%;
	bottom: 172px;
}

.tao-hero .tao-service-node--four {
	left: 8%;
	bottom: 122px;
}

.tao-hero .tao-emblem-stage {
	width: min(100%, 1180px);
	min-height: 650px;
	margin-inline: auto;
	border-radius: 46px;
	background:
		linear-gradient(145deg, rgba(4, 27, 42, 0.86), rgba(2, 14, 22, 0.94)),
		radial-gradient(circle at 50% 46%, rgba(49, 209, 123, 0.18), transparent 19rem),
		radial-gradient(circle at 20% 78%, rgba(7, 50, 75, 0.5), transparent 17rem),
		radial-gradient(circle at 80% 18%, rgba(49, 209, 123, 0.1), transparent 16rem),
		url("https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=1800&q=82");
	background-position: center;
	background-size: cover, auto, auto, auto, cover;
	box-shadow:
		0 34px 110px rgba(0, 0, 0, 0.38),
		0 0 80px rgba(49, 209, 123, 0.08);
}

.tao-emblem-grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(rgba(49, 209, 123, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(49, 209, 123, 0.065) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: radial-gradient(circle at 50% 48%, black, transparent 74%);
	animation: tao-grid-drift 18s linear infinite;
}

.tao-emblem {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: min(38vw, 420px);
	aspect-ratio: 1;
	transform: translate(-50%, -45%);
	filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.38));
}

.tao-prism {
	position: absolute;
	background: linear-gradient(145deg, #07324b, #031622);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tao-prism--left {
	top: 8%;
	left: 6%;
	width: 48%;
	height: 38%;
	background: linear-gradient(145deg, #31d17b, #0f8b57);
	clip-path: polygon(0 22%, 68% 0, 100% 18%, 100% 72%, 55% 100%, 0 78%);
	animation: tao-float 7s ease-in-out infinite;
}

.tao-prism--right {
	top: 8%;
	right: 6%;
	width: 48%;
	height: 38%;
	clip-path: polygon(32% 0, 100% 22%, 100% 78%, 45% 100%, 0 72%, 0 18%);
	animation: tao-float 7.5s ease-in-out -1.6s infinite;
}

.tao-prism--stem {
	left: 31%;
	bottom: 6%;
	width: 38%;
	height: 62%;
	background: linear-gradient(145deg, #07324b, #05283d 58%, #031622);
	clip-path: polygon(0 0, 100% 0, 84% 76%, 50% 100%, 16% 76%);
	animation: tao-float 8s ease-in-out -2.2s infinite;
}

.tao-prism--core {
	top: 36%;
	left: 42%;
	width: 16%;
	height: 24%;
	background: #31d17b;
	clip-path: polygon(50% 0, 100% 18%, 65% 43%, 50% 100%, 35% 43%, 0 18%);
	box-shadow: 0 0 34px rgba(49, 209, 123, 0.45);
	animation: tao-pulse 2.8s ease-in-out infinite;
}

.tao-system-ring {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: min(66%, 680px);
	aspect-ratio: 1;
	border: 1px solid rgba(49, 209, 123, 0.18);
	border-radius: 50%;
	transform: translate(-50%, -46%);
}

.tao-system-ring::before,
.tao-system-ring::after {
	position: absolute;
	inset: 16%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: inherit;
	content: "";
}

.tao-system-ring::after {
	inset: 32%;
	border-color: rgba(49, 209, 123, 0.16);
}

.tao-system-node {
	position: absolute;
	z-index: 4;
	display: grid;
	gap: 4px;
	min-width: 168px;
	padding: 14px 16px;
	border: 1px solid rgba(49, 209, 123, 0.2);
	border-radius: 18px;
	background: rgba(3, 22, 34, 0.68);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(16px);
}

.tao-system-node span {
	color: #31d17b;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.14em;
}

.tao-system-node strong {
	color: #f7fbff;
	font-size: 14px;
}

.tao-system-node--one {
	top: 132px;
	left: 10%;
}

.tao-system-node--two {
	top: 128px;
	right: 10%;
}

.tao-system-node--three {
	right: 7%;
	bottom: 168px;
}

.tao-system-node--four {
	left: 8%;
	bottom: 166px;
}

.tao-system-node--five {
	left: 50%;
	bottom: 74px;
	transform: translateX(-50%);
}

.tao-flow-line {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 44%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(49, 209, 123, 0.65), transparent);
	transform-origin: left center;
	animation: tao-flow 4.5s linear infinite;
}

.tao-flow-line--one {
	transform: rotate(18deg);
}

.tao-flow-line--two {
	transform: rotate(145deg);
	animation-delay: -1.5s;
}

.tao-flow-line--three {
	transform: rotate(270deg);
	animation-delay: -3s;
}

.tao-holo-card {
	position: absolute;
	z-index: 2;
	max-width: 260px;
	padding: 16px 18px;
	border: 1px solid rgba(49, 209, 123, 0.24);
	border-radius: 18px;
	background: rgba(5, 7, 17, 0.64);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24), inset 0 0 28px rgba(49, 209, 123, 0.05);
	backdrop-filter: blur(18px);
}

.tao-holo-card--top {
	top: 32px;
	left: 32px;
	animation: tao-float 6s ease-in-out infinite;
}

.tao-holo-card--bottom {
	right: 30px;
	bottom: 32px;
	animation: tao-float 7s ease-in-out -1.4s infinite;
}

.tao-holo-card span {
	display: block;
	margin-bottom: 5px;
	color: var(--tao-cyan);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tao-holo-card strong {
	color: #f7fbff;
	font-size: 18px;
	letter-spacing: -0.03em;
}

.tao-orbit-ring {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: min(78%, 390px);
	aspect-ratio: 1;
	border: 1px solid rgba(49, 209, 123, 0.22);
	border-radius: 999px;
	transform: translate(-50%, -50%);
	animation: tao-spin 22s linear infinite;
}

.tao-orbit-ring::before,
.tao-orbit-ring::after {
	position: absolute;
	inset: 14%;
	border: 1px solid rgba(7, 50, 75, 0.22);
	border-radius: inherit;
	content: "";
}

.tao-orbit-ring::after {
	inset: 30%;
	border-color: rgba(24, 230, 163, 0.2);
}

.tao-orbit-ring i {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--tao-cyan);
	box-shadow: 0 0 26px rgba(49, 209, 123, 0.9);
}

.tao-orbit-ring i:nth-child(1) {
	top: -5px;
	left: 50%;
}

.tao-orbit-ring i:nth-child(2) {
	right: 11%;
	bottom: 16%;
	background: var(--tao-green);
}

.tao-orbit-ring i:nth-child(3) {
	bottom: 24%;
	left: 4%;
	background: var(--tao-purple);
}

.tao-stack {
	position: relative;
	min-height: 610px;
}

.tao-photo-card {
	position: absolute;
	overflow: hidden;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 30px;
	background: var(--tao-glass);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.tao-photo-card::after,
.tao-wow-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(49, 209, 123, 0.18), transparent 38%, rgba(7, 50, 75, 0.2));
	content: "";
	mix-blend-mode: screen;
	pointer-events: none;
}

.tao-photo-card--large {
	inset: 0 12% 8% 0;
}

.tao-photo-card--small {
	right: 0;
	bottom: 0;
	width: 48%;
	aspect-ratio: 4 / 5;
}

.tao-photo-card img,
.tao-wow-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.06) contrast(1.04);
	transition: transform 700ms ease;
}

.tao-photo-card:hover img,
.tao-wow-card:hover img {
	transform: scale(1.06);
}

.tao-constellation-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 40%, rgba(49, 209, 123, 0.09), transparent 24rem),
		linear-gradient(180deg, rgba(3, 5, 13, 0.96), rgba(5, 7, 17, 0.9));
}

.tao-constellation {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border: 1px solid rgba(123, 168, 255, 0.16);
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(3, 22, 34, 0.88), rgba(5, 7, 17, 0.9)),
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		radial-gradient(circle at 28% 24%, rgba(49, 209, 123, 0.18), transparent 22%),
		radial-gradient(circle at 78% 72%, rgba(7, 50, 75, 0.38), transparent 28%),
		radial-gradient(circle at 50% 50%, rgba(49, 209, 123, 0.15), transparent 34%),
		url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=82");
	background-position: center, center, center, center, center, center, center;
	background-size: cover, 52px 52px, 52px 52px, auto, auto, auto, cover;
	box-shadow: inset 0 0 80px rgba(49, 209, 123, 0.04), 0 28px 90px rgba(0, 0, 0, 0.25);
}

.tao-constellation::before,
.tao-constellation::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72%;
	aspect-ratio: 1;
	border: 1px solid rgba(49, 209, 123, 0.13);
	border-radius: 999px;
	content: "";
	transform: translate(-50%, -50%);
}

.tao-constellation::after {
	width: 42%;
	border-color: rgba(7, 50, 75, 0.17);
}

.tao-core,
.tao-constellation a {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	text-align: center;
}

.tao-core {
	top: 50%;
	left: 50%;
	width: 142px;
	height: 142px;
	border: 1px solid rgba(49, 209, 123, 0.35);
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.16), transparent 30%),
		linear-gradient(135deg, rgba(49, 209, 123, 0.28), rgba(7, 50, 75, 0.32));
	box-shadow: 0 0 70px rgba(49, 209, 123, 0.22), inset 0 0 0 10px rgba(255, 255, 255, 0.035);
	transform: translate(-50%, -50%);
}

.tao-core::before {
	position: absolute;
	inset: -18px;
	border: 1px dashed rgba(101, 230, 196, 0.24);
	border-radius: inherit;
	content: "";
	animation: tao-spin 18s linear infinite;
}

.tao-core .mwp-service-card__icon {
	position: relative;
	z-index: 2;
	width: 76px;
	height: 76px;
	margin: 0;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(49, 209, 123, 0.92), rgba(101, 230, 196, 0.78));
	color: #031622;
	box-shadow: 0 20px 48px rgba(49, 209, 123, 0.28);
}

.tao-core .mwp-service-card__icon::before {
	width: 39px;
	height: 39px;
}

.tao-core > span:not(.mwp-service-card__icon) {
	color: var(--tao-cyan);
	font-size: 34px;
	font-weight: 950;
	letter-spacing: -0.07em;
}

.tao-core > strong {
	color: #f7fbff;
	font-size: 13px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tao-constellation a {
	top: var(--y);
	left: var(--x);
	grid-template-columns: auto 1fr;
	min-width: 176px;
	min-height: 68px;
	gap: 10px;
	padding: 11px 16px 11px 12px;
	border: 1px solid rgba(123, 168, 255, 0.2);
	border-radius: 999px;
	background: rgba(5, 7, 17, 0.72);
	color: #eaf7ff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.15;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(16px);
	animation: tao-float 7s ease-in-out infinite;
}

.tao-constellation a strong {
	color: inherit;
	font-size: 13px;
	letter-spacing: 0.01em;
}

.tao-constellation a .mwp-service-card__icon {
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 14px;
	color: #8ff0b7;
	box-shadow:
		inset 0 0 0 1px rgba(49, 209, 123, 0.18),
		0 0 24px rgba(49, 209, 123, 0.12);
}

.tao-constellation a .mwp-service-card__icon::before {
	width: 21px;
	height: 21px;
}

.tao-constellation a:nth-of-type(2n) {
	animation-delay: -1.8s;
}

.tao-constellation a:nth-of-type(3n) {
	animation-delay: -3.1s;
}

.tao-constellation a:hover {
	border-color: rgba(49, 209, 123, 0.7);
	color: var(--tao-cyan);
	transform: translateY(-3px);
}

.tao-wow-card {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 28px;
	background: #050711;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.tao-wow-card img {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.52;
}

.tao-wow-card::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 20%, rgba(3, 5, 13, 0.92) 78%);
	content: "";
}

.tao-wow-card > *:not(img) {
	position: relative;
	z-index: 2;
}

.tao-wow-card span {
	width: max-content;
	margin-bottom: 78px;
	padding: 7px 10px;
	border: 1px solid rgba(49, 209, 123, 0.28);
	border-radius: 999px;
	color: var(--tao-cyan);
	font-size: 12px;
	font-weight: 900;
}

.tao-wow-card h3 {
	margin: 0 0 10px;
	color: #f7fbff;
	font-size: 25px;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.tao-wow-card p {
	margin: 0;
	color: rgba(216, 228, 255, 0.75);
	font-size: 15px;
}

.tao-wow-card:hover {
	border-color: rgba(49, 209, 123, 0.46);
	box-shadow: 0 30px 90px rgba(49, 209, 123, 0.12);
	transform: translateY(-6px);
}

.tao-site .mwp-page-hero {
	position: relative;
	min-height: 430px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(3, 22, 34, 0.86), rgba(3, 22, 34, 0.72)),
		linear-gradient(rgba(49, 209, 123, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 50, 75, 0.06) 1px, transparent 1px),
		radial-gradient(circle at 72% 18%, rgba(49, 209, 123, 0.24), transparent 24rem),
		radial-gradient(circle at 22% 86%, rgba(7, 50, 75, 0.2), transparent 24rem),
		var(--tao-page-image, linear-gradient(135deg, #050711, #101636)),
		linear-gradient(135deg, #050711, #101636);
	background-position: center;
	background-size: auto, 54px 54px, 54px 54px, auto, auto, cover, auto;
	isolation: isolate;
}

.tao-site .mwp-page-hero .mwp-wrap {
	position: relative;
	z-index: 2;
}

.tao-site .mwp-page-hero::after {
	position: absolute;
	right: 9%;
	bottom: 12%;
	width: 13rem;
	height: 13rem;
	border: 1px dashed rgba(49, 209, 123, 0.22);
	border-radius: 999px;
	content: "";
	animation: tao-spin 30s linear infinite;
}

.tao-site .mwp-content {
	padding-top: 96px;
}

.tao-inner-lead {
	max-width: 920px;
	margin-bottom: 42px;
}

.tao-inner-lead h2 {
	margin-bottom: 18px;
}

.tao-inner-lead p {
	max-width: 780px;
	font-size: 20px;
}

.tao-inner-visual {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: end;
	gap: 28px;
	min-height: 430px;
	margin: 44px 0 50px;
	overflow: hidden;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.tao-inner-visual::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(3, 5, 13, 0.1), rgba(3, 5, 13, 0.88)),
		radial-gradient(circle at 20% 20%, rgba(49, 209, 123, 0.18), transparent 25rem);
	content: "";
	pointer-events: none;
}

.tao-inner-visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.55;
	filter: saturate(1.08) contrast(1.05);
	transition: transform 700ms ease;
}

.tao-inner-visual:hover img {
	transform: scale(1.035);
}

.tao-inner-visual > div {
	position: relative;
	z-index: 2;
	grid-column: 2;
	margin: 34px;
	padding: 26px;
	border: 1px solid rgba(49, 209, 123, 0.24);
	border-radius: 24px;
	background: rgba(5, 7, 17, 0.64);
	backdrop-filter: blur(18px);
}

.tao-inner-visual span {
	display: block;
	margin-bottom: 8px;
	color: var(--tao-cyan);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tao-inner-visual strong {
	display: block;
	color: #f7fbff;
	font-size: clamp(22px, 3vw, 34px);
	letter-spacing: -0.05em;
	line-height: 1.08;
}

.tao-inner-visual--split::before {
	background:
		linear-gradient(90deg, rgba(3, 5, 13, 0.18), rgba(3, 5, 13, 0.72)),
		radial-gradient(circle at 80% 20%, rgba(7, 50, 75, 0.18), transparent 25rem);
}

.tao-number-band > div > span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border: 1px solid rgba(49, 209, 123, 0.25);
	border-radius: 14px;
	color: var(--tao-cyan);
	font-weight: 950;
}

.tao-number-band > div::before {
	display: none;
}

.tao-timeline {
	position: relative;
	display: grid;
	gap: 16px;
	margin: 48px 0;
}

.tao-timeline::before {
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 22px;
	width: 1px;
	background: linear-gradient(var(--tao-cyan), rgba(7, 50, 75, 0.4), transparent);
	content: "";
}

.tao-timeline > div {
	position: relative;
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 22px;
	padding: 24px 26px 24px 64px;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	backdrop-filter: blur(14px);
}

.tao-timeline > div::before {
	position: absolute;
	top: 27px;
	left: 14px;
	width: 18px;
	height: 18px;
	border: 4px solid rgba(5, 7, 17, 0.95);
	border-radius: 50%;
	background: var(--tao-cyan);
	box-shadow: 0 0 26px rgba(49, 209, 123, 0.55);
	content: "";
}

.tao-timeline strong {
	color: #f7fbff;
	font-size: 18px;
}

.tao-timeline span {
	color: rgba(216, 228, 255, 0.72);
}

.tao-inner-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 26px;
	margin: 54px 0 0;
	padding: 34px;
	border: 1px solid rgba(49, 209, 123, 0.22);
	border-radius: 28px;
	background:
		radial-gradient(circle at 85% 0, rgba(49, 209, 123, 0.22), transparent 28%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.tao-inner-cta h2 {
	margin: 0;
	font-size: clamp(28px, 3.3vw, 42px);
}

.tao-photo-inline {
	overflow: hidden;
	margin: 28px 0;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.tao-photo-inline img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	opacity: 0.78;
}

.tao-contact-panel {
	align-items: stretch;
}

.tao-sector-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 42px 0;
}

.tao-sector-grid span {
	display: grid;
	min-height: 98px;
	place-items: center;
	padding: 18px;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 22px;
	background:
		radial-gradient(circle at 80% 0, rgba(49, 209, 123, 0.12), transparent 28%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	color: #f7fbff;
	font-weight: 850;
	text-align: center;
	transition: transform 180ms ease, border-color 180ms ease;
}

.tao-sector-grid span:hover {
	border-color: rgba(49, 209, 123, 0.48);
	transform: translateY(-4px);
}

.tao-site .mwp-content > .mwp-grid,
.tao-site .mwp-content > .mwp-feature-band {
	margin-top: 34px;
}

.tao-article-intro {
	margin-bottom: 42px;
	padding: 30px;
	border: 1px solid rgba(49, 209, 123, 0.18);
	border-radius: 24px;
	background:
		radial-gradient(circle at 90% 0, rgba(49, 209, 123, 0.1), transparent 30%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.tao-article-intro p {
	margin: 0;
	color: rgba(247, 251, 255, 0.84);
	font-size: clamp(20px, 2.4vw, 28px);
	letter-spacing: -0.035em;
	line-height: 1.35;
}

.tao-article-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin: 34px 0 44px;
}

.tao-article-grid > div {
	padding: 24px;
	border: 1px solid rgba(123, 168, 255, 0.18);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0, rgba(49, 209, 123, 0.08), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
}

.tao-article-grid h3 {
	margin-top: 0;
}

.mwp-content .tao-wow-card {
	color: inherit;
	text-decoration: none;
}

.mwp-content .tao-wow-card h3,
.mwp-content .tao-wow-card p {
	color: inherit;
}

.tao-site .mwp-content,
.tao-site .mwp-content li,
.tao-site .mwp-content dd,
.tao-site .mwp-content td {
	color: rgba(216, 228, 255, 0.78);
}

.tao-site .mwp-content h1,
.tao-site .mwp-content h2,
.tao-site .mwp-content h3,
.tao-site .mwp-content h4,
.tao-site .mwp-content strong,
.tao-site .mwp-card strong,
.tao-site .mwp-project-detail__panel dd,
.tao-site .mwp-project-detail__panel h2 {
	color: #f7fbff;
}

.tao-site .mwp-content a:not(.mwp-button):not(.tao-wow-card),
.tao-site .mwp-footer a,
.tao-site .mwp-text-link {
	color: #8ff0b7;
}

.tao-site .mwp-project-detail__panel,
.tao-site .mwp-post,
.tao-site .mwp-alert {
	border-color: rgba(49, 209, 123, 0.16);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
	color: rgba(216, 228, 255, 0.78);
}

.tao-site .mwp-project-detail__panel dt,
.tao-site .mwp-project-card__meta,
.tao-site .mwp-quote-summary span,
.tao-site .mwp-mini-kicker {
	color: #8ff0b7;
}

.tao-site .mwp-project-card__tags span {
	background: rgba(49, 209, 123, 0.1);
	color: #8ff0b7;
}

.tao-site .mwp-field input::placeholder,
.tao-site .mwp-field textarea::placeholder {
	color: rgba(216, 228, 255, 0.42);
}

.tao-site .mwp-footer h3,
.tao-site .mwp-footer .mwp-brand {
	color: #ffffff !important;
}

.tao-site .mwp-reveal {
	opacity: 0;
	transform: translateY(28px) scale(0.985);
	filter: blur(6px);
}

.tao-site .mwp-reveal.is-visible {
	opacity: 1;
	transform: none;
	filter: blur(0);
	transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 700ms ease;
}

.tao-tilt {
	transform: perspective(900px) rotateX(var(--tao-tilt-y, 0deg)) rotateY(var(--tao-tilt-x, 0deg)) translateY(var(--tao-lift, 0));
}

@keyframes tao-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes tao-grid-drift {
	to {
		background-position: 42px 42px;
	}
}

@keyframes tao-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -12px, 0);
	}
}

@keyframes tao-pulse {
	0%,
	100% {
		opacity: 0.52;
		transform: scaleY(0.78);
	}
	50% {
		opacity: 1;
		transform: scaleY(1);
	}
}

@keyframes tao-stream {
	0% {
		opacity: 0;
		transform: translate3d(-80px, 80px, 0) rotate(52deg);
	}
	18%,
	72% {
		opacity: 0.48;
	}
	100% {
		opacity: 0;
		transform: translate3d(90px, -90px, 0) rotate(52deg);
	}
}

@keyframes tao-flow {
	0% {
		opacity: 0;
		background-position: -220px 0;
	}
	25%,
	70% {
		opacity: 0.72;
	}
	100% {
		opacity: 0;
		background-position: 220px 0;
	}
}

@media (max-width: 900px) {
	html {
		scroll-behavior: auto;
	}

	.tao-site .mwp-reveal,
	.tao-site .mwp-reveal.is-visible {
		opacity: 1;
		transform: none;
		filter: none;
		transition: none;
	}

	.tao-site .mwp-hero::before,
	.tao-site .mwp-hero::after,
	.tao-hero-stage::before,
	.tao-hero-stage::after,
	.tao-emblem-grid,
	.tao-constellation a,
	.tao-core::before,
	.tao-system-node,
	.tao-flow-line,
	.tao-prism,
	.tao-prism--core {
		animation: none !important;
	}

	.tao-hero-metrics,
	.tao-site .mwp-grid--3 {
		grid-template-columns: 1fr;
	}

	.tao-hero-copy h1 {
		font-size: clamp(40px, 10vw, 62px);
	}

	.tao-hero-stage,
	.tao-hero-stage img {
		min-height: 460px;
	}

	.tao-hero .tao-command-center {
		min-height: 670px;
	}

	.tao-hero .tao-emblem-stage {
		min-height: 660px;
	}

	.tao-hero .tao-hero-metrics {
		grid-template-columns: 1fr;
	}

	.tao-stage-label {
		top: 236px;
		border-radius: 24px;
	}

	.tao-command-core {
		width: min(94%, 500px);
		min-height: 430px;
		transform: none;
	}

	.tao-hero .tao-command-core {
		width: min(94%, 520px);
		margin-top: 270px;
		transform: none;
	}

	.tao-window--main {
		inset: 34px 8px auto;
	}

	.tao-hero .tao-window--main {
		inset: 0 8px auto;
	}

	.tao-window--code {
		right: 18px;
		bottom: 40px;
		width: min(72%, 310px);
	}

	.tao-hero .tao-window--code {
		left: 18px;
		right: auto;
		bottom: 54px;
		width: min(72%, 310px);
	}

	.tao-window--ai {
		left: 18px;
		bottom: 12px;
		width: min(62%, 300px);
	}

	.tao-hero .tao-window--ai {
		right: 18px;
		left: auto;
		bottom: 0;
		width: min(68%, 320px);
	}

	.tao-service-node {
		display: none;
	}

	.tao-system-node {
		min-width: 138px;
		padding: 12px 13px;
	}

	.tao-system-node--one {
		top: 145px;
		left: 5%;
	}

	.tao-system-node--two {
		top: 145px;
		right: 5%;
	}

	.tao-system-node--three {
		right: 5%;
		bottom: 150px;
	}

	.tao-system-node--four {
		left: 5%;
		bottom: 150px;
	}

	.tao-emblem {
		width: min(58vw, 340px);
	}

	.tao-stack {
		min-height: 520px;
	}

	.tao-constellation-section .mwp-wrap {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}

	.tao-constellation {
		min-width: 820px;
		min-height: 540px;
	}

	.tao-core,
	.tao-constellation a {
		position: absolute;
	}

	.tao-core {
		top: 50%;
		left: 50%;
		width: 132px;
		height: 132px;
		border-radius: 50%;
		transform: translate(-50%, -50%);
	}

	.tao-inner-visual,
	.tao-inner-cta,
	.tao-timeline > div {
		grid-template-columns: 1fr;
	}

	.tao-inner-visual > div {
		grid-column: 1;
	}

	.tao-sector-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.tao-inner-visual {
		min-height: 360px;
	}

	.tao-command-center {
		min-height: 560px;
	}

	.tao-hero .tao-command-center {
		min-height: 760px;
		border-radius: 28px;
	}

	.tao-hero .tao-emblem-stage {
		min-height: 720px;
		border-radius: 28px;
	}

	.tao-hero .tao-hero-metrics {
		top: 16px;
		left: 16px;
		right: 16px;
	}

	.tao-stage-label {
		top: 250px;
		width: calc(100% - 32px);
	}

	.tao-hero .tao-command-core {
		margin-top: 330px;
	}

	.tao-emblem {
		width: min(72vw, 280px);
	}

	.tao-system-node {
		min-width: 0;
		width: 42%;
	}

	.tao-system-node strong {
		font-size: 12px;
	}

	.tao-system-node--five {
		width: calc(100% - 32px);
	}

	.tao-dashboard {
		grid-template-columns: 1fr;
	}

	.tao-window--main {
		min-height: 360px;
	}

	.tao-window--code {
		width: calc(100% - 36px);
	}

	.tao-window--ai {
		width: calc(100% - 36px);
	}

	.tao-inner-visual > div {
		margin: 18px;
	}

	.tao-sector-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tao-site .mwp-hero::before,
	.tao-site .mwp-hero::after,
	.tao-hero-stage::before,
	.tao-holo-card,
	.tao-orbit-ring,
	.tao-constellation a,
	.tao-window,
	.tao-service-node,
	.tao-pipeline b,
	.tao-dashboard__panel i,
	.tao-data-stream,
	.tao-flow-line,
	.tao-prism,
	.tao-prism--core {
		animation: none !important;
	}

	.tao-site .mwp-reveal,
	.tao-site .mwp-reveal.is-visible {
		transition: none;
		transform: none;
		filter: none;
	}
}
