body {
	background:
		radial-gradient(circle at 10% 10%, rgba(45, 212, 191, 0.06), transparent 20%),
		radial-gradient(circle at 88% 12%, rgba(212, 133, 74, 0.05), transparent 18%),
		linear-gradient(180deg, #fbfcfe 0%, #f2f5f8 52%, #f7f8fa 100%);
	color: #101828;
	overflow-x: hidden;
	padding-top: 4.8rem;
}

body.home {
	padding-top: 0;
}

body.tt-service-view {
	padding-top: 0;
}

body.tt-dark-header-view {
	padding-top: 0;
}

body.home .tt-header-shell .tt-brandmark img {
	filter: brightness(0) invert(1);
}

body.tt-service-view .tt-header-shell .tt-brandmark img {
	filter: brightness(0) invert(1);
}

body.tt-dark-header-view .tt-header-shell .tt-brandmark img {
	filter: brightness(0) invert(1);
}

.wp-site-blocks {
	position: relative;
	min-height: 100vh;
	isolation: isolate;
}

body.home main.wp-block-group {
	margin-block-start: 0;
}

body.tt-dark-header-view main.wp-block-group {
	margin-block-start: 0;
}

.tt-header-shell {
	position: fixed;
	top: 8px;
	left: 50%;
	width: min(calc(100% - 28px), var(--wp--style--global--wide-size));
	transform: translateX(-50%);
	z-index: 30;
	border: 1px solid rgba(255, 255, 255, 0.64);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.02) 56%),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.36), transparent 44%);
	backdrop-filter: blur(34px) saturate(190%);
	-webkit-backdrop-filter: blur(34px) saturate(190%);
	box-shadow:
		0 30px 60px rgba(15, 23, 42, 0.1),
		0 8px 20px rgba(255, 255, 255, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		inset 0 -1px 0 rgba(255, 255, 255, 0.18);
	transition:
		background 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease;
	will-change: transform;
}

body.home .tt-header-shell {
	top: 18px;
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(8, 12, 18, 0.72), rgba(8, 12, 18, 0.48)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 56%),
		radial-gradient(circle at top left, rgba(71, 227, 196, 0.12), transparent 32%);
	backdrop-filter: blur(24px) saturate(132%);
	-webkit-backdrop-filter: blur(24px) saturate(132%);
	box-shadow:
		0 22px 44px rgba(2, 6, 12, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.tt-service-view .tt-header-shell {
	top: 18px;
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(8, 12, 18, 0.72), rgba(8, 12, 18, 0.48)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 56%),
		radial-gradient(circle at top left, rgba(71, 227, 196, 0.12), transparent 32%);
	backdrop-filter: blur(24px) saturate(132%);
	-webkit-backdrop-filter: blur(24px) saturate(132%);
	box-shadow:
		0 22px 44px rgba(2, 6, 12, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.tt-dark-header-view .tt-header-shell {
	top: 18px;
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(8, 12, 18, 0.72), rgba(8, 12, 18, 0.48)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 56%),
		radial-gradient(circle at top left, rgba(71, 227, 196, 0.12), transparent 32%);
	backdrop-filter: blur(24px) saturate(132%);
	-webkit-backdrop-filter: blur(24px) saturate(132%);
	box-shadow:
		0 22px 44px rgba(2, 6, 12, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tt-header-shell::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 21px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0.04) 100%),
		radial-gradient(circle at 18% 0, rgba(255, 255, 255, 0.42), transparent 32%);
	pointer-events: none;
}

body.home .tt-header-shell::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.01) 100%),
		radial-gradient(circle at 18% 0, rgba(58, 209, 187, 0.1), transparent 32%);
}

body.tt-service-view .tt-header-shell::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.01) 100%),
		radial-gradient(circle at 18% 0, rgba(58, 209, 187, 0.1), transparent 32%);
}

body.tt-dark-header-view .tt-header-shell::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.01) 100%),
		radial-gradient(circle at 18% 0, rgba(58, 209, 187, 0.1), transparent 32%);
}

.tt-header-shell::after {
	content: "";
	position: absolute;
	inset: auto 1.25rem 0.55rem 1.25rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.86), rgba(45, 212, 191, 0.42), rgba(212, 133, 74, 0.34), rgba(255, 255, 255, 0));
	opacity: 0.86;
}

body.home .tt-header-shell::after {
	display: none;
}

body.tt-service-view .tt-header-shell::after {
	display: none;
}

body.tt-dark-header-view .tt-header-shell::after {
	display: none;
}

.tt-header-shell.is-scrolled {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.42)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.02) 56%);
	box-shadow:
		0 26px 52px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
	transform: translateX(-50%) translateY(2px);
}

