:root {
	--mtt-bg: #f4f2ec;
	--mtt-paper: #fffaf0;
	--mtt-ink: #14120f;
	--mtt-muted: #746d61;
	--mtt-line: rgba(20, 18, 15, .12);
	--mtt-lime: #c8ff3d;
	--mtt-teal: #00a88f;
	--mtt-brick: #df5a3f;
	--mtt-navy: #111c2e;
	--mtt-shadow: 0 24px 70px rgba(20, 18, 15, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Thai", sans-serif;
	color: var(--mtt-ink);
	background: var(--mtt-bg);
	line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; left: -9999px; }
.mtt-container { width: min(1220px, calc(100% - 32px)); margin-inline: auto; }

.mtt-header {
	position: sticky;
	top: 0;
	z-index: 99;
	background: rgba(244, 242, 236, .88);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--mtt-line);
}
.mtt-header.is-scrolled { box-shadow: 0 18px 48px rgba(20,18,15,.08); }
.mtt-nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 16px 0; }
.mtt-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.custom-logo-link img { max-height: 62px; width: auto; }
.mtt-brand__symbol {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--mtt-ink);
	color: var(--mtt-lime);
	font-weight: 1000;
	letter-spacing: -.08em;
	box-shadow: inset 0 0 0 5px rgba(200,255,61,.16);
}
.mtt-brand__copy { display: grid; line-height: 1.04; }
.mtt-brand__copy strong { font-size: 17px; letter-spacing: -.02em; }
.mtt-brand__copy small { color: var(--mtt-muted); font-weight: 800; font-size: 11px; margin-top: 4px; }

.mtt-menu ul { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
.mtt-menu a {
	display: inline-flex;
	padding: 10px 12px;
	border-radius: 0;
	font-weight: 900;
	font-size: 14px;
	color: var(--mtt-ink);
	border-bottom: 2px solid transparent;
}
.mtt-menu a:hover,
.mtt-menu .current-menu-item > a { border-color: var(--mtt-brick); color: var(--mtt-brick); }
.mtt-nav-actions { display: flex; align-items: center; gap: 10px; }
.mtt-link-pill {
	display: inline-flex;
	padding: 10px 14px;
	border: 1px solid var(--mtt-line);
	border-radius: 999px;
	background: rgba(255,255,255,.42);
	font-weight: 950;
}
.mtt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	padding: 14px 20px;
	background: var(--mtt-lime);
	color: var(--mtt-ink);
	font-weight: 1000;
	box-shadow: 8px 8px 0 var(--mtt-ink);
	transition: transform .18s ease, box-shadow .18s ease;
	cursor: pointer;
}
.mtt-btn:hover { transform: translate(3px, 3px); box-shadow: 5px 5px 0 var(--mtt-ink); }
.mtt-btn--small { padding: 11px 15px; font-size: 14px; }
.mtt-btn--outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); box-shadow: 8px 8px 0 rgba(255,255,255,.18); }
.mtt-btn--dark { background: var(--mtt-ink); color: #fff; box-shadow: 8px 8px 0 var(--mtt-lime); }
.mtt-menu-toggle { display: none; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--mtt-line); padding: 10px 12px; }
.mtt-menu-toggle span { width: 18px; height: 2px; background: var(--mtt-ink); display: block; }
.mtt-menu-toggle em { font-style: normal; font-weight: 950; font-size: 13px; }

