/*
Theme Name: MT Core
Theme URI: https://mahditavakoli.ir/
Author: Mahdi Tavakoli
Author URI: https://mahditavakoli.ir/
Description: قالب اختصاصی، سبک و راست‌چین برای وب‌سایت مهدی توکلی؛ بدون وابستگی به صفحه‌ساز یا فریم‌ورک قالب.
Version: 0.3.12
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: mt-core
*/

/*
 * Vazirmatn 5.3.0 — locally hosted, variable weight (100–900).
 * Copyright 2015 The Vazirmatn Project Authors; licensed under OFL-1.1.
 */
@font-face {
	font-family: 'Vazirmatn Variable';
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url('assets/fonts/vazirmatn-arabic-wght-normal.woff2') format('woff2-variations');
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
	font-family: 'Vazirmatn Variable';
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url('assets/fonts/vazirmatn-latin-wght-normal.woff2') format('woff2-variations');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--mt-font: 'Vazirmatn Variable', 'Vazirmatn', Tahoma, Arial, sans-serif;
	--mt-ink: #14213d;
	--mt-ink-soft: #4b5875;
	--mt-brand: #176b87;
	--mt-brand-dark: #0d4d66;
	--mt-accent: #ffb703;
	--mt-canvas: #f5f8fc;
	--mt-surface: #ffffff;
	--mt-line: #dce6ef;
	--mt-success: #16815d;
	--mt-radius-sm: 12px;
	--mt-radius: 20px;
	--mt-radius-lg: 30px;
	--mt-shadow: 0 18px 50px rgba(20, 33, 61, .09);
	--mt-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--mt-canvas);
	color: var(--mt-ink);
	font-family: var(--mt-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.95;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/*
 * Additional CSS from the previous theme forced an older font with !important.
 * The extra specificity keeps typography consistent until that legacy rule is removed.
 */
html body,
html body :where(h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select, option, label, li, th, td, blockquote, cite, small, strong, b, em) {
	font-family: var(--mt-font) !important;
}

html body :where(h1, h2, h3, h4, h5, h6) {
	font-weight: 800;
	letter-spacing: 0 !important;
}
body.admin-bar .mt-site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--mt-brand); text-decoration: none; transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
a:hover { color: var(--mt-brand-dark); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(255, 183, 3, .32); color: var(--mt-ink); }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { width: auto; height: auto; clip: auto; margin: 8px; padding: 10px 14px; background: #fff; z-index: 99999; }
.mt-container { width: min(calc(100% - 40px), var(--mt-container)); margin-inline: auto; }

/* Header */
.mt-site-header {
	position: sticky; top: 0; z-index: 1000;
	background: rgba(255, 255, 255, .86);
	border-bottom: 1px solid rgba(220, 230, 239, .72);
	box-shadow: 0 8px 30px rgba(20, 33, 61, .035);
	backdrop-filter: blur(20px) saturate(145%);
	transition: background-color .2s ease, box-shadow .2s ease;
}
.mt-site-header::after { position: absolute; inset: auto 0 -1px; height: 2px; content: ''; background: linear-gradient(90deg, transparent, rgba(23,107,135,.45), rgba(255,183,3,.72), transparent); opacity: .7; }
.mt-site-header.is-scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 14px 38px rgba(20, 33, 61, .09); }
.mt-header-inner { min-height: 86px; display: flex; align-items: center; gap: 18px; }
.mt-branding { flex: 0 0 auto; }
.mt-brand-lockup { display: inline-flex; align-items: center; gap: 11px; color: var(--mt-ink); }
.mt-brand-lockup:hover { color: var(--mt-ink); }
.mt-brand-mark { flex: 0 0 auto; width: 50px; height: 50px; }
.mt-brand-copy { display: grid; line-height: 1.35; }
.mt-brand-copy strong { color: var(--mt-ink); font-size: 1.12rem; font-weight: 900; white-space: nowrap; }
.mt-brand-copy small { margin-top: 3px; color: #65718a; font-size: .7rem; font-weight: 600; white-space: nowrap; }
.mt-site-title { color: var(--mt-ink); font-size: 1.3rem; font-weight: 900; }
.mt-primary-nav { margin-inline-start: auto; }
.mt-menu, .mt-footer-menu, .mt-primary-nav ul { margin: 0; padding: 0; list-style: none; }
.mt-primary-nav .mt-menu { display: flex; align-items: center; gap: 3px; padding: 5px; border: 1px solid rgba(220,230,239,.86); border-radius: 17px; background: rgba(247,250,253,.82); }
.mt-primary-nav .mt-menu > li { position: relative; }
.mt-primary-nav .mt-menu > li > a,
.mt-nav-parent { position: relative; display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 8px 12px; border: 0; border-radius: 12px; color: #273550; background: transparent; font-size: .9rem; font-weight: 750; white-space: nowrap; transition: color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.mt-nav-parent svg { width: 10px; height: 7px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .2s ease; }
.mt-primary-nav .mt-menu > li > a::after,
.mt-nav-parent::after { position: absolute; inset: auto 12px 5px; height: 2px; border-radius: 99px; content: ''; background: linear-gradient(90deg,var(--mt-brand),var(--mt-accent)); transform: scaleX(0); transition: transform .2s ease; }
.mt-primary-nav .mt-menu > li:hover > a,
.mt-primary-nav .mt-menu > li:focus-within > a,
.mt-primary-nav .mt-menu > li:hover > .mt-nav-parent,
.mt-primary-nav .mt-menu > li:focus-within > .mt-nav-parent,
.mt-primary-nav .mt-menu > li.is-current > a,
.mt-primary-nav .mt-menu > li.is-current > .mt-nav-parent { color: var(--mt-brand-dark); background: #fff; box-shadow: 0 7px 18px rgba(20,33,61,.07); }
.mt-primary-nav .mt-menu > li:hover > a::after,
.mt-primary-nav .mt-menu > li:focus-within > a::after,
.mt-primary-nav .mt-menu > li:hover > .mt-nav-parent::after,
.mt-primary-nav .mt-menu > li:focus-within > .mt-nav-parent::after,
.mt-primary-nav .mt-menu > li.is-current > a::after,
.mt-primary-nav .mt-menu > li.is-current > .mt-nav-parent::after { transform: scaleX(1); }
.mt-has-submenu:hover > .mt-nav-parent svg,
.mt-has-submenu:focus-within > .mt-nav-parent svg,
.mt-has-submenu.is-open > .mt-nav-parent svg { transform: rotate(180deg); }
.mt-primary-nav .mt-submenu { position: absolute; top: calc(100% + 17px); right: 0; width: 360px; padding: 10px; border: 1px solid rgba(220,230,239,.95); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 24px 65px rgba(20,33,61,.16); opacity: 0; visibility: hidden; transform: translateY(8px) scale(.985); transform-origin: top right; pointer-events: none; transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.mt-primary-nav .mt-submenu::before { position: absolute; inset: -18px 0 auto; height: 18px; content: ''; }
.mt-has-submenu:hover > .mt-submenu,
.mt-has-submenu:focus-within > .mt-submenu,
.mt-has-submenu.is-open > .mt-submenu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.mt-submenu li + li { margin-top: 2px; }
.mt-primary-nav .mt-submenu a { display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 10px 12px; border-radius: 14px; color: var(--mt-ink); }
.mt-primary-nav .mt-submenu a:hover,
.mt-primary-nav .mt-submenu a:focus-visible,
.mt-primary-nav .mt-submenu li.is-current a { color: var(--mt-brand-dark); background: linear-gradient(110deg,#f0fafc,#fffaf0); }
.mt-submenu-dot { flex: 0 0 auto; width: 11px; height: 11px; border: 3px solid #d4f0f5; border-radius: 50%; background: var(--mt-brand); box-shadow: 0 0 0 4px #eef9fb; transition: transform .2s ease, background-color .2s ease; }
.mt-submenu a:hover .mt-submenu-dot { background: var(--mt-accent); transform: scale(1.12); }
.mt-submenu-copy { display: grid; min-width: 0; line-height: 1.45; }
.mt-submenu-copy strong { font-size: .9rem; font-weight: 850; }
.mt-submenu-copy small { margin-top: 2px; color: #748097; font-size: .7rem; font-weight: 500; }
.mt-submenu-arrow { width: 18px; height: 18px; margin-inline-start: auto; fill: none; stroke: #a3adbd; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; transition: transform .2s ease, stroke .2s ease; }
.mt-submenu a:hover .mt-submenu-arrow { stroke: var(--mt-brand); transform: translateX(-3px); }
.mt-header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 7px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--mt-brand), var(--mt-brand-dark)); box-shadow: 0 12px 28px rgba(13,77,102,.23), inset 0 1px rgba(255,255,255,.18); }
.mt-header-cta > svg { width: 21px; height: 21px; fill: currentColor; }
.mt-header-cta > span { display: grid; line-height: 1.3; }
.mt-header-cta strong { font-size: .78rem; font-weight: 850; }
.mt-header-cta small { margin-top: 2px; color: rgba(255,255,255,.82); font-size: .65rem; font-weight: 600; direction: ltr; }
.mt-header-cta:hover { color: #fff; box-shadow: 0 16px 34px rgba(13,77,102,.3); transform: translateY(-2px); }
.mt-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--mt-line); border-radius: 13px; color: var(--mt-ink); background: #fff; }
.mt-menu-toggle span, .mt-menu-toggle::before, .mt-menu-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; content: ""; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mt-menu-toggle[aria-expanded="true"] span { opacity: 0; }
.mt-menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.mt-menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

/* Shared content */
.mt-site-main { min-height: 55vh; }
.mt-page-shell { padding-block: 54px 76px; }
.mt-page-header { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.mt-kicker { display: inline-flex; margin-bottom: 10px; color: var(--mt-brand); font-weight: 900; letter-spacing: .02em; }
.mt-page-title { margin: 0 0 14px; color: var(--mt-ink); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.35; letter-spacing: -.035em; }
.mt-page-description { margin: 0; color: var(--mt-ink-soft); font-size: 1.08rem; }
.mt-content-card { padding: clamp(24px, 4vw, 50px); border: 1px solid var(--mt-line); border-radius: var(--mt-radius-lg); background: var(--mt-surface); box-shadow: var(--mt-shadow); }
.mt-content { color: #26344f; }
.mt-content > *:first-child { margin-top: 0; }
.mt-content > *:last-child { margin-bottom: 0; }
.mt-content h2, .mt-content h3, .mt-content h4 { margin: 1.8em 0 .65em; color: var(--mt-ink); line-height: 1.45; }
.mt-content h2 { font-size: clamp(1.55rem, 3vw, 2.05rem); }
.mt-content h3 { font-size: clamp(1.25rem, 2.5vw, 1.58rem); }
.mt-content p, .mt-content ul, .mt-content ol { margin: 0 0 1.2em; }
.mt-content ul, .mt-content ol { padding-inline-start: 24px; }
.mt-content li { margin-bottom: .5em; }
.mt-content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.mt-content blockquote { margin: 28px 0; padding: 22px 24px; border: 0; border-inline-start: 4px solid var(--mt-accent); border-radius: var(--mt-radius-sm); background: #fff9e8; color: #4b421d; }
.mt-content table { width: 100%; margin: 26px 0; border-collapse: collapse; overflow: hidden; border-radius: var(--mt-radius-sm); }
.mt-content th, .mt-content td { padding: 13px; border: 1px solid var(--mt-line); text-align: right; }
.mt-content th { background: #edf7fa; }
.mt-content iframe { max-width: 100%; }
.alignwide { width: min(1100px, calc(100vw - 40px)); max-width: none; margin-inline: calc((100% - min(1100px, calc(100vw - 40px))) / 2); }
.alignfull { width: 100vw; max-width: none; margin-inline: calc(50% - 50vw); }

/* Blog and archives */
.mt-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 30px; align-items: start; }
.mt-post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mt-post-card { position: relative; display: flex; overflow: hidden; min-width: 0; flex-direction: column; border: 1px solid rgba(213,225,236,.95); border-radius: 24px; background: #fff; box-shadow: 0 15px 42px rgba(20,33,61,.075); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.mt-post-card::after { position: absolute; inset: 0 0 auto; z-index: 2; height: 3px; content: ''; background: linear-gradient(90deg,var(--mt-brand),#42a9bb,var(--mt-accent)); transform: scaleX(.28); transform-origin: right; transition: transform .3s ease; }
.mt-post-card:hover { border-color: rgba(23,107,135,.28); transform: translateY(-7px); box-shadow: 0 24px 58px rgba(20,33,61,.13); }
.mt-post-card:hover::after { transform: scaleX(1); }
.mt-post-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: linear-gradient(135deg,#10243d,#176b87 58%,#35a5b8); }
.mt-post-card__image::after { position: absolute; inset: auto 0 0; height: 42%; content: ''; background: linear-gradient(transparent,rgba(8,20,38,.38)); pointer-events: none; }
.mt-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.mt-post-card:hover .mt-post-card__image img { transform: scale(1.06); }
.mt-post-card__placeholder { display: grid; place-content: center; height: 100%; color: rgba(255,255,255,.94); text-align: center; }
.mt-post-card__placeholder b { font-size: 2.2rem; line-height: 1; }
.mt-post-card__placeholder small { margin-top: 7px; color: var(--mt-accent); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.mt-post-card__category { position: absolute; inset: auto 14px 13px auto; z-index: 1; max-width: calc(100% - 28px); overflow: hidden; padding: 5px 10px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: #fff; background: rgba(8,27,45,.64); font-size: .72rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; backdrop-filter: blur(8px); }
.mt-post-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.mt-post-card__meta, .mt-entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 15px; color: #778299; font-size: .78rem; }
.mt-post-card__meta span { position: relative; padding-right: 13px; }
.mt-post-card__meta span::before { position: absolute; inset: 50% 0 auto auto; width: 5px; height: 5px; border-radius: 50%; content: ''; background: var(--mt-accent); transform: translateY(-50%); }
.mt-post-card__title { margin: 12px 0 9px; font-size: 1.18rem; line-height: 1.7; }
.mt-post-card__title a { color: var(--mt-ink); }
.mt-post-card__title a:hover { color: var(--mt-brand); }
.mt-post-card__excerpt { display: -webkit-box; overflow: hidden; margin: 0; color: var(--mt-ink-soft); font-size: .9rem; line-height: 1.95; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mt-read-more { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 17px; color: var(--mt-brand-dark); font-size: .84rem; font-weight: 900; }
.mt-read-more > span:last-child { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: #fff; background: var(--mt-brand); transition: transform .2s ease, background-color .2s ease; }
.mt-post-card:hover .mt-read-more > span:last-child { background: var(--mt-brand-dark); transform: translateX(-3px); }
.mt-empty { padding: 34px; border-radius: var(--mt-radius); background: #fff; text-align: center; }
.mt-pagination { margin-top: 34px; }
.mt-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.mt-pagination .page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 6px 12px; border: 1px solid var(--mt-line); border-radius: 11px; background: #fff; color: var(--mt-ink); }
.mt-pagination .current, .mt-pagination a:hover { border-color: var(--mt-brand); background: var(--mt-brand); color: #fff; }

/* Sidebar */
.mt-sidebar { position: sticky; top: 104px; display: grid; gap: 18px; }
.mt-widget { padding: 22px; border: 1px solid var(--mt-line); border-radius: var(--mt-radius); background: #fff; box-shadow: 0 10px 30px rgba(20, 33, 61, .055); }
.mt-widget-title, .mt-widget h2 { margin: 0 0 15px; color: var(--mt-ink); font-size: 1.08rem; }
.mt-widget ul { margin: 0; padding: 0; list-style: none; }
.mt-widget li { padding-block: 8px; border-bottom: 1px solid #edf1f5; font-size: .93rem; }
.mt-widget li:last-child { border-bottom: 0; }
.mt-widget a { color: #35425c; }
.mt-widget a:hover { color: var(--mt-brand); }
.mt-search-form { display: flex; gap: 8px; }
.mt-search-form input { min-width: 0; width: 100%; padding: 11px 12px; border: 1px solid var(--mt-line); border-radius: 11px; background: #f9fbfd; }
.mt-search-form button { flex: 0 0 auto; padding: 10px 13px; border: 0; border-radius: 11px; color: #fff; background: var(--mt-brand); }

/* Single */
.mt-single { max-width: 840px; margin-inline: auto; }
.mt-single.mt-single--with-sidebar { max-width: none; }
.mt-entry-header { margin-bottom: 28px; }
.mt-entry-title { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.4; letter-spacing: -.035em; }
.mt-featured { overflow: hidden; margin-bottom: 30px; border-radius: var(--mt-radius); box-shadow: var(--mt-shadow); }
.mt-featured img { width: 100%; }
.mt-entry-tax { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.mt-entry-tax a { padding: 5px 10px; border-radius: 999px; background: #edf7fa; font-size: .88rem; font-weight: 700; }
.mt-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.mt-post-nav a { display: block; height: 100%; padding: 16px 18px; border: 1px solid var(--mt-line); border-radius: var(--mt-radius-sm); background: #fff; color: var(--mt-ink); }
.mt-post-nav .nav-next { text-align: left; }
.mt-related { margin-top: 44px; }
.mt-related__title { margin: 0 0 20px; font-size: 1.55rem; }
.mt-related .mt-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mt-related .mt-post-card__body { padding: 16px; }
.mt-related .mt-post-card__title { font-size: 1rem; }
.mtsl-article .mt-related { margin-top: 55px; padding-top: 38px; border-top: 1px solid var(--mtsl-line); }
.mtsl-article .mt-related .mt-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

/* Contextual bridge from informational articles to commercial services. */
.mt-inline-service-note { position: relative; overflow: hidden; margin: 34px 0; padding: 20px 22px; border: 1px solid rgba(23,107,135,.17); border-right: 4px solid var(--mt-brand); border-radius: 17px 4px 4px 17px; background: linear-gradient(135deg,#f1f9fb,#fffaf0); }
.mt-inline-service-note::after { position: absolute; inset: -55px auto auto -45px; width: 120px; height: 120px; border-radius: 50%; content: ''; background: rgba(255,183,3,.1); }
.mt-inline-service-note strong { position: relative; z-index: 1; display: block; margin-bottom: 6px; color: var(--mt-ink); font-size: .92rem; }
.mt-inline-service-note p { position: relative; z-index: 1; margin: 0; color: #526078; font-size: .88rem; line-height: 2; }
.mtsl-content .mt-inline-service-note a { color: var(--mt-brand-dark); text-decoration-color: rgba(23,107,135,.3); }
.mt-service-pathways { margin-top: 58px; padding: clamp(25px,4vw,38px); border: 1px solid rgba(23,107,135,.14); border-radius: 24px; background: linear-gradient(135deg,#f2f9fb,#fff9e9); box-shadow: 0 15px 42px rgba(20,33,61,.055); }
.mt-service-pathways__eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--mt-brand); font-size: .76rem; font-weight: 900; }
.mt-service-pathways__eyebrow::before { width: 23px; height: 3px; border-radius: 99px; content: ''; background: linear-gradient(90deg,var(--mt-brand),var(--mt-accent)); }
.mt-service-pathways > h2 { margin: 8px 0 10px; padding: 0; color: var(--mt-ink); font-size: clamp(1.4rem,3vw,1.9rem); }
.mt-service-pathways > h2::before { display: none; }
.mt-service-pathways > p { margin: 0 0 23px; color: #5b6880; font-size: .9rem; line-height: 2; }
.mt-service-pathways__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.mt-service-pathways__grid article { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 19px 17px; border: 1px solid rgba(23,107,135,.13); border-radius: 17px; background: rgba(255,255,255,.86); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mt-service-pathways__grid article:hover { border-color: rgba(23,107,135,.32); transform: translateY(-4px); box-shadow: 0 13px 28px rgba(20,33,61,.08); }
.mt-service-pathways__grid article > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #fff; background: linear-gradient(135deg,var(--mt-brand),#31a0b3); font-size: .74rem; font-weight: 900; }
.mt-service-pathways__grid h3 { margin: 13px 0 8px; font-size: 1rem; line-height: 1.75; }
.mt-service-pathways__grid h3 a { color: var(--mt-ink); text-decoration: none; }
.mt-service-pathways__grid p { margin: 0; color: #647087; font-size: .79rem; line-height: 1.9; }
.mt-service-pathways__link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; color: var(--mt-brand-dark); font-size: .76rem; font-weight: 900; text-decoration: none !important; }
.mt-service-pathways.is-service-layout { border-color: rgba(91,77,247,.17); background: linear-gradient(135deg,#f6f5ff,#effcff); }
.mt-service-pathways.is-service-layout .mt-service-pathways__eyebrow,
.mt-service-pathways.is-service-layout .mt-service-pathways__link { color: var(--mtsl-primary-dark); }
.mt-service-pathways.is-service-layout .mt-service-pathways__grid article > span { background: linear-gradient(135deg,var(--mtsl-primary),var(--mtsl-cyan)); }

/* Comments */
.mt-comments { margin-top: 58px; padding-top: 40px; border-top: 1px solid var(--mt-line); }
.mt-comments__heading > span { color: var(--mt-brand); font-size: .76rem; font-weight: 900; }
.mt-comments__heading h2 { margin: 5px 0 24px; color: var(--mt-ink); font-size: clamp(1.4rem,3vw,1.8rem); }
.mt-comment-list { display: grid; gap: 13px; margin: 0 0 34px; padding: 0; list-style: none; }
.mt-comment-list .comment { list-style: none; }
.mt-comment-list .comment-body { position: relative; padding: 20px 22px; border: 1px solid var(--mt-line); border-radius: 18px; background: #f9fbfd; }
.mt-comment-list .comment-meta { margin-bottom: 10px; }
.mt-comment-list .comment-author { display: flex; align-items: center; gap: 10px; }
.mt-comment-list .avatar { width: 42px; height: 42px; border-radius: 13px; }
.mt-comment-list .comment-author .says { display: none; }
.mt-comment-list .comment-metadata { margin: -14px 52px 0 0; font-size: .7rem; }
.mt-comment-list .comment-metadata a { color: #7b879c; }
.mt-comment-list .comment-content { margin-top: 18px; color: #44516a; font-size: .9rem; }
.mt-comment-list .comment-content p:last-child { margin-bottom: 0; }
.mt-comment-list .reply { margin-top: 10px; }
.mt-comment-list .reply a { font-size: .76rem; font-weight: 900; }
.mt-comment-list .children { display: grid; gap: 10px; margin: 12px 26px 0 0; padding: 0; }
.mt-comment-respond { padding: clamp(22px,4vw,34px); border: 1px solid rgba(23,107,135,.15); border-radius: 22px; background: linear-gradient(135deg,#f4fafc,#fff); }
.mt-comment-respond .comment-reply-title { margin: 0 0 7px; color: var(--mt-ink); font-size: clamp(1.3rem,3vw,1.7rem); }
.mt-comment-note,.logged-in-as,.comment-notes { margin: 0 0 18px; color: #6c7890; font-size: .8rem; }
.mt-comment-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.mt-comment-form > p { margin: 0; }
.mt-comment-form .comment-form-comment,.mt-comment-form .form-submit,.mt-comment-form .comment-notes,.mt-comment-form .logged-in-as { grid-column: 1 / -1; }
.mt-comment-form label { display: block; margin-bottom: 6px; color: #394760; font-size: .8rem; font-weight: 800; }
.mt-comment-form input:not([type='submit']),.mt-comment-form textarea { width: 100%; border: 1px solid #d5e1eb; border-radius: 13px; outline: 0; background: #fff; transition: border-color .2s ease,box-shadow .2s ease; }
.mt-comment-form input:not([type='submit']) { min-height: 48px; padding: 9px 12px; }
.mt-comment-form textarea { min-height: 150px; padding: 12px; resize: vertical; }
.mt-comment-form input:focus,.mt-comment-form textarea:focus { border-color: var(--mt-brand); box-shadow: 0 0 0 4px rgba(23,107,135,.1); }
.mt-comment-form .comment-form-cookies-consent { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 8px; }
.mt-comment-form .comment-form-cookies-consent input { width: auto; min-height: auto; margin-top: 7px; }
.mt-comment-form .comment-form-cookies-consent label { margin: 0; font-weight: 500; }
.mt-comment-submit { min-height: 49px; padding: 10px 20px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(135deg,var(--mt-brand),var(--mt-brand-dark)); box-shadow: 0 10px 24px rgba(23,107,135,.18); font-weight: 900; }
.mt-comment-submit:hover { transform: translateY(-2px); }
.mt-comments-closed { padding: 14px 16px; border-radius: 13px; background: #f4f7fa; color: #69758c; }
.mt-comment-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Footer */
.mt-site-footer { position: relative; overflow: hidden; padding: 0 0 24px; color: #dce7f2; background: #0b1528; }
.mt-site-footer::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 8% 18%, rgba(23,107,135,.3), transparent 31%), radial-gradient(circle at 92% 80%, rgba(255,183,3,.1), transparent 27%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px); background-size: auto,auto,42px 42px,42px 42px; }
.mt-site-footer::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(115deg,transparent 0 60%,rgba(23,107,135,.07) 60% 61%,transparent 61% 100%); }
.mt-footer-inner { position: relative; z-index: 1; }
.mt-footer-cta { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 22px; margin-bottom: 62px; padding: clamp(25px,4vw,36px); border: 1px solid rgba(255,255,255,.16); border-top: 0; border-radius: 0 0 28px 28px; background: linear-gradient(120deg,rgba(23,107,135,.95),rgba(13,77,102,.94)); box-shadow: 0 25px 60px rgba(3,12,28,.24); }
.mt-footer-cta__icon { display: grid; flex: 0 0 auto; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; color: #17243b; background: var(--mt-accent); box-shadow: 0 12px 30px rgba(255,183,3,.2); transform: rotate(-3deg); }
.mt-footer-cta__icon svg { width: 34px; height: 34px; fill: currentColor; }
.mt-footer-cta__copy > span { color: #bcecf2; font-size: .76rem; font-weight: 800; }
.mt-footer-cta__copy h2 { margin: 5px 0 6px; color: #fff; font-size: clamp(1.25rem,2.4vw,1.75rem); line-height: 1.55; }
.mt-footer-cta__copy p { margin: 0; color: rgba(255,255,255,.74); font-size: .84rem; }
.mt-footer-cta__actions { display: flex; align-items: center; gap: 9px; }
.mt-footer-cta__actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 8px 17px; border-radius: 14px; font-size: .82rem; font-weight: 800; white-space: nowrap; }
.mt-footer-cta__primary { gap: 8px; color: #17243b; background: var(--mt-accent); box-shadow: 0 10px 24px rgba(255,183,3,.18); }
.mt-footer-cta__primary svg { width: 19px; height: 19px; fill: currentColor; }
.mt-footer-cta__primary:hover { color: #17243b; transform: translateY(-2px); }
.mt-footer-cta__secondary { border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.08); }
.mt-footer-cta__secondary:hover { color: #fff; background: rgba(255,255,255,.15); }
.mt-footer-main { display: grid; grid-template-columns: minmax(270px,1.35fr) minmax(150px,.75fr) minmax(170px,.85fr) minmax(250px,1.1fr); gap: clamp(28px,4vw,55px); padding-bottom: 52px; }
.mt-footer-brand .mt-brand-lockup { color: #fff; }
.mt-footer-brand .mt-brand-copy strong { color: #fff; }
.mt-footer-brand .mt-brand-copy small { color: #aebcd0; }
.mt-footer-brand .mt-brand-mark { width: 56px; height: 56px; padding: 4px; border-radius: 15px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.mt-footer-brand > p { max-width: 400px; margin: 20px 0 18px; color: #aebbd0; font-size: .87rem; line-height: 2; }
.mt-footer-proof { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mt-footer-proof li { display: flex; align-items: center; gap: 8px; color: #d4dfeb; font-size: .77rem; }
.mt-footer-proof li span { display: grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; border-radius: 7px; color: #0e2534; background: var(--mt-accent); font-size: .7rem; font-weight: 900; }
.mt-footer-title { position: relative; margin: 5px 0 20px; padding-bottom: 12px; color: #fff; font-size: 1rem; }
.mt-footer-title::after { position: absolute; inset: auto 0 0 auto; width: 34px; height: 3px; border-radius: 99px; content: ''; background: linear-gradient(90deg,var(--mt-brand),var(--mt-accent)); }
.mt-footer-links { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.mt-footer-links a { position: relative; display: block; padding: 6px 16px 6px 0; color: #b5c3d4; font-size: .82rem; }
.mt-footer-links a::before { position: absolute; inset: 50% 0 auto auto; width: 6px; height: 6px; border: 1px solid rgba(104,208,222,.65); border-radius: 2px; content: ''; transform: translateY(-50%) rotate(45deg); transition: background-color .2s ease, transform .2s ease; }
.mt-footer-links a:hover { color: #fff; transform: translateX(-4px); }
.mt-footer-links a:hover::before { background: var(--mt-accent); border-color: var(--mt-accent); transform: translateY(-50%) rotate(45deg) scale(1.15); }
.mt-footer-contact { min-width: 0; }
.mt-footer-contact__item { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; color: #fff; background: rgba(255,255,255,.035); }
.mt-footer-contact__item + .mt-footer-contact__item { margin-top: 8px; }
.mt-footer-contact__item:hover { color: #fff; border-color: rgba(104,208,222,.28); background: rgba(255,255,255,.07); transform: translateY(-2px); }
.mt-footer-contact__icon { display: grid; flex: 0 0 auto; place-items: center; width: 39px; height: 39px; border-radius: 11px; color: #fff; background: linear-gradient(135deg,var(--mt-brand),#2392a6); }
.mt-footer-contact__icon.is-email { background: linear-gradient(135deg,#d77a31,#f0a24f); }
.mt-footer-contact__icon svg { width: 19px; height: 19px; fill: currentColor; }
.mt-footer-contact__item > span:last-child { display: grid; min-width: 0; line-height: 1.35; }
.mt-footer-contact__item small { color: #8fa0b6; font-size: .65rem; }
.mt-footer-contact__item strong { margin-top: 3px; overflow: hidden; color: #eaf2fb; font-size: .7rem; font-weight: 700; text-overflow: ellipsis; direction: ltr; }
.mt-footer-social { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; margin-top: 10px; }
.mt-footer-social a { display: flex; align-items: center; justify-content: center; min-height: 38px; padding: 6px 7px; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; color: #dce7f2; background: rgba(255,255,255,.04); font-size: .68rem; font-weight: 700; }
.mt-footer-social a.is-whatsapp:hover { color: #fff; border-color: rgba(37,199,111,.5); background: rgba(37,199,111,.17); }
.mt-footer-social a.is-telegram:hover { color: #fff; border-color: rgba(40,183,232,.5); background: rgba(40,183,232,.17); }
.mt-footer-social a.is-rubika:hover { color: #fff; border-color: rgba(227,75,159,.5); background: rgba(227,75,159,.17); }
.mt-footer-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8799af; font-size: .76rem; }
.mt-footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.mt-footer-legal a { color: #acbacb; }
.mt-footer-legal a:hover { color: #fff; }

/* 404 */
.mt-error { max-width: 720px; margin: 0 auto; padding: 70px 0 90px; text-align: center; }
.mt-error__code { display: block; color: var(--mt-brand); font-size: clamp(5rem, 16vw, 10rem); font-weight: 900; line-height: 1; opacity: .14; }
.mt-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 9px 20px; border-radius: 13px; color: #fff; background: var(--mt-brand); font-weight: 900; }
.mt-button:hover { color: #fff; background: var(--mt-brand-dark); transform: translateY(-2px); }

@media (max-width: 980px) {
	.mt-header-inner { min-height: 74px; gap: 15px; }
	.mt-brand-mark { width: 46px; height: 46px; }
	.mt-brand-copy strong { font-size: 1rem; }
	.mt-brand-copy small { font-size: .64rem; }
	.mt-menu-toggle { display: block; margin-inline-start: auto; }
	.mt-header-cta { display: none; }
	.mt-primary-nav { position: absolute; top: calc(100% + 1px); inset-inline: 20px; display: none; max-height: calc(100vh - 105px); overflow-y: auto; padding: 12px; border: 1px solid var(--mt-line); border-radius: 0 0 20px 20px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(20,33,61,.16); }
	.mt-primary-nav.is-open { display: block; }
	.mt-primary-nav .mt-menu { display: grid; gap: 4px; padding: 0; border: 0; background: transparent; }
	.mt-primary-nav .mt-menu > li > a,
	.mt-nav-parent { width: 100%; justify-content: space-between; min-height: 48px; padding: 10px 13px; font-size: .95rem; text-align: right; }
	.mt-primary-nav .mt-menu > li > a::after,
	.mt-nav-parent::after { inset: auto 13px 5px; transform-origin: right; }
	.mt-primary-nav .mt-submenu { position: static; display: none; width: auto; margin: 4px 8px 9px; padding: 6px; border-radius: 16px; background: #f6f9fc; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
	.mt-primary-nav .mt-submenu::before { display: none; }
	.mt-has-submenu.is-open > .mt-submenu { display: block; }
	.mt-primary-nav .mt-submenu a { min-height: 58px; padding: 9px 10px; }
	.mt-submenu-copy small { font-size: .68rem; }
	.mt-layout { grid-template-columns: 1fr; }
	.mt-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mt-related .mt-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mt-service-pathways__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.mt-footer-cta { grid-template-columns: auto minmax(0,1fr); }
	.mt-footer-cta__actions { grid-column: 1 / -1; padding-right: 86px; }
	.mt-footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
	body.admin-bar .mt-site-header { top: 46px; }
	.mt-container { width: min(calc(100% - 24px), var(--mt-container)); }
	.mt-brand-lockup { gap: 8px; }
	.mt-brand-mark { width: 42px; height: 42px; }
	.mt-brand-copy strong { font-size: .95rem; }
	.mt-branding .mt-brand-copy small { display: none; }
	.mt-page-shell { padding-block: 36px 56px; }
	.mt-page-title, .mt-entry-title { font-size: 1.9rem; }
	.mt-content-card { padding: 22px 17px; border-radius: 20px; }
	.mt-post-grid, .mt-related .mt-post-grid, .mt-sidebar { grid-template-columns: 1fr; }
	.mt-service-pathways__grid,.mtsl-article .mt-related .mt-post-grid,.mt-comment-form { grid-template-columns: 1fr; }
	.mt-service-pathways { padding: 24px 17px; }
	.mt-comment-form > p { grid-column: 1; }
	.mt-comment-list .children { margin-right: 10px; }
	.mt-post-nav { grid-template-columns: 1fr; }
	.mt-footer-cta { grid-template-columns: 1fr; gap: 15px; margin-bottom: 46px; text-align: center; }
	.mt-footer-cta__icon { margin-inline: auto; }
	.mt-footer-cta__actions { grid-column: auto; flex-direction: column; padding-right: 0; }
	.mt-footer-cta__actions a { width: 100%; }
	.mt-footer-main { grid-template-columns: 1fr; gap: 36px; }
	.mt-footer-brand > p { max-width: none; }
	.mt-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Native FAQ — migrated from WPCode Lite. */
.faq-container.mt-post-faq {
	margin: 3rem 0 0;
	padding: clamp(1.35rem, 3vw, 2rem) clamp(1rem, 3vw, 1.5rem);
	border: 1px solid rgba(23, 107, 135, .12);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(20, 33, 61, .07);
}
.mt-post-faq .faq-title {
	margin: 0 0 1rem;
	color: var(--mt-ink);
	font-size: clamp(1.35rem, 3vw, 1.65rem);
	font-weight: 800;
	text-align: center;
}
.mt-post-faq .faq-item {
	overflow: hidden;
	border-top: 1px solid var(--mt-line);
}
.mt-post-faq .faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 1.1rem .25rem;
	border: 0;
	color: var(--mt-ink);
	background: transparent;
	font: inherit;
	font-size: 1.08rem;
	font-weight: 750;
	line-height: 1.8;
	text-align: right;
	cursor: pointer;
}
.mt-post-faq .faq-question:focus-visible {
	outline: 3px solid rgba(23, 107, 135, .25);
	outline-offset: -3px;
	border-radius: 9px;
}
.mt-post-faq .faq-toggle {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: var(--mt-brand);
	background: rgba(23, 107, 135, .09);
	font-size: 1.4rem;
	transition: transform .25s ease, color .25s ease, background .25s ease;
}
.mt-post-faq .faq-question[aria-expanded="true"] .faq-toggle {
	color: #fff;
	background: var(--mt-brand);
	transform: rotate(45deg);
}
.mt-post-faq .faq-answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height .42s ease, opacity .3s ease;
}
.mt-post-faq .faq-answer p {
	margin: 0;
	padding: 0 .25rem 1.25rem;
	color: var(--mt-ink-soft);
	font-size: 1rem;
	line-height: 2;
}
.mt-post-faq .faq-item.is-open .faq-answer { opacity: 1; }

/* Global consultation popup — migrated from WPCode Lite. */
.mt-float-consult {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9998;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 13px 22px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	background: linear-gradient(135deg, #08a7da, #176b87);
	box-shadow: 0 12px 30px rgba(23, 107, 135, .35);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: transform .22s ease, box-shadow .22s ease;
	animation: mt-consult-pulse 2.4s infinite;
}
.mt-float-consult:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(23, 107, 135, .44); }
.mt-float-consult:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.mt-float-consult > span:first-child { font-size: 1.2rem; }
@keyframes mt-consult-pulse {
	0%, 100% { box-shadow: 0 12px 30px rgba(23, 107, 135, .35), 0 0 0 0 rgba(8, 167, 218, .35); }
	55% { box-shadow: 0 12px 30px rgba(23, 107, 135, .35), 0 0 0 13px rgba(8, 167, 218, 0); }
}
.mt-consult-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(8, 18, 34, .58);
	backdrop-filter: blur(4px);
}
.mt-consult-overlay[hidden] { display: none; }
body.mt-dialog-open { overflow: hidden; }
.mt-consult-popup {
	position: relative;
	width: min(360px, 100%);
	padding: 30px 24px 22px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(8, 18, 34, .3);
	text-align: center;
	animation: mt-consult-in .24s ease-out;
}
@keyframes mt-consult-in { from { opacity: 0; transform: translateY(16px) scale(.96); } }
.mt-consult-popup h2 { margin: 0 0 18px; color: var(--mt-brand-dark); font-size: 1.35rem; }
.mt-consult-popup a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 11px;
	margin-top: 10px;
	padding: 12px 15px;
	border: 1px solid #dceaf0;
	border-radius: 13px;
	color: var(--mt-brand-dark);
	background: #f5fbfd;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease;
}
.mt-consult-popup a:hover { color: var(--mt-brand-dark); background: #e7f6fa; transform: translateY(-2px); }
.mt-consult-popup a span { display: grid; place-items: center; width: 27px; height: 27px; color: #fff; border-radius: 9px; background: var(--mt-brand); }
.mt-consult-close {
	position: absolute;
	top: 9px;
	left: 12px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	color: #657087;
	background: transparent;
	font-size: 1.7rem;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 520px) {
	.mt-float-consult { right: 14px; bottom: 14px; padding: 12px 16px; font-size: .88rem; }
	.mt-post-faq .faq-question { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
	.mt-float-consult { animation: none; }
	.mt-consult-popup { animation: none; }
	.mt-post-faq .faq-answer,
	.mt-post-faq .faq-toggle { transition: none; }
}

@media print {
	.mt-site-header, .mt-site-footer, .mt-sidebar, .mt-post-nav, .mt-related { display: none !important; }
	body { background: #fff; color: #000; }
	.mt-page-shell { padding: 0; }
	.mt-content-card { padding: 0; border: 0; box-shadow: none; }
}


/* MT Service Layout — integrated into MT Core 0.2.0 */
:root {
  --mtsl-ink: #172033;
  --mtsl-muted: #657089;
  --mtsl-primary: #5b4df7;
  --mtsl-primary-dark: #3d33c7;
  --mtsl-cyan: #18b8d8;
  --mtsl-surface: #ffffff;
  --mtsl-soft: #f5f7ff;
  --mtsl-line: #e5e9f3;
  --mtsl-radius: 26px;
  --mtsl-shadow: 0 22px 65px rgba(35, 42, 73, .11);
}

.mtsl-service-layout {
  color: var(--mtsl-ink);
  background: #f8f9fd;
}

.mtsl-service-layout .site-content > .ast-container,
.mtsl-service-layout .site-content > .ast-container > #primary {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mtsl-service-layout #secondary,
.mtsl-service-layout .ast-article-single > .entry-header,
.mtsl-service-layout .ast-article-single > .post-thumb {
  display: none !important;
}

.mtsl-service-layout *,
.mtsl-service-layout *::before,
.mtsl-service-layout *::after {
  box-sizing: border-box;
}

.mtsl-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.mtsl-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9999;
  height: 3px;
  background: rgba(91, 77, 247, .1);
  pointer-events: none;
}

.mtsl-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--mtsl-primary), var(--mtsl-cyan));
  transform: scaleX(0);
  transform-origin: right center;
  will-change: transform;
}

.mtsl-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 42px 0 92px;
  background:
    radial-gradient(circle at 88% 8%, rgba(24, 184, 216, .18), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(91, 77, 247, .16), transparent 32%),
    linear-gradient(135deg, #fbfcff 0%, #f2f4ff 55%, #effcff 100%);
  border-bottom: 1px solid rgba(91, 77, 247, .09);
}

.mtsl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .32;
  background-image: linear-gradient(rgba(91, 77, 247, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 77, 247, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.mtsl-hero__orb {
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .34;
  animation: mtsl-float 9s ease-in-out infinite;
}

.mtsl-hero__orb--one {
  inset: 8% auto auto -130px;
  background: #a69dfc;
}

.mtsl-hero__orb--two {
  inset: auto -100px -110px auto;
  background: #82e3f1;
  animation-delay: -4s;
}

@keyframes mtsl-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -18px, 0) scale(1.04); }
}

.mtsl-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  margin-bottom: 38px;
  color: #7a8499;
  font-size: 13px;
  white-space: nowrap;
}

.mtsl-breadcrumbs a {
  color: var(--mtsl-primary-dark);
  text-decoration: none;
}

.mtsl-breadcrumbs [aria-current='page'] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mtsl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 88px);
}

.mtsl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--mtsl-primary-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.1px;
}

.mtsl-eyebrow::before {
  content: '';
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mtsl-primary), var(--mtsl-cyan));
}

.mtsl-hero h1 {
  margin: 0;
  color: #151b2b;
  font-size: clamp(36px, 5.2vw, 68px);
  line-height: 1.22;
  letter-spacing: -1.8px;
}

.mtsl-hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #59647c;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 2;
}

.mtsl-hero__meta {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  color: #7b8498;
  font-size: 13px;
}

.mtsl-hero__media {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 32px;
  background: rgba(255, 255, 255, .65);
  box-shadow: var(--mtsl-shadow);
  transform: rotate(-1.4deg);
  backdrop-filter: blur(9px);
}

.mtsl-hero__media::before {
  content: '';
  position: absolute;
  inset: -18px 16% auto;
  z-index: -1;
  height: 65%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(91, 77, 247, .28), rgba(24, 184, 216, .28));
  filter: blur(34px);
}

.mtsl-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 23px;
}

.mtsl-hero__media-accent {
  position: absolute;
  inset: auto -15px -15px auto;
  width: 92px;
  height: 92px;
  border: 9px solid rgba(24, 184, 216, .24);
  border-radius: 50%;
}

/* Dedicated conversion-focused template for service posts. */
.mtsl-service-post-page .mtsl-hero {
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(24,184,216,.24), transparent 27%),
    radial-gradient(circle at 10% 90%, rgba(91,77,247,.31), transparent 30%),
    linear-gradient(135deg,#111b34,#272361 58%,#125b76);
  border-bottom: 0;
}
.mtsl-service-post-page .mtsl-hero::before { opacity: .16; }
.mtsl-service-post-page .mtsl-hero h1 { color: #fff; }
.mtsl-service-post-page .mtsl-eyebrow { color: #aeeef5; }
.mtsl-service-post-page .mtsl-breadcrumbs { color: rgba(255,255,255,.58); }
.mtsl-service-post-page .mtsl-breadcrumbs a { color: #c2f4f8; }
.mtsl-service-post-page .mtsl-hero__lead { color: rgba(255,255,255,.78); }
.mtsl-service-post-page .mtsl-hero__meta { color: rgba(255,255,255,.72); }
.mtsl-service-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.mtsl-service-proof span { position: relative; padding: 7px 27px 7px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e7f8fb; background: rgba(255,255,255,.075); font-size: 12px; font-weight: 800; }
.mtsl-service-proof span::before { position: absolute; inset: 50% 11px auto auto; width: 8px; height: 8px; border-radius: 50%; content: ''; background: #53d5b0; box-shadow: 0 0 0 4px rgba(83,213,176,.12); transform: translateY(-50%); }
.mtsl-service-post-page .mtsl-article { border-top: 4px solid var(--mtsl-cyan); box-shadow: 0 26px 72px rgba(13,25,54,.14); }
.mtsl-service-post-page .mtsl-sidebar { padding-top: 52px; }

.mtsl-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  gap: 46px;
  margin-top: -45px;
  padding-bottom: 90px;
}

.mtsl-article {
  min-width: 0;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(229, 233, 243, .9);
  border-radius: var(--mtsl-radius);
  background: var(--mtsl-surface);
  box-shadow: 0 20px 60px rgba(36, 44, 78, .07);
}

.mtsl-content {
  color: #3e485d;
  font-size: 17px;
  line-height: 2.15;
}

.mtsl-content > :first-child { margin-top: 0; }
.mtsl-content > :last-child { margin-bottom: 0; }

.mtsl-content h2,
.mtsl-content h3 {
  scroll-margin-top: 100px;
  color: var(--mtsl-ink);
  line-height: 1.55;
}

.mtsl-content h2 {
  position: relative;
  margin: 58px 0 20px;
  padding-right: 20px;
  font-size: clamp(25px, 3vw, 33px);
}

.mtsl-content h2::before {
  content: '';
  position: absolute;
  inset: .3em 0 auto auto;
  width: 5px;
  height: 1.25em;
  border-radius: 8px;
  background: linear-gradient(var(--mtsl-primary), var(--mtsl-cyan));
}

.mtsl-content h3 {
  margin: 38px 0 14px;
  font-size: clamp(20px, 2.2vw, 25px);
}

.mtsl-content p { margin: 0 0 24px; }

.mtsl-content a:not(.seo-contact-button):not(.mtsl-contact__button) {
  color: var(--mtsl-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(91, 77, 247, .28);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.mtsl-content ul,
.mtsl-content ol {
  margin: 24px 0;
  padding-right: 25px;
}

.mtsl-content li { margin: 9px 0; }

.mtsl-content blockquote {
  margin: 34px 0;
  padding: 22px 26px;
  border: 0;
  border-right: 4px solid var(--mtsl-primary);
  border-radius: 16px 0 0 16px;
  background: var(--mtsl-soft);
  color: #38415a;
}

.mtsl-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.mtsl-sidebar { padding-top: 78px; }

.mtsl-sidebar__sticky {
  position: sticky;
  top: 42px;
  display: grid;
  gap: 20px;
}

.mtsl-toc,
.mtsl-mini-contact {
  padding: 24px;
  border: 1px solid var(--mtsl-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 38px rgba(35, 42, 73, .06);
}

.mtsl-toc h2,
.mtsl-mini-contact h2 {
  margin: 0 0 16px;
  color: var(--mtsl-ink);
  font-size: 17px;
}

.mtsl-toc ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtsl-toc li { margin: 0; }
.mtsl-toc li.is-child { padding-right: 14px; }

.mtsl-toc a {
  display: block;
  padding: 5px 0;
  color: #68728a;
  font-size: 13px;
  line-height: 1.7;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.mtsl-toc a:hover {
  color: var(--mtsl-primary);
  transform: translateX(-3px);
}

.mtsl-mini-contact {
  color: #fff;
  background: linear-gradient(145deg, #3930b8, #6557f8 65%, #3e97da);
  border-color: transparent;
}

.mtsl-mini-contact__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .16);
}

.mtsl-mini-contact svg { width: 23px; height: 23px; fill: currentColor; }
.mtsl-mini-contact h2 { color: #fff; margin-bottom: 9px; }
.mtsl-mini-contact p { margin: 0 0 17px; color: rgba(255, 255, 255, .82); font-size: 13px; line-height: 1.8; }

.mtsl-mini-contact a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.mtsl-mini-contact a svg { width: 17px; transform: rotate(180deg); }

.mtsl-contact {
  position: relative;
  overflow: hidden;
  margin: 42px 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(91, 77, 247, .16);
  border-radius: 24px;
  background: linear-gradient(135deg, #f6f5ff, #eefbff);
}

.mtsl-contact::after {
  content: '';
  position: absolute;
  inset: -80px auto auto -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(91, 77, 247, .09);
}

.mtsl-contact__copy { position: relative; z-index: 1; }

.mtsl-contact h2 {
  margin: 0 0 10px;
  padding: 0;
  color: var(--mtsl-ink);
  font-size: clamp(23px, 3vw, 31px);
}

.mtsl-contact h2::before { display: none; }
.mtsl-contact p { max-width: 650px; margin: 0 0 22px; color: #5f6980; }

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

.mtsl-contact__button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 11px 15px;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(27, 37, 65, .12);
  transition: transform .22s ease, box-shadow .22s ease;
}

.mtsl-contact__button:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(27, 37, 65, .18);
}

.mtsl-contact__button svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.mtsl-contact__button span { line-height: 1.35; font-weight: 800; }
.mtsl-contact__button small { display: block; margin-top: 4px; font-size: 11px; font-weight: 500; opacity: .84; }
.mtsl-contact__button.is-phone { background: linear-gradient(135deg, #594cf0, #3930b8); }
.mtsl-contact__button.is-whatsapp { background: linear-gradient(135deg, #25c76f, #159451); }
.mtsl-contact__button.is-telegram { background: linear-gradient(135deg, #28b7e8, #168bc8); }
.mtsl-contact__button.is-rubika { background: linear-gradient(135deg, #e34b9f, #8b47da); }

.mtsl-faq {
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid var(--mtsl-line);
}

.mtsl-faq > h2 {
  margin: 0 0 24px;
  color: var(--mtsl-ink);
  font-size: clamp(26px, 3vw, 34px);
}

.mtsl-faq__items { display: grid; gap: 12px; }

.mtsl-faq__item {
  overflow: hidden;
  border: 1px solid var(--mtsl-line);
  border-radius: 16px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mtsl-faq__item[open] {
  border-color: rgba(91, 77, 247, .3);
  box-shadow: 0 10px 30px rgba(40, 47, 80, .06);
}

.mtsl-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 21px;
  color: var(--mtsl-ink);
  font-weight: 800;
  line-height: 1.8;
  cursor: pointer;
  list-style: none;
}

.mtsl-faq__item summary::-webkit-details-marker { display: none; }

.mtsl-faq__item summary span {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--mtsl-soft);
}

.mtsl-faq__item summary span::before,
.mtsl-faq__item summary span::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  background: var(--mtsl-primary);
  transform: translate(-50%, -50%);
}

.mtsl-faq__item summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.mtsl-faq__item[open] summary span::after { opacity: 0; }
.mtsl-faq__answer { padding: 0 21px 20px; color: #5c667d; line-height: 2; }
.mtsl-faq__answer p { margin: 0; }

.mtsl-article__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--mtsl-line);
  color: var(--mtsl-muted);
  font-size: 13px;
}

.mtsl-article__footer strong { color: var(--mtsl-ink); }

.mtsl-js .mtsl-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.22, .7, .3, 1);
}

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

@media (max-width: 980px) {
  .mtsl-hero__grid { grid-template-columns: 1fr; }
  .mtsl-hero__media { width: min(680px, 100%); transform: none; }
  .mtsl-main-grid { grid-template-columns: 1fr; margin-top: -38px; }
  .mtsl-sidebar { display: none; }
}

@media (max-width: 640px) {
  .mtsl-container { width: min(100% - 26px, 1180px); }
  .mtsl-hero { padding: 26px 0 70px; }
  .mtsl-breadcrumbs { margin-bottom: 28px; }
  .mtsl-hero h1 { font-size: clamp(32px, 10vw, 46px); letter-spacing: -.9px; }
  .mtsl-hero__lead { font-size: 15px; }
  .mtsl-hero__media { border-radius: 22px; }
  .mtsl-hero__media img { border-radius: 15px; }
  .mtsl-main-grid { margin-top: 24px; }
  .mtsl-article { padding: 25px 19px; border-radius: 21px; }
  .mtsl-content { font-size: 16px; line-height: 2.05; }
  .mtsl-content h2 { margin-top: 48px; }
  .mtsl-contact__actions { grid-template-columns: 1fr; }
  .mtsl-service-proof { gap: 7px; }
  .mtsl-service-proof span { padding-block: 6px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .mtsl-hero__orb { animation: none; }
  .mtsl-js .mtsl-reveal { opacity: 1; transform: none; transition: none; }
  .mtsl-contact__button, .mtsl-toc a { transition: none; }
}

@media print {
  .mtsl-progress, .mtsl-sidebar, .mtsl-contact { display: none !important; }
  .mtsl-main-grid { display: block; margin-top: 0; }
  .mtsl-article { box-shadow: none; border: 0; }
}

/* SEO expert profile page */
.mtsl-profile-page {
  overflow: hidden;
  background: #f8f9fd;
}

.mtsl-profile-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 42px 0 96px;
  background:
    radial-gradient(circle at 85% 15%, rgba(24, 184, 216, .18), transparent 26%),
    radial-gradient(circle at 8% 82%, rgba(91, 77, 247, .17), transparent 28%),
    linear-gradient(135deg, #fbfcff, #f2f4ff 58%, #effcff);
}

.mtsl-profile-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .32;
  background-image: linear-gradient(rgba(91, 77, 247, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 77, 247, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 94%);
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.mtsl-profile-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 96px);
}

.mtsl-profile-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #151b2b;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.25;
  letter-spacing: -1.7px;
}

.mtsl-profile-hero__copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #59647c;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 2.05;
}

.mtsl-profile-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mtsl-primary-link,
.mtsl-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 11px 20px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mtsl-primary-link {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mtsl-primary), var(--mtsl-primary-dark));
  box-shadow: 0 12px 26px rgba(91, 77, 247, .24);
}

.mtsl-secondary-link {
  color: var(--mtsl-primary-dark) !important;
  border: 1px solid rgba(91, 77, 247, .22);
  background: rgba(255, 255, 255, .72);
}

.mtsl-primary-link:hover,
.mtsl-secondary-link:hover { transform: translateY(-2px); }
.mtsl-primary-link svg,
.mtsl-secondary-link svg { width: 20px; height: 20px; fill: currentColor; }
.mtsl-secondary-link svg { transform: rotate(180deg); }

.mtsl-profile-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.mtsl-profile-trust li {
  padding: 14px;
  border: 1px solid rgba(91, 77, 247, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .58);
}

.mtsl-profile-trust b,
.mtsl-profile-trust span { display: block; }
.mtsl-profile-trust b { color: var(--mtsl-ink); font-size: 13px; }
.mtsl-profile-trust span { margin-top: 3px; color: #788299; font-size: 11px; }

.mtsl-profile-portrait {
  position: relative;
  width: min(440px, 100%);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 34px;
  background: rgba(255, 255, 255, .64);
  box-shadow: var(--mtsl-shadow);
  backdrop-filter: blur(10px);
}

.mtsl-profile-portrait::before {
  content: '';
  position: absolute;
  inset: -22px 14% auto;
  z-index: -1;
  height: 70%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(91, 77, 247, .3), rgba(24, 184, 216, .28));
  filter: blur(38px);
}

.mtsl-profile-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
}

.mtsl-profile-portrait figcaption {
  position: absolute;
  inset: auto 30px 30px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 15px;
  color: #fff;
  background: rgba(23, 32, 51, .76);
  backdrop-filter: blur(10px);
}

.mtsl-profile-portrait figcaption strong,
.mtsl-profile-portrait figcaption span { display: block; }
.mtsl-profile-portrait figcaption span { margin-top: 3px; color: rgba(255,255,255,.78); font-size: 11px; }

.mtsl-profile-portrait__badge {
  position: absolute;
  inset: 28px auto auto -20px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 6px solid rgba(255, 255, 255, .76);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--mtsl-primary), var(--mtsl-cyan));
  box-shadow: 0 12px 30px rgba(42, 56, 102, .2);
  font-size: 16px;
  font-weight: 900;
  transform: rotate(-7deg);
}

.mtsl-profile-shell {
  margin-top: -46px;
  padding-bottom: 90px;
}

.mtsl-profile-content,
.mtsl-profile-shell > .mtsl-contact,
.mtsl-profile-shell > .mtsl-faq {
  width: min(980px, 100%);
  margin-inline: auto;
}

.mtsl-profile-content {
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid rgba(229, 233, 243, .92);
  border-radius: var(--mtsl-radius);
  background: #fff;
  box-shadow: 0 20px 60px rgba(36, 44, 78, .07);
  color: #3e485d;
  font-size: 17px;
  line-height: 2.1;
}

.mtsl-profile-content h2,
.mtsl-profile-content h3 {
  color: var(--mtsl-ink);
  line-height: 1.55;
}

.mtsl-profile-content h2 {
  margin: 0 0 20px;
  font-size: clamp(27px, 3.4vw, 39px);
}

.mtsl-profile-content p { margin: 0 0 22px; }
.mtsl-profile-content a { color: var(--mtsl-primary-dark); font-weight: 800; text-underline-offset: 4px; }

.mtsl-profile-intro { margin-bottom: 66px; }
.mtsl-profile-intro__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }

.mtsl-section-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.mtsl-section-heading .mtsl-eyebrow { justify-content: center; }
.mtsl-section-heading p { color: #657089; }

.mtsl-service-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mtsl-service-card {
  position: relative;
  overflow: hidden;
  padding: 25px;
  border: 1px solid var(--mtsl-line);
  border-radius: 19px;
  background: linear-gradient(145deg, #fff, #fafbff);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.mtsl-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 77, 247, .25);
  box-shadow: 0 16px 36px rgba(35, 42, 73, .08);
}

.mtsl-service-card__number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--mtsl-primary-dark);
  background: var(--mtsl-soft);
  font-size: 13px;
  font-weight: 900;
}

.mtsl-service-card h3 { margin: 17px 0 9px; font-size: 20px; }
.mtsl-service-card p { margin: 0; color: #626d84; font-size: 14px; line-height: 1.95; }

.mtsl-profile-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: 45px;
  margin-top: 70px;
  padding: clamp(26px, 4vw, 40px);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, #2e278f, #5b4df7 58%, #238ebf);
}

.mtsl-profile-method h2 { color: #fff; }
.mtsl-profile-method p { color: rgba(255,255,255,.82); }
.mtsl-profile-method .mtsl-eyebrow { color: #d9f8ff; }

.mtsl-profile-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.mtsl-profile-steps li { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.09); }
.mtsl-profile-steps li > span { display: grid; flex: 0 0 auto; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: #3b319f; background: #fff; font-weight: 900; }
.mtsl-profile-steps strong,
.mtsl-profile-steps p { display: block; }
.mtsl-profile-steps p { margin: 2px 0 0; font-size: 12px; line-height: 1.7; }

.mtsl-profile-links {
  margin-top: 68px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(24, 184, 216, .2);
  border-radius: 21px;
  background: linear-gradient(135deg, #f8f7ff, #effcff);
}

.mtsl-profile-links h2 { margin-top: 0; }
.mtsl-profile-shell > .mtsl-contact { margin-top: 34px; }
.mtsl-profile-shell > .mtsl-faq { padding: clamp(26px, 5vw, 48px); border: 1px solid var(--mtsl-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(36, 44, 78, .06); }

@media (max-width: 900px) {
  .mtsl-profile-hero__grid { grid-template-columns: 1fr; }
  .mtsl-profile-portrait { width: min(520px, 100%); }
  .mtsl-profile-intro__grid,
  .mtsl-profile-method { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .mtsl-profile-hero { padding: 28px 0 74px; }
  .mtsl-profile-hero h1 { font-size: clamp(34px, 10vw, 46px); letter-spacing: -.8px; }
  .mtsl-profile-hero__actions a { width: 100%; }
  .mtsl-profile-trust { grid-template-columns: 1fr; }
  .mtsl-profile-portrait__badge { inset: 20px auto auto -8px; width: 56px; height: 56px; }
  .mtsl-profile-shell { margin-top: -32px; }
  .mtsl-profile-content { padding: 26px 19px; }
  .mtsl-service-cards { grid-template-columns: 1fr; }
  .mtsl-profile-method { padding: 25px 19px; }
}

/* Native landing pages: Home, Services and Contact */
.mtsl-landing-layout {
  color: var(--mtsl-ink);
  background: #f8f9fd;
}

.mtsl-landing {
  overflow: hidden;
  background: #f8f9fd;
}

.mtsl-landing-hero,
.mtsl-contact-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 10%, rgba(24, 184, 216, .2), transparent 27%),
    radial-gradient(circle at 8% 90%, rgba(91, 77, 247, .18), transparent 31%),
    linear-gradient(135deg, #fbfcff, #f2f4ff 56%, #ecfbff);
}

.mtsl-landing-hero {
  padding: 72px 0 118px;
}

.mtsl-landing-hero::before,
.mtsl-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .28;
  background-image:
    linear-gradient(rgba(91, 77, 247, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 77, 247, .09) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 96%);
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.mtsl-landing-hero__glow {
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  opacity: .26;
  filter: blur(4px);
  animation: mtsl-float 10s ease-in-out infinite;
}

.mtsl-landing-hero__glow.is-one { inset: 8% auto auto -140px; background: #a99fff; }
.mtsl-landing-hero__glow.is-two { inset: auto -110px -120px auto; background: #67ddec; animation-delay: -4s; }

.mtsl-landing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.mtsl-landing-hero__copy h1,
.mtsl-contact-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #151b2b;
  font-size: clamp(40px, 5.2vw, 70px);
  line-height: 1.22;
  letter-spacing: -1.8px;
}

.mtsl-services-hero .mtsl-landing-hero__copy h1 { font-size: clamp(38px, 4.7vw, 62px); }

.mtsl-landing-hero__copy > p,
.mtsl-contact-hero__copy > p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #59647c;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 2.05;
}

.mtsl-landing-hero__copy > p a,
.mtsl-landing-card p a,
.mtsl-home-seo-path p a,
.mtsl-about-copy p a {
  display: inline;
  color: var(--mtsl-primary-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(91,77,247,.26);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.mtsl-landing-hero__copy > p a:hover,
.mtsl-landing-card p a:hover,
.mtsl-home-seo-path p a:hover,
.mtsl-about-copy p a:hover {
  color: var(--mtsl-primary);
  text-decoration-color: currentColor;
}

.mtsl-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mtsl-landing-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.mtsl-landing-trust li {
  padding: 14px;
  border: 1px solid rgba(91, 77, 247, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .62);
}

.mtsl-landing-trust strong,
.mtsl-landing-trust span { display: block; }
.mtsl-landing-trust strong { font-size: 13px; }
.mtsl-landing-trust span { margin-top: 4px; color: #7a8499; font-size: 11px; }

.mtsl-landing-hero__media {
  position: relative;
  margin: 0;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 34px;
  background: rgba(255, 255, 255, .66);
  box-shadow: var(--mtsl-shadow);
  transform: rotate(-1.2deg);
  backdrop-filter: blur(10px);
}

.mtsl-landing-hero__media::before {
  content: '';
  position: absolute;
  inset: -22px 14% auto;
  z-index: -1;
  height: 70%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(91, 77, 247, .3), rgba(24, 184, 216, .28));
  filter: blur(38px);
}

.mtsl-landing-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 24px;
}

.mtsl-landing-hero__media figcaption {
  position: absolute;
  inset: auto 28px 28px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 15px;
  color: #fff;
  background: rgba(23, 32, 51, .76);
  backdrop-filter: blur(10px);
}

.mtsl-landing-hero__media figcaption b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--mtsl-primary), var(--mtsl-cyan));
}

.mtsl-landing-hero__media figcaption span { font-size: 13px; }

.mtsl-landing-section { padding: 92px 0; }
.mtsl-landing-section--raised { position: relative; margin-top: -48px; }
.mtsl-landing-section--soft { border-block: 1px solid rgba(91, 77, 247, .08); background: linear-gradient(135deg, #f5f4ff, #effcff); }
.mtsl-landing-section--dark { color: #fff; background: linear-gradient(145deg, #282278, #5245dc 58%, #247fa9); }

.mtsl-section-heading h2,
.mtsl-about-copy h2,
.mtsl-service-foundation h2,
.mtsl-contact-guide h2 {
  margin: 0 0 16px;
  color: var(--mtsl-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.45;
}

.mtsl-section-heading > p,
.mtsl-about-copy p,
.mtsl-service-foundation p,
.mtsl-contact-guide > div > p {
  color: #626d84;
  line-height: 2;
}

.mtsl-section-heading--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: right;
}

.mtsl-section-heading--row .mtsl-eyebrow { justify-content: flex-start; }

.mtsl-landing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mtsl-landing-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--mtsl-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 44px rgba(35, 42, 73, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mtsl-landing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(91, 77, 247, .28);
  box-shadow: 0 22px 50px rgba(35, 42, 73, .11);
}

.mtsl-landing-card__number {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 46px;
  padding-inline: 10px;
  border-radius: 13px;
  color: var(--mtsl-primary-dark);
  background: var(--mtsl-soft);
  font-size: 13px;
  font-weight: 900;
}

.mtsl-landing-card h3 { margin: 20px 0 10px; font-size: 22px; }
.mtsl-landing-card p { margin: 0 0 20px; color: #626d84; font-size: 14px; line-height: 1.95; }
.mtsl-landing-card a,
.mtsl-inline-link { display: inline-flex; align-items: center; gap: 7px; color: var(--mtsl-primary-dark); font-weight: 800; text-decoration: none; }
.mtsl-landing-card a svg,
.mtsl-inline-link svg { width: 17px; height: 17px; fill: currentColor; transform: rotate(180deg); }

.mtsl-home-seo-path {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(23,107,135,.1);
  background: linear-gradient(135deg,#f4fafc,#f8f7ff 58%,#fffaf0);
}

.mtsl-home-seo-path::before {
  position: absolute;
  inset: -180px auto auto -130px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  content: '';
  pointer-events: none;
  background: rgba(24,184,216,.09);
  filter: blur(6px);
}

.mtsl-home-seo-path .mtsl-container { position: relative; }
.mtsl-home-seo-path .mtsl-section-heading--row { align-items: center; margin-bottom: 34px; }
.mtsl-home-seo-path .mtsl-section-heading--row > p { width: min(500px,100%); margin: 0; }
.mtsl-home-seo-path__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }

.mtsl-home-seo-path__item {
  position: relative;
  overflow: hidden;
  padding: clamp(26px,4vw,38px);
  border: 1px solid rgba(23,107,135,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 48px rgba(35,42,73,.07);
}

.mtsl-home-seo-path__item > span {
  position: absolute;
  inset: 18px auto auto 20px;
  color: rgba(23,107,135,.08);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.mtsl-home-seo-path__item h3 { position: relative; margin: 0 0 15px; color: var(--mtsl-ink); font-size: 21px; }
.mtsl-home-seo-path__item h3::before { display: inline-block; width: 26px; height: 4px; margin-left: 9px; border-radius: 99px; content: ''; vertical-align: middle; background: linear-gradient(90deg,var(--mtsl-primary),var(--mtsl-cyan)); }
.mtsl-home-seo-path__item p { position: relative; margin: 0; color: #5e6980; font-size: 15px; line-height: 2.15; }

.mtsl-about-grid {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(42px, 8vw, 96px);
}

.mtsl-about-media {
  padding: 10px;
  border: 1px solid var(--mtsl-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--mtsl-shadow);
}

.mtsl-about-media img { display: block; width: 100%; aspect-ratio: 4 / 4.2; object-fit: cover; object-position: center top; border-radius: 21px; }
.mtsl-about-copy p { margin: 0 0 20px; }

.mtsl-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtsl-process-grid li {
  display: flex;
  gap: 14px;
  padding: 23px;
  border: 1px solid rgba(91, 77, 247, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .75);
}

.mtsl-process-grid li > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--mtsl-primary), var(--mtsl-cyan));
  font-weight: 900;
}

.mtsl-process-grid h3 { margin: 4px 0 8px; font-size: 18px; }
.mtsl-process-grid p { margin: 0; color: #68738a; font-size: 13px; line-height: 1.8; }
.mtsl-landing-section--dark .mtsl-section-heading h2,
.mtsl-landing-section--dark .mtsl-process-grid h3 { color: #fff; }
.mtsl-landing-section--dark .mtsl-eyebrow { color: #d8fbff; }
.mtsl-landing-section--dark .mtsl-process-grid li { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.09); }
.mtsl-landing-section--dark .mtsl-process-grid p { color: rgba(255,255,255,.76); }
.mtsl-landing-section--dark .mtsl-process-grid li > span { color: #3930a7; background: #fff; }

.mtsl-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mtsl-post-card { overflow: hidden; border: 1px solid var(--mtsl-line); border-radius: 20px; background: #fff; box-shadow: 0 14px 38px rgba(35,42,73,.06); }
.mtsl-post-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 9; text-decoration: none; background: linear-gradient(135deg, #5144de, #1bb5d5); }
.mtsl-post-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mtsl-post-card:hover .mtsl-post-card__media img { transform: scale(1.04); }
.mtsl-post-card__media > span { display: grid; place-items: center; height: 100%; color: rgba(255,255,255,.9); font-size: 30px; font-weight: 900; }
.mtsl-post-card__body { padding: 20px; }
.mtsl-post-card time { color: #8790a4; font-size: 12px; }
.mtsl-post-card h3 { margin: 9px 0 0; font-size: 17px; line-height: 1.75; }
.mtsl-post-card h3 a { color: var(--mtsl-ink); text-decoration: none; }

.mtsl-landing-final { padding-bottom: 82px; }
.mtsl-landing-final .mtsl-contact { margin: 0; }

.mtsl-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mtsl-service-item { display: flex; gap: 17px; padding: 25px; border: 1px solid var(--mtsl-line); border-radius: 19px; background: #fff; box-shadow: 0 12px 36px rgba(35,42,73,.05); }
.mtsl-service-item > span { display: grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--mtsl-primary-dark); background: var(--mtsl-soft); font-size: 12px; font-weight: 900; }
.mtsl-service-item h3 { margin: 3px 0 8px; font-size: 20px; }
.mtsl-service-item p { margin: 0; color: #667188; font-size: 14px; line-height: 1.9; }

.mtsl-service-foundation { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr); align-items: center; gap: 60px; }
.mtsl-service-foundation p { margin: 0 0 18px; }
.mtsl-check-list { display: grid; gap: 10px; margin: 0; padding: 25px; border: 1px solid rgba(91,77,247,.14); border-radius: 22px; background: rgba(255,255,255,.74); list-style: none; }
.mtsl-check-list li { position: relative; padding: 11px 42px 11px 12px; border-radius: 12px; color: #465168; background: #fff; font-weight: 700; }
.mtsl-check-list li::before { content: '✓'; position: absolute; inset: 10px 12px auto auto; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 8px; color: #fff; background: linear-gradient(135deg,var(--mtsl-primary),var(--mtsl-cyan)); font-size: 12px; }

.mtsl-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.mtsl-package-card { position: relative; padding: 30px; border: 1px solid var(--mtsl-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 44px rgba(35,42,73,.07); }
.mtsl-package-card.is-featured { border-color: rgba(91,77,247,.4); box-shadow: 0 22px 55px rgba(91,77,247,.14); transform: translateY(-10px); }
.mtsl-package-card__badge { display: inline-flex; margin: -15px 0 16px; padding: 6px 10px; border-radius: 99px; color: #fff; background: linear-gradient(135deg,var(--mtsl-primary),var(--mtsl-cyan)); font-size: 11px; font-weight: 800; }
.mtsl-package-card h3 { margin: 0 0 14px; font-size: 23px; }
.mtsl-package-card > strong { display: block; color: var(--mtsl-primary-dark); font-size: 26px; }
.mtsl-package-card > strong small { margin-right: 4px; color: #8a93a5; font-size: 11px; font-weight: 500; }
.mtsl-package-card > p { min-height: 46px; margin: 10px 0 20px; color: #69748b; font-size: 13px; }
.mtsl-package-card ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.mtsl-package-card li { position: relative; padding-right: 23px; color: #4f5a71; font-size: 13px; }
.mtsl-package-card li::before { content: '✓'; position: absolute; inset: 0 0 auto auto; color: var(--mtsl-cyan); font-weight: 900; }
.mtsl-package-card > a { display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 13px; color: #fff; background: linear-gradient(135deg,var(--mtsl-primary),var(--mtsl-primary-dark)); font-weight: 800; text-decoration: none; }
.mtsl-service-faq { padding: 82px 0 50px; }
.mtsl-service-faq .mtsl-faq { width: min(920px,100%); margin: 0 auto; padding: clamp(26px,5vw,48px); border: 1px solid var(--mtsl-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(36,44,78,.06); }

.mtsl-contact-hero { padding: 46px 0 110px; }
.mtsl-contact-hero .mtsl-breadcrumbs { margin-bottom: 44px; }
.mtsl-contact-hero__copy { width: min(900px,100%); margin-inline: auto; text-align: center; }
.mtsl-contact-hero__copy .mtsl-eyebrow { justify-content: center; }
.mtsl-contact-hero__copy > p { margin-inline: auto; }
.mtsl-contact-shell { position: relative; margin-top: -55px; padding-bottom: 90px; }
.mtsl-contact-methods { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.mtsl-contact-method { display: flex; align-items: center; gap: 16px; min-height: 118px; padding: 22px; border: 1px solid var(--mtsl-line); border-radius: 20px; color: var(--mtsl-ink); background: #fff; box-shadow: 0 15px 42px rgba(35,42,73,.07); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.mtsl-contact-method:hover { color: var(--mtsl-ink); transform: translateY(-4px); box-shadow: 0 20px 48px rgba(35,42,73,.11); }
.mtsl-contact-method > span { display: grid; flex: 0 0 auto; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: #fff; background: linear-gradient(135deg,var(--mtsl-primary),var(--mtsl-primary-dark)); font-size: 21px; font-weight: 900; }
.mtsl-contact-method.is-whatsapp > span { background: linear-gradient(135deg,#25c76f,#159451); }
.mtsl-contact-method.is-telegram > span { background: linear-gradient(135deg,#28b7e8,#168bc8); }
.mtsl-contact-method.is-rubika > span { background: linear-gradient(135deg,#e34b9f,#8b47da); }
.mtsl-contact-method.is-email > span { background: linear-gradient(135deg,#f09345,#e25e54); }
.mtsl-contact-method svg { width: 27px; height: 27px; fill: currentColor; }
.mtsl-contact-method small,
.mtsl-contact-method strong,
.mtsl-contact-method em { display: block; }
.mtsl-contact-method small { color: #7d879b; font-size: 11px; }
.mtsl-contact-method strong { margin-top: 4px; font-size: 17px; overflow-wrap: anywhere; }
.mtsl-contact-method em { margin-top: 4px; color: #8992a5; font-size: 11px; font-style: normal; }
.mtsl-contact-guide { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); align-items: center; gap: 54px; margin-top: 72px; padding: clamp(28px,5vw,54px); border: 1px solid rgba(91,77,247,.14); border-radius: 25px; background: linear-gradient(135deg,#f6f5ff,#eefbff); }
.mtsl-contact-guide ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.mtsl-contact-guide li { display: flex; align-items: center; gap: 13px; padding: 13px; border-radius: 13px; background: rgba(255,255,255,.82); }
.mtsl-contact-guide li > span { display: grid; flex: 0 0 auto; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: #fff; background: linear-gradient(135deg,var(--mtsl-primary),var(--mtsl-cyan)); font-weight: 900; }
.mtsl-contact-guide li p { margin: 0; color: #58637a; font-size: 13px; }
.mtsl-contact-guide li strong { color: var(--mtsl-ink); }
.mtsl-contact-services { margin-top: 86px; }

@media (max-width: 1050px) {
  .mtsl-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .mtsl-landing-hero__grid,
  .mtsl-about-grid,
  .mtsl-service-foundation,
  .mtsl-contact-guide { grid-template-columns: 1fr; }
  .mtsl-landing-hero__media { width: min(680px,100%); transform: none; }
  .mtsl-about-media { width: min(560px,100%); }
  .mtsl-landing-cards,
  .mtsl-package-grid,
  .mtsl-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.mtsl-home-seo-path__grid { grid-template-columns: 1fr; }
  .mtsl-package-card.is-featured { transform: none; }
}

@media (max-width: 700px) {
  .mtsl-landing-hero { padding: 44px 0 88px; }
  .mtsl-landing-hero__copy h1,
  .mtsl-contact-hero h1 { font-size: clamp(34px,10vw,48px); letter-spacing: -.8px; }
  .mtsl-landing-trust,
  .mtsl-landing-cards,
  .mtsl-service-list,
  .mtsl-package-grid,
  .mtsl-post-grid,
  .mtsl-contact-methods { grid-template-columns: 1fr; }
  .mtsl-landing-section { padding: 70px 0; }
  .mtsl-landing-section--raised { margin-top: -32px; }
  .mtsl-section-heading--row { align-items: flex-start; flex-direction: column; }
  .mtsl-contact-hero { padding: 30px 0 88px; }
  .mtsl-contact-shell { margin-top: -38px; }
}

@media (max-width: 520px) {
  .mtsl-landing-actions a { width: 100%; }
  .mtsl-landing-trust { gap: 8px; }
  .mtsl-landing-card,
  .mtsl-package-card { padding: 24px 20px; }
  .mtsl-service-item { padding: 20px 17px; }
  .mtsl-process-grid { grid-template-columns: 1fr; }
  .mtsl-contact-method { min-height: 106px; padding: 18px 16px; }
  .mtsl-contact-method > span { width: 48px; height: 48px; }
  .mtsl-contact-guide { padding: 25px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .mtsl-landing-hero__glow { animation: none; }
  .mtsl-landing-card,
  .mtsl-contact-method,
  .mtsl-post-card__media img { transition: none; }
}