body.home .tt-header-shell.is-scrolled {
	background:
		linear-gradient(180deg, rgba(8, 12, 18, 0.84), rgba(8, 12, 18, 0.62)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 56%);
	box-shadow:
		0 28px 58px rgba(2, 6, 12, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.tt-service-view .tt-header-shell.is-scrolled {
	background:
		linear-gradient(180deg, rgba(8, 12, 18, 0.84), rgba(8, 12, 18, 0.62)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 56%);
	box-shadow:
		0 28px 58px rgba(2, 6, 12, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.tt-dark-header-view .tt-header-shell.is-scrolled {
	background:
		linear-gradient(180deg, rgba(8, 12, 18, 0.84), rgba(8, 12, 18, 0.62)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 56%);
	box-shadow:
		0 28px 58px rgba(2, 6, 12, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.tt-brandmark,
.tt-nav-links,
.tt-header-actions,
.tt-nav-toggle {
	position: relative;
	z-index: 1;
}

.tt-brandmark {
	display: inline-flex;
	align-items: center;
}

.tt-brandmark img {
	display: block;
	width: auto;
	height: 36px;
}

.tt-footer-brand img {
	height: 40px;
	filter: none !important;
}

.tt-nav-links {
	display: flex;
	align-items: center;
	gap: 0.12rem;
	margin-left: auto;
	margin-right: 0.55rem;
}

.tt-nav-links>a,
.tt-nav-trigger {
	position: relative;
	color: rgba(31, 41, 55, 0.8);
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	padding: 0.68rem 0.94rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.18);
	cursor: pointer;
	font-family: inherit;
	transition:
		color 0.22s ease,
		background-color 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease;
}

body.home .tt-nav-links>a,
body.home .tt-nav-trigger {
	color: rgba(235, 242, 247, 0.76);
	background: transparent;
	border-color: transparent;
}

body.tt-service-view .tt-nav-links>a,
body.tt-service-view .tt-nav-trigger {
	color: rgba(235, 242, 247, 0.76);
	background: transparent;
	border-color: transparent;
}

body.tt-dark-header-view .tt-nav-links>a,
body.tt-dark-header-view .tt-nav-trigger {
	color: rgba(235, 242, 247, 0.76);
	background: transparent;
	border-color: transparent;
}

.tt-nav-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

body.home .tt-nav-trigger {
	padding: 0.68rem 0.94rem;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.tt-service-view .tt-nav-trigger {
	padding: 0.68rem 0.94rem;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.tt-dark-header-view .tt-nav-trigger {
	padding: 0.68rem 0.94rem;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.tt-nav-trigger::after {
	content: "";
	width: 0.38rem;
	height: 0.38rem;
	margin-top: -0.1rem;
	border-right: 1.4px solid currentColor;
	border-bottom: 1.4px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease, opacity 0.2s ease;
	opacity: 0.72;
}

.tt-nav-links>a:hover,
.tt-nav-trigger:hover {
	color: #0f172a;
	background: rgba(255, 255, 255, 0.42);
	box-shadow:
		0 12px 24px rgba(15, 23, 42, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.74);
	transform: translateY(-1px);
}

body.home .tt-nav-links>a:hover,
body.home .tt-nav-trigger:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.05);
	border-color: transparent;
	box-shadow: none;
}

body.tt-service-view .tt-nav-links>a:hover,
body.tt-service-view .tt-nav-trigger:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.05);
	border-color: transparent;
	box-shadow: none;
}

body.tt-dark-header-view .tt-nav-links>a:hover,
body.tt-dark-header-view .tt-nav-trigger:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.05);
	border-color: transparent;
	box-shadow: none;
}

.tt-nav-links>a.is-active,
.tt-nav-trigger.is-active,
.tt-nav-item.is-active>.tt-nav-trigger {
	background: linear-gradient(180deg, rgba(45, 212, 191, 0.16), rgba(45, 212, 191, 0.06));
	color: #0b6c60;
	box-shadow: inset 0 0 0 1px rgba(45, 212, 191, 0.14);
}

body.home .tt-nav-links>a.is-active,
body.home .tt-nav-trigger.is-active,
body.home .tt-nav-item.is-active>.tt-nav-trigger {
	background: rgba(255, 255, 255, 0.03);
	color: #f4fffc;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.03),
		inset 0 -1px 0 rgba(83, 236, 207, 0.72);
}

body.tt-service-view .tt-nav-links>a.is-active,
body.tt-service-view .tt-nav-trigger.is-active,
body.tt-service-view .tt-nav-item.is-active>.tt-nav-trigger {
	background: rgba(255, 255, 255, 0.03);
	color: #f4fffc;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.03),
		inset 0 -1px 0 rgba(83, 236, 207, 0.72);
}

body.tt-dark-header-view .tt-nav-links>a.is-active,
body.tt-dark-header-view .tt-nav-trigger.is-active,
body.tt-dark-header-view .tt-nav-item.is-active>.tt-nav-trigger {
	background: rgba(255, 255, 255, 0.03);
	color: #f4fffc;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.03),
		inset 0 -1px 0 rgba(83, 236, 207, 0.72);
}

.tt-nav-item {
	position: relative;
}

.tt-nav-item.is-open>.tt-nav-trigger {
	color: #0f172a;
	background: rgba(255, 255, 255, 0.5);
	box-shadow:
		0 8px 18px rgba(15, 23, 42, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.tt-nav-item.is-open>.tt-nav-trigger::after {
	transform: rotate(225deg);
	margin-top: 0.08rem;
	opacity: 0.96;
}

body.home .tt-nav-item.is-open>.tt-nav-trigger {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.05),
		0 10px 24px rgba(2, 6, 12, 0.16);
}

body.tt-service-view .tt-nav-item.is-open>.tt-nav-trigger {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.05),
		0 10px 24px rgba(2, 6, 12, 0.16);
}

body.tt-dark-header-view .tt-nav-item.is-open>.tt-nav-trigger {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.05),
		0 10px 24px rgba(2, 6, 12, 0.16);
}

.tt-nav-dropdown {
	position: absolute;
	top: calc(100% + 0.75rem);
	left: 0;
	min-width: 15rem;
	padding: 0.65rem;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.56));
	backdrop-filter: blur(24px) saturate(165%);
	-webkit-backdrop-filter: blur(24px) saturate(165%);
	box-shadow:
		0 24px 48px rgba(15, 23, 42, 0.11),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