.mtt-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 70% 10%, rgba(200,255,61,.24), transparent 32%),
		linear-gradient(135deg, #111c2e 0%, #1b2c45 58%, #0f3d3a 100%);
	color: #fff;
}
.mtt-hero__map {
	position: absolute;
	inset: 0;
	opacity: .2;
	background-image:
		linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
	background-size: 74px 74px;
	transform: rotate(-2deg) scale(1.08);
}
.mtt-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: 70px;
	align-items: center;
	min-height: 720px;
	padding: 72px 0;
}
.mtt-tagline {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 9px 12px;
	border: 1px solid rgba(255,255,255,.25);
	color: var(--mtt-lime);
	font-weight: 1000;
	font-size: 12px;
	letter-spacing: .16em;
}
.mtt-hero h1 {
	margin: 0;
	font-size: clamp(44px, 7vw, 84px);
	line-height: .96;
	letter-spacing: -.075em;
	max-width: 980px;
}
.mtt-hero__left > p:not(.mtt-tagline) {
	max-width: 720px;
	font-size: clamp(18px, 2vw, 23px);
	color: rgba(255,255,255,.78);
}
.mtt-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.mtt-trust-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 42px;
	max-width: 780px;
}
.mtt-trust-row div {
	padding: 16px;
	border-left: 3px solid var(--mtt-lime);
	background: rgba(255,255,255,.07);
}
.mtt-trust-row strong,
.mtt-trust-row span { display: block; }
.mtt-trust-row strong { color: #fff; font-size: 22px; letter-spacing: -.03em; }
.mtt-trust-row span { color: rgba(255,255,255,.72); font-size: 13px; }

.mtt-hero__right { position: relative; min-height: 540px; }
.mtt-command-card {
	position: absolute;
	inset: 30px 0 40px 60px;
	padding: 28px;
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(255,250,240,.1);
	backdrop-filter: blur(20px);
	box-shadow: 0 34px 110px rgba(0,0,0,.28);
}
.mtt-command-card__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.mtt-command-card__head span { color: rgba(255,255,255,.72); font-weight: 1000; letter-spacing: .12em; font-size: 12px; }
.mtt-command-card__head b { background: var(--mtt-lime); color: var(--mtt-ink); padding: 6px 10px; font-size: 12px; }
.mtt-pipeline { display: grid; gap: 14px; }
.mtt-pipeline div {
	padding: 18px;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.16);
}
.mtt-pipeline span { display: block; color: var(--mtt-lime); font-size: 12px; font-weight: 1000; letter-spacing: .08em; }
.mtt-pipeline strong { font-size: 24px; letter-spacing: -.04em; }
.mtt-bars { display: grid; gap: 12px; margin-top: 32px; }
.mtt-bars span {
	display: block;
	width: var(--w);
	height: 12px;
	background: linear-gradient(90deg, var(--mtt-lime), var(--mtt-teal));
}
.mtt-floating-card {
	position: absolute;
	padding: 18px 20px;
	background: var(--mtt-paper);
	color: var(--mtt-ink);
	box-shadow: 10px 10px 0 var(--mtt-lime);
	border: 1px solid var(--mtt-ink);
}
.mtt-floating-card small,
.mtt-floating-card strong { display: block; }
.mtt-floating-card small { color: var(--mtt-muted); font-weight: 900; }
.mtt-floating-card strong { font-size: 22px; letter-spacing: -.04em; }
.mtt-floating-card--one { left: 0; top: 0; }
.mtt-floating-card--two { right: 0; bottom: 10px; }

.mtt-section { padding: 78px 0; }
.mtt-section--dark { background: var(--mtt-ink); color: #fff; padding: 0; }
.mtt-section--muted { background: #ebe7dc; }
.mtt-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid rgba(255,255,255,.12);
}
.mtt-strip div {
	padding: 30px 24px;
	border-right: 1px solid rgba(255,255,255,.12);
}
.mtt-strip span { color: var(--mtt-lime); font-weight: 1000; }
.mtt-strip strong { display: block; font-size: 26px; letter-spacing: -.04em; margin-top: 8px; }
.mtt-strip p { color: rgba(255,255,255,.66); margin-bottom: 0; }

.mtt-heading { max-width: 780px; margin-bottom: 34px; }
.mtt-heading p,
.mtt-page-header p,
.mtt-inner-hero p {
	margin: 0 0 10px;
	color: var(--mtt-brick);
	font-weight: 1000;
	letter-spacing: .14em;
	font-size: 12px;
}
.mtt-heading h2,
.mtt-page-header h1,
.mtt-inner-hero h1 {
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
	letter-spacing: -.06em;
}
.mtt-heading span,
.mtt-inner-hero span { color: var(--mtt-muted); font-size: 18px; display: block; margin-top: 14px; }
.mtt-heading--row {
	max-width: none;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
}
.mtt-heading--row a { color: var(--mtt-brick); font-weight: 1000; }

.mtt-catalog-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr .9fr 1.1fr;
	gap: 16px;
	align-items: stretch;
}
.mtt-catalog-card {
	min-height: 280px;
	padding: 26px;
	background: var(--mtt-paper);
	border: 1px solid var(--mtt-line);
	box-shadow: 0 16px 45px rgba(20,18,15,.08);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform .25s ease, box-shadow .25s ease;
}
.mtt-catalog-card:nth-child(2),
.mtt-catalog-card:nth-child(3) { margin-top: 52px; }
.mtt-catalog-card:hover { transform: translateY(-7px); box-shadow: var(--mtt-shadow); }
.mtt-catalog-card b { color: var(--mtt-brick); font-size: 13px; }
.mtt-catalog-card h3 { font-size: 30px; line-height: 1.02; letter-spacing: -.05em; margin: auto 0 10px; }
.mtt-catalog-card p { color: var(--mtt-muted); margin: 0; }

