:root {
	--mcw-navy: #03154d;
	--mcw-navy-2: #052f86;
	--mcw-blue: #006eea;
	--mcw-blue-dark: #004fb8;
	--mcw-cyan: #20cfff;
	--mcw-gold: #f6b73c;
	--mcw-ink: #172033;
	--mcw-muted: #5d6b7e;
	--mcw-mist: #f2f7fb;
	--mcw-line: #dbe6ef;
	--mcw-white: #fff;
	--mcw-radius: 22px;
	--mcw-shadow: 0 22px 70px rgba(7, 29, 58, .13);
	--mcw-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--mcw-white);
	color: var(--mcw-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-wrap: break-word;
}
body.mcw-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
	color: var(--mcw-navy);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.12;
	text-wrap: balance;
}
h1 { font-size: clamp(2.45rem, 5vw, 4.75rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.25rem); }
h3 { font-size: 1.28rem; }
p { color: var(--mcw-muted); }
::selection { color: var(--mcw-navy); background: #bdeefe; }

.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;
}
.mcw-skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; background: #fff; color: var(--mcw-navy); border-radius: 8px; box-shadow: var(--mcw-shadow); }
.mcw-skip-link:focus { top: 16px; }
.mcw-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; vertical-align: -.18em; }
.mcw-container { width: min(calc(100% - 40px), var(--mcw-container)); margin-inline: auto; }

