/*
Theme Name: MedAccounting
Theme URI: https://medaccounting.pl/
Author: Hypercon
Author URI: https://hypercon.pl/
Description: Dedykowany, blokowy motyw dla MedAccounting.
Version: 0.2.18
Requires at least: 6.7
Requires PHP: 7.4
Text Domain: medaccounting
*/

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
	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;
}

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("assets/fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--ma-ink: #102f35;
	--ma-ink-soft: #3f5a5f;
	--ma-teal: #00878e;
	--ma-teal-dark: #006a70;
	--ma-teal-deep: #07545a;
	--ma-teal-card: #087f85;
	--ma-mint: #dff3f1;
	--ma-mist: #f1f7f6;
	--ma-warm: #f8f8f4;
	--ma-white: #fff;
	--ma-line: #d8e5e3;
	--ma-shadow: 0 24px 70px rgba(22, 79, 82, 0.1);
	--ma-radius-sm: 14px;
	--ma-radius: 22px;
	--ma-radius-lg: 36px;
	--ma-shell: min(1280px, calc(100vw - 48px));
	--ma-font: "Plus Jakarta Sans", "Avenir Next", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ma-warm);
	color: var(--ma-ink);
	font-family: var(--ma-font);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.ma-menu-open {
	overflow: hidden;
}

body.ma-modal-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--ma-teal-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--ma-teal-deep);
}

button,
input,
select,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 3px solid rgba(0, 135, 142, 0.34);
	outline-offset: 3px;
}

.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 {
	top: 12px;
	left: 12px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--ma-white);
	color: var(--ma-ink);
}

.ma-shell {
	width: var(--ma-shell);
	margin-inline: auto;
}

.ma-section {
	position: relative;
	padding: clamp(72px, 8vw, 118px) 0;
	overflow: clip;
}

.ma-section--white {
	background: var(--ma-white);
}

.ma-section--mist {
	background: var(--ma-mist);
}

.ma-gradient-surface {
	background:
		radial-gradient(circle at 8% 28%, rgba(0, 135, 142, 0.17), transparent 31%),
		radial-gradient(circle at 92% 72%, rgba(111, 199, 191, 0.24), transparent 34%),
		linear-gradient(135deg, #f8f8f4 0%, #f6fbfa 52%, #eef8f7 100%);
}

.ma-gradient-surface::after {
	position: absolute;
	inset: 0;
	background: url("assets/images/brand-lines.svg") center / cover no-repeat;
	content: "";
	opacity: 0.055;
	pointer-events: none;
}

.ma-section__inner {
	position: relative;
	z-index: 1;
}

.ma-eyebrow {
	display: inline-block;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ma-teal-dark);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ma-heading {
	max-width: 820px;
	margin: 18px 0 0;
	color: var(--ma-ink);
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 460;
	letter-spacing: -0.04em;
	line-height: 1.04;
	text-wrap: balance;
}

.ma-heading--section {
	font-size: clamp(32px, 4vw, 52px);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ma-lead {
	max-width: 740px;
	margin: 22px 0 0;
	color: var(--ma-ink-soft);
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.65;
}

.ma-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: clamp(38px, 5vw, 62px);
}

.ma-section-head__copy {
	max-width: 780px;
}

.ma-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--ma-teal);
	box-shadow: 0 12px 30px rgba(0, 135, 142, 0.19);
	color: var(--ma-white);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ma-button:hover {
	transform: translateY(-2px);
	background: var(--ma-teal-dark);
	box-shadow: 0 18px 34px rgba(0, 106, 112, 0.22);
	color: var(--ma-white);
}

.ma-button:not(.ma-button--ghost) {
	gap: 10px;
	padding-right: 13px;
}

