@font-face {
	font-family: 'TKCS Manrope';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('../fonts/manrope-latin.woff2') format('woff2');
}
body.tkcs-homepage-body {
	margin: 0;
}
#tkcs-homepage {
	--cyan: #00b5df;
	--magenta: #ec168c;
	--yellow: #fff200;
	--dark: #17191c;
	--radius: 18px;
	--button-radius: 8px;
	--font: 'TKCS Manrope', system-ui, sans-serif;
	color: #202226;
	background: #fff;
	font: 400 15px/1.65 var(--font);
	isolation: isolate;
	width: 100%;
	overflow: clip;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}
#tkcs-homepage *,
#tkcs-homepage *:before,
#tkcs-homepage *:after {
	box-sizing: border-box;
}
#tkcs-homepage h1,
#tkcs-homepage h2,
#tkcs-homepage h3,
#tkcs-homepage h4,
#tkcs-homepage p {
	margin: 0;
	padding: 0;
	font-family: inherit;
	color: inherit;
}
#tkcs-homepage h1,
#tkcs-homepage h2 {
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1.09;
	text-transform: none;
}
#tkcs-homepage h2 {
	font-size: clamp(32px, 3.6vw, 52px);
}
#tkcs-homepage h3 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 750;
	letter-spacing: -0.035em;
}
#tkcs-homepage a {
	color: inherit;
	text-decoration: none;
}
#tkcs-homepage a,
#tkcs-homepage button {
	touch-action: manipulation;
}
#tkcs-homepage button,
#tkcs-homepage input,
#tkcs-homepage select,
#tkcs-homepage textarea {
	font: inherit;
}
#tkcs-homepage button {
	cursor: pointer;
}
#tkcs-homepage button:disabled {
	cursor: wait;
	opacity: 0.6;
}
#tkcs-homepage img {
	max-width: 100%;
	display: block;
}
#tkcs-homepage ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tkcs-homepage svg {
	flex: none;
	vertical-align: middle;
}
#tkcs-homepage :focus-visible {
	outline: 3px solid #007b99;
	outline-offset: 5px;
}
#tkcs-homepage .tkcs-dark :focus-visible {
	outline-color: #7ce5ff;
}
#tkcs-homepage section[id] {
	scroll-margin-top: 105px;
}
.tkcs-container {
	width: min(1280px, calc(100% - 96px));
	margin-inline: auto;
}
.tkcs-section {
	padding: 100px 0;
}
.tkcs-neutral {
	background: #f6f6f3;
}
.tkcs-cyan {
	color: #00839e;
}
.tkcs-dark .tkcs-cyan {
	color: var(--cyan);
}
.tkcs-section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 32px;
	margin-bottom: 44px;
}
.tkcs-section-heading > p {
	max-width: 340px;
	color: #62666b;
}
.tkcs-eyebrow {
	font-size: 10px !important;
	letter-spacing: 1.9px !important;
	font-weight: 800 !important;
	line-height: 1.6 !important;
	margin-bottom: 20px !important;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 9px;
}
.tkcs-dot {
	height: 7px;
	width: 7px;
	background: var(--cyan);
	display: inline-block;
	border-radius: 50%;
	flex: none;
}
.tkcs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	background: var(--cyan);
	color: #102127 !important;
	border: 1px solid transparent;
	border-radius: var(--button-radius);
	padding: 16px 22px;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.5;
	min-height: 48px;
	text-decoration: none;
	transition:
		transform 0.2s,
		box-shadow 0.2s,
		background 0.2s;
	text-align: center;
}
.tkcs-btn svg {
	width: 18px;
	height: 18px;
}
.tkcs-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px #001c2820;
}
.tkcs-btn.tkcs-outline {
	background: transparent;
	border-color: #c8ccd0;
	color: #202226 !important;
}
.tkcs-btn.tkcs-outline:hover {
	background: #fff;
	border-color: #202226;
}
.tkcs-btn.tkcs-black {
	background: #17191c;
	color: #fff !important;
}
.tkcs-small {
	padding: 12px 15px;
	font-size: 10px !important;
	gap: 9px;
}
.tkcs-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}
.tkcs-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 800;
	min-height: 44px;
}
.tkcs-text-link:hover {
	text-decoration: underline !important;
	text-underline-offset: 5px;
}
.tkcs-text-link svg {
	width: 18px;
}
.tkcs-centered {
	text-align: center;
}
.tkcs-centered .tkcs-eyebrow {
	justify-content: center;
}
.tkcs-progress {
	position: fixed;
	inset: 0 auto auto 0;
	height: 3px;
	background: var(--cyan);
	width: 100%;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 99999;
}
.tkcs-sr,
.tkcs-skip:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.tkcs-skip:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	background: #fff;
	padding: 16px;
	color: #111;
}
.tkcs-header {
	position: sticky;
	top: 0;
	background: #fffffff2;
	border-bottom: 1px solid #eceeed;
	z-index: 100;
	backdrop-filter: blur(16px);
	transition: box-shadow 0.2s;
}
.admin-bar .tkcs-header {
	top: 32px;
}
.tkcs-header.tkcs-scrolled {
	box-shadow: 0 6px 24px #17191c08;
}
.tkcs-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 98px;
	transition: min-height 0.2s;
}
.tkcs-scrolled .tkcs-nav-inner {
	min-height: 78px;
}
.tkcs-brand {
	flex: none;
}
.tkcs-logo {
	width: 152px;
	height: 64px;
	object-fit: contain;
}
.tkcs-wordmark {
	display: block;
	font-size: 38px;
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -4px;
	white-space: nowrap;
}
.tkcs-wordmark > span:nth-child(2) {
	color: var(--cyan);
}
.tkcs-wordmark > span:nth-child(3) {
	color: #c2a400;
}
.tkcs-wordmark > span:nth-child(4) {
	color: var(--magenta);
}
.tkcs-wordmark small {
	display: block;
	font-size: 6.5px;
	letter-spacing: 0.85px;
	font-weight: 800;
	margin-top: 7px;
	line-height: 1.4;
}
.tkcs-nav-inner nav {
	display: flex;
	align-items: center;
	gap: 22px;
}
.tkcs-nav-inner nav a {
	font-size: 10px;
	font-weight: 750;
	white-space: nowrap;
	min-height: 44px;
	display: flex;
	align-items: center;
	position: relative;
}
.tkcs-nav-inner nav a:after {
	content: '';
	position: absolute;
	bottom: 6px;
	height: 2px;
	left: 0;
	width: 0;
	background: var(--cyan);
	transition: width 0.2s;
}
.tkcs-nav-inner nav a:hover:after {
	width: 100%;
}
.tkcs-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}
.tkcs-chat-icon {
	display: grid;
	place-items: center;
	min-width: 44px;
	min-height: 44px;
}
.tkcs-menu-toggle {
	display: none;
}
.tkcs-hero {
	padding: 76px 0 64px;
	background: #fafaf8;
}
.tkcs-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	align-items: center;
	gap: 26px;
}
.tkcs-hero h1 {
	font-size: clamp(38px, 4.05vw, 64px);
	line-height: 1.13 !important;
}
.tkcs-hero h1 > span {
	display: block;
}
.tkcs-hero h1 > span:last-child {
	color: #007d99;
}
.tkcs-hero .tkcs-lead {
	max-width: 510px;
	font-size: 14px;
	line-height: 1.85;
	color: #62666b;
	margin: 26px 0 30px !important;
}
.tkcs-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 34px;
	font-size: 10px;
	font-weight: 650;
	color: #62666b;
}
.tkcs-trust span:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	background: #202226;
	border-radius: 50%;
}
.tkcs-hero-art {
	position: relative;
	min-width: 0;
	aspect-ratio: 1.06;
	perspective: 1200px;
}
.tkcs-custom-hero {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: var(--radius);
}
.tkcs-art-orbit {
	position: absolute;
	inset: 8% -5% 1% 0;
	border: 1px solid #dedfda;
	border-radius: 50%;
	transform: rotate(-20deg);
}
.tkcs-art-orbit:after {
	content: '';
	position: absolute;
	inset: 12%;
	border: 1px solid #e6e6e0;
	border-radius: 50%;
}
.tkcs-art-label {
	position: absolute;
	top: 0;
	right: 8%;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 8px;
	letter-spacing: 1.1px;
	font-weight: 800;
	color: #6d7175;
}
.tkcs-art-label > span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--magenta);
}
.tkcs-browser-mock {
	position: absolute;
	left: 6%;
	top: 15%;
	width: 86%;
	height: 57%;
	background: white;
	border: 1px solid #d8dcde;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 10px 22px 42px #1e293422;
	transform: rotate(-6deg);
	transition: transform 0.5s;
}
.tkcs-browser-bar {
	height: 28px;
	background: #f0f1f2;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0 12px;
}
.tkcs-browser-bar i {
	width: 4px;
	height: 4px;
	background: #adb3ba;
	border-radius: 50%;
}
.tkcs-browser-bar span {
	font-size: 6px;
	text-align: center;
	margin-left: 16%;
	background: #fff;
	width: 54%;
	border-radius: 3px;
	color: #5f6a73;
}
.tkcs-mock-page {
	padding: 18px 20px;
}
.tkcs-mock-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 7px;
}
.tkcs-mock-nav > b {
	letter-spacing: -0.5px;
}
.tkcs-mock-nav > span {
	font-size: 5px;
	color: #5f6a73;
}
.tkcs-mock-content {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}
.tkcs-mock-content > div:first-child {
	width: 63%;
}
.tkcs-mock-content small {
	font-size: 5px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}