.mtt-process__grid,
.mtt-service-matrix {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.mtt-process__grid div,
.mtt-service-matrix div,
.mtt-placeholder,
.mtt-content,
.mtt-shop-shell {
	background: var(--mtt-paper);
	border: 1px solid var(--mtt-line);
	box-shadow: 0 16px 45px rgba(20,18,15,.08);
}
.mtt-process__grid div,
.mtt-service-matrix div { padding: 26px; }
.mtt-process__grid b,
.mtt-service-matrix b { color: var(--mtt-teal); font-weight: 1000; }
.mtt-process__grid h3,
.mtt-service-matrix h2 { font-size: 24px; line-height: 1.1; letter-spacing: -.04em; margin: 14px 0 10px; }
.mtt-process__grid p,
.mtt-service-matrix p { color: var(--mtt-muted); }
.mtt-service-matrix a { color: var(--mtt-brick); font-weight: 1000; }

.mtt-cta { padding-top: 0; }
.mtt-cta__box {
	padding: clamp(34px, 6vw, 70px);
	background: var(--mtt-ink);
	color: #fff;
	display: grid;
	gap: 18px;
	box-shadow: 16px 16px 0 var(--mtt-lime);
}
.mtt-cta__box p { color: var(--mtt-lime); font-weight: 1000; letter-spacing: .12em; margin: 0; }
.mtt-cta__box h2 { margin: 0; font-size: clamp(34px, 6vw, 70px); line-height: 1.02; letter-spacing: -.06em; max-width: 900px; }
.mtt-cta__box .mtt-btn { width: max-content; }

.mtt-page,
.mtt-inner-hero { padding: 72px 0; }
.mtt-page-header { margin-bottom: 30px; }
.mtt-content { padding: clamp(22px, 4vw, 48px); overflow-wrap: anywhere; }
.mtt-narrow { max-width: 900px; }
.mtt-inner-grid { display: grid; grid-template-columns: 1fr minmax(320px, 460px); gap: 42px; align-items: start; }
.mtt-inner-grid aside {
	background: var(--mtt-paper);
	border: 1px solid var(--mtt-line);
	padding: 28px;
	box-shadow: 12px 12px 0 var(--mtt-lime);
}
.mtt-contact-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

.mtt-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mtt-post-card {
	background: var(--mtt-paper);
	border: 1px solid var(--mtt-line);
	overflow: hidden;
	box-shadow: 0 16px 45px rgba(20,18,15,.08);
}
.mtt-post-card__image { display: block; aspect-ratio: 4/3; background: linear-gradient(135deg, rgba(0,168,143,.18), rgba(223,90,63,.18)); }
.mtt-post-card__body { padding: 22px; }
.mtt-post-card time { color: var(--mtt-muted); font-size: 13px; font-weight: 900; }
.mtt-post-card h2 { font-size: 24px; line-height: 1.12; letter-spacing: -.04em; }
.mtt-post-card p { color: var(--mtt-muted); }
.mtt-placeholder { padding: 32px; text-align: center; }

/* WooCommerce */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background: var(--mtt-paper);
	border: 1px solid var(--mtt-line);
	padding: 16px;
	box-shadow: 0 16px 45px rgba(20,18,15,.08);
}
.woocommerce ul.products li.product a img {
	border: 1px solid var(--mtt-line);
	background: #fff;
	margin: 0 0 14px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.woocommerce-loop-product__title {
	font-size: 18px !important;
	line-height: 1.32;
	letter-spacing: -.03em;
	color: var(--mtt-ink);
	padding: 0 !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--mtt-brick);
	font-weight: 1000;
	font-size: 18px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .single_add_to_cart_button {
	border-radius: 0 !important;
	background: var(--mtt-lime) !important;
	color: var(--mtt-ink) !important;
	font-weight: 1000 !important;
	box-shadow: 5px 5px 0 var(--mtt-ink) !important;
}
.mtt-shop-shell { padding: clamp(18px, 3vw, 34px); }
.mtt-wc-content { overflow-x: auto; }
.woocommerce table.shop_table { background: #fff; border: 1px solid var(--mtt-line); }
.woocommerce-cart table.cart img { width: 72px; }
.woocommerce-cart .cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid var(--mtt-line);
	padding: 24px;
}
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
	background: var(--mtt-paper);
	border: 1px solid var(--mtt-line);
	padding: clamp(14px, 3vw, 28px);
	overflow-x: auto;
}

.mtt-footer {
	background: var(--mtt-ink);
	color: rgba(255,255,255,.74);
	padding: 58px 0 24px;
	margin-top: 80px;
}
.mtt-footer a { color: rgba(255,255,255,.92); }
.mtt-footer h3 { color: #fff; margin-top: 0; }
.mtt-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.mtt-footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; }
.mtt-brand--footer .mtt-brand__copy strong { color: #fff; }
.mtt-footer__category { color: var(--mtt-lime); }
.mtt-footer__bottom {
	border-top: 1px solid rgba(255,255,255,.14);
	margin-top: 34px;
	padding-top: 22px;
	font-size: 14px;
}

.mtt-reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.mtt-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
	.mtt-menu-toggle { display: inline-flex; }
	.mtt-menu {
		display: none;
		position: absolute;
		left: 16px;
		right: 16px;
		top: 100%;
		background: var(--mtt-paper);
		border: 1px solid var(--mtt-line);
		padding: 16px;
		box-shadow: var(--mtt-shadow);
	}
	.mtt-menu.is-open { display: block; }
	.mtt-menu ul { display: grid; }
	.mtt-menu a { width: 100%; }
	.mtt-nav-actions .mtt-btn { display: none; }
	.mtt-hero__grid,
	.mtt-inner-grid { grid-template-columns: 1fr; min-height: auto; }
	.mtt-hero__right { min-height: 430px; }
	.mtt-command-card { inset: 20px 40px; }
	.mtt-strip,
	.mtt-process__grid,
	.mtt-service-matrix,
	.mtt-footer__top { grid-template-columns: repeat(2, 1fr); }
	.mtt-catalog-grid,
	.woocommerce ul.products,
	.mtt-post-grid { grid-template-columns: repeat(2, 1fr); }
	.mtt-catalog-card:nth-child(2),
	.mtt-catalog-card:nth-child(3) { margin-top: 0; }
}
@media (max-width: 720px) {
	.mtt-nav { padding: 12px 0; }
	.mtt-brand__copy small { display: none; }
	.mtt-link-pill { display: none; }
	.mtt-hero__grid { padding: 58px 0; gap: 30px; }
	.mtt-hero h1 { font-size: clamp(40px, 13vw, 58px); }
	.mtt-trust-row,
	.mtt-strip,
	.mtt-process__grid,
	.mtt-service-matrix,
	.mtt-catalog-grid,
	.woocommerce ul.products,
	.mtt-post-grid,
	.mtt-footer__top { grid-template-columns: 1fr; }
	.mtt-hero__right { display: none; }
	.mtt-section { padding: 52px 0; }
	.mtt-heading--row { align-items: start; flex-direction: column; }
	.mtt-footer { margin-top: 48px; }
}