.ma-button:not(.ma-button--ghost)::after {
	display: inline-flex;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(16, 47, 53, 0.14);
	border-radius: 50%;
	background: var(--ma-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 12 4M5 4h7v7'/%3E%3C/svg%3E") center / 14px no-repeat;
	content: "";
	transition: transform 180ms ease;
}

.ma-button:not(.ma-button--ghost):hover::after {
	transform: translate(2px, -2px);
}

.ma-button--ghost {
	gap: 10px;
	border-color: rgba(16, 47, 53, 0.18);
	background: rgba(255, 255, 255, 0.58);
	box-shadow: none;
	color: var(--ma-ink);
}

.ma-button--ghost::after,
.ma-button--light:not(.ma-button--ghost)::after {
	display: block;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	border: 0;
	border-radius: 0;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2307545a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 12 4M5 4h7v7'/%3E%3C/svg%3E") center / 15px no-repeat;
	content: "";
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ma-button--ghost:hover::after,
.ma-button--light:not(.ma-button--ghost):hover::after {
	transform: translate(2px, -2px);
}

.ma-button--ghost:hover {
	background: var(--ma-white);
	color: var(--ma-ink);
}

.ma-button--light {
	gap: 11px;
	padding-right: 22px;
	background: var(--ma-white);
	box-shadow: none;
	color: var(--ma-teal-deep);
}

.ma-button--light:hover {
	background: var(--ma-mint);
	color: var(--ma-teal-deep);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(16, 47, 53, 0.08);
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: 78px;
	gap: 26px;
	transition: min-height 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-branding {
	display: inline-flex;
	width: clamp(184px, 17vw, 210px);
	flex: 0 0 auto;
	transition: width 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-branding img {
	width: 100%;
}

.primary-navigation {
	margin-left: auto;
}

.primary-navigation ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 30px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	position: relative;
	color: var(--ma-ink);
	font-size: 14px;
	font-weight: 680;
	text-decoration: none;
}

.primary-navigation a::after {
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	height: 3px;
	transform: scaleX(0);
	border-radius: 70% 30% 60% 40%;
	background:
		radial-gradient(ellipse at 28% 50%, rgba(0, 135, 142, 0.92) 0 24%, transparent 54%),
		radial-gradient(ellipse at 72% 50%, rgba(7, 84, 90, 0.9) 0 22%, transparent 58%);
	content: "";
	transform-origin: left center;
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	color: var(--ma-teal-dark);
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after {
	transform: scaleX(1);
}

.site-header.is-scrolled .site-header__inner {
	min-height: 58px;
}

.site-header.is-scrolled .site-branding {
	width: calc(clamp(184px, 17vw, 210px) - 20px);
}

.ma-button.site-header__cta {
	min-height: 38px;
	gap: 8px;
	padding: 5px 5px 5px 16px;
	font-size: 13px;
}

.ma-button.site-header__cta::after {
	width: 28px;
	height: 28px;
	flex-basis: 28px;
	font-size: 13px;
}

.ma-floating-phone {
	position: fixed;
	z-index: 900;
	right: max(20px, env(safe-area-inset-right));
	bottom: max(20px, env(safe-area-inset-bottom));
	isolation: isolate;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 50%;
	background: linear-gradient(145deg, var(--ma-teal) 0%, var(--ma-teal-deep) 100%);
	box-shadow: 0 14px 34px rgba(7, 84, 90, 0.24);
	color: var(--ma-white);
	text-decoration: none;
	transition: bottom 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease, background 220ms ease;
}

.ma-floating-phone::before {
	position: absolute;
	z-index: -1;
	inset: -7px;
	transform: scale(0.82);
	border: 1px solid rgba(0, 135, 142, 0.34);
	border-radius: inherit;
	content: "";
	opacity: 0;
	pointer-events: none;
	animation: ma-phone-pulse 3.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.ma-floating-phone svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

.ma-floating-phone:hover {
	transform: translateY(-3px);
	background: linear-gradient(145deg, #06959c 0%, var(--ma-teal-dark) 100%);
	box-shadow: 0 18px 42px rgba(7, 84, 90, 0.3);
	color: var(--ma-white);
}

.ma-floating-phone:focus-visible {
	outline: 3px solid rgba(0, 135, 142, 0.28);
	outline-offset: 4px;
}

.ma-floating-phone.is-footer-safe {
	bottom: calc(72px + env(safe-area-inset-bottom));
}

@keyframes ma-phone-pulse {
	0%, 58% {
		transform: scale(0.82);
		opacity: 0;
	}

	68% {
		opacity: 0.34;
	}

	100% {
		transform: scale(1.14);
		opacity: 0;
	}
}

.menu-toggle {
	position: relative;
	display: none;
	width: 46px;
	height: 46px;
	min-height: 46px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(16, 47, 53, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.76);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: 0 7px 22px rgba(16, 47, 53, 0.08);
	color: var(--ma-teal-deep);
	cursor: pointer;
	transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-toggle__icon {
	position: relative;
	display: block;
	width: 22px;
	height: 16px;
}

.menu-toggle__line {
	position: absolute;
	left: 0;
	display: block;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
	transform-origin: center;
	transition: top 240ms cubic-bezier(0.22, 1, 0.36, 1), left 240ms cubic-bezier(0.22, 1, 0.36, 1), width 240ms cubic-bezier(0.22, 1, 0.36, 1), transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-toggle__line--top {
	top: 4px;
	width: 22px;
}

.menu-toggle__line--bottom {
	top: 11px;
	left: 6px;
	width: 16px;
}

.menu-toggle[aria-expanded="true"] {
	border-color: transparent;
	background: var(--ma-teal-deep);
	box-shadow: 0 10px 28px rgba(7, 84, 90, 0.22);
	color: var(--ma-white);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line--top,
.menu-toggle[aria-expanded="true"] .menu-toggle__line--bottom {
	top: 7.25px;
	left: 0;
	width: 22px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line--top {
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line--bottom {
	transform: rotate(-45deg);
}

.menu-toggle:hover {
	border-color: rgba(0, 135, 142, 0.28);
	box-shadow: 0 9px 26px rgba(16, 47, 53, 0.12);
	transform: translateY(-1px);
}

.menu-toggle:focus,
.menu-toggle:focus-visible {
	outline: 0;
}

.menu-toggle:focus-visible {
	box-shadow: 0 0 0 4px rgba(0, 135, 142, 0.16), 0 9px 26px rgba(16, 47, 53, 0.12);
}

@keyframes ma-mobile-menu-in {
	from {
		transform: translateY(-10px) scale(0.99);
		opacity: 0;
	}

	to {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

@keyframes ma-mobile-menu-item-in {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.ma-hero {
	position: relative;
	min-height: min(590px, calc(100svh - 228px));
	display: grid;
	align-items: start;
	padding: clamp(104px, 12.778vw, 184px) 0 clamp(24px, 2.5vw, 40px);
	overflow: hidden;
}

.ma-hero.ma-gradient-surface::after {
	content: none;
}

.ma-hero__lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.07;
	pointer-events: none;
}

.ma-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
}

.ma-hero__copy {
	position: relative;
	z-index: 2;
	width: 100%;
}

.ma-hero__copy .ma-heading,
.ma-hero__copy .ma-lead {
	max-width: 100%;
}

.ma-hero__copy .ma-heading span {
	display: inline;
	background:
		radial-gradient(circle at 18% 32%, #00878e 0 13%, transparent 36%),
		radial-gradient(circle at 76% 64%, #07545a 0 17%, transparent 42%),
		radial-gradient(circle at 48% 18%, #0d6f74 0 10%, transparent 34%),
		linear-gradient(118deg, #102f35 3%, #006a70 42%, #123f45 72%, #00878e 100%);
	background-size: 180% 170%, 165% 190%, 210% 160%, 140% 140%;
	background-position: 0% 40%, 100% 60%, 45% 0%, 50% 50%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: ma-hero-lava-word 10s cubic-bezier(0.45, 0, 0.25, 1) infinite alternate;
}

@keyframes ma-hero-lava-word {
	0% {
		background-position: 0% 36%, 100% 64%, 42% 0%, 48% 50%;
	}
	38% {
		background-position: 48% 8%, 70% 92%, 8% 52%, 58% 42%;
	}
	72% {
		background-position: 92% 42%, 18% 58%, 74% 94%, 42% 62%;
	}
	100% {
		background-position: 34% 88%, 4% 14%, 100% 36%, 62% 48%;
	}
}

.ma-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.ma-trust {
	--ma-trust-overlap: 36px;
	position: relative;
	z-index: 4;
	margin-top: -36px;
	padding-bottom: 74px;
}

.ma-trust::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		to bottom,
		rgba(246, 250, 248, 0) 0,
		#f4f9f7 var(--ma-trust-overlap),
		var(--ma-white) 100%
	);
	content: "";
	pointer-events: none;
}

.ma-trust__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid rgba(16, 47, 53, 0.1);
	border-radius: var(--ma-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--ma-shadow);
}

.ma-trust__item {
	padding: 30px clamp(24px, 3vw, 44px);
}

.ma-trust__item + .ma-trust__item {
	border-left: 1px solid var(--ma-line);
}

.ma-trust__value {
	color: var(--ma-teal-dark);
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 560;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.ma-trust__item:last-child .ma-trust__value {
	font-size: clamp(20px, 2vw, 32px);
}

.ma-trust__label {
	margin-top: 7px;
	color: var(--ma-ink-soft);
	font-size: 14px;
}

.ma-expertise__grid {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	align-items: center;
	gap: clamp(40px, 6vw, 88px);
}

.ma-expertise__media {
	height: clamp(440px, 38vw, 500px);
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(0, 135, 142, 0.14);
	border-radius: var(--ma-radius-lg);
	background: var(--ma-mist);
	box-shadow: var(--ma-shadow);
}

.ma-expertise__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
}

.ma-expertise__copy .ma-heading {
	margin-bottom: clamp(26px, 3vw, 38px);
}

.ma-expertise__cta {
	min-height: 58px;
	padding: 16px 30px;
	font-size: 16px;
}

.ma-copy p {
	margin: 0 0 18px;
	color: var(--ma-ink-soft);
	font-size: 17px;
}

.ma-audiences {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.ma-audience-card {
	min-height: 170px;
	padding: 22px;
	border: 1px solid rgba(16, 47, 53, 0.1);
	border-radius: var(--ma-radius);
	background: rgba(255, 255, 255, 0.72);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ma-audience-card:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 135, 142, 0.28);
	box-shadow: 0 18px 46px rgba(22, 79, 82, 0.09);
}

.ma-card-index {
	color: var(--ma-teal-dark);
	font-size: 13px;
	font-weight: 780;
	letter-spacing: 0.08em;
}

.ma-audience-card h3,
.ma-service-card h3 {
	margin: 24px 0 0;
	font-size: 19px;
	font-weight: 650;
	line-height: 1.3;
}

.ma-audience-card p,
.ma-service-card p {
	margin: 10px 0 0;
	color: var(--ma-ink-soft);
	font-size: 14px;
	line-height: 1.55;
}

.ma-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ma-service-card {
	min-height: 240px;
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid var(--ma-line);
	border-radius: var(--ma-radius);
	background: var(--ma-white);
}

.ma-service-card:nth-child(2),
.ma-service-card:nth-child(5) {
	background:
		radial-gradient(circle at 100% 0, rgba(0, 135, 142, 0.17), transparent 45%),
		var(--ma-white);
}

.ma-service-card h3 {
	margin-top: 38px;
	font-size: 22px;
}

.ma-pricing__intro {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(40px, 7vw, 90px);
	align-items: end;
	margin-bottom: 44px;
}

.ma-pricing__intro .ma-lead {
	margin: 0;
}

.ma-pricing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ma-price-card {
	position: relative;
	display: flex;
	min-height: 410px;
	flex-direction: column;
	padding: clamp(28px, 3.5vw, 42px);
	overflow: hidden;
	border: 1px solid rgba(16, 47, 53, 0.11);
	border-radius: var(--ma-radius-lg);
	background: rgba(255, 255, 255, 0.74);
}

.ma-price-card--featured {
	background: var(--ma-teal-deep);
	box-shadow: 0 30px 70px rgba(7, 84, 90, 0.2);
	color: var(--ma-white);
}

.ma-price-card__lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.08;
	pointer-events: none;
}

.ma-price-card--featured > :not(.ma-price-card__lines) {
	position: relative;
	z-index: 1;
}

.ma-price-card__label {
	color: var(--ma-teal-dark);
	font-size: 13px;
	font-weight: 780;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ma-price-card--featured .ma-price-card__label,
.ma-price-card--featured p {
	color: #d4ebea;
}

.ma-price-card h3 {
	margin: 20px 0 0;
	color: inherit;
	font-size: 28px;
	font-weight: 620;
}

.ma-price-card__price {
	margin-top: 28px;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 560;
	letter-spacing: -0.04em;
	line-height: 1;
}

.ma-price-card__suffix {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}

.ma-price-card p {
	margin: 20px 0 0;
	color: var(--ma-ink-soft);
}

.ma-price-card--featured p {
	color: rgba(255, 255, 255, 0.78);
}

.ma-price-card .ma-button {
	align-self: flex-start;
	margin-top: auto;
}

.ma-process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	counter-reset: process;
}

.ma-process__step {
	position: relative;
	min-height: 245px;
	padding: 30px;
	border-top: 1px solid var(--ma-line);
	counter-increment: process;
}

.ma-process__step::before {
	display: block;
	margin-bottom: 40px;
	color: var(--ma-teal-dark);
	content: "0" counter(process);
	font-size: 15px;
	font-weight: 780;
	letter-spacing: 0.08em;
}

.ma-process__step h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 650;
}

.ma-process__step p {
	margin: 10px 0 0;
	color: var(--ma-ink-soft);
	font-size: 14px;
}

.ma-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ma-testimonial {
	display: flex;
	min-height: 340px;
	flex-direction: column;
	padding: clamp(28px, 3vw, 38px);
	border: 1px solid rgba(16, 47, 53, 0.1);
	border-radius: var(--ma-radius);
	background: rgba(255, 255, 255, 0.76);
}

.ma-testimonial blockquote {
	margin: 0;
	color: var(--ma-ink);
	font-size: 17px;
	line-height: 1.7;
}

.ma-testimonial__author {
	margin-top: auto;
	padding-top: 28px;
	border-top: 1px solid var(--ma-line);
	color: var(--ma-teal-dark);
	font-size: 14px;
	font-weight: 750;
}

.ma-testimonial__role {
	display: block;
	margin-top: 3px;
	color: var(--ma-ink-soft);
	font-weight: 500;
}

.ma-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ma-post-card {
	overflow: hidden;
	border: 1px solid var(--ma-line);
	border-radius: var(--ma-radius);
	background: var(--ma-white);
}

.ma-post-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 20%, rgba(0, 135, 142, 0.24), transparent 38%),
		var(--ma-mint);
}

.ma-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}

.ma-post-card:hover .ma-post-card__image img {
	transform: scale(1.035);
}

.ma-post-card__body {
	padding: 26px;
}

.ma-post-card__meta {
	color: var(--ma-teal-dark);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ma-post-card h3 {
	margin: 14px 0 0;
	font-size: 21px;
	font-weight: 650;
	line-height: 1.35;
}

.ma-post-card h3 a {
	color: var(--ma-ink);
	text-decoration: none;
}

.ma-faq-layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: clamp(52px, 8vw, 112px);
}

.ma-faq-layout__intro .ma-heading {
	max-width: 520px;
}

.ma-faq {
	max-width: none;
	margin: 0;
}

.ma-faq details {
	border-bottom: 1px solid var(--ma-line);
}

.ma-faq details[data-ma-animating] {
	overflow: hidden;
}

.ma-faq summary {
	position: relative;
	padding: 26px 48px 26px 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: 650;
	list-style: none;
}

.ma-faq summary::-webkit-details-marker {
	display: none;
}

.ma-faq summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	color: var(--ma-teal-dark);
	content: "+";
	font-size: 28px;
	font-weight: 400;
}

.ma-faq details[open] summary::after {
	content: "−";
}

.ma-faq__answer {
	max-width: 760px;
	padding: 0 0 28px;
	overflow: hidden;
	color: var(--ma-ink-soft);
	transform-origin: top;
	transition:
		max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 180ms ease,
		transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ma-faq details[data-ma-animating] .ma-faq__answer {
	will-change: max-height, opacity, transform;
}

.ma-contact {
	background: var(--ma-teal-card);
	color: var(--ma-white);
}

.ma-contact::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 8% 15%, rgba(191, 237, 231, 0.22), transparent 33%),
		radial-gradient(circle at 92% 85%, rgba(0, 135, 142, 0.45), transparent 38%);
	content: "";
}

.ma-contact .ma-heading,
.ma-contact .ma-lead {
	color: var(--ma-white);
}

.ma-contact .ma-lead {
	opacity: 0.82;
}

.ma-contact__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(46px, 8vw, 110px);
	align-items: start;
}

.ma-contact__details {
	display: grid;
	gap: 14px;
	margin-top: 38px;
}

.ma-contact__details a {
	color: var(--ma-white);
	font-size: 18px;
	font-weight: 720;
	text-decoration: none;
}

.ma-form {
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--ma-radius-lg);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14);
	color: var(--ma-ink);
}

.ma-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.ma-field--full {
	grid-column: 1 / -1;
}

.ma-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 750;
}

.ma-field input,
.ma-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--ma-line);
	border-radius: 12px;
	background: #fbfdfc;
	color: var(--ma-ink);
	box-shadow: none;
}