body.home .tt-nav-dropdown {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(7, 10, 16, 0.97), rgba(8, 13, 19, 0.94)),
		radial-gradient(circle at top left, rgba(71, 227, 196, 0.12), transparent 30%);
	backdrop-filter: blur(22px) saturate(136%);
	-webkit-backdrop-filter: blur(22px) saturate(136%);
	box-shadow:
		0 28px 56px rgba(2, 6, 12, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.tt-dark-header-view .tt-nav-dropdown {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(7, 10, 16, 0.97), rgba(8, 13, 19, 0.94)),
		radial-gradient(circle at top left, rgba(71, 227, 196, 0.12), transparent 30%);
	backdrop-filter: blur(22px) saturate(136%);
	-webkit-backdrop-filter: blur(22px) saturate(136%);
	box-shadow:
		0 28px 56px rgba(2, 6, 12, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tt-nav-item:hover .tt-nav-dropdown,
.tt-nav-item:focus-within .tt-nav-dropdown,
.tt-nav-item.is-open .tt-nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tt-nav-dropdown a {
	display: block;
	padding: 0.78rem 0.86rem;
	border-radius: 12px;
	color: #344054;
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 600;
}

body.home .tt-nav-dropdown a {
	color: rgba(242, 247, 251, 0.92);
}

body.tt-dark-header-view .tt-nav-dropdown a {
	color: rgba(242, 247, 251, 0.92);
}

.tt-nav-dropdown a:hover {
	background: rgba(45, 212, 191, 0.08);
	color: #0b6c60;
}

body.home .tt-nav-dropdown a:hover {
	background: linear-gradient(135deg, rgba(78, 229, 201, 0.12), rgba(78, 229, 201, 0.04));
	color: #ffffff;
}

body.tt-dark-header-view .tt-nav-dropdown a:hover {
	background: linear-gradient(135deg, rgba(78, 229, 201, 0.12), rgba(78, 229, 201, 0.04));
	color: #ffffff;
}

.tt-header-actions {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-left: 0.2rem;
}

.wp-element-button {
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		background-color 0.24s ease,
		border-color 0.24s ease,
		color 0.24s ease,
		filter 0.24s ease;
}

.tt-header-cta .wp-element-button {
	min-height: 2.85rem;
	padding: 0.72rem 1.06rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(135deg, #48dcc1 0%, #7ad7bf 42%, #d79860 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
	color: #06131a;
	box-shadow:
		0 18px 34px rgba(2, 6, 12, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(18px) saturate(165%);
	-webkit-backdrop-filter: blur(18px) saturate(165%);
}

body.home .tt-header-cta .wp-element-button {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(135deg, #48dcc1 0%, #7ad7bf 42%, #d79860 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
	color: #06131a;
	box-shadow:
		0 18px 34px rgba(2, 6, 12, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.tt-dark-header-view .tt-header-cta .wp-element-button {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(135deg, #48dcc1 0%, #7ad7bf 42%, #d79860 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
	color: #06131a;
	box-shadow:
		0 18px 34px rgba(2, 6, 12, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.tt-header-cta .wp-element-button {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.tt-header-cta .wp-element-button:hover {
	transform: translateY(-2px) scale(1.01);
	box-shadow:
		0 22px 38px rgba(2, 6, 12, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.home .tt-header-cta .wp-element-button:hover {
	box-shadow:
		0 22px 38px rgba(2, 6, 12, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.tt-dark-header-view .tt-header-cta .wp-element-button:hover {
	box-shadow:
		0 22px 38px rgba(2, 6, 12, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.tt-header-cta .wp-element-button {
	color: #0b6c60;
}

.tt-nav-links .tt-nav-trigger::after {
	margin-left: 0.1rem;
}

.tt-nav-links .tt-nav-dropdown {
	left: 0;
	right: auto;
	min-width: 18rem;
}

.tt-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 0.28rem;
	width: 2.75rem;
	height: 2.75rem;
	margin-left: auto;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.4));
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	cursor: pointer;
}

.tt-nav-toggle span {
	display: block;
	width: 1rem;
	height: 1.5px;
	margin: 0 auto;
	border-radius: 999px;
	background: #0f172a;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

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

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

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

.tt-mobile-menu {
	display: none;
	position: fixed;
	top: 86px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	width: min(calc(100% - 28px), var(--wp--style--global--wide-size));
	margin: 0;
	padding: 0;
}

.tt-mobile-menu.is-open {
	display: block;
}

.tt-mobile-menu-inner {
	margin-top: 0.75rem;
	padding: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 250, 251, 0.62)),
		rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(24px) saturate(150%);
	box-shadow:
		0 24px 60px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tt-mobile-menu-inner a {
	display: block;
	padding: 0.95rem 0.4rem;
	color: rgba(15, 23, 42, 0.88);
	text-decoration: none;
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.tt-mobile-menu-inner a:last-child {
	border-bottom: 0;
}

.tt-mobile-menu-group {
	padding-bottom: 0.45rem;
	margin-bottom: 0.55rem;
	border-bottom: 1px solid rgba(226, 232, 240, 0.86);
}

.tt-mobile-menu-heading {
	padding: 0.25rem 0.4rem 0.55rem;
	color: #0f8b7b;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tt-mobile-menu-cta {
	margin-top: 0.5rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(45, 212, 191, 0.94), rgba(115, 255, 227, 0.92));
	color: #051017 !important;
	font-weight: 700;
	text-align: center;
}

.tt-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, #05080d 0%, #091019 36%, #0a111a 68%, #0d1520 100%);
	border-bottom: 0;
}

.tt-hero::before {
	content: "";
	position: absolute;
	inset: -8rem -6rem -4rem;
	background:
		linear-gradient(180deg, rgba(5, 8, 13, 0.26), rgba(5, 8, 13, 0.02) 32%, rgba(5, 8, 13, 0.12) 100%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 128px, rgba(147, 163, 184, 0.06) 128px, rgba(147, 163, 184, 0.06) 129px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 128px, rgba(147, 163, 184, 0.045) 128px, rgba(147, 163, 184, 0.045) 129px);
	pointer-events: none;
	animation: ttHeroGridDrift 28s linear infinite;
}

.tt-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	right: auto;
	bottom: -21rem;
	width: 72rem;
	height: 40rem;
	transform: translateX(-50%);
	background:
		radial-gradient(circle, rgba(10, 19, 28, 0), rgba(10, 19, 28, 0) 34%, rgba(45, 212, 191, 0.12) 60%, rgba(212, 133, 74, 0.1) 78%, transparent 100%);
	filter: blur(28px);
	pointer-events: none;
	animation: ttHeroAuroraBreath 12s ease-in-out infinite;
}

.tt-hero>.wp-block-group.alignwide.tt-hero-layout::before {
	content: "";
	position: absolute;
	left: -12%;
	top: 4.5rem;
	width: 32rem;
	height: 32rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(57, 236, 206, 0.18), rgba(57, 236, 206, 0.04) 42%, transparent 72%);
	filter: blur(40px);
	opacity: 0.9;
	pointer-events: none;
}

.tt-hero>.wp-block-group.alignwide.tt-hero-layout::after {
	content: "";
	position: absolute;
	right: -8%;
	top: 2.2rem;
	width: 30rem;
	height: 30rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(219, 141, 83, 0.14), rgba(219, 141, 83, 0.03) 40%, transparent 72%);
	filter: blur(42px);
	opacity: 0.84;
	pointer-events: none;
}

.tt-hero-ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
	mix-blend-mode: screen;
}

.tt-hero-ambient::before,
.tt-hero-ambient::after {
	content: "";
	position: absolute;
	inset: -16% -18%;
	border-radius: 999px;
	filter: blur(78px);
	opacity: 0.64;
}

.tt-hero-ambient::before {
	background:
		radial-gradient(circle at 24% 58%, rgba(52, 225, 196, 0.26), transparent 24%),
		radial-gradient(circle at 64% 36%, rgba(211, 142, 89, 0.22), transparent 22%),
		radial-gradient(circle at 46% 46%, rgba(129, 209, 176, 0.14), transparent 26%);
	animation: ttHeroAuroraFlow 16s ease-in-out infinite alternate;
}

.tt-hero-ambient::after {
	background:
		radial-gradient(circle at 72% 62%, rgba(40, 199, 175, 0.18), transparent 20%),
		radial-gradient(circle at 38% 30%, rgba(220, 150, 96, 0.16), transparent 18%);
	opacity: 0.38;
	animation: ttHeroAuroraFlow 22s ease-in-out infinite alternate-reverse;
}

.tt-hero-orb,
.tt-hero-glow {
	position: absolute;
}

.tt-hero-orb {
	border-radius: 999px;
	filter: blur(24px);
	opacity: 0.8;
}

.tt-hero-orb-a {
	top: 9rem;
	right: 12%;
	width: 22rem;
	height: 22rem;
	background: radial-gradient(circle, rgba(33, 182, 159, 0.34), rgba(33, 182, 159, 0.08) 42%, transparent 72%);
	animation: ttHeroFloat 11s ease-in-out infinite, ttHeroPulse 8s ease-in-out infinite;
}

.tt-hero-orb-b {
	right: 2%;
	top: 5.4rem;
	width: 26rem;
	height: 26rem;
	background: radial-gradient(circle, rgba(212, 133, 74, 0.32), rgba(212, 133, 74, 0.06) 42%, transparent 74%);
	animation: ttHeroFloat 14s ease-in-out infinite reverse, ttHeroPulse 10s ease-in-out infinite;
}

.tt-hero-orb-c {
	left: 56%;
	top: 7.5rem;
	width: 16rem;
	height: 16rem;
	background: radial-gradient(circle, rgba(7, 14, 19, 0.42), rgba(7, 14, 19, 0.12) 50%, transparent 76%);
	filter: blur(10px);
	opacity: 0.46;
}

.tt-hero-layout,
.tt-section {
	position: relative;
	z-index: 1;
}

.tt-hero-layout {
	min-height: 40rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding-top: 8.9rem;
	padding-bottom: 4.8rem;
	text-align: left;
	z-index: 1;
}

.tt-hero-copy {
	max-width: 48rem;
	padding-bottom: 0.8rem;
	position: relative;
	z-index: 2;
}

.tt-hero-glow {
	border-radius: 999px;
	filter: blur(72px);
	opacity: 0.9;
}

.tt-hero-glow-left {
	left: -12%;
	top: 11rem;
	width: 28rem;
	height: 24rem;
	background: radial-gradient(circle, rgba(42, 226, 198, 0.28), rgba(42, 226, 198, 0.08) 44%, transparent 76%);
	animation: ttHeroGlowLeft 15s ease-in-out infinite;
}

.tt-hero-glow-center {
	left: 32%;
	top: 7rem;
	width: 26rem;
	height: 22rem;
	background: radial-gradient(circle, rgba(183, 213, 143, 0.16), rgba(183, 213, 143, 0.05) 38%, transparent 74%);
	animation: ttHeroGlowCenter 18s ease-in-out infinite;
}

.tt-hero-glow-right {
	right: -6%;
	top: 9rem;
	width: 26rem;
	height: 22rem;
	background: radial-gradient(circle, rgba(216, 140, 85, 0.22), rgba(216, 140, 85, 0.06) 42%, transparent 76%);
	animation: ttHeroGlowRight 16s ease-in-out infinite;
}

.tt-hero-art {
	display: none;
}

.tt-hero-visual {
	position: relative;
	width: min(100%, 52rem);
	min-height: 33rem;
	margin: 0;
	border-radius: 34px;
	overflow: hidden;
	box-shadow:
		0 34px 70px rgba(15, 23, 42, 0.12),
		0 10px 22px rgba(255, 255, 255, 0.34);
}

.tt-hero-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 11, 16, 0.06), rgba(4, 11, 16, 0.32)),
		radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.34), transparent 32%);
	z-index: 1;
}

.tt-hero-visual::after {
	content: "";
	position: absolute;
	inset: auto -8% -14% auto;
	width: 20rem;
	height: 20rem;
	background: radial-gradient(circle, rgba(45, 212, 191, 0.18), rgba(45, 212, 191, 0.03) 54%, transparent 72%);
	filter: blur(26px);
	pointer-events: none;
}

.tt-hero-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 33rem;
	object-fit: cover;
	object-position: center;
	transform: scale(1.02);
	filter: saturate(0.98) contrast(1.02);
}

.tt-section-label {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #0f8b7b;
	font-weight: 700;
	margin-bottom: 0.9rem;
}

.tt-hero-title {
	max-width: none;
	margin: 0 0 1.1rem;
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(4rem, 7vw, 7rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.05em;
}

.tt-hero-line {
	display: block;
	color: #f5f9fb;
	text-shadow: none;
}

.tt-hero-gradient {
	background: linear-gradient(100deg, #49e7c6 0%, #d38e59 86%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: none;
}

.tt-hero-sub {
	max-width: 31rem;
	color: rgba(224, 232, 238, 0.76);
	margin: 0 0 1.5rem;
	font-size: clamp(1.05rem, 1.5vw, 1.18rem);
	line-height: 1.72;
}

.tt-hero-service-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.56rem;
	margin-bottom: 1.75rem;
}

.tt-hero-service-pills span {
	display: inline-flex;
	align-items: center;
	padding: 0.62rem 0.92rem;
	border: 1px solid rgba(208, 213, 221, 0.84);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62));
	color: #344054;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.tt-hero-actions {
	gap: 0.85rem;
	justify-content: flex-start;
}

.tt-hero-actions .wp-block-button:first-child .wp-element-button {
	padding-left: 1.35rem;
	padding-right: 1.35rem;
	box-shadow:
		0 18px 34px rgba(2, 6, 12, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	background:
		linear-gradient(135deg, #48dcc1 0%, #7ad7bf 42%, #d79860 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
	border-color: rgba(255, 255, 255, 0.08);
	color: #06131a;
}

.tt-hero-actions .is-style-outline .wp-element-button {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.22);
	color: rgba(245, 249, 252, 0.86);
}

.tt-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.4rem;
	margin-top: 1.2rem;
	color: #526172;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tt-hero-proof span {
	position: relative;
}

.tt-hero-proof span:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -0.72rem;
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 999px;
	background: rgba(212, 133, 74, 0.52);
	transform: translateY(-50%);
}

.tt-hero-art-badge {
	position: absolute;
	z-index: 1;
	padding: 0.72rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.24));
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	box-shadow:
		0 16px 28px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.64);
	color: #314152;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tt-hero-art-badge-top {
	top: 14%;
	right: 6%;
}