.tkcs-mock-content strong {
	font-size: clamp(17px, 2vw, 30px);
	line-height: 1.12;
	letter-spacing: -1px;
	display: block;
}
.tkcs-mock-button {
	display: inline-block;
	padding: 6px 10px;
	background: var(--cyan);
	font-size: 5px;
	margin-top: 14px;
	border-radius: 2px;
	font-weight: 800;
}
.tkcs-mock-sculpture {
	position: relative;
	flex: 1;
	height: 110px;
}
.tkcs-mock-sculpture i {
	position: absolute;
	width: 56%;
	height: 92%;
	background: var(--cyan);
	transform: skewY(-24deg);
	left: 8%;
	box-shadow: 12px 10px 0 #008eae;
}
.tkcs-mock-sculpture i:nth-child(2) {
	height: 65%;
	left: 47%;
	top: 30%;
	background: #17191c;
	box-shadow: 10px 10px 0 #41444b;
}
.tkcs-mock-sculpture i:nth-child(3) {
	width: 45%;
	height: 38%;
	left: 0;
	top: 72%;
	background: var(--yellow);
	box-shadow: 10px 10px 0 #d3c904;
}
.tkcs-mock-foot {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	padding-top: 12px;
	border-top: 1px solid #e7e8ea;
	font-size: 5px;
	font-weight: 800;
	letter-spacing: 0.7px;
}
.tkcs-brand-card {
	position: absolute;
	left: 1%;
	top: 61%;
	width: 45%;
	padding: 20px;
	background: #202226;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0 15px 30px #20222630;
	transform: rotate(-13deg);
	z-index: 3;
}
.tkcs-card-caption {
	display: block;
	font-size: 5px;
	letter-spacing: 1.4px;
	color: #b6b9bf;
}
.tkcs-brand-card b {
	display: block;
	font-size: clamp(35px, 4vw, 60px);
	line-height: 1.3;
	letter-spacing: -6px;
	margin-top: 4px;
}
.tkcs-brand-card b span:nth-child(2) {
	color: var(--cyan);
}
.tkcs-brand-card b span:nth-child(3) {
	color: var(--yellow);
}
.tkcs-brand-card b span:nth-child(4) {
	color: var(--magenta);
}
.tkcs-brand-card small {
	font-size: 5px;
	letter-spacing: 1px;
	display: block;
	color: #c5c9ce;
}
.tkcs-swatch-row {
	display: flex;
	margin-top: 18px;
	gap: 4px;
}
.tkcs-swatch-row i {
	height: 5px;
	width: 22px;
	background: var(--cyan);
}
.tkcs-swatch-row i:nth-child(2) {
	background: var(--magenta);
}
.tkcs-swatch-row i:nth-child(3) {
	background: var(--yellow);
}
.tkcs-swatch-row i:nth-child(4) {
	background: #fff;
}
.tkcs-phone-mock {
	position: absolute;
	right: 0;
	top: 43%;
	width: 32%;
	min-height: 49%;
	padding: 20px 12px 12px;
	border: 5px solid #262a30;
	border-radius: 22px;
	background: #fff;
	box-shadow: 8px 18px 30px #20222622;
	transform: rotate(8deg);
	z-index: 4;
}
.tkcs-phone-notch {
	position: absolute;
	top: 0;
	left: 30%;
	width: 40%;
	height: 8px;
	background: #262a30;
	border-radius: 0 0 9px 9px;
}
.tkcs-demo-label {
	display: block;
	font-size: 4.5px;
	letter-spacing: 0.7px;
	color: #677079;
}
.tkcs-phone-mock > b {
	font-size: 9px;
	display: block;
	margin: 8px 0 12px;
}
.tkcs-phone-mock > small {
	display: block;
	font-size: 6px;
	color: #68727c;
}
.tkcs-phone-mock > strong {
	font-size: 21px;
	letter-spacing: -1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tkcs-phone-mock > strong > span {
	font-size: 12px;
	color: #007d99;
}
.tkcs-mini-chart {
	display: flex;
	gap: 5px;
	align-items: end;
	height: 45px;
	border-bottom: 1px solid #e9edef;
	margin-top: 14px;
}
.tkcs-mini-chart i {
	height: 40%;
	background: var(--cyan);
	flex: 1;
	border-radius: 2px 2px 0 0;
}
.tkcs-mini-chart i:nth-child(2n) {
	height: 60%;
}
.tkcs-mini-chart i:nth-child(3n) {
	height: 80%;
}
.tkcs-mini-chart i:last-child {
	height: 100%;
	background: #182b32;
}
.tkcs-phone-row {
	display: flex;
	justify-content: space-between;
	font-size: 6px;
	padding: 8px 0;
	border-bottom: 1px solid #e9edef;
}
.tkcs-phone-status {
	font-size: 4.5px;
	margin-top: 12px;
}
.tkcs-phone-status span {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #22a184;
	border-radius: 50%;
	margin-right: 3px;
}
.tkcs-print-tag {
	display: flex;
	align-items: center;
	gap: 8px;
	position: absolute;
	top: 77%;
	left: 44%;
	font-size: 6px;
	font-weight: 800;
	transform: rotate(4deg);
}
.tkcs-cross {
	font-size: 52px;
	line-height: 1;
	color: var(--magenta);
}
.tkcs-art-caption {
	position: absolute;
	bottom: -4%;
	left: 12%;
	font-size: 5.7px;
	letter-spacing: 0.75px;
	color: #5f6a73;
}
.tkcs-journey {
	background: var(--dark);
	color: #fff;
	padding: 35px 0 26px;
}
.tkcs-journey > .tkcs-container > p {
	font-size: 11px;
	color: #b0b5bd;
	margin-bottom: 18px !important;
}
.tkcs-journey-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.tkcs-stage {
	padding: 10px 28px;
	border-left: 1px solid #ffffff25;
	position: relative;
}
.tkcs-stage:first-child {
	border-left: 0;
	padding-left: 0;
}
.tkcs-stage-number {
	font-size: 9px;
	color: #b0b5bd;
	margin-right: 18px;
}
.tkcs-stage strong {
	font-size: 24px;
	letter-spacing: -0.7px;
}
.tkcs-stage-arrow {
	float: right;
	font-size: 21px;
	color: var(--cyan);
}
.tkcs-stage small {
	display: block;
	font-size: 10px;
	color: #b0b5bd;
	margin-top: 8px;
	transition: color 0.2s;
}
.tkcs-stage:hover small,
.tkcs-stage:focus small {
	color: #fff;
}
.tkcs-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.tkcs-service-card {
	border: 1px solid #e0e2e3;
	border-radius: var(--radius);
	padding: 30px;
	transition:
		transform 0.25s,
		border-color 0.25s,
		box-shadow 0.25s;
	display: flex;
	flex-direction: column;
}
.tkcs-service-card:hover {
	transform: translateY(-5px);
	border-color: #93d7e7;
	box-shadow: 0 16px 30px #12233208;
}
.tkcs-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 26px;
}
.tkcs-card-top > small {
	font-size: 9px;
	color: #5f6a73;
}
.tkcs-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: #eaf8fc;
	border-radius: 12px;
	color: #007a95;
}
.tkcs-service-card:nth-child(2) .tkcs-icon,
.tkcs-service-card:nth-child(5) .tkcs-icon {
	background: #fff0f7;
	color: #b00a61;
}
.tkcs-service-card:nth-child(3) .tkcs-icon,
.tkcs-service-card:nth-child(6) .tkcs-icon {
	background: #f6f6df;
	color: #696511;
}
.tkcs-service-card p {
	font-size: 13px;
	color: #676d74;
	margin: 13px 0 20px !important;
}
.tkcs-service-card a {
	margin-top: auto;
	font-size: 11px;
}
.tkcs-packages-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.tkcs-package {
	padding: 30px 24px 24px;
	border: 1px solid #dedfdd;
	background: #fff;
	border-radius: var(--radius);
	position: relative;
	display: flex;
	flex-direction: column;
}
.tkcs-package-name {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 20px !important;
}
.tkcs-price {
	font-size: 38px;
	letter-spacing: -2px;
	font-weight: 800;
	line-height: 1.15;
}
.tkcs-package h3 {
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 0.7px !important;
	margin: 16px 0 24px !important;
	min-height: 30px;
}
.tkcs-checklist {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 12px;
}
.tkcs-checklist li {
	position: relative;
	padding-left: 20px;
}
.tkcs-checklist li:before {
	content: '✓';
	position: absolute;
	left: 0;
	font-size: 12px;
	font-weight: 800;
	color: #007d95;
}
.tkcs-package-bottom {
	margin-top: auto;
	padding-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 12px;
}
.tkcs-package-bottom .tkcs-btn {
	width: 100%;
	margin-top: 6px;
	font-size: 11px !important;
	padding: 13px 12px;
	gap: 10px;
}
.tkcs-saving {
	display: inline-block;
	background: #f0f3f1;
	font-size: 10px;
	font-weight: 800;
	padding: 3px 9px;
	border-radius: 4px;
}
.tkcs-value {
	font-size: 10px;
	color: #b5bec6;
}
.tkcs-featured {
	background: var(--dark);
	color: #fff;
	border-color: var(--dark);
}
.tkcs-featured .tkcs-saving {
	background: #ffffff16;
	color: #a8ebfc;
}
.tkcs-featured .tkcs-checklist li:before {
	color: var(--cyan);
}
.tkcs-best {
	position: absolute;
	top: -12px;
	right: 20px;
	background: var(--cyan);
	color: #102127;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 5px 12px;
	border-radius: 4px;
}
.tkcs-mini-section {
	padding: 55px 0;
	border-bottom: 1px solid #e7e8e7;
}
.tkcs-mini-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 65px;
}
.tkcs-mini-grid h2 {
	font-size: 30px !important;
}
.tkcs-price-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 35px;
}
.tkcs-price-menu a {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 13px 0;
	border-bottom: 1px solid #e7e8e7;
	font-size: 11px;
}
.tkcs-price-menu strong {
	white-space: nowrap;
}
.tkcs-price-menu strong span {
	color: #7f858b;
	margin-left: 6px;
}
.tkcs-price-menu a:hover {
	color: #007b95 !important;
}
.tkcs-section-symbol {
	font-size: 80px;
	color: var(--cyan);
	line-height: 1;
}
.tkcs-web-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.tkcs-web-card {
	overflow: hidden;
	border: 1px solid #dfe2e4;
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
}
.tkcs-web-visual {
	height: 190px;
	background: #e7f4f7;
	position: relative;
	overflow: hidden;
	display: grid;
	place-items: center;
}
.tkcs-web-business {
	background: #f2f0eb;
}
.tkcs-web-premium {
	background: #1e2329;
}
.tkcs-tiny-browser {
	width: 65%;
	height: 132px;
	background: #fff;
	border: 1px solid #c9d2d7;
	border-radius: 5px;
	box-shadow: 0 10px 18px #17191c19;
	transform: rotate(-5deg);
	padding: 10px;
}
.tkcs-tiny-browser > div:first-child {
	display: flex;
	gap: 3px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e6e8e9;
}
.tkcs-tiny-browser > div:first-child i {
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background: #c1c6cc;
}
.tkcs-tiny-browser b {
	display: block;
	font-size: 15px;
	letter-spacing: -0.7px;
	margin: 10px 0;
}
.tkcs-tiny-browser > span {
	display: block;
	width: 60%;
	height: 3px;
	background: #e9edf0;
	margin-bottom: 4px;
}
.tkcs-tiny-grid {
	display: flex;
	gap: 5px;
	margin-top: 10px;
}
.tkcs-tiny-grid i {
	width: 30%;
	height: 25px;
	background: var(--cyan);
	opacity: 0.45;
}
.tkcs-tiny-grid i:nth-child(2) {
	opacity: 0.7;
}
.tkcs-tiny-grid i:nth-child(3) {
	opacity: 1;
}
.tkcs-secondary-window {
	position: absolute;
	right: 9%;
	bottom: 13px;
	width: 40%;
	height: 95px;
	transform: rotate(6deg);
}
.tkcs-secondary-window b {
	font-size: 9px;
}
.tkcs-web-premium .tkcs-tiny-browser:not(.tkcs-secondary-window) {
	transform: rotate(-8deg) translate(-18px, -8px);
}
.tkcs-web-body {
	padding: 30px;
	display: flex;
	flex: 1;
	flex-direction: column;
}
.tkcs-web-body .tkcs-eyebrow {
	margin-bottom: 8px !important;
}
.tkcs-web-body .tkcs-price {
	margin: 18px 0 25px;
}
.tkcs-web-body .tkcs-checklist {
	margin-bottom: 30px !important;
}
.tkcs-web-body .tkcs-btn {
	margin-top: auto;
}
.tkcs-hosting-section {
	padding-top: 0;
}
.tkcs-hosting {
	padding: 48px 56px;
	border-radius: var(--radius);
	background: #f2f7f7;
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 65px;
	align-items: center;
}
.tkcs-hosting h2 {
	font-size: 34px !important;
}
.tkcs-hosting-prices {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin: 25px 0;
	font-size: 11px;
}
.tkcs-hosting-prices strong {
	font-size: 27px;
	font-weight: 800;
	letter-spacing: -1px;
}
.tkcs-hosting-prices > small {
	font-size: 9px;
	color: #697179;
}
.tkcs-email-examples {
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #e0e9ec;
	border-radius: 8px;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	font-size: 12px;
}
.tkcs-email-examples small {
	font-size: 8px;
	letter-spacing: 1px;
	color: #6b7178;
	margin-bottom: 6px;
}
.tkcs-dark {
	background: var(--dark);
	color: #fff;
}
.tkcs-dark .tkcs-section-heading > p {
	color: #abb3bf;
}
.tkcs-app-pricing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 22px 0;
	border-top: 1px solid #ffffff20;
	border-bottom: 1px solid #ffffff20;
	margin-bottom: 30px;
}
.tkcs-app-pricing > strong {
	font-size: 16px;
	letter-spacing: -0.3px;
}
.tkcs-app-pricing > span {
	font-size: 12px;
	color: #b7bec9;
}
.tkcs-app-pricing a {
	color: #fff !important;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}
.tkcs-systems-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 22px;
	align-items: start;
}
.tkcs-system {
	border: 1px solid #ffffff25;
	border-radius: 10px;
	background: #ffffff03;
}
.tkcs-system summary {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 21px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 750;
	list-style: none;
}
.tkcs-system summary::-webkit-details-marker {
	display: none;
}
.tkcs-system-num {
	font-size: 9px;
	color: #929ead;
	font-weight: 500;
}
.tkcs-plus {
	font-size: 22px;
	font-weight: 400;
	color: #9ea9b5;
	margin-left: auto;
	transition: transform 0.2s;
}
.tkcs-system[open] .tkcs-plus {
	transform: rotate(45deg);
	color: var(--cyan);
}
.tkcs-system[open] {
	border-color: #00b5df80;
}
.tkcs-system-details {
	padding: 0 24px 24px 48px;
}
.tkcs-system-details p {
	font-size: 12px;
	color: #b1bac5;
	margin-bottom: 16px !important;
}
.tkcs-system-details ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	font-size: 10px;
}
.tkcs-system-details li {
	background: #ffffff09;
	border: 1px solid #ffffff17;
	padding: 4px 9px;
	border-radius: 4px;
	color: #d3dce6;
}
.tkcs-system-details a {
	color: #8be4fa !important;
	font-size: 11px;
	margin-top: 18px;
}
.tkcs-showcase {
	padding-top: 10px;
}
.tkcs-dashboard {
	margin-top: 42px;
	background: #f5f7f9;
	border: 1px solid #44505b;
	border-radius: 14px;
	color: #1d2731;
	display: grid;
	grid-template-columns: 180px 1fr;
	overflow: hidden;
	box-shadow: 0 24px 70px #0003;
	text-align: left;
}
.tkcs-dash-sidebar {
	background: #fff;
	border-right: 1px solid #e7eaf0;
	padding: 25px 14px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 10px;
}
.tkcs-dash-logo {
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -1.5px;
	margin-bottom: 23px;
}
.tkcs-dash-logo > span {
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0;
}
.tkcs-dash-sidebar > span:not(:first-child) {
	padding: 10px 14px;
	color: #697582;
}
.tkcs-dash-sidebar .tkcs-dash-active {
	background: #e7f7fc;
	color: #006f87 !important;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
}
.tkcs-dash-active svg {
	width: 14px;
	height: 14px;
}
.tkcs-dash-sidebar > small {
	margin-top: auto;
	padding: 30px 14px 0;
	font-size: 7px;
	color: #5f6a73;
	line-height: 1.9;
}
.tkcs-dash-main {
	padding: 30px;
	min-width: 0;
}
.tkcs-dash-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.tkcs-dash-heading small {
	font-size: 7px;
	letter-spacing: 1px;
	color: #5f6a73;
}
.tkcs-dash-heading h3 {
	font-size: 22px !important;
	margin-top: 5px !important;
}
.tkcs-period {
	display: flex;
	padding: 3px;
	background: #e9edf1;
	border-radius: 6px;
}
.tkcs-period button {
	background: transparent;
	border: 0;
	border-radius: 4px;
	min-height: 36px;
	padding: 5px 12px;
	color: #586370;
	font-size: 9px !important;
}
.tkcs-period button[aria-pressed='true'] {
	background: #fff;
	color: #1d2731;
	box-shadow: 0 1px 4px #0001;
}
.tkcs-demo-notice {
	font-size: 8px;
	color: #6c7885;
	margin-top: 10px !important;
}
.tkcs-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin: 22px 0;
}
.tkcs-stats > div {
	border: 1px solid #e3e8ec;
	border-radius: 7px;
	padding: 17px;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.tkcs-stats > div > span {
	font-size: 9px;
	color: #677584;
}
.tkcs-stats strong {
	font-size: 26px;
	letter-spacing: -1.2px;
	margin: 4px 0;
	color: #1c2734;
	font-variant-numeric: tabular-nums;
}
.tkcs-stats small {
	font-size: 7px;
	color: #547580;
}
.tkcs-dash-panels {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 16px;
}
.tkcs-chart-panel,
.tkcs-activity {
	background: #fff;
	border: 1px solid #e3e8ec;
	border-radius: 7px;
	padding: 20px;
	min-width: 0;
}
.tkcs-chart-panel > div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tkcs-dashboard h4 {
	font-size: 11px !important;
	font-weight: 750;
}
.tkcs-chart-panel > div > span {
	font-size: 8px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.tkcs-chart-panel > div > span > i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--cyan);
}
.tkcs-chart {
	height: 156px;
	display: flex;
	gap: 14px;
	padding-top: 22px;
	background: repeating-linear-gradient(to top, transparent 0 34px, #f2f4f7 34px 35px);
	margin-top: 10px;
}
.tkcs-chart > div {
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: end;
	height: 100%;
	gap: 8px;
}
.tkcs-chart i {
	display: block;
	width: 75%;
	height: var(--bar);
	background: var(--cyan);
	border-radius: 4px 4px 0 0;
	transition: height 0.65s;
}
.tkcs-chart > div:nth-last-child(2) i {
	background: #193f4c;
}
.tkcs-chart span {
	font-size: 7px;
	color: #5f6a73;
}
.tkcs-activity > div {
	display: flex;
	align-items: start;
	gap: 10px;
	padding: 14px 0;
	border-bottom: 1px solid #edf0f2;
}
.tkcs-activity > div:last-child {
	border: 0;
	padding-bottom: 0;
}
.tkcs-activity p {
	font-size: 8px;
	color: #72808c;
}
.tkcs-activity strong {
	display: block;
	font-size: 10px;
	color: #293745;
	margin-top: 3px;
}
.tkcs-status-dot {
	width: 6px;
	height: 6px;
	flex: none;
	background: #de5391;
	border-radius: 50%;
	margin-top: 6px;
}
.tkcs-amber {
	background: #cda625;
}
.tkcs-green {
	background: #299c76;
}
.tkcs-after-dashboard {
	margin-top: 30px;
}
.tkcs-industries {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 38px;
	max-width: 990px;
	margin-inline: auto;
}
.tkcs-industries a {
	display: flex;
	align-items: center;
	gap: 18px;
	border: 1px solid #dfe3e4;
	border-radius: 99px;
	padding: 10px 19px;
	font-size: 11px;
	transition:
		background 0.2s,
		border-color 0.2s;
	min-height: 44px;
}
.tkcs-industries a:hover {
	background: #e9f8fc;
	border-color: #00b5df;
}
.tkcs-industries span {
	color: #7a838b;
}
.tkcs-print-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}
.tkcs-print-card {
	border: 1px solid #dedfdd;
	border-radius: 12px;
	overflow: hidden;
	background: white;
	transition: transform 0.2s;
}
.tkcs-print-card:hover {
	transform: translateY(-5px);
}
.tkcs-print-visual {
	height: 160px;
	background: #eceeea;
	display: grid;
	place-items: center;
	overflow: hidden;
}
.tkcs-print-object {
	width: 68%;
	height: 76px;
	background: #1e2126;
	color: white;
	padding: 16px;
	box-shadow: 5px 12px 12px #0002;
	transform: rotate(-12deg);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.tkcs-print-object > b {
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -2px;
}
.tkcs-print-object > span {
	font-size: 4px;
	letter-spacing: 0.6px;
	margin-top: 7px;
}
.tkcs-print-1,
.tkcs-print-8 {
	background: #e2f2f6;
}
.tkcs-print-1 .tkcs-print-object,
.tkcs-print-2 .tkcs-print-object,
.tkcs-print-4 .tkcs-print-object {
	width: 43%;
	height: 123px;
	background: var(--cyan);
	color: #17252b;
}
.tkcs-print-2 .tkcs-print-object {
	background: var(--magenta);
	color: #17191c;
	transform: rotate(8deg);
}
.tkcs-print-3 {
	background: #edf0df;
}
.tkcs-print-3 .tkcs-print-object {
	width: 90px;
	height: 90px;
	background: var(--yellow);
	color: #202226;
	border-radius: 50%;
	text-align: center;
	transform: rotate(13deg);
}
.tkcs-print-3 .tkcs-print-object > b {
	font-size: 49px;
}
.tkcs-print-3 .tkcs-print-object > span {
	display: none;
}
.tkcs-print-4 .tkcs-print-object {
	width: 34%;
	background: #f8f8f5;
	color: #202226;
	border-top: 4px solid #202226;
	border-bottom: 4px solid #202226;
	transform: rotate(-6deg);
}
.tkcs-print-4 .tkcs-print-object b {
	font-size: 20px;
	writing-mode: vertical-rl;
}
.tkcs-print-4 .tkcs-print-object span {
	display: none;
}
.tkcs-print-5 .tkcs-print-object {
	transform: perspective(400px) rotateY(-25deg);
	width: 85%;
	height: 60px;
	border: 5px solid #d8dce0;
	color: var(--cyan);
}
.tkcs-print-6 {
	background: #f1e9ed;
}
.tkcs-print-visual svg {
	width: 90%;
	height: 140px;
}
.tkcs-print-7 {
	background: #deecee;
}
.tkcs-print-8 .tkcs-print-object {
	height: 105px;
	background: var(--cyan);
	width: 85%;
	transform: perspective(400px) rotateY(18deg);
}
.tkcs-print-9 .tkcs-print-object {
	background: #f8f8f7;
	color: #202226;
	box-shadow:
		7px 7px 0 #d5d9db,
		14px 14px 0 #202226;
}
.tkcs-print-card-label {
	padding: 16px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
.tkcs-print-card-label h3 {
	font-size: 11px !important;
	letter-spacing: -0.2px !important;
}
.tkcs-print-card-label > span {
	color: #65727a;
}
.tkcs-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}
.tkcs-why-grid article {
	border-top: 1px solid #dce0e2;
	padding-top: 25px;
}
.tkcs-why-grid article > span {
	font-size: 10px;
	color: #5f6a73;
}
.tkcs-why-grid h3 {
	font-size: 17px !important;
	margin: 18px 0 12px !important;
}
.tkcs-why-grid p {
	font-size: 12px;
	color: #687078;
}
.tkcs-why-symbol {
	font-size: 86px;
	color: var(--magenta);
	line-height: 1;
}
.tkcs-consultation {
	background: var(--cyan);
	color: #102127;
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
.tkcs-consultation .tkcs-container {
	position: relative;
	z-index: 1;
}
.tkcs-consultation h2 {
	font-size: clamp(42px, 5.4vw, 78px) !important;
	max-width: 800px;
}
.tkcs-consultation h2 span {
	color: #fff;
}
.tkcs-consultation .tkcs-container > p:not(.tkcs-eyebrow) {
	max-width: 525px;
	margin: 25px 0 !important;
	font-size: 13px;
}
.tkcs-cta-art {
	position: absolute;
	right: 3%;
	top: 6%;
	font-size: 280px;
	line-height: 1;
	font-weight: 400;
	opacity: 0.18;
	pointer-events: none;
	z-index: -1;
}
.tkcs-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 100px;
}
.tkcs-contact-name {
	font-size: 11px !important;
	letter-spacing: 1px !important;
	margin: 32px 0 14px !important;
}
.tkcs-contact-details {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 18px;
	letter-spacing: -0.5px;
}
.tkcs-contact-details a {
	overflow-wrap: anywhere;
}
.tkcs-contact-details a:hover {
	color: #007b95 !important;
}
.tkcs-contact-actions {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 24px;
	font-size: 10px;
	font-weight: 800;
}
.tkcs-contact-actions a {
	display: flex;
	align-items: center;
	min-height: 44px;
}
.tkcs-form {
	padding: 32px;
	border: 1px solid #dfe3e5;
	border-radius: var(--radius);
	background: #fafbf9;
	position: relative;
}
.tkcs-form h3 {
	margin-bottom: 24px !important;
	font-size: 18px !important;
}
.tkcs-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 16px;
}
.tkcs-form label {
	display: block;
	font-size: 10px;
	font-weight: 750;
	margin-bottom: 16px;
}
.tkcs-form label > span {
	color: #97526d;
}
.tkcs-form input,
.tkcs-form select,
.tkcs-form textarea {
	width: 100%;
	border: 1px solid #d4dadf;
	border-radius: 6px;
	padding: 11px 12px;
	background: #fff;
	color: #202226;
	margin-top: 7px;
	display: block;
	min-height: 44px;
	box-shadow: none;
	font-size: 13px !important;
}
.tkcs-form textarea {
	resize: vertical;
}
.tkcs-form .tkcs-honeypot {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.tkcs-form-privacy {
	font-size: 9px;
	color: #737b82;
	margin-bottom: 18px !important;
}
.tkcs-form-privacy a {
	text-decoration: underline !important;
}
.tkcs-form > .tkcs-btn {
	width: 100%;
	border: 0;
}
.tkcs-form-status {
	font-size: 12px;
	margin-top: 14px;
	line-height: 1.65;
}
.tkcs-form-status:empty {
	display: none;
}
.tkcs-form-status[data-error='true'] {
	color: #a22639;
}
.tkcs-form-status[data-error='false'] {
	color: #176149;
}
.tkcs-footer {
	background: #f6f6f3;
	padding: 46px 0 20px;
	border-top: 1px solid #e4e6e3;
}
.tkcs-footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding-bottom: 35px;
}
.tkcs-footer-top p {
	font-size: 8px;
	letter-spacing: 1.2px;
	margin-top: 18px !important;
}
.tkcs-footer-links {
	display: flex;
	gap: 25px;
	font-size: 10px;
}
.tkcs-footer-links a {
	min-height: 44px;
	display: flex;
	align-items: center;
}
.tkcs-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	border-top: 1px solid #dedfda;
	padding-top: 20px;
}
.tkcs-footer-bottom small {
	font-size: 9px;
	color: #5f6a73;
}
.tkcs-socials {
	display: flex;
	gap: 7px;
}
.tkcs-socials a {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid #d3d9dd;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 800;
}
.tkcs-mobile-cta {
	display: none;
}
.tkcs-reveal {
	transition:
		opacity 0.55s,
		transform 0.55s;
}
.tkcs-reveal.tkcs-pending {
	opacity: 0;
	transform: translateY(16px);
}
@media (min-width: 1600px) {
	.tkcs-container {
		width: min(1440px, calc(100% - 120px));
	}
	.tkcs-hero {
		padding: 95px 0 85px;
	}
	.tkcs-hero h1 {
		font-size: 68px;
	}
	.tkcs-hero .tkcs-lead {
		font-size: 16px;
	}
	.tkcs-nav-inner nav a {
		font-size: 12px;
	}
	.tkcs-section {
		padding: 110px 0;
	}
	.tkcs-mini-section {
		padding: 55px 0;
	}
	.tkcs-showcase {
		padding-top: 10px;
	}
	.tkcs-hosting-section {
		padding-top: 0;
	}
	.tkcs-print-visual {
		height: 185px;
	}
}
@media (max-width: 1190px) {
	.tkcs-container {
		width: calc(100% - 64px);
	}
	.tkcs-nav-inner {
		gap: 16px;
	}
	.tkcs-nav-inner nav {
		gap: 13px;
	}
	.tkcs-header-actions .tkcs-chat-icon {
		display: none;
	}
	.tkcs-small {
		font-size: 9px !important;
		padding-inline: 10px;
	}
	.tkcs-hero h1 {
		font-size: clamp(34px, 4.3vw, 51px);
	}
	.tkcs-hero .tkcs-eyebrow {
		font-size: 8px !important;
		letter-spacing: 1px !important;
	}
	.tkcs-hero .tkcs-actions {
		gap: 12px;
	}
	.tkcs-hero .tkcs-btn {
		padding: 14px 16px;
		font-size: 10px !important;
	}
	.tkcs-hero .tkcs-text-link {
		font-size: 10px;
	}
	.tkcs-mock-content {
		margin-top: 15px;
	}
	.tkcs-mock-sculpture {
		height: 90px;
	}
	.tkcs-mock-foot {
		margin-top: 18px;
	}
	.tkcs-phone-mock {
		padding: 16px 10px 10px;
		border-width: 4px;
	}
	.tkcs-phone-mock > b {
		font-size: 8px;
		margin: 7px 0;
	}
	.tkcs-phone-mock > strong {
		font-size: 18px;
	}
	.tkcs-mini-chart {
		height: 35px;
		margin-top: 8px;
	}
	.tkcs-phone-row {
		padding: 5px 0;
	}
	.tkcs-phone-status {
		margin-top: 8px;
	}
	.tkcs-print-tag {
		left: 47%;
		font-size: 5px;
		gap: 4px;
	}
	.tkcs-cross {
		font-size: 38px;
	}
	.tkcs-packages-grid {
		gap: 12px;
	}
	.tkcs-package {
		padding: 26px 18px 20px;
	}
	.tkcs-price {
		font-size: 34px;
	}
	.tkcs-package h3 {
		font-size: 10px !important;
	}
	.tkcs-print-grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 12px;
	}
	.tkcs-print-visual {
		height: 135px;
	}
	.tkcs-print-object > b {
		font-size: 20px;
	}
	.tkcs-print-card-label {
		padding: 13px 10px;
	}
	.tkcs-dash-main {
		padding: 24px;
	}
	.tkcs-contact-grid {
		gap: 55px;
	}
	.tkcs-hosting {
		gap: 40px;
		padding: 42px;
	}
	.tkcs-mini-grid {
		gap: 35px;
	}
	.tkcs-journey .tkcs-stage {
		padding-inline: 18px;
	}
	.tkcs-journey .tkcs-stage:first-child {
		padding-left: 0;
	}
	.tkcs-stage strong {
		font-size: 21px;
	}
	.tkcs-stage-number {
		margin-right: 10px;
	}
}
@media (max-width: 960px) {
	.tkcs-header-actions {
		margin-left: auto;
		margin-right: 8px;
	}
	.tkcs-menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
		order: 3;
		width: 44px;
		height: 44px;
		background: transparent;
		border: 1px solid #dfe3e5;
		border-radius: 7px;
	}
	.tkcs-menu-toggle > span:not(.tkcs-sr) {
		height: 2px;
		width: 18px;
		background: #202226;
		transition: transform 0.2s;
	}
	.tkcs-menu-toggle[aria-expanded='true'] > span:first-child {
		transform: translateY(4px) rotate(45deg);
	}
	.tkcs-menu-toggle[aria-expanded='true'] > span:nth-child(2) {
		transform: translateY(-4px) rotate(-45deg);
	}
	.tkcs-nav-inner nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 14px 32px 22px;
		background: #fff;
		border-bottom: 1px solid #dfe3e5;
		box-shadow: 0 12px 18px #17212b0b;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}
	.tkcs-nav-inner nav.tkcs-menu-open {
		display: flex;
		animation: tkcs-menu-in 0.2s ease;
	}
	.tkcs-nav-inner nav a {
		font-size: 13px;
		min-height: 48px;
	}
	.tkcs-hero-grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}
	.tkcs-hero h1 {
		font-size: clamp(29px, 4vw, 40px);
	}
	.tkcs-hero .tkcs-lead {
		font-size: 12px;
	}
	.tkcs-hero .tkcs-eyebrow {
		font-size: 7px !important;
		letter-spacing: 0.6px !important;
	}
	.tkcs-trust {
		gap: 12px;
		font-size: 8px;
	}
	.tkcs-browser-mock {
		height: 61%;
		top: 12%;
	}
	.tkcs-mock-page {
		padding: 12px;
	}
	.tkcs-mock-nav > span {
		font-size: 4px;
	}
	.tkcs-mock-content {
		margin-top: 10px;
	}
	.tkcs-mock-content small {
		font-size: 4px;
		margin-bottom: 5px;
	}
	.tkcs-mock-content strong {
		font-size: 19px;
	}
	.tkcs-mock-sculpture {
		height: 67px;
	}
	.tkcs-mock-foot {
		margin-top: 13px;
		font-size: 4px;
	}
	.tkcs-mock-button {
		padding: 5px 8px;
		font-size: 4px;
		margin-top: 10px;
	}
	.tkcs-brand-card {
		padding: 14px;
		top: 63%;
	}
	.tkcs-brand-card b {
		font-size: 36px;
		letter-spacing: -4px;
	}
	.tkcs-brand-card small {
		font-size: 4px;
	}
	.tkcs-swatch-row {
		margin-top: 13px;
	}
	.tkcs-phone-mock {
		top: 44%;
		width: 33%;
		border-radius: 16px;
	}
	.tkcs-phone-mock > strong {
		font-size: 15px;
	}
	.tkcs-phone-mock > b {
		font-size: 6px;
	}
	.tkcs-phone-row {
		font-size: 5px;
	}
	.tkcs-phone-status {
		font-size: 3.5px;
	}
	.tkcs-demo-label {
		font-size: 3.5px;
	}
	.tkcs-mini-chart {
		height: 25px;
		gap: 3px;
	}
	.tkcs-art-caption {
		font-size: 4px;
		bottom: -8%;
	}
	.tkcs-print-tag {
		display: none;
	}
	.tkcs-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.tkcs-packages-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.tkcs-package {
		padding: 30px;
	}
	.tkcs-package h3 {
		min-height: 0;
	}
	.tkcs-package .tkcs-price {
		font-size: 40px;
	}
	.tkcs-mini-grid {
		grid-template-columns: 1fr;
	}
	.tkcs-web-grid {
		gap: 15px;
	}
	.tkcs-web-body {
		padding: 22px;
	}
	.tkcs-web-body h3 {
		font-size: 17px !important;
	}
	.tkcs-web-body .tkcs-price {
		font-size: 31px;
	}
	.tkcs-web-body .tkcs-btn {
		padding-inline: 10px;
		font-size: 10px !important;
		gap: 8px;
	}
	.tkcs-web-visual {
		height: 150px;
	}
	.tkcs-tiny-browser {
		height: 110px;
		width: 75%;
	}
	.tkcs-tiny-browser b {
		font-size: 11px;
	}
	.tkcs-secondary-window {
		width: 42%;
		height: 75px;
	}
	.tkcs-secondary-window b {
		font-size: 7px;
	}
	.tkcs-tiny-grid i {
		height: 18px;
	}
	.tkcs-hosting {
		padding: 35px;
		gap: 28px;
		grid-template-columns: 1fr 1fr;
	}
	.tkcs-hosting h2 {
		font-size: 28px !important;
	}
	.tkcs-hosting-prices {
		gap: 10px;
		flex-direction: column;
		align-items: start;
	}
	.tkcs-dashboard {
		grid-template-columns: 1fr;
	}
	.tkcs-dash-sidebar {
		display: none;
	}
	.tkcs-print-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.tkcs-print-visual {
		height: 150px;
	}
	.tkcs-why-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.tkcs-contact-grid {
		gap: 32px;
	}
	.tkcs-form {
		padding: 24px;
	}
	.tkcs-form-grid {
		grid-template-columns: 1fr;
	}
	.tkcs-stage strong {
		font-size: 18px;
	}
	.tkcs-stage-number {
		display: block;
		margin-bottom: 5px;
	}
	.tkcs-stage small {
		font-size: 9px;
	}
	.tkcs-app-pricing {
		flex-direction: column;
		align-items: start;
		gap: 12px;
	}
	.tkcs-system summary {
		font-size: 12px;
		padding: 18px;
		gap: 10px;
	}
	.tkcs-system-details {
		padding-left: 20px;
	}
	.tkcs-section {
		padding-block: 75px;
	}
	.tkcs-mini-section {
		padding-block: 45px;
	}
	.tkcs-showcase {
		padding-top: 0;
	}
	.tkcs-hosting-section {
		padding-top: 0;
	}
}
@media (max-width: 640px) {
	.tkcs-container {
		width: calc(100% - 40px);
	}
	.tkcs-section {
		padding: 60px 0;
	}
	.tkcs-header .tkcs-nav-inner {
		min-height: 78px;
		gap: 12px;
	}
	.tkcs-scrolled .tkcs-nav-inner {
		min-height: 68px;
	}
	.tkcs-wordmark {
		font-size: 34px;
	}
	.tkcs-header-actions .tkcs-btn {
		display: none;
	}
	.tkcs-header-actions .tkcs-chat-icon {
		display: grid;
	}
	.tkcs-header-actions {
		margin-right: 0;
	}
	.tkcs-logo {
		width: 124px;
		height: 56px;
	}
	.tkcs-nav-inner nav {
		padding-inline: 20px;
	}
	.tkcs-hero {
		padding: 42px 0 55px;
	}
	.tkcs-hero-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}
	.tkcs-hero h1 {
		font-size: clamp(31px, 8.9vw, 53px);
		letter-spacing: -0.055em;
	}
	.tkcs-hero .tkcs-eyebrow {
		font-size: 7.3px !important;
		letter-spacing: 0.7px !important;
		margin-bottom: 18px !important;
	}
	.tkcs-hero .tkcs-lead {
		font-size: 13px;
		line-height: 1.8;
		margin: 20px 0 24px !important;
		max-width: 460px;
	}
	.tkcs-hero .tkcs-actions {
		gap: 12px 20px;
	}
	.tkcs-hero .tkcs-btn {
		font-size: 10px !important;
		padding: 14px 16px;
	}
	.tkcs-hero .tkcs-text-link {
		font-size: 10px;
	}
	.tkcs-trust {
		font-size: 8px;
		gap: 12px;
		margin-top: 25px;
	}
	.tkcs-hero-art {
		width: 92%;
		max-width: 480px;
		margin-inline: auto;
		aspect-ratio: 1.06;
	}
	.tkcs-art-label {
		font-size: 6px;
		right: 5%;
	}
	.tkcs-browser-mock {
		height: 58%;
		top: 14%;
	}
	.tkcs-mock-page {
		padding: 14px;
	}
	.tkcs-browser-bar {
		height: 22px;
	}
	.tkcs-mock-content {
		margin-top: 15px;
	}
	.tkcs-mock-content strong {
		font-size: clamp(18px, 5vw, 28px);
	}
	.tkcs-mock-sculpture {
		height: 70px;
	}
	.tkcs-mock-foot {
		margin-top: 18px;
	}
	.tkcs-phone-mock {
		top: 45%;
		padding: 15px 9px 10px;
		min-height: 49%;
	}
	.tkcs-phone-mock > b {
		font-size: 7px;
		margin: 7px 0;
	}
	.tkcs-phone-mock > strong {
		font-size: 17px;
	}
	.tkcs-phone-row {
		padding: 6px 0;
	}
	.tkcs-mini-chart {
		height: 29px;
	}
	.tkcs-brand-card b {
		font-size: 40px;
	}
	.tkcs-brand-card {
		padding: 16px;
		top: 64%;
	}
	.tkcs-art-caption {
		bottom: -7%;
		left: 5%;
		font-size: 4px;
	}
	.tkcs-art-orbit {
		inset: 4% -3% -4% -3%;
	}
	.tkcs-journey {
		padding: 27px 0;
	}
	.tkcs-journey > .tkcs-container > p {
		font-size: 10px;
		max-width: 280px;
	}
	.tkcs-journey-steps {
		grid-template-columns: 1fr 1fr;
		gap: 8px 0;
	}
	.tkcs-journey .tkcs-stage {
		padding: 12px 15px;
	}
	.tkcs-journey .tkcs-stage:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}
	.tkcs-stage strong {
		font-size: 22px;
	}
	.tkcs-stage small {
		font-size: 8px;
	}
	.tkcs-stage-number {
		display: inline;
		font-size: 8px;
		margin-right: 8px;
	}
	.tkcs-stage-arrow {
		font-size: 18px;
	}
	.tkcs-section-heading {
		display: block;
		margin-bottom: 30px;
	}
	.tkcs-section-heading > p {
		font-size: 12px;
		margin-top: 20px !important;
	}
	.tkcs-section-heading > .tkcs-btn {
		margin-top: 25px;
	}
	.tkcs-section-symbol,
	.tkcs-why-symbol {
		display: none;
	}
	.tkcs-eyebrow {
		font-size: 9px !important;
		letter-spacing: 1.5px !important;
		margin-bottom: 15px !important;
	}
	.tkcs-services-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.tkcs-service-card {
		padding: 25px;
	}
	.tkcs-card-top {
		margin-bottom: 20px;
	}
	.tkcs-service-card p {
		font-size: 12px;
	}
	.tkcs-packages-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.tkcs-package {
		padding: 28px;
	}
	.tkcs-package .tkcs-price {
		font-size: 43px;
	}
	.tkcs-package h3 {
		font-size: 11px !important;
		margin-bottom: 22px !important;
	}
	.tkcs-package-bottom {
		padding-top: 25px;
	}
	.tkcs-checklist {
		font-size: 12px;
	}
	.tkcs-package-name {
		margin-bottom: 14px !important;
	}
	.tkcs-price-menu {
		grid-template-columns: 1fr;
	}
	.tkcs-mini-section {
		padding: 42px 0;
	}
	.tkcs-mini-grid {
		gap: 22px;
	}
	.tkcs-web-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.tkcs-web-visual {
		height: 195px;
	}
	.tkcs-tiny-browser {
		width: 60%;
		height: 140px;
	}
	.tkcs-tiny-browser b {
		font-size: 18px;
	}
	.tkcs-tiny-grid i {
		height: 27px;
	}
	.tkcs-secondary-window {
		height: 100px;
		width: 38%;
		right: 13%;
	}
	.tkcs-secondary-window b {
		font-size: 10px;
	}
	.tkcs-web-body {
		padding: 28px;
	}
	.tkcs-web-body h3 {
		font-size: 22px !important;
	}
	.tkcs-web-body .tkcs-price {
		font-size: 40px;
	}
	.tkcs-web-body .tkcs-btn {
		font-size: 11px !important;
	}
	.tkcs-hosting-section {
		padding-top: 0;
	}
	.tkcs-hosting {
		padding: 28px;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.tkcs-hosting h2 {
		font-size: 30px !important;
	}
	.tkcs-hosting-prices {
		flex-direction: row;
		align-items: center;
		gap: 12px;
	}
	.tkcs-hosting-prices strong {
		font-size: 24px;
	}
	.tkcs-hosting-prices > small {
		display: none;
	}
	.tkcs-hosting-prices > span {
		white-space: nowrap;
	}
	.tkcs-email-examples {
		padding: 16px;
	}
	.tkcs-systems-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.tkcs-system summary {
		font-size: 13px;
		min-height: 68px;
		padding: 18px;
	}
	.tkcs-system-details {
		padding-left: 22px;
	}
	.tkcs-app-pricing > strong {
		font-size: 15px;
	}
	.tkcs-app-pricing > span {
		font-size: 11px;
	}
	.tkcs-showcase {
		padding-top: 0;
	}
	.tkcs-dashboard {
		margin-top: 30px;
		border-radius: 10px;
	}
	.tkcs-dash-main {
		padding: 18px 14px;
	}
	.tkcs-dash-heading {
		flex-wrap: wrap;
		gap: 14px;
	}
	.tkcs-dash-heading h3 {
		font-size: 20px !important;
	}
	.tkcs-stats {
		grid-template-columns: 1fr 1fr;
		gap: 9px;
		margin: 18px 0;
	}
	.tkcs-stats > div {
		padding: 13px;
	}
	.tkcs-stats strong {
		font-size: 25px;
	}
	.tkcs-dash-panels {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.tkcs-chart-panel,
	.tkcs-activity {
		padding: 16px;
	}
	.tkcs-chart {
		gap: 9px;
		height: 155px;
	}
	.tkcs-activity > div {
		padding: 12px 0;
	}
	.tkcs-activity p {
		font-size: 9px;
	}
	.tkcs-activity strong {
		font-size: 11px;
	}
	.tkcs-demo-notice {
		font-size: 7px;
	}
	.tkcs-industries {
		gap: 8px;
		margin-top: 28px;
	}
	.tkcs-industries a {
		font-size: 10px;
		padding: 9px 14px;
		gap: 10px;
	}
	.tkcs-print-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.tkcs-print-visual {
		height: 135px;
	}
	.tkcs-print-card-label {
		padding: 13px 10px;
		min-height: 58px;
		align-items: center;
	}
	.tkcs-print-card-label h3 {
		font-size: 11px !important;
	}
	.tkcs-print-object {
		padding: 12px;
	}
	.tkcs-print-object > b {
		font-size: 21px;
	}
	.tkcs-print-object > span {
		font-size: 3.5px;
		letter-spacing: 0;
	}
	.tkcs-print-1 .tkcs-print-object,
	.tkcs-print-2 .tkcs-print-object {
		width: 50%;
		height: 108px;
	}
	.tkcs-print-4 .tkcs-print-object {
		height: 114px;
	}
	.tkcs-print-3 .tkcs-print-object {
		width: 77px;
		height: 77px;
	}
	.tkcs-print-visual svg {
		height: 115px;
	}
	.tkcs-why-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.tkcs-why-grid article {
		padding-top: 20px;
		display: grid;
		grid-template-columns: 30px 1fr;
		gap: 0 14px;
	}
	.tkcs-why-grid article > span {
		padding-top: 5px;
	}
	.tkcs-why-grid h3 {
		margin: 0 0 10px !important;
		font-size: 18px !important;
	}
	.tkcs-why-grid p {
		grid-column: 2;
	}
	.tkcs-consultation h2 {
		font-size: clamp(36px, 9vw, 56px) !important;
	}
	.tkcs-consultation .tkcs-container > p:not(.tkcs-eyebrow) {
		font-size: 12px;
	}
	.tkcs-consultation .tkcs-actions {
		gap: 13px;
	}
	.tkcs-cta-art {
		font-size: 190px;
		right: -12%;
		top: 17%;
	}
	.tkcs-contact-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}
	.tkcs-contact-details {
		font-size: 19px;
	}
	.tkcs-form {
		padding: 24px;
	}
	.tkcs-form label {
		font-size: 11px;
	}
	.tkcs-form input,
	.tkcs-form textarea,
	.tkcs-form select {
		font-size: 16px !important;
	}
	.tkcs-form-privacy {
		font-size: 10px;
	}
	.tkcs-footer {
		padding-top: 35px;
		padding-bottom: 96px;
	}
	.tkcs-footer-top {
		align-items: start;
		flex-direction: column;
		gap: 24px;
		padding-bottom: 25px;
	}
	.tkcs-footer-links {
		gap: 24px;
	}
	.tkcs-footer-top p {
		font-size: 7px;
		letter-spacing: 0.7px;
	}
	.tkcs-footer-bottom {
		align-items: start;
		flex-direction: column;
		gap: 16px;
	}
	.tkcs-mobile-cta {
		display: flex;
		position: fixed;
		bottom: max(12px, env(safe-area-inset-bottom));
		left: 16px;
		right: 16px;
		z-index: 90;
		align-items: center;
		justify-content: center;
		gap: 12px;
		background: #17191c;
		color: #fff !important;
		border: 1px solid #ffffff30;
		border-radius: 10px;
		min-height: 52px;
		padding: 13px 14px;
		font-size: 11px;
		font-weight: 750;
		box-shadow: 0 4px 25px #0003;
	}
	.tkcs-mobile-cta svg {
		width: 19px;
		height: 19px;
	}
	.tkcs-mode-theme,
	.tkcs-mode-fullscreen {
		padding-bottom: 80px;
	}
	#tkcs-homepage section[id] {
		scroll-margin-top: 95px;
	}
	.admin-bar .tkcs-header {
		top: 46px;
	}
}
@media (max-width: 360px) {
	.tkcs-container {
		width: calc(100% - 32px);
	}
	.tkcs-hero .tkcs-eyebrow {
		font-size: 6.4px !important;
	}
	.tkcs-hero h1 {
		font-size: 29px;
	}
	.tkcs-hero .tkcs-actions {
		gap: 8px;
	}
	.tkcs-trust {
		gap: 10px;
		font-size: 7px;
	}
	.tkcs-phone-mock > strong {
		font-size: 14px;
	}
	.tkcs-phone-mock > b {
		font-size: 5.8px;
	}
	.tkcs-mock-content {
		margin-top: 10px;
	}
	.tkcs-mock-sculpture {
		height: 57px;
	}
	.tkcs-mock-foot {
		margin-top: 10px;
	}
	.tkcs-brand-card b {
		font-size: 34px;
	}
	.tkcs-card-caption {
		font-size: 4px;
	}
	.tkcs-phone-row {
		font-size: 4.5px;
		padding: 4px 0;
	}
	.tkcs-phone-mock {
		padding: 13px 7px 8px;
	}
	.tkcs-print-object > b {
		font-size: 18px;
	}
	.tkcs-form {
		padding: 20px;
	}
	.tkcs-price-menu a {
		font-size: 10px;
	}
	.tkcs-stage strong {
		font-size: 19px;
	}
	.tkcs-stage small {
		font-size: 7px;
	}
	.tkcs-mobile-cta {
		font-size: 10px;
	}
}
@media (prefers-reduced-motion: reduce) {
	#tkcs-homepage *,
	#tkcs-homepage *:before,
	#tkcs-homepage *:after {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
	.tkcs-reveal.tkcs-pending {
		opacity: 1;
		transform: none;
	}
}
@keyframes tkcs-menu-in {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media print {
	.tkcs-header,
	.tkcs-mobile-cta,
	.tkcs-progress,
	.tkcs-form,
	.tkcs-hero-art {
		display: none !important;
	}
	.tkcs-section {
		padding: 25px 0;
	}
	.tkcs-reveal {
		opacity: 1 !important;
		transform: none !important;
	}
	.tkcs-dark {
		background: #fff !important;
		color: #111 !important;
	}
	.tkcs-container {
		width: 100%;
	}
}

/* Maintain readable text on print concept accent panels. */
.tkcs-print-2 .tkcs-print-object,
.tkcs-print-8 .tkcs-print-object { color: #101113; }
.tkcs-period button { min-height: 44px; }
@media (max-width: 640px) { .tkcs-socials a { width: 44px; height: 44px; } }