.ma-field textarea {
	min-height: 138px;
	resize: vertical;
}

.ma-field input:focus,
.ma-field textarea:focus {
	border-color: var(--ma-teal);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 135, 142, 0.12);
}

.ma-field--honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ma-consent {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	margin: 20px 0;
	color: var(--ma-ink-soft);
	font-size: 12px;
	line-height: 1.55;
}

.ma-consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--ma-teal);
}

.ma-form-status {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 10px;
	background: var(--ma-mint);
	color: var(--ma-ink);
	font-size: 14px;
}

.ma-form-status--error {
	background: #fff1ed;
	color: #7d2e22;
}

.ma-subpage-hero {
	position: relative;
	padding: clamp(82px, 9vw, 128px) 0 clamp(76px, 8vw, 112px);
	overflow: hidden;
}

.ma-subpage-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	align-items: center;
	gap: clamp(52px, 8vw, 112px);
}

.ma-subpage-hero__copy .ma-heading {
	max-width: 800px;
}

.ma-subpage-hero__copy .ma-lead {
	max-width: 680px;
}

.ma-about-proof {
	position: relative;
	min-height: 430px;
	padding: clamp(34px, 4vw, 50px);
	overflow: hidden;
	border-radius: var(--ma-radius-lg);
	background:
		radial-gradient(circle at 90% 15%, rgba(191, 237, 231, 0.24), transparent 34%),
		linear-gradient(145deg, #087f85, #07545a);
	box-shadow: 0 30px 70px rgba(8, 63, 68, 0.2);
	color: var(--ma-white);
}

.ma-about-proof > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.12;
	pointer-events: none;
}

.ma-about-proof__intro,
.ma-about-proof__stats {
	position: relative;
	z-index: 1;
}

.ma-about-proof__intro {
	max-width: 360px;
	margin: 0;
	font-size: clamp(30px, 3.6vw, 48px);
	font-weight: 470;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.ma-about-proof__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 92px;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.ma-about-proof__stats > div {
	padding: 20px 16px 0 0;
}

.ma-about-proof__stats > div + div {
	padding-left: 16px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ma-about-proof__stats strong,
.ma-about-proof__stats span {
	display: block;
}

.ma-about-proof__stats strong {
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 560;
	letter-spacing: -0.035em;
	line-height: 1;
}

.ma-about-proof__stats span {
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 11px;
	line-height: 1.45;
}

.ma-about-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: clamp(54px, 9vw, 124px);
}

.ma-about-story__intro > p:not(.ma-lead) {
	max-width: 660px;
	margin: 24px 0 0;
	color: var(--ma-ink-soft);
}

.ma-timeline {
	padding-top: 4px;
}

.ma-timeline__item {
	position: relative;
	padding: 0 0 34px 38px;
	border-left: 1px solid rgba(0, 135, 142, 0.24);
}

.ma-timeline__item:last-child {
	padding-bottom: 0;
	border-left-color: transparent;
}

.ma-timeline__item::before {
	position: absolute;
	top: 4px;
	left: -7px;
	width: 13px;
	height: 13px;
	border: 3px solid var(--ma-white);
	border-radius: 50%;
	background: var(--ma-teal);
	box-shadow: 0 0 0 1px rgba(0, 135, 142, 0.2);
	content: "";
}

.ma-timeline__item > span {
	display: block;
	margin-bottom: 5px;
	color: var(--ma-teal-dark);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ma-timeline__item h3,
.ma-timeline__item p {
	margin: 0;
}

.ma-timeline__item h3 {
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 560;
	letter-spacing: -0.025em;
}

.ma-timeline__item p {
	max-width: 620px;
	margin-top: 8px;
	color: var(--ma-ink-soft);
}

.ma-founder__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	align-items: start;
	gap: clamp(54px, 9vw, 124px);
}

.ma-founder__statement {
	display: grid;
	grid-template-columns: minmax(180px, 0.52fr) minmax(0, 1fr);
	align-items: stretch;
	gap: clamp(24px, 3vw, 38px);
	max-width: 820px;
	margin-top: 34px;
}

.ma-founder__media {
	overflow: hidden;
	min-height: 320px;
	margin: 0;
	border-radius: var(--ma-radius);
	background: #dce8e8;
}

.ma-founder__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

.ma-founder__statement-copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.ma-founder__profile blockquote {
	max-width: 760px;
	padding: 0;
	margin: 0;
	color: var(--ma-ink);
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 470;
	letter-spacing: -0.02em;
	line-height: 1.55;
}

.ma-founder__identity {
	margin-top: clamp(28px, 3vw, 40px);
}

.ma-founder__name {
	margin: 9px 0 0;
	font-size: clamp(26px, 2.2vw, 34px);
}

.ma-founder__credentials {
	border-top: 0;
}

.ma-founder__credentials article {
	padding: 26px 0;
	border-bottom: 1px solid var(--ma-line);
}

.ma-founder__credentials h3,
.ma-founder__credentials p {
	margin: 0;
}

.ma-founder__credentials h3 {
	font-size: 17px;
	font-weight: 680;
}

.ma-founder__credentials p {
	margin-top: 6px;
	color: var(--ma-ink-soft);
	font-size: 14px;
}

.ma-about-values__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--ma-line);
}

.ma-about-values__item {
	min-height: 250px;
	padding: 30px clamp(20px, 2.5vw, 34px) 12px 0;
}

.ma-about-values__item + .ma-about-values__item {
	padding-left: clamp(20px, 2.5vw, 34px);
	border-left: 1px solid var(--ma-line);
}

.ma-about-values__item > span {
	color: var(--ma-teal-dark);
	font-size: 13px;
	font-weight: 760;
}

.ma-about-values__item h3 {
	margin: 44px 0 0;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 560;
	letter-spacing: -0.03em;
	line-height: 1.16;
}

.ma-about-values__item p {
	margin: 14px 0 0;
	color: var(--ma-ink-soft);
	font-size: 14px;
}

.ma-consultation-band {
	position: relative;
	padding: clamp(64px, 7vw, 92px) 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 20%, rgba(191, 237, 231, 0.2), transparent 32%),
		linear-gradient(125deg, #087f85, #07545a);
	color: var(--ma-white);
}

.ma-consultation-band > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.09;
	pointer-events: none;
}

.ma-consultation-band__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.ma-consultation-band h2 {
	max-width: 760px;
	margin: 0;
	color: var(--ma-white);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 470;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.ma-consultation-band p {
	max-width: 650px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
}

.ma-consultation-band .ma-button {
	width: auto;
	flex: 0 0 auto;
}

.ma-contact-hero__card {
	padding: clamp(32px, 4vw, 48px);
	border: 1px solid rgba(0, 135, 142, 0.16);
	border-radius: var(--ma-radius-lg);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: var(--ma-shadow);
	backdrop-filter: blur(8px);
}

.ma-contact-hero__card > span {
	display: block;
	margin-bottom: 28px;
	color: var(--ma-teal-dark);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ma-contact-hero__card a {
	display: block;
	color: var(--ma-ink);
	font-size: clamp(21px, 2.3vw, 30px);
	font-weight: 560;
	letter-spacing: -0.03em;
	line-height: 1.35;
	text-decoration: none;
}

.ma-contact-hero__card a + a {
	margin-top: 9px;
}

.ma-contact-hero__card p {
	padding-top: 22px;
	margin: 26px 0 0;
	border-top: 1px solid var(--ma-line);
	color: var(--ma-ink-soft);
}

.ma-contact-hero .ma-button {
	margin-top: 32px;
}

.ma-contact-page {
	scroll-margin-top: 88px;
}

.ma-contact-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: clamp(54px, 9vw, 120px);
}

.ma-contact-page__details {
	display: grid;
	gap: 12px;
	margin-top: 38px;
}

.ma-contact-page__details a {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid var(--ma-line);
	color: var(--ma-ink);
	font-size: 17px;
	font-weight: 650;
	text-decoration: none;
}

.ma-contact-page__details span {
	color: var(--ma-ink-soft);
	font-size: 12px;
	font-weight: 720;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ma-company-data {
	margin: 34px 0 0;
	padding: 24px 26px;
	border-radius: var(--ma-radius);
	background: var(--ma-mist);
}

.ma-company-data > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 18px;
}

.ma-company-data > div + div {
	margin-top: 10px;
}

.ma-company-data dt,
.ma-company-data dd {
	margin: 0;
}

.ma-company-data dt {
	color: var(--ma-ink-soft);
	font-size: 12px;
	font-weight: 720;
	text-transform: uppercase;
}

.ma-company-data dd {
	font-size: 14px;
	font-weight: 620;
}

.ma-contact-page__form .ma-form {
	border-color: rgba(0, 135, 142, 0.12);
	box-shadow: var(--ma-shadow);
}

.ma-contact-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--ma-line);
}

.ma-contact-steps__grid article {
	position: relative;
	min-height: 245px;
	padding: 30px clamp(24px, 3vw, 42px) 14px 0;
}

.ma-contact-steps__grid article + article {
	padding-left: clamp(24px, 3vw, 42px);
	border-left: 1px solid var(--ma-line);
}

.ma-contact-steps__grid span {
	color: var(--ma-teal-dark);
	font-size: 13px;
	font-weight: 760;
}

.ma-contact-steps__grid h3 {
	margin: 48px 0 0;
	font-size: clamp(21px, 2.2vw, 29px);
	font-weight: 560;
	letter-spacing: -0.03em;
	line-height: 1.17;
}

.ma-contact-steps__grid p {
	margin: 14px 0 0;
	color: var(--ma-ink-soft);
	font-size: 14px;
}

.ma-contact-modal[hidden] {
	display: none;
}

.ma-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	padding: 24px;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.ma-contact-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.ma-contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 63, 68, 0.58);
	backdrop-filter: blur(8px);
}