.tt-hero-art-badge-bottom {
	left: 9%;
	bottom: 14%;
}

.tt-marquee {
	position: relative;
	margin-top: -2.2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 0;
	border-bottom: 0;
	background:
		linear-gradient(180deg, rgba(13, 21, 32, 0) 0%, rgba(247, 249, 252, 0.98) 3rem, rgba(247, 249, 252, 1) 100%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 251, 0.94)),
		#f7f9fc;
	overflow: hidden;
}

.tt-marquee-track {
	display: inline-flex;
	align-items: center;
	width: max-content;
	white-space: nowrap;
	animation: ttMarquee 20s linear infinite;
	color: rgba(71, 84, 103, 0.7);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tt-marquee-sep {
	display: inline-block;
	margin: 0 1rem;
	color: #b87d47;
}

.tt-section {
	padding-top: 5rem;
	padding-bottom: 1rem;
	max-width: min(var(--wp--style--global--wide-size), calc(100% - 48px));
	margin-left: auto;
	margin-right: auto;
	scroll-margin-top: 7.5rem;
}

.tt-section-title {
	max-width: 14ch;
	margin-top: 0.35rem;
	margin-bottom: 0;
	line-height: 1.02;
}

.tt-section-title-left {
	max-width: none;
	text-align: left;
	width: 100%;
	margin-top: 0.15rem;
	margin-bottom: 0;
}

.tt-section-title-stack {
	font-size: clamp(3rem, 4.6vw, 4.2rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.tt-section-header {
	width: 100%;
	margin-bottom: 1.75rem;
}

.tt-section-header-split {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.62fr);
	align-items: end;
	gap: 1.5rem;
}

.tt-section-header .tt-section-label,
.tt-section-header .tt-section-title-left {
	display: block;
	width: 100%;
	max-width: none;
}

.tt-section-deck {
	max-width: 30rem;
	margin-left: auto;
}

.tt-section-deck p {
	margin: 0;
	color: #475467;
	font-size: 1rem;
	line-height: 1.78;
}

.tt-feature-grid,
.tt-service-grid {
	display: grid;
	gap: 1.25rem;
	width: 100%;
	align-items: stretch;
}

.tt-feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-feature-grid-why {
	margin-top: 0;
}

.tt-feature-grid-why .tt-feature-card {
	padding: 2.1rem;
	border-color: rgba(16, 24, 40, 0.08);
	background: #ffffff;
	box-shadow: none;
}

.tt-feature-grid-why .tt-feature-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 2.1rem;
	width: 4.75rem;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(72, 220, 193, 0.95), rgba(143, 241, 228, 0.55));
}

.tt-feature-grid-why .tt-feature-card::after {
	display: none;
}

.tt-feature-grid-why .tt-feature-card:hover {
	border-color: rgba(16, 24, 40, 0.14);
	box-shadow: none;
	transform: translateY(-2px);
}

.tt-feature-grid-why .tt-feature-card-large,
.tt-feature-grid-why .tt-feature-card-accent {
	background: #ffffff;
}

.tt-feature-grid-why .tt-feature-icon {
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 14px;
	background: rgba(45, 212, 191, 0.12);
	color: var(--wp--preset--color--accent);
	box-shadow: none;
}

.tt-feature-grid-why .tt-feature-card:hover .tt-feature-icon {
	box-shadow: none;
	transform: none;
}

.tt-feature-grid-why .tt-feature-card-accent .tt-feature-icon {
	background: rgba(45, 212, 191, 0.12);
	color: var(--wp--preset--color--accent);
}

.tt-feature-grid-why .tt-feature-icon svg {
	width: 1.6rem;
	height: 1.6rem;
}

.tt-feature-grid-why .tt-feature-card h3 {
	font-size: 1.46rem;
	letter-spacing: -0.03em;
}