.mcw-topbar { background: var(--mcw-navy); color: #dcebf8; font-size: .82rem; }
.mcw-topbar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.mcw-topbar p, .mcw-topbar a { display: flex; margin: 0; align-items: center; gap: 7px; color: inherit; }
.mcw-topbar a:hover { color: #fff; }
.mcw-topbar .mcw-icon { color: var(--mcw-cyan); }
.mcw-topbar__links { display: flex; align-items: center; gap: 12px; }
.mcw-topbar__social { width: 25px; height: 25px; justify-content: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.mcw-topbar__social:hover { background: var(--mcw-blue); border-color: var(--mcw-cyan); }
.mcw-topbar__social .mcw-icon { width: 14px; height: 14px; color: #fff; }

.mcw-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(219, 230, 239, .7); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.mcw-header.is-scrolled { box-shadow: 0 10px 35px rgba(7, 29, 58, .09); }
.mcw-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.mcw-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.mcw-brand__mark { position: relative; display: grid; width: 47px; height: 47px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--mcw-cyan), var(--mcw-blue)); border-radius: 15px 15px 18px 18px; box-shadow: 0 9px 22px rgba(8, 124, 207, .24); transform: rotate(45deg); }
.mcw-brand__mark > .mcw-icon { width: 26px; height: 26px; transform: rotate(-45deg); }
.mcw-brand__mark > span { position: absolute; top: 2px; right: 3px; color: var(--mcw-gold); font-size: 15px; transform: rotate(-45deg); }
.mcw-brand__text { display: grid; line-height: 1; }
.mcw-brand__text strong { color: var(--mcw-navy); font-size: 1.04rem; font-weight: 900; letter-spacing: .01em; }
.mcw-brand__text small { margin-top: 5px; color: var(--mcw-blue); font-size: .73rem; font-weight: 900; letter-spacing: .32em; }
.mcw-brand__custom .custom-logo-link { display: block; }
.mcw-brand__custom img { width: auto; max-width: 230px; max-height: 62px; }
.mcw-brand__logo { display: grid; width: 62px; height: 62px; flex: 0 0 62px; overflow: visible; place-items: center; background: transparent; border: 0; border-radius: 0; filter: drop-shadow(0 6px 10px rgba(0, 48, 145, .18)); }
.mcw-brand__logo img { width: 100%; height: 100%; object-fit: contain; background: transparent; }
.mcw-nav { display: flex; align-items: center; gap: 22px; }
.mcw-nav__list { display: flex; margin: 0; padding: 0; align-items: center; gap: clamp(15px, 2vw, 28px); list-style: none; }
.mcw-nav__list a { position: relative; color: #314057; font-size: .91rem; font-weight: 700; white-space: nowrap; }
.mcw-nav__list a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--mcw-cyan); transform: scaleX(0); transition: transform .2s ease; }
.mcw-nav__list a:hover, .mcw-nav__list .current-menu-item > a { color: var(--mcw-blue); }
.mcw-nav__list a:hover::after, .mcw-nav__list .current-menu-item > a::after { transform: scaleX(1); }
.mcw-menu-toggle { display: none; padding: 9px; color: var(--mcw-navy); background: transparent; border: 0; cursor: pointer; }
.mcw-menu-toggle .mcw-icon { width: 30px; height: 30px; }
.mcw-menu-toggle__close { display: none; }

.mcw-btn {
	display: inline-flex;
	min-height: 52px;
	padding: 13px 22px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #fff;
	background: linear-gradient(135deg, var(--mcw-blue), #08afe8);
	border: 1px solid transparent;
	border-radius: 13px;
	box-shadow: 0 12px 28px rgba(8, 124, 207, .24);
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mcw-btn:hover { color: #fff; background: linear-gradient(135deg, var(--mcw-blue-dark), var(--mcw-blue)); box-shadow: 0 16px 32px rgba(8, 124, 207, .32); transform: translateY(-2px); }
.mcw-btn:focus-visible, .mcw-nav a:focus-visible, summary:focus-visible { outline: 3px solid var(--mcw-gold); outline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--mcw-gold); outline-offset: 3px; }
.mcw-btn .mcw-icon { transition: transform .2s ease; }
.mcw-btn:hover .mcw-icon { transform: translateX(3px); }
.mcw-btn--small { min-height: 44px; padding: 10px 17px; font-size: .89rem; border-radius: 11px; }
.mcw-btn--ghost-light { color: #fff; background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .4); box-shadow: none; }
.mcw-btn--ghost-light:hover { background: rgba(255, 255, 255, .15); }
.mcw-btn--white { color: var(--mcw-blue); background: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .14); }
.mcw-btn--white:hover { color: var(--mcw-navy); background: #f5fbff; }
.mcw-btn--full { width: 100%; }

.mcw-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 18% 0%, #075bb8 0, transparent 38%), linear-gradient(125deg, #020d36 0%, var(--mcw-navy) 49%, #063c97 100%); }
.mcw-hero::before { position: absolute; inset: 0; content: ""; opacity: .34; background-image: radial-gradient(circle at center, transparent 0 8px, rgba(121,225,255,.68) 9px 10px, transparent 11px), radial-gradient(circle at center, rgba(255,255,255,.9) 0 1.5px, transparent 2px), radial-gradient(circle at center, transparent 0 15px, rgba(51,194,255,.36) 16px 17px, transparent 18px); background-position: 12px 18px, 61px 43px, 104px 90px; background-size: 155px 137px, 121px 103px, 241px 211px; mask-image: linear-gradient(to right, #000 0%, #000 35%, transparent 92%); }
.mcw-hero__glow { position: absolute; right: -140px; bottom: -230px; width: 630px; height: 630px; background: rgba(32, 207, 255, .28); border-radius: 50%; filter: blur(70px); }
.mcw-hero__grid { position: relative; display: grid; min-height: 730px; padding-block: 62px; align-items: center; grid-template-columns: 1.1fr .9fr; gap: clamp(42px, 5vw, 72px); }
.mcw-hero__content { position: relative; z-index: 2; }
.mcw-hero h1, .mcw-hero h2 { max-width: 760px; margin-bottom: 25px; color: #fff; }
.mcw-hero h1 { font-size: clamp(2.75rem, 4.55vw, 4.25rem); }
.mcw-hero h1 span { color: #83e5ff; }
.mcw-hero__lead { max-width: 650px; margin-bottom: 22px; color: #d1dfec; font-size: clamp(1.05rem, 1.5vw, 1.18rem); }
.mcw-hero__google { display: grid; width: fit-content; max-width: 100%; margin-bottom: 23px; padding: 10px 13px 10px 10px; align-items: center; grid-template-columns: auto auto minmax(0, 1fr) auto; gap: 11px; color: #fff; background: rgba(255, 255, 255, .09); border: 1px solid rgba(133, 229, 255, .36); border-radius: 15px; box-shadow: 0 12px 32px rgba(0, 0, 0, .13); backdrop-filter: blur(10px); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.mcw-hero__google:hover { color: #fff; background: rgba(255, 255, 255, .15); border-color: rgba(133, 229, 255, .72); transform: translateY(-2px); }
.mcw-hero__google > .mcw-icon { color: #79e1ff; transition: transform .2s ease; }
.mcw-hero__google:hover > .mcw-icon { transform: translateX(3px); }
.mcw-google-mark { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; background: #fff; border-radius: 50%; box-shadow: 0 5px 15px rgba(0, 0, 0, .13); color: #4285f4; font-family: Arial, sans-serif; font-size: 1.25rem; font-weight: 900; }
.mcw-google-score { display: grid; min-width: 72px; padding-right: 11px; border-right: 1px solid rgba(255,255,255,.18); line-height: 1; }
.mcw-google-score > strong { color: #fff; font-size: 1.05rem; }
.mcw-google-stars { color: #f9bf3b; font-size: .78rem; letter-spacing: .04em; line-height: 1.25; white-space: nowrap; }
.mcw-google-copy { display: grid; line-height: 1.2; }
.mcw-google-copy strong { color: #fff; font-size: .84rem; }
.mcw-google-copy small { margin-top: 3px; color: #bcd0e2; font-size: .71rem; }
.mcw-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mcw-hero__trust { display: flex; margin: 25px 0 0; padding: 0; flex-wrap: wrap; gap: 14px 22px; list-style: none; color: #d9e6f1; font-size: .88rem; font-weight: 700; }
.mcw-hero__trust li { display: flex; align-items: center; gap: 7px; }
.mcw-hero__trust .mcw-icon { color: #6fe0ff; }
.mcw-hero__visual { position: relative; z-index: 1; padding: 16px; }
.mcw-hero__image-wrap { position: relative; overflow: hidden; aspect-ratio: .86; border: 1px solid rgba(255,255,255,.22); border-radius: 36px 8px 36px 8px; box-shadow: 0 35px 90px rgba(0, 0, 0, .35); transform: rotate(1.5deg); }
.mcw-hero__image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(7,29,58,.38), transparent 45%); pointer-events: none; }
.mcw-hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.mcw-hero__badge { position: absolute; right: 18px; bottom: 18px; z-index: 1; display: grid; padding: 14px 18px; background: rgba(6, 23, 46, .86); border: 1px solid rgba(255,255,255,.2); border-radius: 13px; backdrop-filter: blur(9px); }
.mcw-hero__badge strong { color: #fff; font-size: 1.05rem; }
.mcw-hero__badge span { color: #c9d9e8; font-size: .78rem; }
.mcw-hero__brand-seal { position: absolute; top: -17px; left: -29px; z-index: 3; display: flex; padding: 8px 13px 8px 8px; align-items: center; gap: 10px; color: #fff; background: rgba(3,21,77,.92); border: 1px solid rgba(117,223,255,.55); border-radius: 999px; box-shadow: 0 15px 35px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.mcw-hero__brand-seal img { width: 66px; height: 66px; object-fit: contain; background: transparent; border: 0; border-radius: 0; }
.mcw-hero__brand-seal span { padding-right: 4px; color: #d8f7ff; font-size: .66rem; font-weight: 900; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.mcw-hero__spark { position: absolute; color: var(--mcw-gold); font-size: 32px; filter: drop-shadow(0 4px 9px rgba(246,183,60,.4)); }
.mcw-hero__spark--one { top: 1%; right: 0; }
.mcw-hero__spark--two { bottom: 7%; left: -3%; font-size: 20px; }

.mcw-eyebrow { margin-bottom: 13px; color: var(--mcw-blue); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mcw-eyebrow--light { color: #75dcfa; }
.mcw-specs { position: relative; z-index: 3; background: #fff; box-shadow: 0 17px 45px rgba(7, 29, 58, .08); }
.mcw-specs__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mcw-specs__grid > div { display: grid; min-height: 108px; padding: 23px 28px; align-content: center; border-right: 1px solid var(--mcw-line); }
.mcw-specs__grid > div:last-child { border-right: 0; }
.mcw-specs strong { color: var(--mcw-navy); font-size: 1.15rem; }
.mcw-specs span { color: var(--mcw-muted); font-size: .82rem; }

.mcw-google-proof { position: relative; overflow: hidden; padding-block: 44px; background: linear-gradient(110deg, #f6fbff, #fff 58%, #eef8ff); border-bottom: 1px solid var(--mcw-line); }
.mcw-google-proof::before { position: absolute; top: -110px; right: 5%; width: 260px; height: 260px; content: ""; background: rgba(32,207,255,.13); border-radius: 50%; filter: blur(12px); }
.mcw-google-proof__inner { position: relative; display: grid; align-items: center; grid-template-columns: .78fr 1.15fr auto; gap: clamp(28px, 5vw, 62px); }
.mcw-google-proof__rating { display: flex; min-width: 280px; padding: 22px; align-items: center; gap: 16px; background: #fff; border: 1px solid #cce3f2; border-radius: 18px; box-shadow: 0 12px 38px rgba(7,29,58,.08); }
.mcw-google-mark--large { width: 54px; height: 54px; font-size: 1.85rem; }
.mcw-google-proof__rating .mcw-google-stars { display: block; margin-bottom: 4px; font-size: 1.1rem; }
.mcw-google-proof__rating p { margin: 0; color: var(--mcw-muted); font-size: .88rem; line-height: 1.35; }
.mcw-google-proof__rating p strong:first-child { color: var(--mcw-navy); font-size: 1.04rem; }
.mcw-google-proof__content .mcw-eyebrow { margin-bottom: 6px; }
.mcw-google-proof__content h2 { margin-bottom: 9px; font-size: clamp(1.7rem, 2.5vw, 2.35rem); }
.mcw-google-proof__content p:last-child { max-width: 620px; margin-bottom: 0; font-size: .94rem; }
.mcw-btn--google { color: #fff; background: var(--mcw-navy); box-shadow: 0 12px 28px rgba(3,21,77,.17); white-space: nowrap; }
.mcw-btn--google:hover { background: var(--mcw-blue-dark); }

.mcw-section { padding-block: clamp(72px, 9vw, 112px); scroll-margin-top: 120px; }
.mcw-section--mist { background: var(--mcw-mist); }
.mcw-section--navy { color: #fff; background: var(--mcw-navy); }
.mcw-section--navy h2, .mcw-section--navy h3 { color: #fff; }
.mcw-section--navy p { color: #bdccdb; }
.mcw-section-heading { display: grid; margin-bottom: 44px; align-items: end; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 50px; }
.mcw-section-heading h2 { max-width: 780px; margin: 0; }
.mcw-section-heading > p { margin: 0 0 5px; }
.mcw-section-heading--center { display: block; text-align: center; }
.mcw-section-heading--center h2 { margin-inline: auto; }

.mcw-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mcw-service-card { position: relative; min-height: 285px; padding: 30px; overflow: hidden; background: #fff; border: 1px solid var(--mcw-line); border-radius: var(--mcw-radius); box-shadow: 0 10px 32px rgba(7, 29, 58, .05); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.mcw-service-card::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; content: ""; background: linear-gradient(90deg, var(--mcw-blue), var(--mcw-cyan)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.mcw-service-card:hover { border-color: #b7dff3; box-shadow: 0 21px 52px rgba(7, 29, 58, .11); transform: translateY(-5px); }
.mcw-service-card:hover::before { transform: scaleX(1); }
.mcw-service-card__icon { display: grid; width: 58px; height: 58px; margin-bottom: 25px; place-items: center; color: #fff; background: linear-gradient(145deg, #073a9e, var(--mcw-blue)); border: 2px solid #6fe6ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,207,255,.1), 0 10px 25px rgba(0,76,184,.2); }
.mcw-service-card__icon .mcw-icon { width: 28px; height: 28px; }
.mcw-service-card h3 { margin-bottom: 12px; }
.mcw-service-card p { margin-bottom: 25px; font-size: .94rem; }
.mcw-service-card__link { display: inline-flex; align-items: center; gap: 7px; color: var(--mcw-blue); font-size: .88rem; font-weight: 850; }
.mcw-service-card--accent { color: #fff; background: linear-gradient(150deg, var(--mcw-navy-2), var(--mcw-navy)); border-color: var(--mcw-navy); }
.mcw-service-card--accent h3 { color: #fff; }
.mcw-service-card--accent p { color: #c8d5e2; }
.mcw-service-card--accent .mcw-service-card__icon { color: #fff; background: rgba(22,185,233,.16); }
.mcw-service-card--accent .mcw-service-card__link { color: #76def9; }

.mcw-results-grid { display: grid; grid-template-columns: 1.14fr .86fr; grid-template-rows: repeat(2, 265px); gap: 20px; }
.mcw-result, .mcw-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--mcw-navy); border-radius: var(--mcw-radius); box-shadow: 0 13px 40px rgba(7, 29, 58, .11); }
.mcw-result--wide { grid-row: 1 / 3; }
.mcw-result img, .mcw-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.mcw-result:hover img, .mcw-gallery figure:hover img { transform: scale(1.035); }
.mcw-result::after, .mcw-gallery figure::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(to top, rgba(3,17,36,.9), transparent); pointer-events: none; }
.mcw-result figcaption, .mcw-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: grid; padding: 24px; color: #fff; }
.mcw-result figcaption strong, .mcw-gallery figcaption strong { font-size: 1.05rem; }
.mcw-result figcaption span, .mcw-gallery figcaption span { color: #ccd9e6; font-size: .82rem; }
.mcw-center-action { margin-top: 34px; text-align: center; }
.mcw-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--mcw-blue); font-weight: 850; }
.mcw-text-link:hover { color: var(--mcw-navy); }

.mcw-technology__grid { display: grid; align-items: center; grid-template-columns: .87fr 1.13fr; gap: clamp(45px, 7vw, 90px); }
.mcw-technology__visual { position: relative; max-width: 500px; }
.mcw-technology__visual::before { position: absolute; top: -18px; right: -18px; width: 55%; height: 48%; content: ""; background: #dff6fd; border-radius: 30px; transform: rotate(5deg); }
.mcw-technology__visual img { position: relative; width: 100%; max-height: 570px; object-fit: cover; border-radius: 8px 32px 8px 32px; box-shadow: var(--mcw-shadow); }
.mcw-technology__label { position: absolute; right: -24px; bottom: 26px; display: grid; padding: 16px 20px; background: #fff; border-radius: 14px; box-shadow: 0 15px 38px rgba(7,29,58,.18); }
.mcw-technology__label span { color: var(--mcw-blue); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.mcw-technology__label strong { color: var(--mcw-navy); }
.mcw-technology__content h2 { margin-bottom: 23px; }
.mcw-technology__content > p { max-width: 680px; }
.mcw-feature-list { display: grid; margin-top: 34px; gap: 18px; }
.mcw-feature-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 15px; }
.mcw-feature-list > div > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--mcw-blue); background: #e8f7fd; border-radius: 13px; }
.mcw-feature-list p { margin: 0; font-size: .91rem; }
.mcw-feature-list strong { display: block; margin-bottom: 2px; color: var(--mcw-navy); font-size: 1rem; }

.mcw-confidence { position: relative; z-index: 2; padding-block: 28px; background: #fff; border-block: 1px solid var(--mcw-line); box-shadow: 0 14px 42px rgba(7,29,58,.06); }
.mcw-confidence__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mcw-confidence article { display: grid; min-height: 105px; padding: 20px 25px; align-items: center; grid-template-columns: 46px 1fr; gap: 13px; border-right: 1px solid var(--mcw-line); }
.mcw-confidence article:last-child { border-right: 0; }
.mcw-confidence article > span { display: grid; width: 46px; height: 46px; place-items: center; color: var(--mcw-blue); background: #e9f7fd; border-radius: 13px; }
.mcw-confidence article > span .mcw-icon { width: 23px; height: 23px; }
.mcw-confidence strong { display: block; color: var(--mcw-navy); font-size: .92rem; line-height: 1.25; }
.mcw-confidence p { margin: 4px 0 0; font-size: .76rem; line-height: 1.45; }

.mcw-process { overflow: hidden; }
.mcw-process__grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none; counter-reset: process; }
.mcw-process__grid li { position: relative; min-height: 220px; padding: 27px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.mcw-process__grid li > span { display: block; margin-bottom: 31px; color: #66d8f7; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.mcw-process__grid h3 { margin-bottom: 10px; font-size: 1.13rem; }
.mcw-process__grid p { margin: 0; font-size: .88rem; }
.mcw-process__grid--light li { min-height: 170px; background: #fff; border-color: var(--mcw-line); box-shadow: 0 10px 30px rgba(7,29,58,.05); }
.mcw-process__grid--light h3 { color: var(--mcw-navy); }
.mcw-process__grid--light li > span { color: var(--mcw-blue); }

.mcw-audiences__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mcw-audiences article { padding: 32px; text-align: center; background: #fff; border: 1px solid var(--mcw-line); border-radius: var(--mcw-radius); }
.mcw-audiences article > span { display: grid; width: 66px; height: 66px; margin: 0 auto 20px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--mcw-blue), var(--mcw-cyan)); border-radius: 20px; box-shadow: 0 13px 28px rgba(8,124,207,.22); }
.mcw-audiences article > span .mcw-icon { width: 31px; height: 31px; }
.mcw-audiences article p { margin-bottom: 0; }

.mcw-quote__grid { display: grid; align-items: center; grid-template-columns: .83fr 1.17fr; gap: clamp(40px, 8vw, 95px); }
.mcw-check-list { display: grid; margin: 28px 0 0; padding: 0; gap: 12px; list-style: none; }
.mcw-check-list li { display: flex; align-items: flex-start; gap: 10px; color: #3c4b60; font-weight: 700; }
.mcw-check-list .mcw-icon { margin-top: 3px; color: var(--mcw-blue); }
.mcw-quote-form { padding: clamp(24px, 4vw, 38px); background: #fff; border: 1px solid var(--mcw-line); border-radius: var(--mcw-radius); box-shadow: var(--mcw-shadow); }
.mcw-quote-form h2 { margin-bottom: 25px; font-size: 1.75rem; }
.mcw-quote-form > label, .mcw-form-row label { display: grid; margin-bottom: 17px; gap: 7px; color: var(--mcw-navy); font-size: .85rem; font-weight: 800; }
.mcw-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.mcw-quote-form input[type="text"], .mcw-quote-form input[type="email"], .mcw-quote-form textarea, .mcw-quote-form select {
	width: 100%;
	padding: 13px 14px;
	color: var(--mcw-ink);
	background: #fbfdff;
	border: 1px solid #cbd9e5;
	border-radius: 10px;
	font-size: .94rem;
	font-weight: 500;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.mcw-quote-form textarea { min-height: 108px; resize: vertical; }
.mcw-quote-form input:focus, .mcw-quote-form textarea:focus, .mcw-quote-form select:focus { border-color: var(--mcw-blue); box-shadow: 0 0 0 3px rgba(8,124,207,.12); }
.mcw-consent { display: flex !important; align-items: flex-start; grid-template-columns: none !important; gap: 9px !important; color: var(--mcw-muted) !important; font-size: .75rem !important; font-weight: 500 !important; }
.mcw-consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--mcw-blue); }
.mcw-form-note { margin: 12px 0 0; text-align: center; font-size: .74rem; }
.mcw-form-note a { color: var(--mcw-blue); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.mcw-faq__grid { display: grid; align-items: start; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 100px); }
.mcw-faq__list { display: grid; gap: 12px; }
.mcw-faq details { background: #fff; border: 1px solid var(--mcw-line); border-radius: 14px; }
.mcw-faq summary { position: relative; padding: 20px 52px 20px 21px; color: var(--mcw-navy); font-weight: 800; cursor: pointer; list-style: none; }
.mcw-faq summary::-webkit-details-marker { display: none; }
.mcw-faq summary::after { position: absolute; top: 18px; right: 20px; content: "+"; color: var(--mcw-blue); font-size: 1.35rem; line-height: 1; transition: transform .2s ease; }
.mcw-faq details[open] { border-color: #a8d9ee; box-shadow: 0 10px 28px rgba(7,29,58,.06); }
.mcw-faq details[open] summary::after { transform: rotate(45deg); }
.mcw-faq details p { margin: 0; padding: 0 21px 20px; font-size: .91rem; }

.mcw-footer-cta { padding-block: 58px; color: #fff; background: linear-gradient(120deg, #0877c8, #0ea7d8); }
.mcw-footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.mcw-footer-cta h2 { margin-bottom: 9px; color: #fff; font-size: clamp(1.85rem, 3.2vw, 2.75rem); }
.mcw-footer-cta p { max-width: 690px; margin-bottom: 0; color: #e4f5fc; }
.mcw-footer-cta__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.mcw-footer { padding-top: 68px; color: #c4d0dc; background: #05162d; }
.mcw-footer__grid { display: grid; padding-bottom: 56px; grid-template-columns: 1.45fr .8fr 1fr; gap: 70px; }
.mcw-footer .mcw-brand__text strong, .mcw-brand--footer .mcw-brand__text strong { color: #fff; }
.mcw-brand--footer .mcw-brand__logo { background: transparent; filter: drop-shadow(0 0 8px rgba(32,207,255,.2)); }
.mcw-footer__about > p { max-width: 380px; margin-top: 25px; color: #9fb0c1; }
.mcw-footer h3 { margin: 6px 0 22px; color: #fff; font-size: .92rem; letter-spacing: .05em; text-transform: uppercase; }
.mcw-footer ul { display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; }
.mcw-footer a { color: #c4d0dc; }
.mcw-footer a:hover { color: #fff; }
.mcw-footer__contact li { display: flex; align-items: flex-start; gap: 10px; }
.mcw-footer__contact .mcw-icon { margin-top: 3px; color: var(--mcw-cyan); }
.mcw-footer__social { display: flex; margin-top: 24px; align-items: center; gap: 9px; }
.mcw-footer__social > span { margin-right: 5px; color: #8fa4b8; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mcw-footer__social a { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(116,224,255,.25); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.mcw-footer__social a:hover { color: #fff; background: var(--mcw-blue); transform: translateY(-2px); }
.mcw-footer__social .mcw-icon { width: 19px; height: 19px; }
.mcw-footer__bottom { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.mcw-footer__bottom p { margin: 0; color: #8498aa; }
.mcw-footer__bottom > div { display: flex; gap: 22px; }
.mcw-mobile-actions { display: none; }

.mcw-page-hero, .mcw-simple-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 88% 15%, rgba(32,207,255,.34), transparent 31%), linear-gradient(125deg, #020d36, #063d99); }
.mcw-page-hero::before, .mcw-simple-hero::before { position: absolute; inset: 0; content: ""; opacity: .28; background-image: radial-gradient(circle at center, transparent 0 9px, rgba(120,226,255,.58) 10px 11px, transparent 12px), radial-gradient(circle at center, rgba(255,255,255,.85) 0 1.3px, transparent 2px); background-position: 20px 25px, 70px 66px; background-size: 170px 145px, 121px 107px; mask-image: linear-gradient(to right, transparent 0, #000 55%, #000 100%); }
.mcw-page-hero__grid { position: relative; display: grid; min-height: 500px; padding-block: 68px; align-items: center; grid-template-columns: 1.02fr .98fr; gap: clamp(45px, 8vw, 95px); }
.mcw-page-hero__grid--no-image { grid-template-columns: 1fr .55fr; }
.mcw-page-hero h1, .mcw-simple-hero h1 { margin-bottom: 22px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.2rem); }
.mcw-page-hero__grid > div:first-child > p:not(.mcw-eyebrow), .mcw-simple-hero p { max-width: 710px; color: #c8d6e4; font-size: 1.08rem; }
.mcw-page-hero__image { overflow: hidden; height: 420px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px 8px 28px 8px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.mcw-page-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.mcw-page-hero__symbol { position: relative; display: grid; width: 210px; height: 210px; margin-inline: auto; place-items: center; color: #fff; background: linear-gradient(145deg, rgba(22,185,233,.85), rgba(8,124,207,.6)); border: 1px solid rgba(255,255,255,.24); border-radius: 44px; box-shadow: 0 28px 70px rgba(0,0,0,.22); transform: rotate(4deg); }
.mcw-page-hero__symbol .mcw-icon { width: 98px; height: 98px; }
.mcw-page-hero__symbol span { position: absolute; top: 15px; right: 18px; color: var(--mcw-gold); font-size: 32px; }
.mcw-breadcrumbs { display: flex; margin-bottom: 28px; align-items: center; flex-wrap: wrap; gap: 8px; color: #adc5d8; font-size: .77rem; }
.mcw-breadcrumbs a:hover { color: #fff; }
.mcw-simple-hero { padding-block: 70px; }
.mcw-simple-hero .mcw-container { position: relative; }
.mcw-simple-hero h1 { max-width: 900px; }

.mcw-service-detail { display: grid; align-items: start; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 100px); }
.mcw-benefit-grid { display: grid; margin: 0; padding: 0; grid-template-columns: 1fr 1fr; gap: 16px; list-style: none; }
.mcw-benefit-grid li { display: flex; min-height: 108px; padding: 22px; align-items: flex-start; gap: 13px; background: var(--mcw-mist); border: 1px solid var(--mcw-line); border-radius: 15px; font-weight: 750; }
.mcw-benefit-grid .mcw-icon { margin-top: 2px; color: var(--mcw-blue); }
.mcw-service-info { border-top: 1px solid #edf3f7; }
.mcw-service-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mcw-service-info__grid article { padding: clamp(25px, 4vw, 38px); background: #fff; border: 1px solid var(--mcw-line); border-radius: var(--mcw-radius); box-shadow: 0 12px 38px rgba(7,29,58,.06); }
.mcw-service-info__grid article:first-child { background: linear-gradient(145deg, #fff, #f2fbff); }
.mcw-service-info__grid h3 { margin-bottom: 20px; font-size: 1.42rem; }
.mcw-service-info__grid .mcw-check-list { margin-top: 0; }
.mcw-service-info__grid .mcw-check-list li { font-size: .92rem; }
.mcw-service-faq { border-top: 1px solid var(--mcw-line); }
.mcw-service-quote { padding-block: 62px; color: #fff; background: linear-gradient(115deg, var(--mcw-blue), #0c9ed4); }
.mcw-service-quote__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.mcw-service-quote h2 { margin-bottom: 10px; color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.7rem); }
.mcw-service-quote p { max-width: 760px; margin: 0; color: #e5f5fb; }

.mcw-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 390px; gap: 20px; }
.mcw-gallery figure:nth-child(1), .mcw-gallery figure:nth-child(4) { grid-row: span 2; }
.mcw-b2b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mcw-b2b-grid article { padding: 32px; background: #fff; border: 1px solid var(--mcw-line); border-radius: var(--mcw-radius); box-shadow: 0 10px 32px rgba(7,29,58,.05); }
.mcw-b2b-grid article > .mcw-icon { width: 37px; height: 37px; margin-bottom: 22px; color: var(--mcw-blue); }
.mcw-b2b-grid article p { margin-bottom: 0; }
.mcw-contact-grid { display: grid; align-items: start; grid-template-columns: .8fr 1.2fr; gap: clamp(35px, 7vw, 80px); }
.mcw-contact-cards { display: grid; gap: 13px; }
.mcw-contact-cards > a, .mcw-contact-cards > div { display: grid; padding: 22px; align-items: center; grid-template-columns: 52px 1fr; gap: 15px; background: var(--mcw-mist); border: 1px solid var(--mcw-line); border-radius: 15px; }
.mcw-contact-cards > a:hover { border-color: #9ed5ef; transform: translateY(-2px); }
.mcw-contact-cards > a > span, .mcw-contact-cards > div > span { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; background: var(--mcw-blue); border-radius: 13px; }
.mcw-contact-cards small { display: block; color: var(--mcw-blue); font-weight: 850; text-transform: uppercase; }
.mcw-contact-cards strong { display: block; color: var(--mcw-navy); font-size: 1.05rem; overflow-wrap: anywhere; }
.mcw-contact-cards p { margin: 2px 0 0; font-size: .8rem; }
.mcw-prose { max-width: 820px; }
.mcw-prose h2 { margin-top: 45px; font-size: 1.75rem; }
.mcw-prose h2:first-child { margin-top: 0; }
.mcw-prose a { color: var(--mcw-blue); text-decoration: underline; text-underline-offset: 3px; }
.mcw-prose > *:last-child { margin-bottom: 0; }
.mcw-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mcw-posts-grid article { overflow: hidden; background: #fff; border: 1px solid var(--mcw-line); border-radius: 17px; }
.mcw-posts-grid article a { display: block; padding: 24px; }
.mcw-posts-grid article img { width: calc(100% + 48px); max-width: none; height: 210px; margin: -24px -24px 22px; object-fit: cover; }
.mcw-posts-grid h2 { font-size: 1.45rem; }
.mcw-post-image { width: 100%; max-height: 520px; margin-bottom: 35px; object-fit: cover; border-radius: var(--mcw-radius); }
.mcw-error { padding-block: 110px; text-align: center; }
.mcw-error h1 { font-size: clamp(4rem, 11vw, 8rem); }

@media (max-width: 1180px) {
	.mcw-menu-toggle { display: block; }
	.mcw-nav { position: fixed; top: 116px; right: 0; bottom: 0; left: 0; display: none; padding: 28px 20px 110px; overflow-y: auto; align-items: stretch; background: #fff; }
	.mcw-nav.is-open { display: block; }
	.mcw-nav__list { display: grid; gap: 0; }
	.mcw-nav__list li { border-bottom: 1px solid var(--mcw-line); }
	.mcw-nav__list a { display: block; padding: 16px 4px; font-size: 1.04rem; }
	.mcw-nav__list a::after { display: none; }
	.mcw-nav .mcw-btn { width: 100%; margin-top: 24px; }
	.mcw-menu-toggle[aria-expanded="true"] .mcw-menu-toggle__open { display: none; }
	.mcw-menu-toggle[aria-expanded="true"] .mcw-menu-toggle__close { display: inline; }
	.mcw-hero__grid { min-height: 680px; grid-template-columns: 1.08fr .92fr; gap: 28px; }
	.mcw-google-proof__inner { grid-template-columns: .9fr 1.1fr; }
	.mcw-google-proof .mcw-btn { grid-column: 2; width: fit-content; }
	.mcw-services-grid { grid-template-columns: repeat(2, 1fr); }
	.mcw-process__grid { grid-template-columns: repeat(2, 1fr); }
	.mcw-confidence__grid { grid-template-columns: 1fr 1fr; }
	.mcw-confidence article:nth-child(2) { border-right: 0; }
	.mcw-confidence article:nth-child(-n+2) { border-bottom: 1px solid var(--mcw-line); }
	.mcw-gallery { grid-template-columns: 1fr 1fr; }
	.mcw-page-hero__grid { gap: 38px; }
}

@media (max-width: 780px) {
	body { padding-bottom: 69px; }
	.mcw-container { width: min(calc(100% - 30px), var(--mcw-container)); }
	.mcw-topbar__inner { justify-content: center; }
	.mcw-topbar p { display: none; }
	.mcw-topbar__links { width: 100%; justify-content: center; }
	.mcw-header__inner { min-height: 74px; }
	.mcw-brand__mark { width: 41px; height: 41px; }
	.mcw-brand__logo { width: 52px; height: 52px; flex-basis: 52px; }
	.mcw-brand__text strong { font-size: .9rem; }
	.mcw-brand__text small { font-size: .65rem; }
	.mcw-nav { top: 108px; }
	.mcw-hero__grid { min-height: 0; padding-block: 58px 48px; grid-template-columns: 1fr; }
	.mcw-hero__content { text-align: center; }
	.mcw-hero__lead { margin-inline: auto; }
	.mcw-hero__google { margin-inline: auto; text-align: left; }
	.mcw-hero__actions, .mcw-hero__trust { justify-content: center; }
	.mcw-hero__visual { width: min(86%, 460px); margin-inline: auto; padding: 10px; }
	.mcw-hero__brand-seal { top: -12px; left: -9px; }
	.mcw-hero__image-wrap { aspect-ratio: 1.05; }
	.mcw-hero__image-wrap img { object-position: 50% 42%; }
	.mcw-specs__grid { grid-template-columns: 1fr 1fr; }
	.mcw-specs__grid > div { min-height: 93px; padding: 18px; border-right: 1px solid var(--mcw-line); border-bottom: 1px solid var(--mcw-line); }
	.mcw-specs__grid > div:nth-child(2n) { border-right: 0; }
	.mcw-specs__grid > div:nth-last-child(-n+2) { border-bottom: 0; }
	.mcw-google-proof__inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
	.mcw-google-proof__rating { width: min(100%, 390px); min-width: 0; margin-inline: auto; text-align: left; }
	.mcw-google-proof__content p:last-child { margin-inline: auto; }
	.mcw-google-proof .mcw-btn { width: fit-content; margin-inline: auto; grid-column: auto; }
	.mcw-section-heading, .mcw-technology__grid, .mcw-quote__grid, .mcw-faq__grid, .mcw-service-detail, .mcw-contact-grid, .mcw-service-info__grid { grid-template-columns: 1fr; gap: 28px; }
	.mcw-section-heading { margin-bottom: 33px; }
	.mcw-section-heading--center { text-align: left; }
	.mcw-services-grid, .mcw-audiences__grid, .mcw-b2b-grid, .mcw-posts-grid { grid-template-columns: 1fr; }
	.mcw-service-card { min-height: auto; }
	.mcw-results-grid { grid-template-columns: 1fr; grid-template-rows: 360px 260px 260px; }
	.mcw-result--wide { grid-row: auto; }
	.mcw-technology__visual { width: min(90%, 500px); margin-inline: auto; }
	.mcw-technology__label { right: -10px; }
	.mcw-process__grid { grid-template-columns: 1fr 1fr; }
	.mcw-process__grid li { min-height: 190px; }
	.mcw-footer-cta__inner, .mcw-service-quote__inner { display: grid; }
	.mcw-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px; }
	.mcw-footer__about { grid-column: 1 / -1; }
	.mcw-mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 150; display: grid; min-height: 69px; grid-template-columns: 1fr 1fr; color: #fff; background: var(--mcw-navy); border-top: 1px solid rgba(255,255,255,.15); box-shadow: 0 -10px 35px rgba(7,29,58,.18); }
	.mcw-mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .82rem; font-weight: 850; }
	.mcw-mobile-actions a:last-child { background: linear-gradient(135deg, var(--mcw-blue), #0aa6d8); }
	.mcw-page-hero__grid { min-height: 0; padding-block: 55px; grid-template-columns: 1fr; }
	.mcw-page-hero__grid--no-image { grid-template-columns: 1fr; }
	.mcw-page-hero__image { height: 340px; }
	.mcw-page-hero__symbol { width: 145px; height: 145px; }
	.mcw-page-hero__symbol .mcw-icon { width: 68px; height: 68px; }
	.mcw-benefit-grid { grid-template-columns: 1fr; }
	.mcw-gallery { grid-auto-rows: 330px; }
	.mcw-gallery figure:nth-child(1), .mcw-gallery figure:nth-child(4) { grid-row: auto; }
	.mcw-quote-form input[type="text"], .mcw-quote-form input[type="email"], .mcw-quote-form textarea, .mcw-quote-form select { font-size: 16px; }
}

@media (max-width: 520px) {
	h1 { font-size: clamp(2.35rem, 12vw, 3.15rem); }
	h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
	.mcw-topbar { font-size: .77rem; }
	.mcw-hero__actions .mcw-btn { width: 100%; }
	.mcw-hero__google { width: 100%; grid-template-columns: auto 1fr auto; }
	.mcw-google-score { min-width: 0; border-right: 0; }
	.mcw-google-copy { display: none; }
	.mcw-hero__trust { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
	.mcw-hero__visual { width: 100%; }
	.mcw-specs strong { font-size: 1rem; }
	.mcw-specs span { font-size: .74rem; }
	.mcw-google-proof { padding-block: 38px; }
	.mcw-google-proof__rating { padding: 18px; }
	.mcw-google-proof .mcw-btn { width: 100%; }
	.mcw-services-grid { gap: 14px; }
	.mcw-service-card { padding: 24px; }
	.mcw-process__grid { grid-template-columns: 1fr; }
	.mcw-process__grid li, .mcw-process__grid--light li { min-height: auto; }
	.mcw-form-row { grid-template-columns: 1fr; gap: 0; }
	.mcw-footer-cta__actions, .mcw-footer-cta__actions .mcw-btn, .mcw-service-quote .mcw-btn { width: 100%; }
	.mcw-footer__grid { grid-template-columns: 1fr; }
	.mcw-footer__about { grid-column: auto; }
	.mcw-footer__bottom { padding-block: 22px; align-items: flex-start; flex-direction: column; }
	.mcw-results-grid { grid-template-rows: 320px 230px 230px; }
	.mcw-gallery { grid-template-columns: 1fr; grid-auto-rows: 400px; }
	.mcw-page-hero__image { height: 300px; }
	.mcw-simple-hero { padding-block: 55px; }
	.mcw-confidence__grid { grid-template-columns: 1fr; }
	.mcw-confidence article { border-right: 0; border-bottom: 1px solid var(--mcw-line); }
	.mcw-confidence article:nth-child(-n+2) { border-bottom: 1px solid var(--mcw-line); }
	.mcw-confidence article:last-child { border-bottom: 0; }
}

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

@media print {
	.mcw-topbar, .mcw-header, .mcw-mobile-actions, .mcw-footer-cta { display: none !important; }
	body { padding: 0; }
}