.ma-contact-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	max-height: calc(100svh - 48px);
	padding: 28px 30px 30px;
	overflow-y: auto;
	transform: translateY(18px) scale(0.985);
	border: 1px solid rgba(0, 135, 142, 0.16);
	border-radius: var(--ma-radius-lg);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 34px 90px rgba(8, 63, 68, 0.28);
	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ma-contact-modal.is-open .ma-contact-modal__dialog {
	transform: translateY(0) scale(1);
}

.ma-contact-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--ma-line);
	border-radius: 50%;
	background: var(--ma-white);
	color: var(--ma-ink);
	cursor: pointer;
	line-height: 0;
}

.ma-contact-modal__close svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.35;
}

.ma-contact-modal__close:focus,
.ma-contact-modal__close:focus-visible {
	border-color: rgba(0, 135, 142, 0.28);
	background: var(--ma-mist);
	outline: 0;
	box-shadow: none;
}

.ma-contact-modal__intro {
	max-width: 600px;
	padding-right: 48px;
	margin-bottom: 18px;
}

.ma-contact-modal__title {
	margin: 8px 0 8px;
	color: var(--ma-ink);
	font-size: clamp(28px, 3.2vw, 38px);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ma-contact-modal__intro p {
	margin: 0;
	color: var(--ma-ink-soft);
	font-size: 14px;
	line-height: 1.5;
}

.ma-contact-modal .ma-form {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ma-contact-modal .ma-form__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ma-contact-modal .ma-field--phone {
	grid-column: auto;
}

.ma-contact-modal .ma-field label {
	margin-bottom: 4px;
	font-size: 12px;
}

.ma-contact-modal .ma-field input,
.ma-contact-modal .ma-field textarea {
	min-height: 44px;
	padding: 9px 12px;
}

.ma-contact-modal .ma-field textarea {
	min-height: 86px;
}

.ma-contact-modal .ma-consent {
	margin: 12px 0;
	font-size: 11px;
	line-height: 1.45;
}

.ma-contact-modal .ma-form-status {
	margin-bottom: 12px;
	padding: 9px 12px;
	font-size: 12px;
}

.ma-contact-modal .ma-form .ma-button {
	width: 100%;
	justify-content: center;
}

.site-footer {
	position: relative;
	overflow: hidden;
	padding: 0 0 28px;
	background: linear-gradient(135deg, #0e5b60 0%, #117076 52%, #0a5156 100%);
	color: rgba(255, 255, 255, 0.74);
}

.site-footer__lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.045;
	pointer-events: none;
	object-fit: cover;
}

.site-footer .ma-shell {
	position: relative;
	z-index: 1;
}

.site-footer__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	padding: clamp(42px, 5vw, 68px) 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__cta-copy {
	max-width: 790px;
}

.site-footer__eyebrow {
	display: block;
	margin-bottom: 13px;
	color: #bde0df;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.site-footer__cta h2 {
	max-width: 760px;
	margin: 0;
	color: var(--ma-white);
	font-size: clamp(32px, 4.2vw, 58px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.06;
}

.site-footer__cta .ma-button {
	flex: 0 0 auto;
	color: var(--ma-teal-deep);
}

.site-footer__top {
	display: grid;
	grid-template-columns: minmax(250px, 1.25fr) minmax(150px, 0.65fr) minmax(230px, 1fr) minmax(255px, 1.05fr);
	gap: clamp(32px, 4vw, 64px);
	padding: clamp(46px, 6vw, 72px) 0 52px;
}

.site-footer__logo {
	display: block;
	width: min(270px, 100%);
}

.site-footer__intro {
	max-width: 390px;
	margin: 24px 0 0;
	font-size: 15px;
	line-height: 1.75;
}

.site-footer__column-title {
	margin: 0 0 23px;
	color: #bde0df;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.site-footer__nav a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 15px;
	transition: color 180ms ease, transform 180ms ease;
}

.site-footer__nav a::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #98d0ce;
	content: "";
	opacity: 0;
	transform: scale(0.4);
	transition: opacity 180ms ease, transform 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
	color: var(--ma-white);
	transform: translateX(4px);
}

.site-footer__nav a:hover::before,
.site-footer__nav a:focus-visible::before {
	opacity: 1;
	transform: scale(1);
}

.site-footer__nav li + li {
	margin-top: 11px;
}

.site-footer__contact-list {
	display: grid;
	gap: 13px;
}

.site-footer__contact-link,
.site-footer__address {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
}

.site-footer__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	color: #d7eeee;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-footer__contact-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.site-footer__contact-link:hover .site-footer__contact-icon,
.site-footer__contact-link:focus-visible .site-footer__contact-icon {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.13);
	transform: translateY(-2px);
}

.site-footer__contact-copy {
	min-width: 0;
}

.site-footer__contact-copy small {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.site-footer__contact-copy strong {
	display: block;
	overflow-wrap: anywhere;
	color: var(--ma-white);
	font-size: 14px;
	font-weight: 600;
}

.site-footer__company-name {
	margin: 0 0 17px;
	color: var(--ma-white);
	font-size: 16px;
	font-weight: 650;
}

.site-footer__address {
	align-items: start;
	margin-bottom: 22px;
	font-style: normal;
	font-size: 14px;
	line-height: 1.65;
}

.site-footer__address .site-footer__contact-icon {
	margin-top: 2px;
}

.site-footer__registry {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 0;
	padding-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer__registry div {
	min-width: 0;
}

.site-footer__registry dt {
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer__registry dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 600;
}

.site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 28px;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	color: var(--ma-white);
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-footer__social-link svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
	border-color: rgba(255, 255, 255, 0.5);
	background: var(--ma-white);
	color: var(--ma-teal-deep);
	transform: translateY(-3px);
}

.site-footer__credit {
	text-align: right;
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
}

.site-footer__privacy {
	position: relative;
}

.site-footer__privacy::after {
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer__privacy:hover::after,
.site-footer__privacy:focus-visible::after {
	transform: scaleX(1);
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 12px;
}

.ma-content-header {
	padding: clamp(64px, 8vw, 110px) 0 48px;
}

.ma-content {
	width: min(820px, calc(100vw - 48px));
	margin: 0 auto;
	padding-bottom: 100px;
}

.ma-content > * {
	max-width: 100%;
}

.ma-privacy-content {
	padding-top: clamp(44px, 6vw, 72px);
	color: var(--ma-ink-soft);
}

.ma-privacy-content > :first-child {
	margin-top: 0;
}

.ma-privacy-content h2 {
	margin: clamp(42px, 6vw, 64px) 0 16px;
	color: var(--ma-ink);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.ma-privacy-content h3 {
	margin: 30px 0 12px;
	color: var(--ma-ink);
	font-size: 19px;
	font-weight: 600;
}

.ma-privacy-content p,
.ma-privacy-content li {
	font-size: 16px;
	line-height: 1.8;
}

.ma-privacy-content p {
	margin: 0 0 18px;
}

.ma-privacy-content ul {
	margin: 0 0 22px;
	padding-left: 22px;
}

.ma-privacy-content li + li {
	margin-top: 9px;
}

.ma-privacy-content strong {
	color: var(--ma-ink);
	font-weight: 600;
}

.ma-privacy-content a {
	color: var(--ma-teal-dark);
	text-decoration-color: rgba(0, 106, 112, 0.35);
	text-underline-offset: 3px;
}

.ma-privacy-content a:hover,
.ma-privacy-content a:focus-visible {
	text-decoration-color: currentColor;
}

.ma-privacy-updated {
	display: inline-flex;
	margin-bottom: 22px !important;
	color: var(--ma-teal-dark);
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ma-post-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-bottom: 100px;
}

.ma-pagination {
	grid-column: 1 / -1;
	margin-top: 28px;
}

@media (max-width: 1100px) {
	.primary-navigation {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.primary-navigation[data-open] {
		position: absolute;
		z-index: 10;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		max-height: calc(100svh - 78px);
		padding: 18px 24px 26px;
		overflow-y: auto;
		border: 1px solid rgba(16, 47, 53, 0.08);
		border-top: 0;
		border-radius: 0 0 28px 28px;
		background: linear-gradient(145deg, rgba(223, 243, 241, 0.86), rgba(241, 247, 246, 0.72));
		-webkit-backdrop-filter: blur(28px) saturate(140%);
		backdrop-filter: blur(28px) saturate(140%);
		box-shadow: 0 24px 54px rgba(16, 47, 53, 0.16);
		animation: ma-mobile-menu-in 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.admin-bar .primary-navigation[data-open] {
		top: 100%;
	}

	.ma-menu-open {
		overflow: hidden;
	}

	.primary-navigation[data-open] ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		max-width: 720px;
		padding: 4px 14px;
		margin: 0 auto;
		border: 1px solid rgba(255, 255, 255, 0.52);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.52);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), 0 12px 34px rgba(16, 47, 53, 0.06);
	}

	.primary-navigation[data-open] li {
		opacity: 0;
		transform: translateY(-6px);
		animation: ma-mobile-menu-item-in 320ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}

	.primary-navigation[data-open] li:nth-child(2) { animation-delay: 30ms; }
	.primary-navigation[data-open] li:nth-child(3) { animation-delay: 60ms; }
	.primary-navigation[data-open] li:nth-child(4) { animation-delay: 90ms; }
	.primary-navigation[data-open] li:nth-child(5) { animation-delay: 120ms; }
	.primary-navigation[data-open] li:nth-child(6) { animation-delay: 150ms; }

	.primary-navigation[data-open] a {
		display: block;
		padding: 13px 8px;
		border-bottom: 1px solid rgba(16, 47, 53, 0.1);
		color: var(--ma-ink);
		font-size: clamp(18px, 3vw, 20px);
		font-weight: 560;
		letter-spacing: -0.02em;
		transition: color 180ms ease, padding-left 180ms ease;
	}

	.primary-navigation[data-open] a::after {
		display: none;
	}

	.primary-navigation[data-open] a:hover,
	.primary-navigation[data-open] a:focus-visible {
		padding-left: 13px;
		color: var(--ma-teal-dark);
	}

	.ma-audiences {
		grid-template-columns: repeat(3, 1fr);
	}

	.ma-process {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 860px) {
	:root {
		--ma-shell: min(100% - 32px, 720px);
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.site-header__inner {
		min-height: 70px;
		gap: 10px;
	}

	.site-branding {
		width: 184px;
	}

	.site-header__cta {
		display: none;
	}

	.ma-floating-phone {
		right: max(16px, env(safe-area-inset-right));
		bottom: max(16px, env(safe-area-inset-bottom));
		width: 54px;
		height: 54px;
	}

	.primary-navigation[data-open] {
		max-height: calc(100svh - 70px);
	}

	.admin-bar .primary-navigation[data-open] {
		top: 100%;
	}

	.ma-hero {
		min-height: auto;
		padding: 62px 0 86px;
	}

	.ma-hero__grid,
	.ma-expertise__grid,
	.ma-pricing__intro,
	.ma-contact__grid,
	.ma-faq-layout,
	.ma-subpage-hero__grid,
	.ma-about-story__grid,
	.ma-founder__grid,
	.ma-contact-page__grid {
		grid-template-columns: 1fr;
	}

	.ma-subpage-hero__grid,
	.ma-about-story__grid,
	.ma-founder__grid,
	.ma-contact-page__grid {
		gap: 48px;
	}

	.ma-founder__credentials {
		border-top: 1px solid var(--ma-line);
	}

	.ma-about-proof {
		min-height: 390px;
	}

	.ma-about-values__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ma-about-values__item:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.ma-about-values__item:nth-child(n + 3) {
		border-top: 1px solid var(--ma-line);
	}

	.ma-consultation-band__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.ma-faq-layout {
		gap: 40px;
	}

	.ma-trust {
		--ma-trust-overlap: 32px;
		margin-top: -32px;
	}

	.ma-trust__grid,
	.ma-pricing,
	.ma-testimonials,
	.ma-blog-grid,
	.ma-post-list {
		grid-template-columns: 1fr;
	}

	.ma-trust__item + .ma-trust__item {
		border-top: 1px solid var(--ma-line);
		border-left: 0;
	}

	.ma-audiences,
	.ma-services {
		grid-template-columns: repeat(2, 1fr);
	}

	.ma-price-card {
		min-height: 360px;
	}

	.site-footer__top {
		grid-template-columns: 1.15fr 0.85fr 1fr;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer__intro {
		max-width: 560px;
	}
}

@media (max-width: 560px) {
	:root {
		--ma-shell: calc(100vw - 28px);
	}

	.ma-section {
		padding: 68px 0;
	}

	.ma-heading {
		font-size: clamp(38px, 12vw, 52px);
	}

	.ma-heading--section {
		font-size: clamp(31px, 9vw, 42px);
	}

	.ma-section-head {
		align-items: start;
		flex-direction: column;
		gap: 22px;
	}

	.ma-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ma-button {
		width: 100%;
	}

	.ma-expertise__media,
	.ma-expertise__media img {
		height: 360px;
		min-height: 0;
	}

	.ma-audiences,
	.ma-services,
	.ma-process {
		grid-template-columns: 1fr;
	}

	.ma-subpage-hero {
		padding: 62px 0 76px;
	}

	.ma-about-proof {
		min-height: 350px;
		padding: 30px 24px;
	}

	.ma-about-proof__stats {
		margin-top: 66px;
	}

	.ma-about-proof__stats > div {
		padding-right: 9px;
	}

	.ma-about-proof__stats > div + div {
		padding-left: 9px;
	}

	.ma-about-values__grid,
	.ma-contact-steps__grid {
		grid-template-columns: 1fr;
	}

	.ma-about-values__item,
	.ma-contact-steps__grid article {
		min-height: auto;
		padding: 28px 0;
	}

	.ma-about-values__item + .ma-about-values__item,
	.ma-about-values__item:nth-child(3),
	.ma-contact-steps__grid article + article {
		padding-left: 0;
		border-top: 1px solid var(--ma-line);
		border-left: 0;
	}

	.ma-about-values__item h3,
	.ma-contact-steps__grid h3 {
		margin-top: 22px;
	}

	.ma-founder__statement {
		grid-template-columns: 1fr;
	}

	.ma-founder__name {
		font-size: clamp(28px, 7.5vw, 30px);
	}

	.ma-founder__media {
		width: min(100%, 340px);
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.ma-contact-page__details a {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.ma-company-data {
		padding: 22px 20px;
	}

	.ma-company-data > div {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.ma-company-data > div + div {
		margin-top: 14px;
	}

	.ma-audience-card {
		min-height: 160px;
	}

	.ma-process__step {
		min-height: auto;
	}

	.ma-process__step::before {
		margin-bottom: 34px;
	}

	.ma-form__grid {
		grid-template-columns: 1fr;
	}

	.ma-field--full {
		grid-column: auto;
	}

	.ma-contact-modal {
		align-items: end;
		padding: 8px;
	}

	.ma-contact-modal__dialog {
		max-height: calc(100svh - 16px);
		padding: 50px 18px 20px;
		border-radius: 24px;
	}

	.ma-contact-modal__close {
		top: 12px;
		right: 12px;
	}

	.ma-contact-modal__intro {
		padding-right: 0;
		margin-bottom: 18px;
	}

	.ma-contact-modal .ma-form__grid {
		grid-template-columns: 1fr;
	}

	.ma-contact-modal .ma-field--phone {
		grid-column: auto;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-bottom: 42px;
	}

	.site-footer__brand {
		grid-column: auto;
	}

	.site-footer__cta {
		align-items: flex-start;
		flex-direction: column;
		gap: 26px;
	}

	.site-footer__cta .ma-button {
		width: auto;
	}

	.site-footer__registry {
		max-width: 360px;
	}

	.site-footer__bottom {
		flex-direction: column;
	}

	.site-footer__credit {
		text-align: left;
	}
}

/* Knowledge hub and editorial articles. */
.ma-knowledge-hero {
	position: relative;
	padding: clamp(92px, 10vw, 148px) 0 clamp(78px, 8vw, 118px);
	overflow: hidden;
}

.ma-knowledge-hero .ma-heading {
	max-width: 940px;
}

.ma-knowledge-hero .ma-lead {
	max-width: 680px;
}

.ma-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 38px;
	color: var(--ma-ink-soft);
	font-size: 12px;
}

.ma-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.ma-breadcrumbs a:hover {
	color: var(--ma-teal-dark);
}

.ma-knowledge-content {
	padding-top: 0;
}

.ma-topic-nav {
	display: flex;
	align-items: center;
	gap: clamp(24px, 3.6vw, 52px);
	padding: 28px 0 24px;
	margin-bottom: clamp(42px, 6vw, 72px);
	border-bottom: 1px solid var(--ma-line);
	overflow-x: auto;
	scrollbar-width: none;
}

.ma-topic-nav::-webkit-scrollbar {
	display: none;
}

.ma-topic-nav a {
	position: relative;
	flex: 0 0 auto;
	color: var(--ma-ink-soft);
	font-size: 14px;
	font-weight: 680;
	text-decoration: none;
}

.ma-topic-nav a::after {
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
	height: 2px;
	transform: scaleX(0);
	background: var(--ma-teal);
	content: "";
	transform-origin: left;
	transition: transform 180ms ease;
}

.ma-topic-nav a:hover,
.ma-topic-nav a.is-active {
	color: var(--ma-teal-dark);
}

.ma-topic-nav a:hover::after,
.ma-topic-nav a.is-active::after {
	transform: scaleX(1);
}

.ma-featured-story {
	margin-bottom: clamp(40px, 6vw, 72px);
}

.ma-post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border-color: rgba(16, 47, 53, 0.11);
	box-shadow: none;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ma-post-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 135, 142, 0.28);
	box-shadow: 0 18px 44px rgba(22, 79, 82, 0.08);
}

.ma-post-card--featured {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	align-items: stretch;
	border-radius: var(--ma-radius-lg);
}

.ma-post-card--featured .ma-post-card__image {
	min-height: 420px;
	aspect-ratio: auto;
}

.ma-post-card--featured .ma-post-card__body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(34px, 5vw, 64px);
}

.ma-post-card__image {
	position: relative;
	isolation: isolate;
}

.ma-post-card__image--fallback {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.92), transparent 27%),
		radial-gradient(circle at 83% 78%, rgba(0, 135, 142, 0.15), transparent 32%),
		linear-gradient(135deg, #f4faf9 0%, #dff3f1 100%);
}

.ma-post-card__lines {
	position: absolute;
	z-index: -1;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.07;
}

.ma-post-card__symbol {
	display: grid;
	width: clamp(72px, 8vw, 112px);
	height: clamp(72px, 8vw, 112px);
	place-items: center;
	border: 1px solid rgba(0, 135, 142, 0.22);
	border-radius: 30%;
	color: rgba(0, 135, 142, 0.48);
	font-size: clamp(44px, 5vw, 72px);
	font-weight: 300;
	line-height: 1;
}

.ma-post-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	letter-spacing: 0;
	text-transform: none;
}

.ma-post-card__meta a {
	color: var(--ma-teal-dark);
	font-weight: 780;
	text-decoration: none;
	text-transform: uppercase;
}

.ma-post-card--featured h3 {
	margin-top: 18px;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.ma-post-card__excerpt {
	margin: 20px 0 0;
	color: var(--ma-ink-soft);
	line-height: 1.7;
}

.ma-post-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin-top: 24px;
	color: var(--ma-teal-dark);
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
}

.ma-post-card__link span {
	font-size: 18px;
	transition: transform 180ms ease;
}

.ma-post-card__link:hover span {
	transform: translateX(4px);
}

.ma-knowledge-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ma-knowledge-grid .ma-post-card__body {
	flex: 1;
}

.ma-knowledge-grid .ma-post-card__link {
	margin-top: auto;
	padding-top: 24px;
}

.ma-pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.ma-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--ma-line);
	border-radius: 50%;
	color: var(--ma-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.ma-pagination .page-numbers.current,
.ma-pagination a.page-numbers:hover {
	border-color: var(--ma-teal);
	background: var(--ma-teal);
	color: var(--ma-white);
}

.ma-knowledge-empty {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(42px, 8vw, 108px);
	padding: clamp(32px, 5vw, 68px);
	border: 1px solid rgba(0, 135, 142, 0.15);
	border-radius: var(--ma-radius-lg);
	background: var(--ma-mist);
}

.ma-knowledge-empty__art {
	position: relative;
	display: grid;
	min-height: 340px;
	place-items: center;
	overflow: hidden;
	border-radius: calc(var(--ma-radius-lg) - 10px);
	background:
		radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.88), transparent 34%),
		linear-gradient(145deg, var(--ma-mint), #cfeae7);
}

.ma-knowledge-empty__art img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.08;
}

.ma-knowledge-empty__art span {
	color: rgba(0, 135, 142, 0.42);
	font-size: 110px;
	font-weight: 250;
	line-height: 1;
}

.ma-knowledge-empty h2,
.ma-home-knowledge__empty h3 {
	max-width: 650px;
	margin: 18px 0 0;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 480;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.ma-knowledge-empty p,
.ma-home-knowledge__empty p {
	max-width: 620px;
	margin: 20px 0 0;
	color: var(--ma-ink-soft);
}

.ma-knowledge-empty .ma-button {
	margin-top: 28px;
}

.ma-home-knowledge__editorial {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
	align-items: stretch;
	gap: 20px;
}

.ma-home-knowledge__editorial > .ma-post-card--featured {
	grid-template-columns: 1fr;
}

.ma-home-knowledge__editorial > .ma-post-card--featured .ma-post-card__image {
	min-height: 360px;
}

.ma-home-knowledge__editorial > .ma-post-card--featured .ma-post-card__body {
	padding: clamp(30px, 4vw, 48px);
}

.ma-home-knowledge__side {
	display: grid;
	grid-auto-rows: minmax(0, 1fr);
	gap: 20px;
}

.ma-home-knowledge__side .ma-post-card {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 190px minmax(0, 1fr);
}

.ma-home-knowledge__side .ma-post-card__image {
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
}

.ma-home-knowledge__side .ma-post-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: clamp(20px, 2vw, 26px);
}

.ma-home-knowledge__side .ma-post-card h3 {
	display: -webkit-box;
	overflow: hidden;
	font-size: clamp(17px, 1.45vw, 20px);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ma-home-knowledge__side .ma-post-card__meta span,
.ma-home-knowledge__side .ma-post-card__meta time {
	display: none;
}

.ma-home-knowledge__side .ma-post-card__link {
	margin-top: auto;
	padding-top: 18px;
}

.ma-home-knowledge__empty {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(0, 135, 142, 0.15);
	border-radius: var(--ma-radius-lg);
	background:
		radial-gradient(circle at 8% 16%, rgba(255, 255, 255, 0.9), transparent 34%),
		var(--ma-mist);
}

.ma-home-knowledge__empty-copy {
	padding: clamp(38px, 6vw, 76px);
}

.ma-home-knowledge__topics {
	display: grid;
	align-content: center;
	padding: clamp(32px, 5vw, 62px);
	background: rgba(223, 243, 241, 0.72);
}

.ma-home-knowledge__topics a,
.ma-home-knowledge__topics > span {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(16, 47, 53, 0.12);
	color: var(--ma-ink);
	font-size: clamp(17px, 2vw, 23px);
	font-weight: 560;
	text-decoration: none;
}

.ma-home-knowledge__topics a:first-child,
.ma-home-knowledge__topics > span:first-child {
	border-top: 1px solid rgba(16, 47, 53, 0.12);
}

.ma-home-knowledge__topics a span,
.ma-home-knowledge__topics small {
	color: var(--ma-teal-dark);
	font-size: 11px;
	font-weight: 760;
}

.ma-article-hero {
	position: relative;
	padding: 34px 0 clamp(64px, 7vw, 98px);
	overflow: hidden;
}

.ma-article-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
	align-items: center;
	gap: clamp(42px, 6vw, 88px);
}

.ma-article-hero .ma-heading {
	max-width: 860px;
	font-size: clamp(38px, 4.5vw, 58px);
}

.ma-article-hero .ma-lead {
	max-width: 720px;
	font-size: 18px;
}

.ma-article-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
	color: var(--ma-ink-soft);
	font-size: 13px;
	font-weight: 620;
}