.tt-feature-grid-why .tt-feature-card p {
	color: #344054;
}

.tt-services-section .tt-service-grid {
	margin-top: 0;
}

.tt-feature-card,
.tt-service-card {
	position: relative;
	padding: 2rem;
	border-radius: 20px;
	border: 1px solid rgba(208, 213, 221, 0.84);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.96)),
		#ffffff;
	overflow: hidden;
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.tt-feature-card::after,
.tt-service-card::after {
	content: "";
	position: absolute;
	inset: auto -16% -24% auto;
	width: 12rem;
	height: 12rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(45, 212, 191, 0.16), transparent 68%);
	opacity: 0;
	transform: translate3d(0, 12px, 0);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.tt-feature-card:hover,
.tt-service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(45, 212, 191, 0.28);
	box-shadow:
		0 30px 60px rgba(15, 23, 42, 0.13),
		0 0 0 1px rgba(45, 212, 191, 0.08);
}

.tt-feature-card:hover::after,
.tt-service-card:hover::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.tt-feature-card:hover .tt-feature-icon,
.tt-service-card:hover .tt-service-icon {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(45, 212, 191, 0.14);
}

.tt-feature-card-large {
	background:
		linear-gradient(135deg, rgba(45, 212, 191, 0.08), rgba(255, 255, 255, 0.98) 58%),
		#ffffff;
}

.tt-feature-card-accent {
	border-color: rgba(212, 133, 74, 0.24);
}

.tt-feature-icon,
.tt-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 14px;
	background: rgba(45, 212, 191, 0.12);
	color: var(--wp--preset--color--accent);
	transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.tt-feature-card-accent .tt-feature-icon {
	background: rgba(212, 133, 74, 0.12);
	color: rgba(212, 133, 74, 0.92);
}

.tt-feature-icon svg,
.tt-service-icon svg {
	width: 1.6rem;
	height: 1.6rem;
}

.tt-feature-card h3,
.tt-service-card h3 {
	margin: 0 0 0.7rem;
	font-size: 1.42rem;
	line-height: 1.16;
	letter-spacing: -0.02em;
	color: #101828;
}

.tt-service-meta {
	margin-bottom: 0.7rem;
	color: rgba(15, 139, 123, 0.92);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tt-feature-card p,
.tt-service-card p {
	margin: 0;
	color: #475467;
	font-size: 1.03rem;
	line-height: 1.78;
}

.tt-service-card {
	padding-top: 1.8rem;
}

.tt-service-number {
	margin-bottom: 1rem;
	color: rgba(16, 24, 40, 0.28);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.tt-service-card a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 1.2rem;
	color: #0f8b7b;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 0.12rem;
	border-bottom: 1px solid transparent;
	transition: color 0.22s ease, border-color 0.22s ease, letter-spacing 0.22s ease, transform 0.22s ease;
}

.tt-service-card a::after {
	content: "\2192";
	font-size: 0.92em;
	transition: transform 0.2s ease;
}

.tt-service-card a:hover {
	color: #0b6c60;
	border-color: rgba(11, 108, 96, 0.28);
	letter-spacing: 0.01em;
	transform: translateX(2px);
}

.tt-service-card a:hover::after {
	transform: translateX(2px);
}

.tt-service-card-featured {
	background:
		linear-gradient(135deg, rgba(45, 212, 191, 0.1), rgba(255, 255, 255, 0.98) 58%),
		#ffffff;
}

.tt-offer-card p,
.tt-contact-card p,
.tt-contact-section p,
.tt-footer-shell p {
	color: #475467;
}

.tt-offer-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2.45rem 2.45rem 2.3rem;
	border: 1px solid rgba(208, 213, 221, 0.84);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(212, 133, 74, 0.08), rgba(255, 255, 255, 0.98) 48%, rgba(45, 212, 191, 0.06) 100%);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.tt-offer-card::before {
	content: "";
	position: absolute;
	inset: -18% auto auto 68%;
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(212, 133, 74, 0.14), transparent 70%);
	filter: blur(14px);
}

.tt-offer-badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 0.72rem;
	padding: 0.42rem 0.98rem;
	border-radius: 999px;
	background: rgba(212, 133, 74, 0.9);
	color: #090d15;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tt-offer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.68rem;
}

.tt-offer-kicker {
	margin: 0;
	color: rgba(212, 133, 74, 0.95);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
}

.tt-offer-price-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.62rem 1.05rem 0.62rem 1.15rem;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(212, 133, 74, 0.22), rgba(255, 255, 255, 0.96) 50%, rgba(45, 212, 191, 0.2));
	border: 1px solid rgba(212, 133, 74, 0.3);
	color: #101828;
	box-shadow:
		0 16px 28px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	white-space: nowrap;
}

.tt-offer-price-chip span {
	color: rgba(71, 84, 103, 0.88);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tt-offer-price-chip strong {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #101828;
}

.tt-offer-title {
	max-width: 14ch;
	margin: 0 0 1rem;
	line-height: 0.98;
}

.tt-offer-copy {
	max-width: 32rem;
	margin-bottom: 0.9rem;
	color: #475467;
	line-height: 1.72;
}

.tt-offer-list {
	margin-top: 0.55rem;
	margin-bottom: 1.1rem;
	padding-left: 1.2rem;
}

.tt-offer-list li {
	margin-bottom: 0.6rem;
	color: #101828;
}

.tt-offer-terms {
	margin: 0.4rem 0 0;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(208, 213, 221, 0.82);
	color: rgba(71, 84, 103, 0.9);
	font-size: 0.78rem;
	line-height: 1.55;
}

.tt-offer-terms strong {
	color: #101828;
}

.tt-offer-actions {
	margin-top: 1rem;
}

.tt-offer-grid {
	gap: 1.25rem;
	align-items: stretch;
}

.tt-offer-grid>.wp-block-column {
	display: flex;
}

.tt-offer-grid>.wp-block-column>.tt-offer-card,
.tt-offer-grid>.wp-block-column>.wp-block-group.tt-offer-card {
	width: 100%;
}

.tt-contact-layout {
	margin-top: 1.5rem;
	gap: 2rem;
	align-items: start;
	width: 100%;
}

.tt-contact-section > .tt-contact-layout.alignwide {
	max-width: none;
}

.tt-contact-title {
	max-width: 11ch;
	margin: 0.3rem 0 0;
	line-height: 1.02;
}

.tt-contact-lead {
	margin: 1.3rem 0 1.6rem;
	color: #475467;
	line-height: 1.74;
}

.tt-contact-meta {
	display: grid;
	gap: 0.95rem;
	margin-bottom: 1.4rem;
}

.tt-contact-meta-item {
	display: flex;
	flex-direction: column;
	gap: 0.22rem;
}

.tt-contact-meta-label {
	color: rgba(45, 212, 191, 0.9);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tt-contact-meta-item a,
.tt-contact-meta-item span:last-child {
	color: #101828;
	text-decoration: none;
}

.tt-contact-points {
	margin-top: 1rem;
	padding-left: 1.2rem;
}

.tt-contact-points li {
	margin-bottom: 0.55rem;
	color: #101828;
}

.tt-contact-card {
	padding: 2rem;
	border: 1px solid rgba(208, 213, 221, 0.84);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
		#ffffff;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.tt-contact-card-title {
	margin-top: 0;
	margin-bottom: 0.7rem;
}

.tt-contact-card-copy {
	margin-bottom: 1.1rem;
	color: #475467;
}

.tt-contact-form-shell {
	margin-top: 1rem;
}

.tt-contact-form-shell .fluentform {
	margin: 0;
}

.tt-contact-form-shell .ff-el-group,
.tt-contact-form-shell .ff-t-cell {
	margin-bottom: 1rem;
}

.tt-contact-form-shell label,
.tt-contact-form-shell .ff-el-input--label label {
	color: #344054;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tt-contact-form-shell input,
.tt-contact-form-shell textarea,
.tt-contact-form-shell select {
	width: 100%;
	border: 1px solid #d0d5dd;
	border-radius: 14px;
	background: #ffffff;
	color: #101828;
	box-shadow: none;
}

.tt-contact-form-shell input:focus,
.tt-contact-form-shell textarea:focus,
.tt-contact-form-shell select:focus {
	border-color: rgba(45, 212, 191, 0.4);
	box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.12);
}

.tt-contact-form-shell ::placeholder {
	color: #98a2b3;
}

.tt-contact-form-shell .ff-btn-submit,
.tt-contact-form-shell button[type="submit"] {
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(45, 212, 191, 0.96), rgba(115, 255, 227, 0.92));
	color: #051017;
	font-weight: 700;
	padding: 0.95rem 1.4rem;
	box-shadow: 0 14px 32px rgba(45, 212, 191, 0.18);
}

.tt-contact-form-shell .ff-btn-submit:hover,
.tt-contact-form-shell button[type="submit"]:hover {
	transform: translateY(-1px);
}

.tt-contact-form-shell .ff-message-success,
.tt-contact-form-shell .ff-message-error {
	border-radius: 14px;
}

.tt-footer-shell {
	margin-top: 4rem;
	border-top: 1px solid rgba(208, 213, 221, 0.9);
	background:
		radial-gradient(circle at 12% 0%, rgba(72, 220, 193, 0.08), transparent 22%),
		radial-gradient(circle at 88% 8%, rgba(215, 152, 96, 0.08), transparent 20%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 248, 251, 0.94)),
		#f7f8fa;
}