/* v1.0.1 Header polish + section icons */
.mtt-nav-actions {
	gap: 12px;
}

.mtt-mini-contact {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px 8px 8px;
	background: rgba(255,250,240,.78);
	border: 1px solid var(--mtt-line);
	box-shadow: 5px 5px 0 rgba(20,18,15,.08);
	min-width: 168px;
}

.mtt-mini-contact__icon {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	background: var(--mtt-ink);
	color: var(--mtt-lime);
}

.mtt-mini-contact svg,
.mtt-cart-chip svg,
.mtt-quote-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.mtt-mini-contact__copy {
	display: grid;
	line-height: 1.05;
}

.mtt-mini-contact__copy small {
	color: var(--mtt-muted);
	font-size: 11px;
	font-weight: 900;
}

.mtt-mini-contact__copy strong {
	font-size: 13px;
	font-weight: 1000;
	letter-spacing: -.02em;
}

.mtt-cart-chip {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 11px 13px;
	border: 1px solid var(--mtt-ink);
	background: #fff;
	color: var(--mtt-ink);
	font-weight: 1000;
}

.mtt-cart-chip::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: -4px;
	top: -4px;
	background: var(--mtt-brick);
	border: 2px solid var(--mtt-bg);
	border-radius: 999px;
}

.mtt-quote-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	background: var(--mtt-ink);
	color: #fff;
	font-weight: 1000;
	box-shadow: 6px 6px 0 var(--mtt-lime);
	transition: transform .18s ease, box-shadow .18s ease;
}

.mtt-quote-btn:hover {
	transform: translate(3px, 3px);
	box-shadow: 3px 3px 0 var(--mtt-lime);
}

.mtt-inline-icon {
	color: var(--mtt-lime);
	margin-right: 6px;
}

.mtt-stat-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 8px;
	background: rgba(200,255,61,.13);
	border: 1px solid rgba(200,255,61,.28);
	font-style: normal;
}

.mtt-strip-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	background: rgba(200,255,61,.1);
	border: 1px solid rgba(200,255,61,.2);
	font-style: normal;
	font-size: 24px;
}

.mtt-card-icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
	background: var(--mtt-ink);
	color: #fff;
	box-shadow: 6px 6px 0 var(--mtt-lime);
	font-size: 25px;
}

.mtt-catalog-card:hover .mtt-card-icon {
	background: var(--mtt-brick);
}

.mtt-process__grid i,
.mtt-service-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	background: #fff;
	border: 1px solid var(--mtt-line);
	box-shadow: 5px 5px 0 var(--mtt-lime);
	font-style: normal;
	font-size: 24px;
}