.ma-article-hero__media {
	position: relative;
	min-height: 390px;
	overflow: hidden;
	border: 1px solid rgba(0, 135, 142, 0.15);
	border-radius: var(--ma-radius-lg);
	background: var(--ma-mint);
}

.ma-article-hero__media > img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.ma-article-hero__media--fallback {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.96), transparent 31%),
		linear-gradient(140deg, #e9f6f4, #cde9e6);
}

.ma-article-hero__media--fallback img {
	position: absolute;
	inset: 0;
	opacity: 0.08;
}

.ma-article-hero__media--fallback span {
	position: relative;
	z-index: 1;
	color: rgba(0, 135, 142, 0.48);
	font-size: 120px;
	font-weight: 250;
	line-height: 1;
}

.ma-article-layout {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 780px);
	justify-content: center;
	gap: clamp(50px, 7vw, 96px);
	padding-top: clamp(64px, 8vw, 108px);
	padding-bottom: clamp(78px, 9vw, 128px);
}

.ma-article-layout--without-toc {
	grid-template-columns: minmax(0, 780px);
}

.ma-article-toc {
	position: sticky;
	top: 118px;
	align-self: start;
	max-height: calc(100vh - 150px);
	overflow: auto;
}

.ma-article-toc strong {
	display: block;
	margin-bottom: 18px;
	color: var(--ma-ink);
	font-size: 11px;
	font-weight: 780;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ma-article-toc nav {
	display: grid;
	gap: 3px;
	padding-left: 14px;
	border-left: 1px solid var(--ma-line);
}

.ma-article-toc a {
	position: relative;
	padding: 6px 0;
	color: var(--ma-ink-soft);
	font-size: 12px;
	line-height: 1.45;
	text-decoration: none;
}

.ma-article-toc a::before {
	position: absolute;
	top: 13px;
	left: -18px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	content: "";
}

.ma-article-toc a:hover,
.ma-article-toc a.is-active {
	color: var(--ma-teal-dark);
}

.ma-article-toc a.is-active::before {
	background: var(--ma-teal);
	box-shadow: 0 0 0 4px var(--ma-mint);
}

.ma-article-toc__level-3 {
	padding-left: 12px !important;
}

.ma-article-content {
	min-width: 0;
	color: var(--ma-ink);
	font-size: clamp(16px, 1.4vw, 18px);
	line-height: 1.78;
}

.ma-article-content > *:first-child {
	margin-top: 0;
}

.ma-article-content p,
.ma-article-content ul,
.ma-article-content ol,
.ma-article-content blockquote,
.ma-article-content figure,
.ma-article-content table,
.ma-article-content .wp-block-table {
	margin-top: 0;
	margin-bottom: 28px;
}

.ma-article-content h2,
.ma-article-content h3 {
	scroll-margin-top: 112px;
	color: var(--ma-ink);
	font-weight: 540;
	letter-spacing: -0.035em;
	line-height: 1.18;
}

.ma-article-content h2 {
	margin: 64px 0 22px;
	font-size: clamp(29px, 3.3vw, 42px);
}

.ma-article-content h3 {
	margin: 42px 0 16px;
	font-size: clamp(22px, 2.5vw, 29px);
}

.ma-article-content li + li {
	margin-top: 9px;
}

.ma-article-content a {
	font-weight: 650;
}

.ma-article-content blockquote {
	padding: 8px 0 8px 28px;
	border-left: 2px solid var(--ma-teal);
	color: var(--ma-ink-soft);
	font-size: 1.08em;
}

.ma-article-content img {
	border-radius: var(--ma-radius);
}

.ma-article-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ma-article-content th,
.ma-article-content td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--ma-line);
	text-align: left;
	vertical-align: top;
}