.tt-footer-inner {
	width: min(calc(100% - 32px), 1580px);
	margin: 0 auto;
	max-width: none !important;
}

.tt-footer-shell .tt-footer-inner,
.tt-footer-shell .tt-footer-inner.is-layout-constrained,
.tt-footer-shell .tt-footer-inner.alignwide {
	width: min(calc(100% - 32px), 1580px) !important;
	max-width: none !important;
}

.tt-footer-shell .tt-footer-inner>* {
	max-width: none !important;
}

.tt-footer-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.72fr));
	align-items: start;
	gap: 2.2rem;
	margin-bottom: 2rem;
}

.tt-footer-grid>.wp-block-column {
	margin: 0 !important;
}

.tt-footer-brand-block {
	max-width: 33rem;
}

.tt-footer-kicker {
	margin: 1rem 0 0.55rem;
	color: rgba(45, 212, 191, 0.92);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tt-footer-tagline {
	color: #475467;
	max-width: 32rem;
	line-height: 1.78;
}

.tt-footer-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.25rem;
}

.tt-footer-primary-link,
.tt-footer-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.82rem 1.15rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.tt-footer-primary-link {
	background: linear-gradient(135deg, #48dcc1 0%, #7ad7bf 42%, #d79860 100%);
	color: #041016;
	box-shadow:
		0 16px 28px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.tt-footer-secondary-link {
	border: 1px solid rgba(208, 213, 221, 0.9);
	background: rgba(255, 255, 255, 0.92);
	color: #344054;
}

.tt-footer-primary-link:hover,
.tt-footer-secondary-link:hover {
	transform: translateY(-1px);
}

.tt-footer-heading {
	margin-top: 0;
	margin-bottom: 0.85rem;
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101828;
}

.tt-footer-links {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.tt-footer-links a,
.tt-footer-meta span,
.tt-footer-copy {
	color: #667085;
	text-decoration: none;
}

.tt-footer-links a:hover {
	color: #101828;
}

.tt-footer-meta span {
	display: block;
}

.tt-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(208, 213, 221, 0.9);
}

.tt-footer-copy {
	margin: 0;
	font-size: 0.92rem;
}

.tt-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.tt-footer-legal a {
	color: #667085;
	text-decoration: none;
}

.tt-footer-legal a:hover {
	color: #101828;
}

@keyframes ttMarquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes ttScrollPulse {

	0%,
	100% {
		transform: scaleY(1);
		opacity: 0.52;
	}

	50% {
		transform: scaleY(1.16);
		opacity: 1;
	}
}

@keyframes ttHeroFloat {

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

	50% {
		transform: translate3d(0, -18px, 0);
	}
}

@keyframes ttHeroPulse {

	0%,
	100% {
		opacity: 0.45;
		transform: scale(1);
	}

	50% {
		opacity: 0.82;
		transform: scale(1.08);
	}
}

@keyframes ttHeroAuroraFlow {
	0% {
		transform: translate3d(-2%, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(3%, -2%, 0) scale(1.08);
	}

	100% {
		transform: translate3d(-1%, 3%, 0) scale(0.98);
	}
}

@keyframes ttHeroAuroraBreath {

	0%,
	100% {
		opacity: 0.6;
		transform: translateX(-50%) scale(1);
	}

	50% {
		opacity: 0.92;
		transform: translateX(-50%) scale(1.06);
	}
}

@keyframes ttHeroGridDrift {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-18px, 12px, 0);
	}
}

@keyframes ttHeroGlowLeft {

	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.72;
	}

	50% {
		transform: translate3d(2%, -4%, 0) scale(1.08);
		opacity: 0.96;
	}
}

@keyframes ttHeroGlowCenter {

	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.52;
	}

	50% {
		transform: translate3d(-1%, 3%, 0) scale(1.12);
		opacity: 0.82;
	}
}

@keyframes ttHeroGlowRight {

	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.66;
	}

	50% {
		transform: translate3d(-3%, 2%, 0) scale(1.1);
		opacity: 0.9;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tt-marquee-track {
		animation: none;
	}
}

@media (max-width: 960px) {

	.tt-nav-links,
	.tt-header-actions {
		display: none !important;
	}

	.tt-nav-dropdown {
		display: none !important;
	}

	.tt-nav-toggle {
		display: inline-flex !important;
	}

	.tt-hero-layout {
		min-height: auto;
		grid-template-columns: 1fr;
		padding-top: 7rem;
		padding-bottom: 1rem;
	}

	.tt-hero-grid,
	.tt-hero-orb-b {
		display: none;
	}

	.tt-section-title-stack {
		font-size: clamp(2.5rem, 6vw, 3.3rem);
	}

	.tt-section-title,
	.tt-section-header {
		max-width: none;
	}

	.tt-feature-grid,
	.tt-service-grid,
	.tt-section-header,
	.tt-section-header .tt-section-label,
	.tt-section-header .tt-section-title-left {
		max-width: none;
	}

	.tt-section-header-split {
		grid-template-columns: 1fr;
	}

	.tt-section-deck {
		margin-left: 0;
		max-width: none;
	}
}