.mtt-tech-dots {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.mtt-tech-dots span {
	width: 12px;
	height: 12px;
	background: var(--mtt-lime);
}

.mtt-tech-dots span:nth-child(2) {
	background: var(--mtt-teal);
}

.mtt-tech-dots span:nth-child(3) {
	background: var(--mtt-brick);
}

.mtt-command-card {
	overflow: hidden;
}

.mtt-command-card::after {
	content: "M2T";
	position: absolute;
	right: -18px;
	bottom: -34px;
	font-weight: 1000;
	font-size: 108px;
	letter-spacing: -.1em;
	color: rgba(200,255,61,.08);
	line-height: 1;
	pointer-events: none;
}

.mtt-catalog-card {
	position: relative;
	overflow: hidden;
}

.mtt-catalog-card::after {
	content: "";
	position: absolute;
	right: -36px;
	top: -36px;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(20,18,15,.08);
	background:
		linear-gradient(90deg, transparent 48%, rgba(20,18,15,.07) 49%, rgba(20,18,15,.07) 51%, transparent 52%),
		linear-gradient(transparent 48%, rgba(20,18,15,.07) 49%, rgba(20,18,15,.07) 51%, transparent 52%);
	background-size: 20px 20px;
	transform: rotate(12deg);
}

@media (max-width: 1180px) {
	.mtt-mini-contact {
		display: none;
	}
}

@media (max-width: 1080px) {
	.mtt-nav-actions .mtt-quote-btn {
		display: none;
	}
}

@media (max-width: 720px) {
	.mtt-cart-chip {
		display: none;
	}

	.mtt-card-icon,
	.mtt-process__grid i,
	.mtt-service-icon {
		width: 48px;
		height: 48px;
	}
}


/* v1.0.2 Purple Gray Modern IT Redesign */
:root {
	--mtt-bg: #f5f3fa;
	--mtt-paper: rgba(255, 255, 255, .82);
	--mtt-ink: #171327;
	--mtt-muted: #6f6a7d;
	--mtt-line: rgba(83, 67, 125, .16);
	--mtt-lime: #a78bfa;
	--mtt-teal: #7c3aed;
	--mtt-brick: #8b5cf6;
	--mtt-navy: #19132b;
	--mtt-violet: #6d28d9;
	--mtt-violet-soft: #ede9fe;
	--mtt-slate: #4b5563;
	--mtt-glass: rgba(255, 255, 255, .72);
	--mtt-shadow: 0 24px 80px rgba(45, 35, 90, .16);
}

body {
	background:
		radial-gradient(circle at 20% 0%, rgba(167,139,250,.22), transparent 34%),
		radial-gradient(circle at 95% 12%, rgba(124,58,237,.18), transparent 28%),
		linear-gradient(180deg, #f8f7fc 0%, #eeedf5 100%);
	color: var(--mtt-ink);
}

/* Header */
.mtt-header {
	background: rgba(247, 246, 252, .82);
	backdrop-filter: blur(22px);
	border-bottom: 1px solid rgba(83,67,125,.13);
}

.mtt-header.is-scrolled {
	box-shadow: 0 18px 55px rgba(45,35,90,.1);
}

.mtt-brand__symbol {
	border-radius: 18px;
	background:
		linear-gradient(135deg, #7c3aed, #a78bfa 55%, #c4b5fd);
	color: #fff;
	box-shadow: 0 14px 34px rgba(124,58,237,.26);
	letter-spacing: -.05em;
}

.mtt-brand__copy strong {
	color: #1f1833;
}

.mtt-brand__copy small {
	color: #766f8e;
}

.mtt-menu a {
	border-radius: 999px;
	border: 1px solid transparent;
	color: #2a243a;
}

.mtt-menu a:hover,
.mtt-menu .current-menu-item > a {
	border-color: rgba(124,58,237,.18);
	background: rgba(124,58,237,.08);
	color: var(--mtt-violet);
}

.mtt-mini-contact {
	border-radius: 18px;
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(124,58,237,.16);
	box-shadow: 0 12px 30px rgba(45,35,90,.08);
}

.mtt-mini-contact__icon {
	border-radius: 14px;
	background: linear-gradient(135deg, #6d28d9, #a78bfa);
	color: #fff;
}

.mtt-cart-chip {
	border-radius: 16px;
	border: 1px solid rgba(124,58,237,.18);
	background: #fff;
	box-shadow: 0 12px 28px rgba(45,35,90,.07);
}

.mtt-cart-chip::after {
	background: linear-gradient(135deg, #7c3aed, #c084fc);
	border-color: #f8f7fc;
}

.mtt-quote-btn,
.mtt-btn {
	border-radius: 16px;
	background: linear-gradient(135deg, #6d28d9, #8b5cf6 58%, #a78bfa);
	color: #fff;
	box-shadow: 0 16px 36px rgba(124,58,237,.25);
}

.mtt-quote-btn:hover,
.mtt-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 46px rgba(124,58,237,.3);
}

.mtt-btn--outline {
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.28);
	color: #fff;
	box-shadow: none;
	backdrop-filter: blur(14px);
}

.mtt-btn--dark {
	background: #201a35;
	color: #fff;
	box-shadow: 0 18px 42px rgba(32,26,53,.22);
}

/* Hero */
.mtt-hero {
	background:
		radial-gradient(circle at 78% 16%, rgba(167,139,250,.44), transparent 27%),
		radial-gradient(circle at 18% 84%, rgba(109,40,217,.3), transparent 28%),
		linear-gradient(135deg, #151124 0%, #241a3f 45%, #3b2b66 100%);
	color: #fff;
}

.mtt-hero__map {
	opacity: .25;
	background-image:
		linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
		radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1px);
	background-size: 64px 64px, 64px 64px, 22px 22px;
	transform: none;
	mask-image: linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,.32));
}

.mtt-circuit-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(2px);
	pointer-events: none;
}

.mtt-circuit-orb--one {
	width: 360px;
	height: 360px;
	right: -120px;
	top: 90px;
	background: radial-gradient(circle, rgba(167,139,250,.48), transparent 68%);
}

.mtt-circuit-orb--two {
	width: 280px;
	height: 280px;
	left: -80px;
	bottom: 70px;
	background: radial-gradient(circle, rgba(124,58,237,.42), transparent 68%);
}

.mtt-tagline {
	border-radius: 999px;
	border-color: rgba(196,181,253,.3);
	background: rgba(255,255,255,.08);
	color: #ddd6fe;
	backdrop-filter: blur(14px);
}

.mtt-inline-icon {
	color: #c4b5fd;
}

.mtt-hero h1 {
	text-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.mtt-trust-row div {
	border-left: 0;
	border-radius: 22px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.13);
	backdrop-filter: blur(14px);
}

.mtt-stat-icon,
.mtt-strip-icon {
	border-radius: 16px;
	background: rgba(196,181,253,.14);
	border-color: rgba(196,181,253,.24);
}

/* Hero dashboard */
.mtt-command-card {
	border-radius: 34px;
	border: 1px solid rgba(255,255,255,.18);
	background:
		linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
	box-shadow: 0 34px 120px rgba(0,0,0,.32);
	overflow: hidden;
}

.mtt-command-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 49%, rgba(255,255,255,.06) 50%, transparent 51%),
		linear-gradient(transparent 49%, rgba(255,255,255,.06) 50%, transparent 51%);
	background-size: 34px 34px;
	opacity: .5;
	pointer-events: none;
}