.ma-article-content th {
	background: var(--ma-mist);
	font-weight: 760;
}

.ma-article-insight {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 22px;
	padding: clamp(28px, 4vw, 42px);
	margin: 48px 0;
	border-left: 3px solid var(--ma-teal);
	border-radius: 0 var(--ma-radius) var(--ma-radius) 0;
	background: var(--ma-mist);
}

.ma-article-insight__mark {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(0, 135, 142, 0.28);
	border-radius: 50%;
	color: var(--ma-teal-dark);
	font-size: 18px;
	font-weight: 800;
}

.ma-article-insight span,
.ma-article-cta__copy > span {
	display: block;
	color: var(--ma-teal-dark);
	font-size: 11px;
	font-weight: 780;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ma-article-insight h2,
.ma-article-cta h2 {
	margin: 10px 0 0;
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 560;
	letter-spacing: -0.03em;
}

.ma-article-insight p,
.ma-article-insight ul {
	margin: 12px 0 0;
}

.ma-article-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 36px;
	width: 100%;
	padding: clamp(30px, 4vw, 46px);
	margin: 58px 0;
	overflow: hidden;
	border-radius: var(--ma-radius);
	background: linear-gradient(125deg, #087f85, #07545a);
	color: var(--ma-white);
}

/* Progressive, one-time entrance motion. Elements stay fully visible without JS. */
.ma-motion-enabled .ma-reveal {
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	transition:
		opacity 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--ma-reveal-delay, 0ms),
		transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--ma-reveal-delay, 0ms);
	will-change: opacity, transform;
}

.ma-motion-enabled .ma-reveal.is-revealed {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ma-trust__value,
.ma-about-proof__stats strong {
	font-variant-numeric: tabular-nums;
}

.ma-article-cta > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.08;
	pointer-events: none;
}

.ma-article-cta__copy,
.ma-article-cta .ma-button {
	position: relative;
	z-index: 1;
}

.ma-article-cta__copy > span {
	color: rgba(255, 255, 255, 0.72);
}

.ma-article-cta h2 {
	color: var(--ma-white);
}

.ma-article-cta p {
	max-width: 620px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.65;
}

.ma-article-cta .ma-button {
	width: auto;
	flex: 0 0 auto;
}

.ma-article-footer {
	padding-top: 52px;
	margin-top: 68px;
	border-top: 1px solid var(--ma-line);
}

.ma-article-note {
	padding: 24px 26px;
	border-radius: var(--ma-radius-sm);
	background: var(--ma-mist);
}

.ma-article-note span {
	display: block;
	color: var(--ma-teal-dark);
	font-size: 11px;
	font-weight: 780;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ma-article-note p {
	margin: 8px 0 0;
	color: var(--ma-ink-soft);
	font-size: 13px;
	line-height: 1.6;
}

.ma-article-footer__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 20px;
	color: var(--ma-ink-soft);
	font-size: 12px;
}

.ma-article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ma-article-tags a {
	padding: 7px 11px;
	border: 1px solid var(--ma-line);
	border-radius: 999px;
	color: var(--ma-ink-soft);
	font-weight: 650;
	text-decoration: none;
}