@media (max-width: 782px) {
	.tt-header-shell {
		top: 8px;
		width: calc(100% - 20px);
		padding-left: 14px !important;
		padding-right: 14px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	body {
		padding-top: 4.2rem;
	}

	body.home {
		padding-top: 0;
	}

	.tt-brandmark img {
		height: 28px;
	}

	.tt-section {
		padding-top: 4rem;
	}

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

	.tt-section-header-split {
		gap: 0.8rem;
	}

	.tt-offer-card,
	.tt-contact-card,
	.tt-feature-card,
	.tt-service-card {
		padding: 1.4rem;
	}

	.tt-offer-badge {
		margin-bottom: 0.65rem;
		font-size: 0.8rem;
	}

	.tt-offer-price-panel {
		min-height: 15rem;
		margin-top: 1rem;
	}

	.tt-hero-title {
		font-size: clamp(2.7rem, 12vw, 4rem);
		line-height: 0.92;
	}

	.tt-section-title-stack {
		font-size: clamp(2.35rem, 10vw, 2.9rem);
	}

	.tt-hero-sub {
		max-width: 100%;
		font-size: 0.98rem;
	}

	.tt-hero-layout {
		padding-top: 6.2rem;
	}

	.tt-hero-orb-a {
		right: -3rem;
		top: 7.5rem;
		width: 14rem;
		height: 14rem;
	}

	.tt-hero-orb-c {
		right: 12%;
		top: 10rem;
	}

	.tt-hero-glow-left {
		left: -20%;
		top: 10rem;
		width: 18rem;
		height: 16rem;
	}

	.tt-hero-glow-center {
		left: 12%;
		top: 8rem;
		width: 18rem;
		height: 16rem;
	}

	.tt-hero-glow-right {
		right: -18%;
		top: 11rem;
		width: 18rem;
		height: 16rem;
	}

	.tt-hero-service-pills {
		gap: 0.5rem;
		margin-bottom: 1rem;
	}

	.tt-hero-service-pills span {
		padding: 0.5rem 0.72rem;
		font-size: 0.76rem;
	}

	.tt-hero-actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.tt-hero-actions .wp-block-button,
	.tt-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.tt-hero-proof {
		gap: 0.5rem 1rem;
		font-size: 0.7rem;
	}

	.tt-footer-shell {
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}

	.tt-footer-inner {
		width: min(calc(100% - 24px), 1580px) !important;
	}

	.tt-footer-grid {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	.tt-about-hero-grid,
	.tt-about-split,
	.tt-about-card-grid,
	.tt-about-principle-grid,
	.tt-about-process-grid {
		grid-template-columns: 1fr;
	}

	.tt-about-hero,
	.tt-about-process,
	.tt-about-cta {
		padding: 1.25rem;
	}

	.tt-about-title {
		font-size: clamp(2.7rem, 9vw, 4rem);
	}

	.tt-about-hero-media,
	.tt-about-story-media {
		min-height: 22rem;
	}

	.tt-privacy-page {
		width: min(calc(100% - 24px), 1120px);
	}

	.tt-privacy-summary {
		grid-template-columns: 1fr;
		gap: 1.1rem;
	}

	.tt-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

.tt-page-shell {
	--tt-service-dark: #08131a;
	--tt-service-dark-2: #102531;
	--tt-service-copper: #d4854a;
	--tt-service-teal: #2dd4bf;
	--tt-service-paper: rgba(255, 255, 255, 0.9);
	--tt-service-line: rgba(17, 24, 39, 0.08);
	width: min(calc(100% - 32px), 1580px);
	margin: 0 auto;
	padding: 4.8rem 0 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
}

.tt-page-shell-service {
	width: min(calc(100% - 32px), 1240px);
	padding-top: 2.4rem;
}

.tt-page-shell>* {
	margin: 0;
}

.tt-page-shell.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
	width: 100%;
}

.tt-service-hero {
	position: relative;
	overflow: hidden;
	margin-top: 0.6rem;
	padding: clamp(2rem, 3vw, 2.85rem);
	border-radius: 42px;
	color: #eef4f7;
	background:
		radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.16), transparent 30%),
		radial-gradient(circle at 100% 18%, rgba(212, 133, 74, 0.18), transparent 24%),
		linear-gradient(135deg, #08131a 0%, #10212b 55%, #1d2b33 100%);
	box-shadow: 0 36px 80px rgba(6, 16, 24, 0.18);
}

.tt-service-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 36%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 104px, rgba(255, 255, 255, 0.03) 104px, rgba(255, 255, 255, 0.03) 105px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 104px, rgba(255, 255, 255, 0.025) 104px, rgba(255, 255, 255, 0.025) 105px);
	pointer-events: none;
}

.tt-service-hero::after {
	content: "";
	position: absolute;
	inset: auto -12% -26% 36%;
	width: 34rem;
	height: 22rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(72, 220, 193, 0.14), rgba(72, 220, 193, 0.04) 48%, transparent 74%);
	filter: blur(34px);
	pointer-events: none;
}

.tt-service-hero-grid,
.tt-service-split-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 1.4rem;
	align-items: stretch;
}

.tt-service-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0.45rem 0 0.45rem 0.2rem;
}

.tt-service-eyebrow {
	margin: 0 0 0.9rem;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(223, 247, 243, 0.84);
}

.tt-service-title {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(3.35rem, 5vw, 5.5rem);
	line-height: 0.9;
	letter-spacing: -0.06em;
}

.tt-service-lead {
	max-width: 28rem;
	margin: 1rem 0 0;
	font-size: 1.02rem;
	line-height: 1.72;
	color: rgba(232, 240, 245, 0.82);
}

.tt-service-focus-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.62rem;
	margin-top: 1.15rem;
}

.tt-service-focus-row span {
	display: inline-flex;
	align-items: center;
	padding: 0.68rem 0.92rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(255, 255, 255, 0.02);
	color: rgba(238, 244, 247, 0.88);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.tt-service-hero-actions,
.tt-service-chip-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
}

.tt-service-hero-actions {
	margin-top: 1.45rem;
}

.tt-service-hero-actions .wp-element-button,
.tt-service-chip-row .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12rem;
	padding: 0.95rem 1.35rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	background: linear-gradient(135deg, #35cbbb, #74e2cf);
	color: #07232a;
	box-shadow:
		0 18px 30px rgba(45, 212, 191, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.tt-service-hero-actions .wp-element-button.is-secondary,
.tt-service-chip-row .wp-element-button.is-secondary,
.tt-service-chip-row .wp-element-button[href*="mailto"] {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #eef4f7;
	box-shadow: none;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.tt-service-hero-media,
.tt-service-image-card {
	position: relative;
	overflow: hidden;
	min-height: 30rem;
	margin: 0;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow:
		0 24px 40px rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.tt-service-hero-media {
	padding: 0.95rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
		rgba(255, 255, 255, 0.04);
}

.tt-service-hero-media img,
.tt-service-image-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.02) contrast(1.04);
	transform: scale(1.02);
}

.tt-service-hero-media img {
	border-radius: 24px;
	background: linear-gradient(135deg, #0e1e27, #132834);
}

.tt-service-hero-media::after,
.tt-service-image-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 8, 14, 0.04), rgba(4, 8, 14, 0.34));
}

.tt-service-hero-media figcaption,
.tt-service-image-card figcaption {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 1;
	padding: 0.9rem 1rem;
	border-radius: 18px;
	background: rgba(8, 19, 26, 0.52);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	color: #eef4f7;
	font-size: 0.88rem;
	line-height: 1.6;
}