.mtt-command-card::after {
	color: rgba(196,181,253,.08);
}

.mtt-chip-line {
	position: absolute;
	inset: auto 28px 28px 28px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	z-index: 1;
}

.mtt-chip-line span {
	height: 6px;
	border-radius: 999px;
	background: rgba(196,181,253,.28);
}

.mtt-chip-line span:nth-child(2) { background: rgba(167,139,250,.52); }
.mtt-chip-line span:nth-child(3) { background: rgba(139,92,246,.52); }
.mtt-chip-line span:nth-child(4) { background: rgba(255,255,255,.2); }

.mtt-tech-dots span {
	border-radius: 999px;
	background: #c4b5fd;
}

.mtt-tech-dots span:nth-child(2) {
	background: #a78bfa;
}

.mtt-tech-dots span:nth-child(3) {
	background: #8b5cf6;
}

.mtt-command-card__head b {
	border-radius: 999px;
	background: rgba(196,181,253,.18);
	color: #ddd6fe;
	border: 1px solid rgba(196,181,253,.22);
}

.mtt-pipeline div {
	border-radius: 22px;
	background: rgba(255,255,255,.09);
	border: 1px solid rgba(255,255,255,.14);
	position: relative;
	z-index: 1;
}

.mtt-pipeline span {
	color: #c4b5fd;
}