@media (max-width: 1000px) {
	.ma-post-card--featured,
	.ma-home-knowledge__editorial,
	.ma-home-knowledge__empty,
	.ma-article-hero__grid {
		grid-template-columns: 1fr;
	}

	.ma-home-knowledge__editorial > .ma-post-card--featured {
		grid-template-columns: 1fr;
	}

	.ma-home-knowledge__side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
	}

	.ma-home-knowledge__side .ma-post-card {
		grid-template-columns: 1fr;
		grid-template-rows: 220px auto;
	}

	.ma-article-hero__media {
		min-height: 330px;
	}

	.ma-article-layout {
		grid-template-columns: minmax(0, 780px);
	}

	.ma-article-toc {
		position: static;
		max-height: none;
		padding: 24px 26px;
		border-radius: var(--ma-radius-sm);
		background: var(--ma-mist);
	}

	.ma-article-toc nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 28px;
		border-left: 0;
		padding-left: 0;
	}

	.ma-article-toc a::before {
		display: none;
	}

	.ma-article-toc__level-3 {
		padding-left: 0 !important;
	}
}

@media (max-width: 760px) {
	.ma-knowledge-hero {
		padding: 70px 0 76px;
	}

	.ma-topic-nav {
		margin-right: -14px;
		margin-left: -14px;
		padding-right: 14px;
		padding-left: 14px;
	}

	.ma-post-card--featured .ma-post-card__image,
	.ma-home-knowledge__editorial > .ma-post-card--featured .ma-post-card__image {
		min-height: 260px;
	}

	.ma-knowledge-grid,
	.ma-home-knowledge__editorial > .ma-post-card--featured,
	.ma-home-knowledge__side,
	.ma-knowledge-empty {
		grid-template-columns: 1fr;
	}

	.ma-home-knowledge__side .ma-post-card {
		grid-template-columns: 1fr;
		grid-template-rows: 210px auto;
	}

	.ma-home-knowledge__side .ma-post-card__image {
		min-height: 0;
	}

	.ma-knowledge-empty {
		padding: 20px;
	}

	.ma-knowledge-empty__art {
		min-height: 230px;
	}

	.ma-home-knowledge__empty-copy,
	.ma-home-knowledge__topics {
		padding: 30px 24px;
	}

	.ma-article-hero {
		padding-top: 24px;
	}

	.ma-article-hero .ma-breadcrumbs {
		margin-bottom: 28px;
	}

	.ma-article-hero__grid {
		gap: 38px;
	}

	.ma-article-hero__media,
	.ma-article-hero__media > img {
		min-height: 260px;
	}

	.ma-article-layout {
		gap: 34px;
		padding-top: 48px;
	}

	.ma-article-toc nav {
		grid-template-columns: 1fr;
	}

	.ma-article-insight {
		grid-template-columns: 1fr;
		padding: 26px 22px;
	}

	.ma-article-cta {
		grid-template-columns: 1fr;
		width: 100%;
		margin: 46px 0;
		transform: none;
	}

	.ma-article-cta .ma-button {
		width: 100%;
	}

	.ma-related .ma-section-head {
		align-items: stretch;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.ma-hero__copy .ma-heading span {
		animation: none;
		background-position: 50% 50%;
	}

	.ma-floating-phone::before {
		transform: scale(1);
		animation: none;
		opacity: 0.22;
	}

	.primary-navigation[data-open],
	.primary-navigation[data-open] li {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.ma-motion-enabled .ma-reveal {
		opacity: 1;
		transform: none;
	}
}

/* Offer page. */
.ma-form label {
	cursor: pointer;
}

.site-footer__nav a {
	position: relative;
	gap: 0;
}

.site-footer__nav a::before {
	position: absolute;
	left: 0;
	transform: translateX(-13px) scale(0.4);
}

.site-footer__nav a:hover::before,
.site-footer__nav a:focus-visible::before {
	transform: translateX(-13px) scale(1);
}

.ma-offer-hero {
	position: relative;
	padding: clamp(92px, 9vw, 138px) 0 clamp(88px, 8vw, 124px);
	overflow: hidden;
}

.ma-offer-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.58fr);
	align-items: center;
	gap: clamp(64px, 9vw, 132px);
}

.ma-offer-hero__copy .ma-heading {
	max-width: 900px;
	font-size: clamp(46px, 5.4vw, 74px);
}

.ma-offer-hero__copy .ma-lead {
	max-width: 790px;
}

.ma-offer-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.ma-offer-hero__price {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 38px 0 38px clamp(32px, 4vw, 58px);
	border-left: 1px solid rgba(0, 135, 142, 0.26);
}

.ma-offer-hero__price > span {
	color: var(--ma-ink-soft);
	font-size: 13px;
	font-weight: 680;
}

.ma-offer-hero__price strong {
	margin-top: 7px;
	color: var(--ma-teal-dark);
	font-size: clamp(56px, 6vw, 86px);
	font-weight: 470;
	letter-spacing: -0.065em;
	line-height: 1;
	white-space: nowrap;
}

.ma-offer-hero__price small {
	margin-top: 10px;
	color: var(--ma-ink);
	font-size: clamp(16px, 1.6vw, 20px);
}

.ma-offer-hero__price p {
	width: 100%;
	padding-top: 21px;
	margin: 25px 0 0;
	border-top: 1px solid rgba(0, 135, 142, 0.34);
	color: var(--ma-ink-soft);
	font-size: 14px;
	line-height: 1.55;
}

.ma-offer-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.6fr);
	align-items: end;
	gap: clamp(48px, 8vw, 112px);
	margin-bottom: clamp(48px, 6vw, 78px);
}

.ma-offer-section-head .ma-heading {
	max-width: 820px;
}

.ma-offer-section-head > p {
	max-width: 530px;
	margin: 0;
	color: var(--ma-ink-soft);
	line-height: 1.75;
}

.ma-offer-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ma-line);
	border-bottom: 1px solid var(--ma-line);
}

.ma-offer-service {
	min-height: 300px;
	padding: clamp(30px, 3.8vw, 48px);
}

.ma-offer-service + .ma-offer-service {
	border-left: 1px solid var(--ma-line);
}

.ma-offer-service:nth-child(4) {
	border-left: 0;
}

.ma-offer-service:nth-child(n + 4) {
	border-top: 1px solid var(--ma-line);
}

.ma-offer-service__number {
	display: block;
	color: var(--ma-teal);
	font-size: 13px;
	font-weight: 760;
	letter-spacing: 0.06em;
}

.ma-offer-service h3 {
	max-width: 310px;
	margin: 58px 0 0;
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 560;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.ma-offer-service p {
	max-width: 340px;
	margin: 17px 0 0;
	color: var(--ma-ink-soft);
	font-size: 14px;
	line-height: 1.72;
}

.ma-offer-plans {
	background:
		radial-gradient(circle at 95% 4%, rgba(0, 135, 142, 0.08), transparent 28%),
		var(--ma-warm);
}

.ma-offer-plans__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ma-line);
	border-bottom: 1px solid var(--ma-line);
}

.ma-offer-plan {
	display: flex;
	min-width: 0;
	min-height: 570px;
	align-items: flex-start;
	flex-direction: column;
	padding: clamp(30px, 3.6vw, 48px);
}

.ma-offer-plan + .ma-offer-plan {
	border-left: 1px solid var(--ma-line);
}

.ma-offer-plan--featured {
	background:
		radial-gradient(circle at 18% 7%, rgba(255, 255, 255, 0.9), transparent 32%),
		rgba(223, 243, 241, 0.46);
}

.ma-offer-plan__index {
	color: var(--ma-teal-dark);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.06em;
}

.ma-offer-plan h3 {
	margin: 27px 0 0;
	font-size: clamp(23px, 2.3vw, 31px);
	font-weight: 560;
	letter-spacing: -0.035em;
}

.ma-offer-plan__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.ma-offer-plan__price strong {
	color: var(--ma-teal-dark);
	font-size: clamp(34px, 3.5vw, 48px);
	font-weight: 480;
	letter-spacing: -0.05em;
	line-height: 1.08;
}

.ma-offer-plan__price span {
	color: var(--ma-ink-soft);
	font-size: 13px;
}

.ma-offer-plan__note {
	min-height: 68px;
	padding-bottom: 20px;
	margin: 17px 0 0;
	border-bottom: 1px solid var(--ma-line);
	color: var(--ma-ink-soft);
	font-size: 13px;
	line-height: 1.55;
}

.ma-offer-plan ul {
	display: grid;
	gap: 13px;
	width: 100%;
	padding: 0;
	margin: 25px 0 32px;
	list-style: none;
}

.ma-offer-plan li {
	position: relative;
	padding-left: 22px;
	color: var(--ma-ink-soft);
	font-size: 14px;
	line-height: 1.55;
}

.ma-offer-plan li::before {
	position: absolute;
	top: 0.5em;
	left: 1px;
	width: 8px;
	height: 5px;
	transform: rotate(-45deg);
	border-bottom: 1.5px solid var(--ma-teal);
	border-left: 1.5px solid var(--ma-teal);
	content: "";
}

.ma-offer-plan .ma-button,
.ma-offer-plan__link {
	margin-top: auto;
}

.ma-offer-plan__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ma-ink);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.ma-offer-plan__link::after {
	width: 15px;
	height: 15px;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2307545a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 12 4M5 4h7v7'/%3E%3C/svg%3E") center / contain no-repeat;
	content: "";
	transition: transform 180ms ease;
}

.ma-offer-plan__link:hover::after {
	transform: translate(2px, -2px);
}

.ma-offer-benefits {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) repeat(5, minmax(0, 1fr));
	margin-top: clamp(64px, 8vw, 104px);
	border-top: 1px solid rgba(0, 135, 142, 0.18);
	border-bottom: 1px solid rgba(0, 135, 142, 0.18);
	background:
		linear-gradient(100deg, rgba(223, 243, 241, 0.64), rgba(241, 247, 246, 0.44));
}

.ma-offer-benefits__intro,
.ma-offer-benefits article {
	min-width: 0;
	padding: clamp(27px, 3.3vw, 43px) clamp(22px, 2.5vw, 32px);
}

.ma-offer-benefits article {
	border-left: 1px solid rgba(0, 135, 142, 0.14);
}

.ma-offer-benefits__intro h2 {
	margin: 17px 0 0;
	font-size: clamp(26px, 2.7vw, 38px);
	font-weight: 490;
	letter-spacing: -0.04em;
	line-height: 1.12;
}

.ma-offer-benefits article > span {
	color: var(--ma-teal);
	font-size: clamp(25px, 2.7vw, 36px);
	font-weight: 450;
	letter-spacing: -0.04em;
}