.tt-service-section {
	padding: 1.8rem 0 1.95rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.tt-service-section-narrow {
	width: 100%;
	margin: 0 auto;
}

.tt-service-section-shell {
	display: grid;
	grid-template-columns: 13rem minmax(0, 1fr);
	gap: 2.25rem;
	align-items: start;
	padding: 1.45rem 1.55rem 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 30px;
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.05);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 250, 0.9));
}

.tt-service-section-shell-fit {
	background:
		radial-gradient(circle at left top, rgba(45, 212, 191, 0.1), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 248, 250, 0.92));
}

.tt-service-section-shell-scope {
	background:
		radial-gradient(circle at right top, rgba(212, 133, 74, 0.1), transparent 28%),
		radial-gradient(circle at left bottom, rgba(45, 212, 191, 0.08), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 248, 250, 0.92));
}

.tt-service-section-shell-cta {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
	border-color: rgba(15, 23, 42, 0.08);
	box-shadow: none;
}

.tt-service-section-rail {
	padding-top: 0.25rem;
}

.tt-service-section-content {
	min-width: 0;
	max-width: 58rem;
}

.tt-service-section h2,
.tt-service-cta-card h2 {
	margin-top: 0;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.tt-service-section p,
.tt-service-cta-card p {
	color: #475467;
}

.tt-service-section-narrow h2 {
	max-width: 17ch;
}

.tt-service-section-lead {
	max-width: 64ch;
	margin: 0 0 1rem;
	font-size: 1.02rem;
	line-height: 1.82;
}

.tt-service-kicker {
	display: inline-flex;
	align-items: center;
	padding: 0.36rem 0.72rem;
	margin-bottom: 0.85rem;
	border-radius: 999px;
	background: rgba(212, 133, 74, 0.12);
	color: #8b4c1f;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tt-service-section-shell-cta .tt-service-kicker,
.tt-service-section-shell-cta .tt-service-eyebrow {
	background: transparent;
	color: #667085;
	padding: 0;
	border-radius: 0;
	letter-spacing: 0.16em;
}

.tt-service-list {
	margin: 0;
	padding-left: 1.15rem;
	max-width: 68ch;
	color: #101828;
	line-height: 1.8;
}

.tt-service-list li+li {
	margin-top: 0.7rem;
}

.tt-service-list-compact {
	margin-top: 1.15rem;
}

.tt-service-image-card {
	padding: 0;
	min-height: 24rem;
}

.tt-service-cta-card {
	padding: 0;
	background:
		none;
	color: #101828;
	border-top: 0;
	border-radius: 0;
}

.tt-service-section-cta {
	padding-bottom: 0.4rem;
}

.tt-service-section-cta .tt-service-section-content {
	max-width: 54rem;
}

.tt-service-cta-card p,
.tt-service-cta-card h2,
.tt-service-cta-card .tt-service-eyebrow {
	color: inherit;
}

.tt-service-section-shell-cta .tt-service-cta-card,
.tt-service-section-shell-cta .tt-service-cta-card p,
.tt-service-section-shell-cta .tt-service-cta-card h2,
.tt-service-section-shell-cta .tt-service-cta-card .tt-service-eyebrow {
	color: #101828;
}

.tt-service-cta-card .wp-element-button {
	background: linear-gradient(135deg, #35cbbb, #74e2cf);
	color: #07232a;
}

.tt-service-section-shell-cta .tt-service-chip-row .wp-element-button.is-secondary,
.tt-service-section-shell-cta .tt-service-chip-row .wp-element-button[href*="mailto"] {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(15, 23, 42, 0.08);
	color: #344054;
}

.tt-simple-page {
	width: min(calc(100% - 40px), 920px);
	padding-top: 5.4rem;
	padding-bottom: 3.2rem;
	gap: 1.4rem;
}

.tt-simple-page-intro,
.tt-simple-page-section {
	padding: 0;
	margin: 0;
}

.tt-simple-page-title {
	margin: 0;
	max-width: 16ch;
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.tt-simple-page-lead,
.tt-simple-page-paragraph,
.tt-simple-page-list li,
.tt-simple-page-meta {
	color: #475467;
	font-size: 1rem;
	line-height: 1.9;
}

.tt-simple-page-lead {
	max-width: 44rem;
	margin: 1.1rem 0 0;
}

.tt-simple-page-meta {
	margin: 0.9rem 0 0;
	font-size: 0.94rem;
	color: #98a2b3;
}

.tt-simple-page-section {
	padding-top: 1.9rem;
	border-top: 1px solid rgba(208, 213, 221, 0.86);
}

.tt-simple-page-section h2 {
	margin: 0 0 0.8rem;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.tt-simple-page-paragraph + .tt-simple-page-paragraph {
	margin-top: 0.9rem;
}

.tt-simple-page-list {
	margin: 1rem 0 0;
	padding-left: 1.2rem;
}

.tt-simple-page-list li + li {
	margin-top: 0.7rem;
}

.tt-simple-page a {
	color: #101828;
	text-decoration: none;
	border-bottom: 1px solid rgba(16, 24, 40, 0.18);
}

.tt-simple-page a:hover {
	color: #0f8b7b;
	border-bottom-color: rgba(15, 139, 123, 0.3);
}

@media (max-width: 1100px) {

	.tt-service-hero-grid,
	.tt-service-split-grid,
	.tt-about-stage-grid,
	.tt-about-manifesto-grid,
	.tt-about-fit-grid {
		grid-template-columns: 1fr;
	}

	.tt-service-overview-summary,
	.tt-service-process-grid,
	.tt-about-track-list,
	.tt-about-operating-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt-service-hero-media {
		display: none;
	}
}

@media (max-width: 782px) {
	.tt-page-shell {
		width: calc(100% - 14px);
		padding-top: 4rem;
	}

	.tt-page-shell-service {
		padding-top: 0.75rem;
	}

	.tt-service-title {
		max-width: none;
		font-size: clamp(2.65rem, 12vw, 4rem);
	}

	.tt-service-lead {
		font-size: 1rem;
		line-height: 1.72;
	}

		.tt-service-overview-summary,
		.tt-service-hero-grid,
		.tt-service-split-grid,
	.tt-about-stage-points,
	.tt-about-track-list,
	.tt-about-operating-grid,
	.tt-about-stage-grid,
	.tt-about-manifesto-grid,
	.tt-about-fit-grid {
		grid-template-columns: 1fr;
	}

	.tt-service-hero,
	.tt-service-split-grid,
	.tt-service-cta-card,
	.tt-about-stage,
	.tt-about-operating,
	.tt-about-cta,
	.tt-about-fit {
		border-radius: 28px;
	}

	.tt-service-hero-media,
	.tt-service-image-card,
	.tt-about-stage-media {
		min-height: 14rem;
	}

	.tt-about-stage-title {
		max-width: none;
		font-size: clamp(2.6rem, 11vw, 3.8rem);
	}

	.tt-about-stage-lead {
		font-size: 1rem;
	}

	.tt-service-hero-actions .wp-element-button,
	.tt-service-chip-row .wp-element-button,
	.tt-about-stage-actions .wp-element-button {
		width: 100%;
	}

		.tt-service-section-narrow {
			width: 100%;
		}

		.tt-service-section-shell,
		.tt-service-scope-stack {
			grid-template-columns: 1fr;
			gap: 1.1rem;
		}

		.tt-service-section-content {
			max-width: none;
		}
	}