.mtt-bars span {
	border-radius: 999px;
	background: linear-gradient(90deg, #c4b5fd, #8b5cf6);
}

.mtt-floating-card {
	border-radius: 24px;
	border: 1px solid rgba(124,58,237,.14);
	background: rgba(255,255,255,.9);
	box-shadow: 0 22px 60px rgba(20,14,45,.22);
}

/* Sections */
.mtt-section--dark {
	background: linear-gradient(135deg, #171327, #241a3f);
}

.mtt-strip div {
	border-color: rgba(255,255,255,.1);
}

.mtt-strip span {
	color: #c4b5fd;
}

.mtt-heading p,
.mtt-page-header p,
.mtt-inner-hero p {
	color: var(--mtt-violet);
}

.mtt-heading h2,
.mtt-page-header h1,
.mtt-inner-hero h1 {
	color: #1c1830;
}

.mtt-heading span,
.mtt-inner-hero span {
	color: var(--mtt-muted);
}

.mtt-catalog-card,
.mtt-process__grid div,
.mtt-service-matrix div,
.mtt-placeholder,
.mtt-content,
.mtt-shop-shell,
.mtt-post-card,
.mtt-inner-grid aside {
	border-radius: 28px;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(124,58,237,.14);
	box-shadow: 0 18px 58px rgba(45,35,90,.1);
	backdrop-filter: blur(14px);
}

.mtt-catalog-card:nth-child(2),
.mtt-catalog-card:nth-child(3) {
	margin-top: 32px;
}

.mtt-catalog-card:hover {
	box-shadow: 0 28px 78px rgba(124,58,237,.18);
}

.mtt-catalog-card b,
.mtt-process__grid b,
.mtt-service-matrix b,
.mtt-service-matrix a,
.mtt-post-card__body a,
.mtt-heading--row a {
	color: var(--mtt-violet);
}

.mtt-card-icon,
.mtt-process__grid i,
.mtt-service-icon {
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(124,58,237,.12), rgba(167,139,250,.24));
	color: #5b21b6;
	border: 1px solid rgba(124,58,237,.16);
	box-shadow: none;
}

.mtt-catalog-card:hover .mtt-card-icon {
	background: linear-gradient(135deg, #6d28d9, #a78bfa);
	color: #fff;
}

.mtt-catalog-card::after {
	border-radius: 999px;
	border-color: rgba(124,58,237,.08);
	background:
		linear-gradient(90deg, transparent 48%, rgba(124,58,237,.08) 49%, rgba(124,58,237,.08) 51%, transparent 52%),
		linear-gradient(transparent 48%, rgba(124,58,237,.08) 49%, rgba(124,58,237,.08) 51%, transparent 52%);
	background-size: 18px 18px;
}

.mtt-section--muted {
	background:
		radial-gradient(circle at 100% 0%, rgba(167,139,250,.2), transparent 30%),
		#eeedf7;
}

.mtt-cta__box {
	border-radius: 34px;
	background:
		radial-gradient(circle at 90% 0%, rgba(196,181,253,.26), transparent 28%),
		linear-gradient(135deg, #201a35, #3b2b66);
	box-shadow: 0 28px 90px rgba(45,35,90,.24);
}

.mtt-cta__box p {
	color: #c4b5fd;
}

.mtt-cta__box .mtt-btn {
	background: #fff;
	color: #6d28d9;
}

/* WooCommerce purple-gray */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border-radius: 28px;
	background: rgba(255,255,255,.8);
	border: 1px solid rgba(124,58,237,.13);
	box-shadow: 0 18px 58px rgba(45,35,90,.1);
	backdrop-filter: blur(14px);
}

.woocommerce ul.products li.product a img {
	border-radius: 22px;
	border-color: rgba(124,58,237,.12);
	background: #f8f7fc;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #6d28d9;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .single_add_to_cart_button,
.wc-block-components-button {
	border-radius: 16px !important;
	background: linear-gradient(135deg, #6d28d9, #8b5cf6) !important;
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(124,58,237,.24) !important;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
	border-radius: 24px;
	border-color: rgba(124,58,237,.14);
	background: rgba(255,255,255,.82);
	box-shadow: 0 18px 58px rgba(45,35,90,.1);
}

/* Footer */
.mtt-footer {
	background:
		radial-gradient(circle at 20% 0%, rgba(167,139,250,.18), transparent 30%),
		linear-gradient(135deg, #151124, #201a35);
}

.mtt-footer__category {
	color: #c4b5fd;
}

.mtt-brand--footer .mtt-brand__symbol {
	box-shadow: none;
}

@media (max-width: 1080px) {
	.mtt-menu {
		border-radius: 24px;
		background: rgba(255,255,255,.94);
		backdrop-filter: blur(18px);
	}
}

@media (max-width: 720px) {
	.mtt-catalog-card:nth-child(2),
	.mtt-catalog-card:nth-child(3) {
		margin-top: 0;
	}
}


/* v1.0.3 Business-ready content + equal cards + system packages */
.mtt-catalog-grid {
	align-items: stretch !important;
}

.mtt-catalog-card,
.mtt-catalog-card:nth-child(2),
.mtt-catalog-card:nth-child(3) {
	margin-top: 0 !important;
	min-height: 340px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.mtt-catalog-card p {
	margin-top: auto;
}

.mtt-catalog-card h3 {
	margin-top: 18px;
}

.mtt-packages-section {
	position: relative;
	background:
		radial-gradient(circle at 15% 10%, rgba(139,92,246,.16), transparent 30%),
		radial-gradient(circle at 92% 45%, rgba(167,139,250,.16), transparent 26%);
}

.mtt-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.mtt-package-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(24px, 3vw, 34px);
	border-radius: 30px;
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(124,58,237,.16);
	box-shadow: 0 20px 64px rgba(45,35,90,.11);
	backdrop-filter: blur(16px);
	overflow: hidden;
}

.mtt-package-card::after {
	content: "";
	position: absolute;
	right: -54px;
	top: -54px;
	width: 150px;
	height: 150px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(139,92,246,.16), transparent 68%);
	pointer-events: none;
}

.mtt-package-card--highlight {
	border-color: rgba(124,58,237,.34);
	box-shadow: 0 28px 86px rgba(124,58,237,.2);
	transform: translateY(-10px);
}

.mtt-package-card__badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	padding: 7px 11px;
	border-radius: 999px;
	background: linear-gradient(135deg, #6d28d9, #a78bfa);
	color: #fff;
	font-size: 12px;
	font-weight: 1000;
}

.mtt-package-card__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 20px;
	margin-bottom: 18px;
	background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(167,139,250,.26));
	border: 1px solid rgba(124,58,237,.16);
	font-size: 28px;
}

.mtt-package-card__label {
	margin: 0 0 8px;
	color: #6d28d9;
	font-size: 12px;
	font-weight: 1000;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.mtt-package-card h3 {
	margin: 0 0 14px;
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.08;
	letter-spacing: -.055em;
	color: #1c1830;
}

.mtt-package-card__price {
	margin: 0 0 18px;
	padding: 13px 15px;
	border-radius: 18px;
	background: #f3efff;
	color: #5b21b6;
	font-weight: 1000;
	font-size: 20px;
}

.mtt-package-card ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0 0 24px;
	list-style: none;
	color: #5f5870;
}

.mtt-package-card li {
	position: relative;
	padding-left: 24px;
}

.mtt-package-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #6d28d9;
	font-weight: 1000;
}

.mtt-package-card a {
	margin-top: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 13px 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, #6d28d9, #8b5cf6);
	color: #fff;
	font-weight: 1000;
	box-shadow: 0 16px 36px rgba(124,58,237,.22);
}

@media (max-width: 1080px) {
	.mtt-package-grid {
		grid-template-columns: 1fr;
	}

	.mtt-package-card--highlight {
		transform: none;
	}
}


/* v1.0.4 New Hero Layout: Tech Command Center */
.mtt-hero-v2 {
	position: relative;
	min-height: auto;
	padding: 0;
}

.mtt-hero-v2__inner {
	position: relative;
	z-index: 2;
	padding: clamp(56px, 8vw, 104px) 0 48px;
}

.mtt-hero-v2__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: clamp(34px, 6vw, 78px);
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,.14);
	color: rgba(255,255,255,.66);
	font-size: 12px;
	font-weight: 1000;
	letter-spacing: .14em;
}