.ma-offer-benefits h3 {
	margin: 24px 0 0;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.35;
}

.ma-offer-benefits p {
	margin: 12px 0 0;
	color: var(--ma-ink-soft);
	font-size: 12px;
	line-height: 1.65;
}

.ma-offer-digital__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(64px, 9vw, 132px);
}

.ma-offer-digital__copy .ma-heading {
	max-width: 650px;
}

.ma-offer-digital__copy .ma-lead {
	max-width: 610px;
}

.ma-offer-digital__features {
	display: grid;
	gap: 0;
	margin-top: 35px;
	border-top: 1px solid rgba(0, 135, 142, 0.2);
}

.ma-offer-digital__features > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 14px;
	padding: 17px 0;
	border-bottom: 1px solid rgba(0, 135, 142, 0.2);
}

.ma-offer-digital__features span {
	color: var(--ma-teal);
	font-size: 11px;
	font-weight: 760;
}

.ma-offer-digital__features p {
	margin: 0;
	color: var(--ma-ink-soft);
	font-size: 13px;
	line-height: 1.6;
}

.ma-offer-digital__features strong {
	display: block;
	margin-bottom: 3px;
	color: var(--ma-ink);
	font-size: 14px;
}

.ma-offer-digital__copy .ma-button {
	margin-top: 31px;
}

.ma-offer-digital__visual {
	position: relative;
	min-height: 540px;
}

.ma-offer-flow {
	position: relative;
	height: 410px;
	border: 1px solid rgba(0, 135, 142, 0.14);
	border-radius: var(--ma-radius-lg);
	background: rgba(255, 255, 255, 0.5);
}

.ma-offer-flow::before,
.ma-offer-flow::after {
	position: absolute;
	top: 50%;
	height: 1px;
	background: rgba(0, 135, 142, 0.28);
	content: "";
}

.ma-offer-flow::before {
	right: 50%;
	left: 25%;
}

.ma-offer-flow::after {
	right: 17%;
	left: 50%;
}

.ma-offer-flow__status {
	position: absolute;
	top: 49px;
	bottom: 49px;
	left: 35px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.ma-offer-flow__status::before {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 13px;
	border-left: 1px dashed rgba(0, 135, 142, 0.3);
	content: "";
}

.ma-offer-flow__status span {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--ma-ink-soft);
	font-size: 11px;
	font-weight: 650;
}

.ma-offer-flow__status span::before {
	display: block;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	border: 1px solid rgba(0, 135, 142, 0.28);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	content: "";
}

.ma-offer-flow__core {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	width: 96px;
	height: 96px;
	place-items: center;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(0, 135, 142, 0.24);
	border-radius: 28px;
	background: var(--ma-white);
	box-shadow: 0 20px 50px rgba(22, 79, 82, 0.09);
	color: var(--ma-teal);
	font-size: 48px;
	font-weight: 680;
}

.ma-offer-flow__documents {
	position: absolute;
	top: 46px;
	right: 42px;
	bottom: 46px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.ma-offer-flow__documents i {
	position: relative;
	display: block;
	width: 52px;
	height: 64px;
	border: 1px solid rgba(0, 135, 142, 0.3);
	border-radius: 7px;
	background:
		linear-gradient(rgba(0, 135, 142, 0.24), rgba(0, 135, 142, 0.24)) 12px 25px / 27px 1px no-repeat,
		linear-gradient(rgba(0, 135, 142, 0.24), rgba(0, 135, 142, 0.24)) 12px 34px / 27px 1px no-repeat,
		linear-gradient(rgba(0, 135, 142, 0.24), rgba(0, 135, 142, 0.24)) 12px 43px / 20px 1px no-repeat,
		rgba(255, 255, 255, 0.74);
}

.ma-offer-ksef {
	position: absolute;
	right: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: 54px 1fr;
	align-items: center;
	gap: 18px;
	width: min(470px, 82%);
	padding: 24px 27px;
	border: 1px solid rgba(0, 135, 142, 0.12);
	border-radius: var(--ma-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 58px rgba(22, 79, 82, 0.08);
}

.ma-offer-ksef > span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border: 1px solid rgba(0, 135, 142, 0.3);
	border-radius: 50%;
	color: var(--ma-teal);
	font-size: 20px;
}

.ma-offer-ksef p {
	margin: 0;
	color: var(--ma-ink-soft);
	font-size: 12px;
	line-height: 1.6;
}

.ma-offer-ksef strong {
	display: block;
	margin-bottom: 5px;
	color: var(--ma-ink);
	font-size: 14px;
}

.ma-offer-switch__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ma-offer-switch__steps::before {
	position: absolute;
	top: 40px;
	right: 12.5%;
	left: 12.5%;
	height: 1px;
	background: var(--ma-line);
	content: "";
}

.ma-offer-switch__steps article {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: 0 clamp(20px, 3vw, 38px);
}

.ma-offer-switch__steps article:first-child {
	padding-left: 0;
}

.ma-offer-switch__steps article:last-child {
	padding-right: 0;
}

.ma-offer-switch__steps article > span {
	display: grid;
	width: 80px;
	height: 80px;
	place-items: center;
	border: 1px solid rgba(0, 135, 142, 0.18);
	border-radius: 50%;
	background: var(--ma-white);
	color: var(--ma-teal);
	font-size: 17px;
	font-weight: 650;
}

.ma-offer-switch__steps h3 {
	margin: 25px 0 0;
	font-size: clamp(18px, 1.8vw, 23px);
	font-weight: 570;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.ma-offer-switch__steps p {
	margin: 13px 0 0;
	color: var(--ma-ink-soft);
	font-size: 13px;
	line-height: 1.7;
}

.ma-offer-faq .ma-faq-layout__intro > p {
	max-width: 510px;
	margin: 24px 0 0;
	color: var(--ma-ink-soft);
}

.ma-offer-faq .ma-faq-layout__intro .ma-button {
	margin-top: 30px;
}

@media (max-width: 1100px) {
	.ma-offer-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ma-offer-benefits__intro {
		grid-column: 1 / -1;
	}

	.ma-offer-benefits article:nth-of-type(1),
	.ma-offer-benefits article:nth-of-type(4) {
		border-left: 0;
	}

	.ma-offer-benefits article:nth-of-type(n + 4) {
		border-top: 1px solid rgba(0, 135, 142, 0.14);
	}
}

@media (max-width: 860px) {
	.ma-offer-hero__grid,
	.ma-offer-section-head,
	.ma-offer-digital__grid {
		grid-template-columns: 1fr;
	}

	.ma-offer-hero__grid,
	.ma-offer-digital__grid {
		gap: 56px;
	}

	.ma-offer-hero__price {
		padding: 30px 0 0;
		border-top: 1px solid rgba(0, 135, 142, 0.26);
		border-left: 0;
	}

	.ma-offer-hero__price p {
		max-width: 420px;
	}

	.ma-offer-section-head {
		align-items: start;
		gap: 28px;
	}

	.ma-offer-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-offer-service:nth-child(3),
	.ma-offer-service:nth-child(5) {
		border-left: 0;
	}

	.ma-offer-service:nth-child(4) {
		border-left: 1px solid var(--ma-line);
	}

	.ma-offer-service:nth-child(n + 3) {
		border-top: 1px solid var(--ma-line);
	}

	.ma-offer-plans__grid {
		grid-template-columns: 1fr;
	}

	.ma-offer-plan {
		min-height: auto;
	}

	.ma-offer-plan + .ma-offer-plan {
		border-top: 1px solid var(--ma-line);
		border-left: 0;
	}

	.ma-offer-plan__note {
		min-height: 0;
	}

	.ma-offer-digital__visual {
		min-height: 520px;
	}

	.ma-offer-switch__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 0;
	}

	.ma-offer-switch__steps::before {
		display: none;
	}

	.ma-offer-switch__steps article {
		padding: 0 28px;
	}

	.ma-offer-switch__steps article:nth-child(odd) {
		padding-left: 0;
	}

	.ma-offer-switch__steps article:nth-child(even) {
		padding-right: 0;
		border-left: 1px solid var(--ma-line);
	}
}

@media (max-width: 560px) {
	.ma-offer-hero {
		padding: 66px 0 76px;
	}

	.ma-offer-hero__copy .ma-heading {
		font-size: clamp(38px, 11.5vw, 50px);
	}

	.ma-offer-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ma-offer-services__grid,
	.ma-offer-benefits,
	.ma-offer-switch__steps {
		grid-template-columns: 1fr;
	}

	.ma-offer-service {
		min-height: 0;
		padding: 30px 0;
	}

	.ma-offer-service + .ma-offer-service,
	.ma-offer-service:nth-child(4) {
		border-top: 1px solid var(--ma-line);
		border-left: 0;
	}

	.ma-offer-service h3 {
		margin-top: 28px;
	}

	.ma-offer-plan {
		padding: 32px 20px;
	}

	.ma-offer-benefits__intro,
	.ma-offer-benefits article {
		padding: 28px 22px;
	}

	.ma-offer-benefits article,
	.ma-offer-benefits article:nth-of-type(4) {
		border-top: 1px solid rgba(0, 135, 142, 0.14);
		border-left: 0;
	}

	.ma-offer-digital__visual {
		min-height: 480px;
	}

	.ma-offer-flow {
		height: 360px;
	}

	.ma-offer-flow__status {
		left: 18px;
	}

	.ma-offer-flow__status span {
		font-size: 0;
	}

	.ma-offer-flow__core {
		left: 48%;
		width: 78px;
		height: 78px;
		border-radius: 23px;
		font-size: 38px;
	}

	.ma-offer-flow__documents {
		right: 18px;
	}

	.ma-offer-flow__documents i {
		width: 42px;
		height: 54px;
	}

	.ma-offer-ksef {
		grid-template-columns: 44px 1fr;
		width: calc(100% - 20px);
		padding: 20px;
	}

	.ma-offer-ksef > span {
		width: 42px;
		height: 42px;
	}

	.ma-offer-switch__steps {
		gap: 0;
	}

	.ma-offer-switch__steps article,
	.ma-offer-switch__steps article:nth-child(odd),
	.ma-offer-switch__steps article:nth-child(even) {
		padding: 28px 0;
		border-top: 1px solid var(--ma-line);
		border-left: 0;
	}

	.ma-offer-switch__steps article > span {
		width: 64px;
		height: 64px;
	}
}