.mtt-hero-v2__headline {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	max-width: 1120px;
}

.mtt-hero-v2__headline .mtt-tagline {
	width: max-content;
	max-width: 100%;
	margin-bottom: 22px;
}

.mtt-hero-v2__headline h1 {
	margin: 0;
	max-width: 1120px;
	font-size: clamp(48px, 8vw, 108px);
	line-height: .92;
	letter-spacing: -.085em;
	text-wrap: balance;
	background: linear-gradient(180deg, #ffffff 0%, #ddd6fe 58%, #a78bfa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: none;
}

.mtt-hero-v2__content {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(390px, .72fr);
	align-items: stretch;
	gap: 28px;
	margin-top: clamp(34px, 5vw, 56px);
}

.mtt-hero-v2__copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(24px, 3vw, 34px);
	border-radius: 34px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	backdrop-filter: blur(18px);
}

.mtt-hero-v2__copy p {
	margin: 0;
	max-width: 760px;
	color: rgba(255,255,255,.78);
	font-size: clamp(18px, 2vw, 23px);
}

.mtt-hero-v2__panel {
	position: relative;
	padding: 22px;
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
	border: 1px solid rgba(255,255,255,.18);
	backdrop-filter: blur(22px);
	box-shadow: 0 34px 110px rgba(0,0,0,.32);
	overflow: hidden;
}

.mtt-hero-v2__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 49%, rgba(255,255,255,.055) 50%, transparent 51%),
		linear-gradient(transparent 49%, rgba(255,255,255,.055) 50%, transparent 51%);
	background-size: 32px 32px;
	pointer-events: none;
}

.mtt-panel-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.mtt-panel-header span {
	color: rgba(255,255,255,.68);
	font-size: 12px;
	font-weight: 1000;
	letter-spacing: .13em;
}

.mtt-panel-header b {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(196,181,253,.16);
	border: 1px solid rgba(196,181,253,.24);
	color: #ddd6fe;
	font-size: 12px;
}

.mtt-panel-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mtt-panel-grid div {
	min-height: 166px;
	padding: 18px;
	border-radius: 24px;
	background: rgba(255,255,255,.09);
	border: 1px solid rgba(255,255,255,.13);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mtt-panel-grid i {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 16px;
	background: rgba(196,181,253,.16);
	border: 1px solid rgba(196,181,253,.22);
	font-style: normal;
	font-size: 22px;
}

.mtt-panel-grid strong {
	display: block;
	margin-top: 16px;
	color: #fff;
	font-size: 24px;
	letter-spacing: -.045em;
}

.mtt-panel-grid span {
	display: block;
	margin-top: 8px;
	color: rgba(255,255,255,.66);
	font-size: 14px;
	line-height: 1.55;
}

.mtt-hero-v2__marquee {
	margin-top: 34px;
	overflow: hidden;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(255,255,255,.07);
	backdrop-filter: blur(14px);
}

.mtt-hero-v2__marquee div {
	display: flex;
	gap: 10px;
	width: max-content;
	padding: 10px;
	animation: mtt-marquee 28s linear infinite;
}

.mtt-hero-v2__marquee span {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.78);
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.mtt-hero-v2__marquee span::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 999px;
	background: #a78bfa;
	box-shadow: 0 0 18px rgba(167,139,250,.8);
}

@keyframes mtt-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* hide old hero visual styles if old markup lingers */
.mtt-hero-v2 .mtt-hero__right,
.mtt-hero-v2 .mtt-command-card,
.mtt-hero-v2 .mtt-floating-card {
	display: none;
}

@media (max-width: 1080px) {
	.mtt-hero-v2__topline {
		align-items: flex-start;
		flex-direction: column;
	}

	.mtt-hero-v2__content {
		grid-template-columns: 1fr;
	}

	.mtt-hero-v2__panel {
		order: -1;
	}
}

@media (max-width: 720px) {
	.mtt-hero-v2__inner {
		padding-top: 48px;
	}

	.mtt-hero-v2__headline h1 {
		font-size: clamp(42px, 14vw, 62px);
	}

	.mtt-hero-v2__copy {
		padding: 20px;
	}

	.mtt-panel-grid {
		grid-template-columns: 1fr;
	}

	.mtt-panel-grid div {
		min-height: auto;
	}

	.mtt-hero-v2__headline .mtt-tagline {
		width: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mtt-hero-v2__marquee div {
		animation: none;
	}
}
