:root {
	--mk-editorial-ink: #0b1f1b;
	--mk-editorial-muted: #62706c;
	--mk-editorial-green: #0b6b52;
	--mk-editorial-green-dark: #07513f;
	--mk-editorial-mint: #dff5e9;
	--mk-editorial-line: #dce5df;
	--mk-editorial-soft: #f4f7f4;
	--mk-editorial-navy: #092b31;
	--mk-editorial-white: #ffffff;
}

.mk-page {
	background: #fff;
	color: var(--mk-editorial-ink);
}

.mk-page .mk-shell {
	width: min(1180px, calc(100% - 48px));
}

.mk-header {
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(11, 31, 27, .08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.mk-header__inner { min-height: 76px; }
.mk-brand img { width: 178px; height: auto; }
.mk-nav { gap: 28px; }
.mk-nav__link,
.mk-nav__login {
	font-size: 14px;
	font-weight: 700;
	color: #263a35;
}
.mk-nav__link:hover,
.mk-nav__login:hover { color: var(--mk-editorial-green); }
.mk-header .mk-button--small {
	min-height: 44px;
	padding-inline: 22px;
	border-radius: 999px;
}

.mk-editorial-home .mk-button {
	border-radius: 999px;
	box-shadow: none;
	font-weight: 800;
}

.mk-editorial-home .mk-button:hover { transform: translateY(-2px); }

.mk-editorial-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--mk-editorial-green);
}

.mk-editorial-kicker .fa-circle { font-size: 7px; }

.mk-editorial-hero {
	position: relative;
	min-height: 740px;
	padding: 54px 0 72px;
	background: #eef3ef;
	overflow: hidden;
}

.mk-editorial-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
	align-items: center;
	gap: clamp(48px, 6vw, 92px);
	min-height: 610px;
}

.mk-editorial-hero__copy { padding-block: 36px; }

.mk-editorial-hero__copy h1 {
	max-width: 650px;
	margin: 24px 0 24px;
	font-size: clamp(52px, 5.1vw, 76px);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .98;
	color: var(--mk-editorial-ink);
}

.mk-editorial-hero__copy h1 span { color: var(--mk-editorial-green); }

.mk-editorial-hero__copy > p {
	max-width: 540px;
	margin: 0 0 32px;
	font-size: 19px;
	line-height: 1.65;
	color: var(--mk-editorial-muted);
}

.mk-editorial-hero__copy .mk-actions { gap: 12px; }
.mk-editorial-hero__copy .mk-button { min-height: 54px; padding-inline: 25px; }

.mk-editorial-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 700;
	color: #52635e;
}

.mk-editorial-hero__trust i { margin-right: 7px; color: var(--mk-editorial-green); }

.mk-editorial-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	min-height: 0;
	border-radius: 0;
	overflow: hidden;
	background: #e7eee9;
	box-shadow: none;
}

.mk-editorial-hero__media > img,
.mk-editorial-hero__media video,
.mk-editorial-hero__media noscript img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mk-editorial-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 29%, rgba(255, 255, 255, .82) 44%, rgba(255, 255, 255, .22) 66%, rgba(4, 30, 24, .12) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, .06) 58%, rgba(3, 25, 20, .28));
	pointer-events: none;
}

.mk-editorial-video-toggle {
	position: absolute;
	right: max(24px, calc((100vw - 1180px) / 2));
	top: 24px;
	z-index: 3;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 50%;
	background: rgba(7, 31, 26, .58);
	color: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
	cursor: pointer;
	backdrop-filter: blur(8px);
}

.mk-editorial-video-toggle:hover { background: rgba(7, 31, 26, .8); }

.mk-editorial-order-card {
	position: absolute;
	left: auto;
	right: max(32px, calc((100vw - 1180px) / 2));
	bottom: 38px;
	z-index: 2;
	width: 270px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 20px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 48px rgba(5, 35, 27, .22);
	backdrop-filter: blur(14px);
}

.mk-editorial-order-card__top,
.mk-editorial-order-card > div:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mk-editorial-order-card__top { margin-bottom: 14px; font-size: 12px; color: #71817c; }
.mk-editorial-order-card__top b { color: var(--mk-editorial-green); }
.mk-editorial-order-card > strong { font-size: 18px; }
.mk-editorial-order-card > p { margin: 5px 0 16px; font-size: 13px; color: #73817d; }
.mk-editorial-order-card > div:last-child { padding-top: 12px; border-top: 1px solid #e8eeea; font-size: 12px; }
.mk-editorial-order-card > div:last-child span { color: var(--mk-editorial-green); font-weight: 800; }
.mk-editorial-order-card > div:last-child small { color: #82908b; }

.mk-editorial-proof {
	border-block: 1px solid var(--mk-editorial-line);
	background: #fbfcfb;
}

.mk-editorial-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-block: 27px;
}

.mk-editorial-proof__grid > div {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 5px 22px;
	border-right: 1px solid var(--mk-editorial-line);
}

.mk-editorial-proof__grid > div:first-child { padding-left: 0; }
.mk-editorial-proof__grid > div:last-child { padding-right: 0; border-right: 0; }
.mk-editorial-proof__grid > div > i { flex: 0 0 auto; font-size: 20px; color: var(--mk-editorial-green); }
.mk-editorial-proof__grid span { display: grid; gap: 3px; min-width: 0; }
.mk-editorial-proof__grid strong { font-size: 14px; }
.mk-editorial-proof__grid small { overflow: hidden; font-size: 11px; color: #75837f; text-overflow: ellipsis; white-space: nowrap; }

.mk-editorial-stories { padding: 122px 0 130px; }

.mk-editorial-section-head {
	max-width: 760px;
	margin: 0 auto 96px;
	text-align: center;
}

.mk-editorial-section-head h2 {
	margin: 18px 0;
	font-size: clamp(40px, 4.6vw, 64px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.04;
}

.mk-editorial-section-head p { margin: 0 auto; max-width: 640px; font-size: 18px; line-height: 1.65; color: var(--mk-editorial-muted); }

.mk-editorial-story {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(64px, 8vw, 120px);
	margin-top: 128px;
}

.mk-editorial-story:first-of-type { margin-top: 0; }
.mk-editorial-story--reverse .mk-editorial-story__copy { order: 2; }
.mk-editorial-story--reverse .mk-editorial-story__visual { order: 1; }

.mk-editorial-story__copy { position: relative; }

.mk-editorial-story__number {
	position: absolute;
	top: -54px;
	left: -4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	color: #9cafaa;
}

.mk-editorial-story__copy h3 {
	max-width: 520px;
	margin: 16px 0 20px;
	font-size: clamp(34px, 3.6vw, 52px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.04;
}

.mk-editorial-story__copy > p { margin: 0; font-size: 17px; line-height: 1.7; color: var(--mk-editorial-muted); }

.mk-editorial-story__copy ul {
	display: grid;
	gap: 11px;
	margin: 25px 0 27px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	color: #344b45;
}

.mk-editorial-story__copy li i { width: 22px; color: var(--mk-editorial-green); }

.mk-editorial-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 800;
	color: var(--mk-editorial-green);
	text-decoration: none;
}

.mk-editorial-text-link:hover { gap: 13px; color: var(--mk-editorial-green-dark); }

.mk-editorial-story__visual {
	position: relative;
	min-height: 500px;
	border-radius: 8px 36px 8px 36px;
	overflow: visible;
}

.mk-editorial-story__visual::before {
	content: "";
	position: absolute;
	inset: 20px -18px -18px 22px;
	z-index: 0;
	border-radius: inherit;
	background: var(--mk-editorial-mint);
}

.mk-editorial-story--reverse .mk-editorial-story__visual::before { inset: 20px 22px -18px -18px; background: #f2eadf; }

.mk-editorial-story__visual > img {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	box-shadow: 0 24px 60px rgba(17, 48, 40, .14);
}

.mk-editorial-ui-card {
	position: absolute;
	z-index: 2;
	min-width: 230px;
	padding: 19px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 18px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 42px rgba(7, 40, 31, .2);
	backdrop-filter: blur(13px);
}

.mk-editorial-ui-card > span { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #778580; }
.mk-editorial-ui-card > strong { display: block; font-size: 20px; }
.mk-editorial-ui-card--sales { right: -26px; bottom: 28px; }
.mk-editorial-ui-card--sales div { margin-top: 13px; font-size: 12px; font-weight: 800; color: var(--mk-editorial-green); }
.mk-editorial-ui-card--kitchen { left: -26px; top: 30px; }
.mk-editorial-ui-card--kitchen > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: 13px; padding-top: 12px; border-top: 1px solid #e2e9e5; }
.mk-editorial-ui-card--kitchen b { color: #b46a32; }
.mk-editorial-ui-card--kitchen small { max-width: 66px; text-align: right; color: #71817c; }
.mk-editorial-ui-card--loyalty { right: -26px; bottom: 28px; }
.mk-editorial-ui-card--loyalty small { color: #6d7d78; }
.mk-editorial-progress { height: 7px; margin: 15px 0 10px; overflow: hidden; border-radius: 99px; background: #e4ece7; }
.mk-editorial-progress i { display: block; width: 80%; height: 100%; border-radius: inherit; background: var(--mk-editorial-green); }

.mk-editorial-savings {
	padding: 110px 0;
	background: var(--mk-editorial-navy);
	color: #fff;
}

.mk-editorial-savings__grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); align-items: center; gap: clamp(60px, 8vw, 120px); }
.mk-editorial-savings .mk-editorial-kicker { color: #8ee1bd; }
.mk-editorial-savings__copy h2 { margin: 18px 0 22px; font-size: clamp(40px, 4.5vw, 62px); font-weight: 800; letter-spacing: -.055em; line-height: 1.04; }
.mk-editorial-savings__copy h2 { color: #fff; }
.mk-editorial-savings__copy p { max-width: 500px; font-size: 17px; line-height: 1.7; color: #b8cac5; }
.mk-editorial-savings__copy > small { display: block; max-width: 480px; margin-top: 30px; font-size: 11px; line-height: 1.55; color: #77928b; }

.mk-editorial-savings__card { padding: 32px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 24px; background: rgba(255, 255, 255, .065); box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }
.mk-editorial-savings__controls { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.mk-editorial-savings__controls > label { display: grid; gap: 8px; min-width: 0; }
.mk-editorial-savings__controls > label:first-child { grid-column: 1 / -1; grid-template-columns: 1fr 150px; align-items: center; }
.mk-editorial-savings__controls label > span { font-size: 12px; font-weight: 800; color: #c4d5d1; }
.mk-editorial-savings__controls input[type="number"],
.mk-editorial-savings__controls select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; outline: none; background: rgba(255, 255, 255, .08); color: #fff; font: inherit; font-weight: 700; }
.mk-editorial-savings__controls select option { color: #10231e; }
.mk-editorial-savings__controls input:focus,
.mk-editorial-savings__controls select:focus { border-color: #8ee1bd; box-shadow: 0 0 0 3px rgba(142, 225, 189, .14); }
.mk-editorial-savings__controls input[type="range"] { grid-column: 1 / -1; width: 100%; accent-color: #8ee1bd; }
.mk-editorial-input-prefix { display: grid; grid-template-columns: auto 1fr; align-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: rgba(255, 255, 255, .08); }
.mk-editorial-input-prefix b { padding-left: 14px; font-size: 13px; color: #9db5af; }
.mk-editorial-input-prefix input { border: 0 !important; background: transparent !important; box-shadow: none !important; }
.mk-editorial-savings__result { margin: 24px 0 20px; padding: 24px; border-radius: 17px; background: #fff; color: var(--mk-editorial-ink); }
.mk-editorial-savings__result > span { font-size: 12px; font-weight: 800; color: #697a75; }
.mk-editorial-savings__result > strong { display: block; margin: 5px 0; font-size: clamp(31px, 3vw, 43px); letter-spacing: -.05em; color: var(--mk-editorial-green); }
.mk-editorial-savings__result > p { margin: 0 0 18px; font-size: 12px; color: #6a7a75; }
.mk-editorial-savings__result > div { display: flex; justify-content: space-between; gap: 15px; padding-top: 15px; border-top: 1px solid #e5ebe7; font-size: 13px; }
.mk-editorial-savings__result > div b { color: var(--mk-editorial-ink); }
.mk-editorial-savings__hidden { display: none; }
.mk-editorial-savings__card > .mk-button { width: 100%; }
.mk-editorial-savings__card > .mk-button { border-color: #fff !important; background: #fff !important; color: #0b201b !important; }

.mk-editorial-plans > .mk-section { padding: 120px 0 130px; background: #fff; }
.mk-editorial-plans .mk-section-head { max-width: 750px; margin-inline: auto; text-align: center; }
.mk-editorial-plans .mk-section-head h2 { font-size: clamp(40px, 4.4vw, 60px); letter-spacing: -.05em; }
.mk-editorial-plans .mk-plan-grid { gap: 18px; margin-top: 52px; }
.mk-editorial-plans .mk-plan { border-color: var(--mk-editorial-line); border-radius: 22px; box-shadow: 0 16px 40px rgba(13, 48, 39, .07); }
.mk-editorial-plans .mk-plan--featured { border: 2px solid var(--mk-editorial-green); transform: translateY(-8px); }
.mk-editorial-plans .mk-plan__price strong { color: var(--mk-editorial-ink); }
.mk-editorial-plans .mk-plan--featured .mk-plan__price strong,
.mk-editorial-plans .mk-plan--featured .mk-plan__price span { color: #fff; }
.mk-editorial-plans .mk-home-plan-facts { border-radius: 18px; background: var(--mk-editorial-soft); }

.mk-editorial-cta { padding: 100px 0; background: var(--mk-editorial-mint); }
.mk-editorial-cta__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: clamp(60px, 8vw, 110px); }
.mk-editorial-cta__copy h2 { margin: 17px 0 20px; font-size: clamp(42px, 4.7vw, 64px); font-weight: 800; letter-spacing: -.06em; line-height: 1.02; }
.mk-editorial-cta__copy p { margin: 0 0 26px; max-width: 520px; font-size: 17px; line-height: 1.7; color: #536c65; }
.mk-editorial-contact-card { padding: 32px; border: 1px solid rgba(11, 107, 82, .13); border-radius: 24px; background: #fff; box-shadow: 0 24px 60px rgba(18, 69, 55, .12); }
.mk-editorial-contact-card h3 { margin: 0 0 22px; font-size: 24px; letter-spacing: -.025em; }
.mk-editorial-contact-card form { display: grid; gap: 15px; }
.mk-editorial-contact-card label { display: grid; gap: 7px; min-width: 0; }
.mk-editorial-contact-card label > span { font-size: 11px; font-weight: 800; color: #506660; }
.mk-editorial-contact-card input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #d6e2dc; border-radius: 11px; outline: none; background: #fcfdfc; font: inherit; }
.mk-editorial-contact-card input:focus { border-color: var(--mk-editorial-green); box-shadow: 0 0 0 3px rgba(11, 107, 82, .09); }
.mk-editorial-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mk-editorial-contact-card form > .mk-button { width: 100%; margin-top: 4px; }
.mk-editorial-contact-card form > small { text-align: center; font-size: 10px; color: #7b8b86; }

.mk-editorial-home .mk-whatsapp { right: 22px; bottom: 22px; }

/* El mismo sistema visual limpia las páginas comerciales internas sin tocar las páginas de restaurantes. */
.mk-page:not(.mk-page--home) .mk-hero { padding: 82px 0 92px; background: linear-gradient(180deg, #f6faf7 0%, #fff 100%); }
.mk-page:not(.mk-page--home) .mk-hero__grid { min-height: 0; gap: clamp(50px, 7vw, 90px); }
.mk-page:not(.mk-page--home) .mk-hero__copy h1 { font-size: clamp(48px, 5.2vw, 72px); letter-spacing: -.058em; line-height: 1; }
.mk-page:not(.mk-page--home) .mk-hero__copy > p { max-width: 600px; font-size: 18px; line-height: 1.68; }
.mk-page:not(.mk-page--home) .mk-visual-card { border-radius: 28px 8px 28px 8px; box-shadow: 0 26px 70px rgba(15, 53, 43, .13); }
.mk-page:not(.mk-page--home) .mk-visual-card img { min-height: 430px; max-height: 560px; object-fit: cover; }
.mk-page:not(.mk-page--home) .mk-section { padding-block: 96px; }
.mk-page:not(.mk-page--home) .mk-section-head { max-width: 780px; }
.mk-page:not(.mk-page--home) .mk-section-head h2 { letter-spacing: -.045em; }

@media (max-width: 1080px) {
	.mk-nav { gap: 0; }
	.mk-editorial-hero__grid,
	.mk-editorial-savings__grid,
	.mk-editorial-cta__grid { grid-template-columns: 1fr 1fr; gap: 44px; }
	.mk-editorial-order-card { right: 24px; }
	.mk-editorial-proof__grid { grid-template-columns: 1fr 1fr; }
	.mk-editorial-proof__grid > div { border-bottom: 1px solid var(--mk-editorial-line); }
	.mk-editorial-proof__grid > div:nth-child(2) { border-right: 0; }
	.mk-editorial-proof__grid > div:nth-child(n+3) { border-bottom: 0; }
	.mk-editorial-story { gap: 55px; }
	.mk-editorial-story__visual { min-height: 440px; }
}

@media (max-width: 820px) {
	.mk-page .mk-shell { width: min(100% - 32px, 680px); }
	.mk-editorial-hero { padding: 34px 0 62px; }
	.mk-editorial-hero__grid,
	.mk-editorial-savings__grid,
	.mk-editorial-cta__grid { grid-template-columns: 1fr; }
	.mk-editorial-hero { min-height: 820px; }
	.mk-editorial-hero__grid { align-items: start; min-height: 690px; }
	.mk-editorial-hero__copy { padding-block: 20px; }
	.mk-editorial-hero__copy h1 { font-size: clamp(48px, 11vw, 68px); }
	.mk-editorial-hero__media::after { background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 48%, rgba(255, 255, 255, .24) 72%, rgba(3, 25, 20, .32) 100%); }
	.mk-editorial-hero__media video,
	.mk-editorial-hero__media > img,
	.mk-editorial-hero__media noscript img { object-position: 58% center; }
	.mk-editorial-order-card { right: 24px; bottom: 24px; }
	.mk-editorial-proof__grid > div { padding: 14px 18px; }
	.mk-editorial-stories { padding: 92px 0 100px; }
	.mk-editorial-section-head { margin-bottom: 78px; }
	.mk-editorial-story { grid-template-columns: 1fr; gap: 45px; margin-top: 112px; }
	.mk-editorial-story--reverse .mk-editorial-story__copy,
	.mk-editorial-story--reverse .mk-editorial-story__visual { order: initial; }
	.mk-editorial-story__copy { padding-top: 24px; }
	.mk-editorial-story__visual { min-height: min(540px, 78vw); }
	.mk-editorial-ui-card--sales,
	.mk-editorial-ui-card--loyalty { right: 18px; }
	.mk-editorial-ui-card--kitchen { left: 18px; }
	.mk-editorial-savings,
	.mk-editorial-cta { padding: 86px 0; }
	.mk-editorial-savings__copy h2,
	.mk-editorial-cta__copy h2 { max-width: 620px; }
	.mk-editorial-cta__grid { gap: 48px; }
	.mk-page:not(.mk-page--home) .mk-hero { padding: 58px 0 72px; }
	.mk-page:not(.mk-page--home) .mk-visual-card img { min-height: 360px; }
}

@media (max-width: 560px) {
	.mk-page .mk-shell { width: calc(100% - 28px); }
	.mk-header__inner { min-height: 68px; }
	.mk-brand img { width: 154px; }
	.mk-editorial-hero { min-height: 790px; padding-top: 28px; }
	.mk-editorial-hero__grid { min-height: 670px; }
	.mk-editorial-hero__copy h1 { margin: 18px 0; font-size: clamp(42px, 13.5vw, 58px); line-height: 1; }
	.mk-editorial-hero__copy > p { font-size: 17px; line-height: 1.55; }
	.mk-editorial-hero__copy .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-editorial-hero__copy .mk-button { width: 100%; }
	.mk-editorial-hero__trust { display: grid; gap: 9px; }
	.mk-editorial-order-card { left: 14px; right: 14px; bottom: 14px; width: auto; }
	.mk-editorial-video-toggle { top: 14px; right: 14px; }
	.mk-editorial-proof__grid { grid-template-columns: 1fr; padding-block: 8px; }
	.mk-editorial-proof__grid > div { padding: 16px 4px; border-right: 0; border-bottom: 1px solid var(--mk-editorial-line) !important; }
	.mk-editorial-proof__grid > div:last-child { border-bottom: 0 !important; }
	.mk-editorial-proof__grid small { white-space: normal; }
	.mk-editorial-stories { padding: 80px 0 88px; }
	.mk-editorial-section-head { margin-bottom: 72px; text-align: left; }
	.mk-editorial-section-head h2 { font-size: 39px; }
	.mk-editorial-section-head p { font-size: 16px; }
	.mk-editorial-story { margin-top: 96px; }
	.mk-editorial-story__copy h3 { font-size: 37px; }
	.mk-editorial-story__copy > p { font-size: 16px; }
	.mk-editorial-story__visual { min-height: 390px; }
	.mk-editorial-ui-card { min-width: 210px; padding: 16px; }
	.mk-editorial-savings { padding: 78px 0; }
	.mk-editorial-savings__copy h2,
	.mk-editorial-cta__copy h2 { font-size: 41px; }
	.mk-editorial-savings__card,
	.mk-editorial-contact-card { padding: 21px; border-radius: 19px; }
	.mk-editorial-savings__controls { grid-template-columns: 1fr; }
	.mk-editorial-savings__controls > label:first-child { grid-column: auto; grid-template-columns: 1fr 118px; }
	.mk-editorial-savings__controls input[type="range"] { grid-column: auto; }
	.mk-editorial-savings__result { padding: 19px; }
	.mk-editorial-savings__result > strong { font-size: 31px; }
	.mk-editorial-plans > .mk-section { padding: 82px 0 88px; }
	.mk-editorial-plans .mk-section-head { text-align: left; }
	.mk-editorial-plans .mk-plan--featured { transform: none; }
	.mk-editorial-cta { padding: 78px 0; }
	.mk-editorial-form-row { grid-template-columns: 1fr; }
	.mk-editorial-home .mk-whatsapp { right: 13px; bottom: 13px; width: 48px; height: 48px; padding: 0; }
	.mk-editorial-home .mk-whatsapp span { display: none; }
	.mk-page:not(.mk-page--home) .mk-hero__copy h1 { font-size: 44px; }
	.mk-page:not(.mk-page--home) .mk-section { padding-block: 76px; }
}

/* Landing · directorio de productos y jerarquía tipográfica afinada. */
html body#cpp-marketing-page.mk-editorial-home .mk-editorial-hero__copy h1,
html body#cpp-marketing-page.mk-editorial-home .mk-editorial-hero__copy h1 span {
	font-weight: 600 !important;
	font-stretch: 92%;
	letter-spacing: -.062em;
}

html body#cpp-marketing-page.mk-editorial-home .mk-editorial-section-head h2,
html body#cpp-marketing-page.mk-editorial-home .mk-editorial-products__head h2,
html body#cpp-marketing-page.mk-editorial-home .mk-editorial-savings__copy h2,
html body#cpp-marketing-page.mk-editorial-home .mk-editorial-plans .mk-section-head h2,
html body#cpp-marketing-page.mk-editorial-home .mk-editorial-cta__copy h2 {
	font-weight: 600 !important;
	font-stretch: 92%;
	letter-spacing: -.058em;
}

html body#cpp-marketing-page.mk-editorial-home .mk-editorial-story__copy h3,
html body#cpp-marketing-page.mk-editorial-home .mk-editorial-product-group h3 {
	font-weight: 600 !important;
	font-stretch: 94%;
	letter-spacing: -.045em;
}

.mk-editorial-products {
	padding: 118px 0 126px;
	border-top: 1px solid var(--mk-editorial-line);
	background: #f4f7f4;
}

.mk-editorial-products__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 48px;
	margin-bottom: 54px;
}

.mk-editorial-products__head > div { max-width: 785px; }
.mk-editorial-products__head h2 {
	margin: 17px 0 18px;
	font-size: clamp(42px, 4.6vw, 62px);
	line-height: 1.02;
	text-wrap: balance;
}
.mk-editorial-products__head p {
	max-width: 670px;
	margin: 0;
	color: var(--mk-editorial-muted);
	font-size: 17px;
	line-height: 1.7;
}
.mk-editorial-products__head > .mk-button { white-space: nowrap; }

.mk-editorial-products__groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mk-editorial-product-group {
	padding: 28px 26px 21px;
	border: 1px solid var(--mk-editorial-line);
	border-radius: 23px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(13, 48, 39, .045);
}

.mk-editorial-product-group > header {
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr);
	gap: 12px;
	min-height: 96px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e7ede9;
}
.mk-editorial-product-group > header > span {
	padding-top: 5px;
	color: #9caaa5;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
}
.mk-editorial-product-group h3 { margin: 0 0 7px; font-size: 25px; line-height: 1; }
.mk-editorial-product-group header p { margin: 0; color: #74827e; font-size: 12px; line-height: 1.55; }
.mk-editorial-product-group ul { display: grid; gap: 2px; margin: 16px 0 0; padding: 0; list-style: none; }
.mk-editorial-product-group li a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 12px;
	min-height: 61px;
	padding: 8px;
	border-radius: 13px;
	transition: background .18s ease, transform .18s ease;
}
.mk-editorial-product-group li a:hover { transform: translateX(2px); background: #f1f7f3; }
.mk-editorial-product-group li a > i:first-child {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #ddf6e9;
	color: var(--mk-editorial-green);
	font-size: 15px;
}
.mk-editorial-product-group li span { min-width: 0; }
.mk-editorial-product-group li strong,
.mk-editorial-product-group li small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mk-editorial-product-group li strong { color: var(--mk-editorial-ink); font-size: 13px; font-weight: 600; letter-spacing: -.02em; }
.mk-editorial-product-group li small { margin-top: 3px; color: #81908b; font-size: 10px; }
.mk-editorial-product-group li a > i:last-child { color: #b6c2be; font-size: 9px; transition: color .18s ease; }
.mk-editorial-product-group li a:hover > i:last-child { color: var(--mk-editorial-green); }

.mk-editorial-products__more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 24px;
	padding: 23px 28px;
	border: 1px solid var(--mk-editorial-line);
	border-radius: 18px;
	background: #fff;
}
.mk-editorial-products__more p { margin: 0; color: #5f706a; font-size: 13px; }
.mk-editorial-products__more .mk-editorial-text-link { flex: 0 0 auto; }

@media (max-width: 980px) {
	.mk-editorial-products__head { grid-template-columns: 1fr; align-items: start; gap: 26px; }
	.mk-editorial-products__head > .mk-button { justify-self: start; }
	.mk-editorial-products__groups { grid-template-columns: 1fr 1fr; }
	.mk-editorial-product-group:last-child { grid-column: 1 / -1; }
	.mk-editorial-product-group:last-child ul { grid-template-columns: 1fr 1fr; column-gap: 16px; }
}

@media (max-width: 640px) {
	.mk-editorial-products { padding: 82px 0 88px; }
	.mk-editorial-products__head { margin-bottom: 34px; }
	.mk-editorial-products__head h2 { font-size: 40px; }
	.mk-editorial-products__head > .mk-button { width: 100%; }
	.mk-editorial-products__groups { grid-template-columns: 1fr; }
	.mk-editorial-product-group,
	.mk-editorial-product-group:last-child { grid-column: auto; padding: 23px 18px 16px; }
	.mk-editorial-product-group:last-child ul { grid-template-columns: 1fr; }
	.mk-editorial-products__more { align-items: flex-start; flex-direction: column; padding: 21px; }
}

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

/* Hero inmersivo: video de fondo, navegación superpuesta e interfaz propia. */
.mk-editorial-home .mk-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	border-bottom-color: transparent;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.mk-editorial-home .mk-header:not(.is-scrolled) .mk-brand img { filter: brightness(0) invert(1); }
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-nav__link,
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-nav__login,
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-nav-dropdown > summary { color: rgba(255, 255, 255, .9); }
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-button--small { border-color: #fff !important; background: #fff !important; color: #0b201b !important; }
.mk-editorial-home .mk-header.is-scrolled { border-bottom-color: rgba(11, 31, 27, .08); background: rgba(255, 255, 255, .95); box-shadow: 0 10px 30px rgba(5, 32, 25, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }

.mk-editorial-home .mk-editorial-hero {
	min-height: 900px;
	padding: 132px 0 90px;
	background: #dbe7df;
}

.mk-editorial-home .mk-editorial-hero__grid {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 610px;
}

.mk-editorial-home .mk-editorial-hero__copy {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1080px;
	padding: 30px 0 165px;
	text-align: center;
}

.mk-editorial-home .mk-editorial-hero__copy h1 {
	max-width: 1080px;
	margin-inline: auto;
	font-size: clamp(60px, 6.4vw, 92px);
	line-height: .96;
	color: #fff;
}

.mk-editorial-home .mk-editorial-hero__copy h1 span { color: #9fe6c4; }
.mk-editorial-home .mk-editorial-hero__copy > p { max-width: 680px; margin-inline: auto; color: rgba(255, 255, 255, .77); }
.mk-editorial-home .mk-editorial-hero__copy .mk-actions { justify-content: center; }
.mk-editorial-home .mk-editorial-hero__copy .mk-button { border-color: #fff !important; background: #fff !important; color: #0b201b !important; }
.mk-editorial-home .mk-editorial-hero__copy .mk-button--secondary { border-color: rgba(255, 255, 255, .5) !important; background: rgba(10, 27, 22, .5) !important; color: #fff !important; backdrop-filter: blur(10px); }
.mk-editorial-home .mk-editorial-hero__trust { justify-content: center; color: rgba(255, 255, 255, .72); }
.mk-editorial-home .mk-editorial-hero__trust i { color: #9fe6c4; }
.mk-editorial-home .mk-editorial-hero .mk-editorial-kicker { color: rgba(255, 255, 255, .82); }

.mk-editorial-home .mk-editorial-hero__media::after {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(4, 19, 14, .4) 0%, rgba(4, 20, 15, .24) 45%, rgba(3, 17, 12, .58) 100%),
		radial-gradient(ellipse at 50% 35%, rgba(4, 20, 15, .28) 0%, rgba(4, 20, 15, .08) 58%, rgba(4, 20, 15, .24) 100%);
}

.mk-editorial-home .mk-editorial-hero__media img { object-position: center 48%; }

.mk-editorial-home .mk-editorial-video-toggle { top: 104px; }

.mk-editorial-home .mk-editorial-order-card {
	left: 50%;
	right: auto;
	bottom: -36px;
	width: min(640px, calc(100vw - 48px));
	padding: 24px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
	transform: translateX(-50%);
}

.mk-editorial-order-card__top,
.mk-editorial-order-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mk-editorial-order-card__top { margin-bottom: 19px; font-size: 13px; color: #566963; }
.mk-editorial-order-card__top span { font-weight: 800; color: #263d36; }
.mk-editorial-order-card__top i { margin-right: 7px; color: var(--mk-editorial-green); }
.mk-editorial-order-card__summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 16px; border-radius: 14px; background: #f5f8f6; }
.mk-editorial-order-card__summary div { display: grid; gap: 4px; }
.mk-editorial-order-card__summary small { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #8a9893; }
.mk-editorial-order-card__summary strong { font-size: 14px; color: #172d27; }
.mk-editorial-order-card__status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 17px 0; }
.mk-editorial-order-card__status span { padding: 10px 8px; border-radius: 10px; background: #f1f4f2; text-align: center; font-size: 11px; font-weight: 800; color: #8b9793; }
.mk-editorial-order-card__status span.is-done { background: #e4f4eb; color: var(--mk-editorial-green); }
.mk-editorial-order-card__status span.is-active { background: #0c3028; color: #fff; }
.mk-editorial-order-card__status i { margin-right: 5px; }
.mk-editorial-order-card__footer { padding-top: 14px; border-top: 1px solid #e8eeea; font-size: 12px; }
.mk-editorial-order-card__footer span { color: var(--mk-editorial-green); font-weight: 800; }
.mk-editorial-order-card__footer small { color: #82908b; }

.mk-editorial-home .mk-editorial-proof { position: relative; z-index: 3; padding-top: 42px; }

@media (max-width: 820px) {
	.mk-editorial-home .mk-editorial-hero { min-height: 850px; padding-top: 120px; }
	.mk-editorial-home .mk-editorial-hero__grid { align-items: center; min-height: 670px; }
	.mk-editorial-home .mk-editorial-hero__copy { padding: 20px 0 145px; }
	.mk-editorial-home .mk-editorial-hero__media::after {
		background:
			linear-gradient(180deg, rgba(4, 19, 14, .46) 0%, rgba(4, 20, 15, .3) 48%, rgba(3, 17, 12, .64) 100%),
			radial-gradient(ellipse at 50% 34%, rgba(4, 20, 15, .24) 0%, rgba(4, 20, 15, .06) 62%, rgba(4, 20, 15, .2) 100%);
	}
	.mk-editorial-home .mk-editorial-order-card { right: auto; bottom: -36px; }
}

@media (max-width: 560px) {
	.mk-editorial-home .mk-header:not(.is-scrolled):not(.is-open) .mk-menu-button span { background: #fff; }
	.mk-editorial-home .mk-header.is-open { background: #fff; }
	.mk-editorial-home .mk-header.is-open .mk-brand img { filter: none; }
	.mk-editorial-home .mk-header.is-open .mk-nav__link,
	.mk-editorial-home .mk-header.is-open .mk-nav__login { color: #263a35 !important; }
	.mk-editorial-home .mk-editorial-hero { min-height: 820px; padding-top: 104px; }
	.mk-editorial-home .mk-editorial-hero__grid { min-height: 670px; }
	.mk-editorial-home .mk-editorial-hero__copy { padding-bottom: 175px; }
	.mk-editorial-home .mk-editorial-order-card { left: 50%; right: auto; bottom: -40px; width: calc(100vw - 28px); padding: 17px; }
	.mk-editorial-order-card__summary { grid-template-columns: 1fr 1fr; }
	.mk-editorial-order-card__summary div:nth-child(2) { display: none; }
	.mk-editorial-order-card__status { gap: 5px; }
	.mk-editorial-order-card__status span { padding: 9px 4px; font-size: 9px; }
	.mk-editorial-home .mk-editorial-proof { padding-top: 52px; }
}

/* Pasada de pulido: más aire, mejor jerarquía y una terminación más editorial. */
.mk-editorial-home .mk-header__inner { min-height: 82px; }
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-nav__link,
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-nav__login {
	text-shadow: 0 1px 18px rgba(0, 0, 0, .28);
}
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-nav__link:hover,
.mk-editorial-home .mk-header:not(.is-scrolled) .mk-nav__login:hover { color: #baf1d5; }
.mk-editorial-home .mk-header .mk-button--small { min-width: 112px; }

.mk-editorial-home .mk-editorial-hero__copy h1 {
	max-width: 1030px;
	text-wrap: balance;
	text-shadow: 0 6px 34px rgba(0, 0, 0, .24);
}
.mk-editorial-home .mk-editorial-hero__copy > p {
	font-size: 20px;
	line-height: 1.6;
	text-wrap: balance;
}
.mk-editorial-home .mk-editorial-hero__copy .mk-button {
	min-width: 190px;
	min-height: 56px;
}
.mk-editorial-home .mk-editorial-hero__copy .mk-button--secondary:hover {
	border-color: rgba(255, 255, 255, .84) !important;
	background: rgba(255, 255, 255, .12) !important;
}
.mk-editorial-home .mk-editorial-order-card {
	width: min(610px, calc(100vw - 48px));
	padding: 21px 22px 19px;
	border-radius: 22px;
	border-color: rgba(255, 255, 255, .92);
}
.mk-editorial-order-card__summary { background: #f3f7f4; }
.mk-editorial-order-card__summary strong { letter-spacing: -.015em; }
.mk-editorial-order-card__status span { border: 1px solid #e7ece9; }
.mk-editorial-order-card__status span.is-done { border-color: #d3eadf; }
.mk-editorial-order-card__status span.is-active { border-color: #0c3028; }

.mk-editorial-proof__grid { padding-block: 22px; }
.mk-editorial-proof__grid > div { gap: 13px; padding-block: 2px; }
.mk-editorial-proof__grid > div > i {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #e8f5ee;
	font-size: 15px;
}
.mk-editorial-proof__grid strong { letter-spacing: -.01em; }

.mk-editorial-stories { padding: 112px 0 116px; }
.mk-editorial-section-head { margin-bottom: 84px; }
.mk-editorial-section-head h2 { text-wrap: balance; }
.mk-editorial-story { margin-top: 108px; }
.mk-editorial-story--reverse {
	padding: 58px;
	border: 1px solid #e6ece8;
	border-radius: 32px;
	background: #f7f9f7;
}
.mk-editorial-story__copy h3 { text-wrap: balance; }
.mk-editorial-story__copy > p { max-width: 505px; }
.mk-editorial-story__visual {
	min-height: 480px;
	border-radius: 12px 30px 12px 30px;
}
.mk-editorial-ui-card {
	border-color: rgba(255, 255, 255, .94);
	box-shadow: 0 16px 42px rgba(7, 40, 31, .16);
}

.mk-editorial-savings { padding: 104px 0; }
.mk-editorial-savings__copy h2 { text-wrap: balance; }
.mk-editorial-savings__card {
	padding: 30px;
	border-color: rgba(255, 255, 255, .14);
}
.mk-editorial-savings__result { box-shadow: 0 18px 44px rgba(0, 0, 0, .13); }

.mk-editorial-plans > .mk-section { padding: 104px 0 112px; }
.mk-editorial-plans .mk-section-head { margin-bottom: 42px; }
.mk-editorial-plans .mk-section-head h2 { text-wrap: balance; }
.mk-editorial-plans .mk-billing-toggle { margin-bottom: 40px; }
.mk-editorial-plans .mk-plan-grid { gap: 16px; margin-top: 0; }
.mk-editorial-plans .mk-plan {
	display: flex;
	min-width: 0;
	padding: 28px;
	border-radius: 24px;
	box-shadow: 0 14px 38px rgba(13, 48, 39, .065);
}
.mk-editorial-plans .mk-plan--featured {
	border-color: #0b6b52;
	background: #102b27;
	box-shadow: 0 24px 60px rgba(5, 41, 32, .19);
}
.mk-editorial-plans .mk-plan h3 { margin-top: 8px; font-size: 30px; letter-spacing: -.04em; }
.mk-editorial-plans .mk-plan > p { min-height: 66px; margin-bottom: 18px; }
.mk-editorial-plans .mk-plan__price { margin-top: 0; }
.mk-editorial-plans .mk-plan__price strong { font-size: 32px; }
.mk-editorial-plans .mk-plan__audience { margin: 14px 0; padding: 12px; }
.mk-editorial-plans .mk-plan ul { gap: 9px; margin-block: 16px 22px; }
.mk-editorial-plans .mk-plan ul + .mk-button { margin-top: auto; }
.mk-editorial-plans .mk-home-plan-facts { margin-top: 26px; }
.mk-editorial-plans .mk-plan-note { max-width: 850px; margin: 20px auto 0; text-align: center; }

.mk-editorial-cta { padding: 92px 0; }
.mk-editorial-cta__copy h2 { max-width: 570px; text-wrap: balance; }
.mk-editorial-contact-card {
	padding: 34px;
	border-radius: 26px;
	box-shadow: 0 22px 54px rgba(18, 69, 55, .11);
}
.mk-editorial-contact-card h3 { font-size: 26px; }
.mk-editorial-contact-card label > span { letter-spacing: .01em; }

.mk-editorial-home .mk-footer {
	padding-top: 70px;
	border-top: 0;
	background: #10243a;
}
.mk-editorial-home .mk-footer__grid { gap: 34px 46px; }
.mk-editorial-home .mk-footer__brand { padding-right: 24px; }
.mk-editorial-home .mk-footer__brand .mk-brand img { width: 180px; }
.mk-editorial-home .mk-footer__brand p {
	max-width: 300px;
	margin-top: 20px;
	color: rgba(255, 255, 255, .62);
}
.mk-editorial-home .mk-footer h2 {
	margin-bottom: 18px;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .48);
}
.mk-editorial-home .mk-footer__grid > div:not(.mk-footer__brand) > a {
	margin-bottom: 9px;
	color: rgba(255, 255, 255, .68);
}
.mk-editorial-home .mk-footer__grid > div:not(.mk-footer__brand) > a:hover { color: #fff; }
.mk-editorial-home .mk-footer__social a {
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .06);
}
.mk-editorial-home .mk-footer__bottom {
	margin-top: 54px;
	padding-block: 22px;
	border-top-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .48);
}

.mk-editorial-home .mk-whatsapp {
	right: 18px;
	bottom: 18px;
	min-height: 46px;
	padding-inline: 15px;
	border: 1px solid rgba(11, 107, 82, .18);
	background: rgba(255, 255, 255, .96);
	color: var(--mk-editorial-green) !important;
	box-shadow: 0 14px 36px rgba(4, 35, 27, .18);
	backdrop-filter: blur(10px);
}
.mk-editorial-home .mk-whatsapp:hover { background: #fff; color: var(--mk-editorial-green-dark) !important; }

@media (max-width: 1080px) {
	.mk-editorial-story--reverse { padding: 42px; }
	.mk-editorial-plans .mk-plan { padding: 24px; }
}

@media (max-width: 820px) {
	.mk-editorial-home .mk-header__inner { min-height: 72px; }
	.mk-editorial-story--reverse { padding: 36px; }
	.mk-editorial-plans .mk-plan > p { min-height: 0; }
	.mk-editorial-cta { padding: 82px 0; }
}

@media (max-width: 560px) {
	.mk-editorial-home .mk-editorial-hero__copy > p { font-size: 17px; }
	.mk-editorial-home .mk-editorial-hero__copy .mk-button { min-width: 0; }
	.mk-editorial-home .mk-editorial-order-card { padding: 16px; border-radius: 19px; }
	.mk-editorial-proof__grid { padding-block: 7px; }
	.mk-editorial-proof__grid > div > i { width: 34px; height: 34px; }
	.mk-editorial-stories { padding: 82px 0 88px; }
	.mk-editorial-story--reverse { margin-inline: -7px; padding: 30px 20px 24px; border-radius: 24px; }
	.mk-editorial-story__visual { min-height: 380px; }
	.mk-editorial-plans > .mk-section { padding: 80px 0 86px; }
	.mk-editorial-plans .mk-plan { padding: 23px; }
	.mk-editorial-cta { padding: 76px 0; }
	.mk-editorial-contact-card { padding: 22px; border-radius: 21px; }
	.mk-editorial-home .mk-footer { padding-top: 58px; }
	.mk-editorial-home .mk-footer__bottom { margin-top: 38px; }
	.mk-editorial-home .mk-whatsapp { right: 12px; bottom: 12px; padding: 0; }
}

/* Peso tipográfico editorial: evita el 800 sintetizado y deja respirar los titulares. */
.mk-page:not(.mk-page--home) h1,
.mk-page:not(.mk-page--home) h2,
.mk-page:not(.mk-page--home) h3 { font-weight: 200 !important; }
.mk-page:not(.mk-page--home) .mk-button,
.mk-page:not(.mk-page--home) .mk-label { font-weight: 400 !important; }
.mk-editorial-home .mk-nav__link,
.mk-editorial-home .mk-nav__login { font-weight: 300 !important; }
.mk-editorial-home .mk-editorial-kicker { font-weight: 300 !important; }
.mk-editorial-home .mk-button,
.mk-editorial-home .mk-editorial-text-link { font-weight: 400 !important; }
.mk-editorial-home .mk-editorial-hero__copy h1 {
	font-weight: 200 !important;
	letter-spacing: -.035em;
}
.mk-editorial-home .mk-editorial-section-head h2,
.mk-editorial-home .mk-editorial-story__copy h3,
.mk-editorial-home .mk-editorial-savings__copy h2,
.mk-editorial-home .mk-editorial-plans .mk-section-head h2,
.mk-editorial-home .mk-editorial-cta__copy h2 {
	font-weight: 200 !important;
	letter-spacing: -.03em;
}
.mk-editorial-home .mk-editorial-hero__trust { font-weight: 400 !important; }
.mk-editorial-home .mk-plan h3,
.mk-editorial-home .mk-editorial-contact-card h3 { font-weight: 400 !important; }
.mk-editorial-home .mk-plan__price strong,
.mk-editorial-home .mk-editorial-savings__result > strong { font-weight: 400 !important; }
.mk-editorial-home .mk-editorial-ui-card > strong,
.mk-editorial-home .mk-editorial-order-card__summary strong { font-weight: 400 !important; }

/* La tipografía global protege títulos con alta especificidad; este scope es el
   escape explícito de las páginas comerciales para conservar una voz más ligera. */
html body#cpp-marketing-page.mk-page h1,
html body#cpp-marketing-page.mk-page h2 { font-weight: 500 !important; }
html body#cpp-marketing-page.mk-page h3 { font-weight: 400 !important; }
html body#cpp-marketing-page.mk-page #home-title span { font-weight: 600 !important; }
html body#cpp-marketing-page.mk-page .mk-nav__link,
html body#cpp-marketing-page.mk-page .mk-nav__login,
html body#cpp-marketing-page.mk-page .mk-label,
html body#cpp-marketing-page.mk-page .mk-editorial-kicker { font-weight: 400 !important; }
html body#cpp-marketing-page.mk-page .mk-button,
html body#cpp-marketing-page.mk-page .mk-editorial-text-link,
html body#cpp-marketing-page.mk-page .mk-plan__price strong,
html body#cpp-marketing-page.mk-page .mk-editorial-savings__result > strong { font-weight: 500 !important; }

.mk-editorial-home #como-funciona,
.mk-editorial-home #calculadora-comisiones,
.mk-editorial-home #planes,
.mk-editorial-home #formarParte { scroll-margin-top: 82px; }

.mk-author-signature {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 905;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 6px 14px 6px 7px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(13, 38, 32, .94);
	box-shadow: 0 14px 36px rgba(3, 29, 22, .22);
	color: rgba(255, 255, 255, .76) !important;
	font-size: 12px;
	font-weight: 400 !important;
	line-height: 1;
	text-decoration: none;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.mk-author-signature img {
	width: 36px;
	height: 36px;
	border: 2px solid rgba(255, 255, 255, .82);
	border-radius: 50%;
	object-fit: cover;
}
.mk-author-signature strong { color: #fff; font-weight: 500 !important; }
.mk-author-signature:hover {
	transform: translateY(-2px);
	background: #102b25;
	box-shadow: 0 18px 42px rgba(3, 29, 22, .28);
}
.mk-page .mk-whatsapp { bottom: 78px; }

@media (max-width: 560px) {
	.mk-author-signature { right: 12px; bottom: 12px; min-height: 44px; padding: 5px 12px 5px 6px; }
	.mk-author-signature img { width: 32px; height: 32px; }
	.mk-page .mk-whatsapp { right: 12px; bottom: 66px; }
}

/* Fidelidad · página comercial 2026
   Un relato propio, orientado a recompra y gastronomía. */
.mk-page--loyalty {
	--loyalty-ink: #0b211c;
	--loyalty-muted: #64736e;
	--loyalty-green: #0b6b52;
	--loyalty-mint: #c9f8e3;
	--loyalty-lime: #dcff7d;
	--loyalty-coral: #ff8d70;
	--loyalty-paper: #f5f8f5;
	--loyalty-line: #dce6e0;
	--loyalty-dark: #0b2924;
	background: #fff;
}

.mk-page--loyalty .mk-section h2 {
	font-size: clamp(42px, 4.65vw, 64px);
	font-weight: 500 !important;
	letter-spacing: -.055em;
	line-height: 1.01;
	text-wrap: balance;
}

.mk-page--loyalty .mk-section h3,
.mk-page--loyalty .mk-loyalty-hero h3 {
	font-weight: 500 !important;
	letter-spacing: -.025em;
}

.mk-page--loyalty .mk-section-head { margin-bottom: 54px; }
.mk-page--loyalty .mk-section-head > p { max-width: 650px; font-size: 16px; line-height: 1.7; }

.mk-loyalty-hero {
	position: relative;
	overflow: hidden;
	padding: 74px 0 86px;
	background:
		radial-gradient(circle at 77% 20%, rgba(201, 248, 227, .86), transparent 30%),
		linear-gradient(135deg, #f7faf7 0%, #edf4ef 100%);
}

.mk-loyalty-hero::before {
	content: "";
	position: absolute;
	right: -180px;
	top: -220px;
	width: 660px;
	height: 660px;
	border: 1px solid rgba(11, 107, 82, .1);
	border-radius: 50%;
	box-shadow: 0 0 0 84px rgba(11, 107, 82, .025), 0 0 0 168px rgba(11, 107, 82, .018);
}

.mk-loyalty-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
	align-items: center;
	gap: clamp(52px, 7vw, 100px);
	min-height: 620px;
}

.mk-loyalty-hero__copy { max-width: 620px; }
.mk-loyalty-hero .mk-breadcrumb { justify-content: flex-start; margin-bottom: 18px; }
.mk-loyalty-hero .mk-breadcrumb a { color: #71817b; }
.mk-loyalty-hero .mk-kicker { border-color: rgba(11, 107, 82, .16); background: rgba(255, 255, 255, .7); }

.mk-loyalty-hero h1 {
	max-width: 650px;
	margin: 24px 0 24px;
	color: var(--loyalty-ink);
	font-size: clamp(54px, 5.4vw, 78px);
	font-weight: 500 !important;
	letter-spacing: -.068em;
	line-height: .95;
	text-wrap: balance;
}

.mk-loyalty-hero__copy > p {
	max-width: 590px;
	margin: 0;
	color: var(--loyalty-muted);
	font-size: 18px;
	line-height: 1.7;
}

.mk-loyalty-hero .mk-actions { justify-content: flex-start; margin-top: 30px; }
.mk-loyalty-hero .mk-button { min-height: 52px; padding-inline: 24px; }

.mk-loyalty-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	color: #4d625b;
	font-size: 12px;
}

.mk-loyalty-hero__trust i { margin-right: 6px; color: var(--loyalty-green); }

.mk-loyalty-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 600px;
}

.mk-loyalty-hero__visual::before {
	content: "";
	position: absolute;
	inset: 42px 10px;
	border-radius: 48% 52% 48% 52%;
	background: linear-gradient(145deg, #b9f1d9, #f1e6d6);
	filter: blur(.2px);
	transform: rotate(-6deg);
}

.mk-loyalty-phone {
	position: relative;
	z-index: 2;
	width: min(342px, 78%);
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 42px;
	background: #071a17;
	box-shadow: 0 38px 90px rgba(7, 44, 35, .28);
	transform: rotate(2.3deg);
}

.mk-loyalty-phone::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 50%;
	z-index: 3;
	width: 92px;
	height: 24px;
	border-radius: 999px;
	background: #071a17;
	transform: translateX(-50%);
}

.mk-loyalty-phone__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 34px;
	padding: 0 14px 0 12px;
	color: rgba(255, 255, 255, .78);
	font-size: 10px;
}

.mk-loyalty-pass {
	padding: 24px 21px 21px;
	border-radius: 29px 29px 20px 20px;
	background: linear-gradient(155deg, #fffdf6 0%, #f2f8f2 100%);
}

.mk-loyalty-pass header { display: flex; align-items: center; gap: 12px; }
.mk-loyalty-pass__mark {
	display: grid;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: var(--loyalty-green);
	color: #fff;
}
.mk-loyalty-pass header small,
.mk-loyalty-pass header strong { display: block; }
.mk-loyalty-pass header small { margin-bottom: 4px; color: #6d7d77; font-size: 8px; letter-spacing: .12em; }
.mk-loyalty-pass header strong { color: var(--loyalty-ink); font-size: 16px; }
.mk-loyalty-pass__progress { display: flex; align-items: end; justify-content: space-between; margin: 25px 0 11px; }
.mk-loyalty-pass__progress span { color: #788680; font-size: 10px; }
.mk-loyalty-pass__progress strong { color: var(--loyalty-green); font-size: 13px; }

.mk-loyalty-stamps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.mk-loyalty-stamps i {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border: 1px dashed #b9c9c1;
	border-radius: 50%;
	color: #9bada5;
	font-size: 11px;
}
.mk-loyalty-stamps i.is-earned { border-style: solid; border-color: var(--loyalty-green); background: var(--loyalty-green); color: #fff; }
.mk-loyalty-stamps i.is-reward { border-style: solid; border-color: #f0be65; background: #fff0bd; color: #9a6a0a; }

.mk-loyalty-pass__reward {
	display: grid;
	gap: 2px;
	margin-top: 18px;
	padding: 15px;
	border: 1px solid #e0e9e4;
	border-radius: 15px;
	background: #fff;
}
.mk-loyalty-pass__reward span { color: #7c8985; font-size: 9px; }
.mk-loyalty-pass__reward strong { color: var(--loyalty-ink); font-size: 14px; }
.mk-loyalty-pass__reward small { color: var(--loyalty-green); font-size: 9px; }
.mk-loyalty-pass__code { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.mk-loyalty-pass__code > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #e4f6ed; color: var(--loyalty-green); }
.mk-loyalty-pass__code small,
.mk-loyalty-pass__code strong { display: block; }
.mk-loyalty-pass__code small { color: #8a9792; font-size: 7px; letter-spacing: .1em; }
.mk-loyalty-pass__code strong { color: var(--loyalty-ink); font-size: 12px; letter-spacing: .08em; }

.mk-loyalty-phone__wallet { padding: 17px 11px 9px; color: #fff; }
.mk-loyalty-phone__wallet > span { display: block; margin-bottom: 9px; color: rgba(255, 255, 255, .58); font-size: 9px; text-align: center; }
.mk-loyalty-phone__wallet > div { display: flex; justify-content: center; gap: 6px; }
.mk-loyalty-phone__wallet img { width: auto; height: 27px; }

.mk-loyalty-float {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 210px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 16px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 44px rgba(7, 44, 35, .15);
	backdrop-filter: blur(12px);
}
.mk-loyalty-float > i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: #e2f6ec; color: var(--loyalty-green); }
.mk-loyalty-float small,
.mk-loyalty-float strong { display: block; }
.mk-loyalty-float small { margin-bottom: 3px; color: #8a9792; font-size: 7px; letter-spacing: .11em; }
.mk-loyalty-float strong { color: var(--loyalty-ink); font-size: 12px; }
.mk-loyalty-float--return { top: 118px; right: -8px; }
.mk-loyalty-float--owner { bottom: 112px; left: -14px; }

.mk-loyalty-proof { border-block: 1px solid var(--loyalty-line); background: #fff; }
.mk-loyalty-proof .mk-shell { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mk-loyalty-proof .mk-shell > div { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 25px 22px; border-right: 1px solid var(--loyalty-line); }
.mk-loyalty-proof .mk-shell > div:first-child { padding-left: 0; }
.mk-loyalty-proof .mk-shell > div:last-child { padding-right: 0; border-right: 0; }
.mk-loyalty-proof i { flex: 0 0 auto; color: var(--loyalty-green); font-size: 18px; }
.mk-loyalty-proof strong,
.mk-loyalty-proof small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mk-loyalty-proof strong { color: var(--loyalty-ink); font-size: 13px; }
.mk-loyalty-proof small { margin-top: 3px; color: #81908b; font-size: 10px; }

.mk-loyalty-problem__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr); align-items: center; gap: clamp(58px, 8vw, 118px); }
.mk-loyalty-problem__copy h2 { margin: 16px 0 23px; }
.mk-loyalty-problem__copy > p { max-width: 600px; margin: 0 0 27px; color: var(--loyalty-muted); font-size: 17px; line-height: 1.72; }
.mk-loyalty-problem__card { padding: 34px; border-radius: 25px; background: var(--loyalty-dark); box-shadow: 0 30px 70px rgba(10, 47, 39, .16); }
.mk-loyalty-problem__card .mk-label { color: #86d9b6; }
.mk-loyalty-problem__card ul { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; }
.mk-loyalty-problem__card li { display: grid; grid-template-columns: 27px 1fr; gap: 10px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .72); font-size: 13px; line-height: 1.55; }
.mk-loyalty-problem__card li:last-child { border-bottom: 0; }
.mk-loyalty-problem__card li i { padding-top: 4px; color: var(--loyalty-coral); }

.mk-loyalty-outcomes__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mk-loyalty-outcomes__grid article { min-height: 300px; padding: 30px; border: 1px solid var(--loyalty-line); border-radius: 21px; background: #fff; }
.mk-loyalty-outcomes__grid article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: #e1f7ec; color: var(--loyalty-green); }
.mk-loyalty-outcomes__grid h3 { margin: 56px 0 12px; color: var(--loyalty-ink); font-size: 23px; line-height: 1.1; }
.mk-loyalty-outcomes__grid p { margin: 0; color: var(--loyalty-muted); font-size: 13px; line-height: 1.65; }

.mk-loyalty-wallet__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(60px, 8vw, 118px); }
.mk-loyalty-wallet__media { position: relative; min-height: 590px; }
.mk-loyalty-wallet__media::before { content: ""; position: absolute; inset: 22px -18px -18px 26px; border-radius: 12px 34px 12px 34px; background: var(--loyalty-mint); }
.mk-loyalty-wallet__media > img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 12px 34px 12px 34px; object-fit: cover; object-position: 41% center; box-shadow: 0 28px 70px rgba(18, 66, 54, .13); }
.mk-loyalty-wallet__mini-card { position: absolute; right: -32px; bottom: 28px; width: 238px; padding: 20px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 18px; background: rgba(255, 255, 255, .95); box-shadow: 0 20px 50px rgba(8, 48, 38, .18); backdrop-filter: blur(12px); }
.mk-loyalty-wallet__mini-card span,
.mk-loyalty-wallet__mini-card strong,
.mk-loyalty-wallet__mini-card small { display: block; }
.mk-loyalty-wallet__mini-card span { color: #80908a; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.mk-loyalty-wallet__mini-card strong { margin: 5px 0 13px; color: var(--loyalty-ink); font-size: 18px; }
.mk-loyalty-wallet__mini-card > div { height: 7px; overflow: hidden; border-radius: 99px; background: #e2ebe6; }
.mk-loyalty-wallet__mini-card > div i { display: block; width: 75%; height: 100%; border-radius: inherit; background: var(--loyalty-green); }
.mk-loyalty-wallet__mini-card small { margin-top: 9px; color: var(--loyalty-green); font-size: 9px; }
.mk-loyalty-wallet__copy h2 { margin: 16px 0 21px; }
.mk-loyalty-wallet__copy > p { margin: 0; color: var(--loyalty-muted); font-size: 16px; line-height: 1.7; }
.mk-loyalty-wallet__badges { display: flex; align-items: center; gap: 9px; margin: 24px 0 30px; }
.mk-loyalty-wallet__badges img { width: auto; height: 39px; }
.mk-loyalty-wallet__copy ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.mk-loyalty-wallet__copy li { display: grid; grid-template-columns: 39px 1fr; gap: 12px; align-items: start; padding-top: 13px; border-top: 1px solid var(--loyalty-line); }
.mk-loyalty-wallet__copy li > i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: #e3f7ed; color: var(--loyalty-green); font-size: 13px; }
.mk-loyalty-wallet__copy li strong,
.mk-loyalty-wallet__copy li small { display: block; }
.mk-loyalty-wallet__copy li strong { color: var(--loyalty-ink); font-size: 13px; }
.mk-loyalty-wallet__copy li small { margin-top: 3px; color: #71807b; font-size: 11px; line-height: 1.5; }

.mk-loyalty-cards { position: relative; overflow: hidden; background: var(--loyalty-dark) !important; }
.mk-loyalty-cards::before { content: ""; position: absolute; top: -250px; right: -220px; width: 620px; height: 620px; border-radius: 50%; background: rgba(84, 216, 197, .08); }
.mk-loyalty-cards .mk-shell { position: relative; z-index: 1; }
.mk-loyalty-cards__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mk-loyalty-cards__grid article { display: flex; flex-direction: column; min-height: 370px; padding: 28px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; background: rgba(255, 255, 255, .055); }
.mk-loyalty-cards__grid article:nth-child(2) { background: #fff; transform: translateY(-10px); }
.mk-loyalty-cards__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 47px; border-radius: 15px; background: rgba(201, 248, 227, .13); color: #8be0bd; }
.mk-loyalty-cards__grid article:nth-child(2) .mk-loyalty-cards__icon { background: #e1f7ec; color: var(--loyalty-green); }
.mk-loyalty-cards__grid article > span { color: #89dcb9; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.mk-loyalty-cards__grid article:nth-child(2) > span { color: var(--loyalty-green); }
.mk-loyalty-cards__grid h3 { margin: 7px 0 13px; color: #fff; font-size: 25px; }
.mk-loyalty-cards__grid article:nth-child(2) h3 { color: var(--loyalty-ink); }
.mk-loyalty-cards__grid p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 13px; line-height: 1.65; }
.mk-loyalty-cards__grid article:nth-child(2) p { color: var(--loyalty-muted); }
.mk-loyalty-cards__sample { display: flex; gap: 7px; margin-top: auto; padding-top: 28px; }
.mk-loyalty-cards__sample i { width: 22px; height: 22px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; }
.mk-loyalty-cards__sample i:nth-child(-n+4) { border-color: #7edab4; background: #7edab4; }
.mk-loyalty-cards__grid article:nth-child(2) .mk-loyalty-cards__sample i { border-color: #c7d7cf; }
.mk-loyalty-cards__grid article:nth-child(2) .mk-loyalty-cards__sample i:nth-child(-n+4) { border-color: var(--loyalty-green); background: var(--loyalty-green); }

.mk-loyalty-journey { scroll-margin-top: 80px; }
.mk-loyalty-journey__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-block: 1px solid var(--loyalty-line); }
.mk-loyalty-journey__steps li { min-height: 260px; padding: 28px 24px; border-right: 1px solid var(--loyalty-line); }
.mk-loyalty-journey__steps li:first-child { padding-left: 0; }
.mk-loyalty-journey__steps li:last-child { padding-right: 0; border-right: 0; }
.mk-loyalty-journey__steps li > span { display: block; margin-bottom: 75px; color: var(--loyalty-green); font-size: 11px; letter-spacing: .1em; }
.mk-loyalty-journey__steps h3 { margin: 0 0 10px; color: var(--loyalty-ink); font-size: 20px; line-height: 1.1; }
.mk-loyalty-journey__steps p { margin: 0; color: var(--loyalty-muted); font-size: 12px; line-height: 1.6; }

.mk-loyalty-insights__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); align-items: center; gap: clamp(58px, 8vw, 115px); }
.mk-loyalty-insights h2 { margin: 15px 0 21px; }
.mk-loyalty-insights__grid > div:first-child > p { margin: 0; color: var(--loyalty-muted); font-size: 16px; line-height: 1.7; }
.mk-loyalty-insights__list { display: grid; gap: 16px; margin-top: 32px; }
.mk-loyalty-insights__list article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; }
.mk-loyalty-insights__list article > i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #dff4e9; color: var(--loyalty-green); }
.mk-loyalty-insights__list h3 { margin: 0 0 4px; color: var(--loyalty-ink); font-size: 14px; }
.mk-loyalty-insights__list p { margin: 0; color: #71807b; font-size: 11px; line-height: 1.5; }
.mk-loyalty-insights__dashboard { padding: 27px; border: 1px solid #e1e8e4; border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(13, 56, 45, .11); }
.mk-loyalty-insights__dashboard > header { display: flex; align-items: start; justify-content: space-between; }
.mk-loyalty-insights__dashboard > header small,
.mk-loyalty-insights__dashboard > header strong { display: block; }
.mk-loyalty-insights__dashboard > header small { margin-bottom: 5px; color: var(--loyalty-green); font-size: 8px; letter-spacing: .12em; }
.mk-loyalty-insights__dashboard > header strong { color: var(--loyalty-ink); font-size: 21px; }
.mk-loyalty-insights__dashboard > header > span { padding: 7px 10px; border-radius: 99px; background: #f0f4f1; color: #6c7a75; font-size: 9px; }
.mk-loyalty-insights__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0 20px; }
.mk-loyalty-insights__metrics article { padding: 17px; border-radius: 14px; background: #f5f8f6; }
.mk-loyalty-insights__metrics small,
.mk-loyalty-insights__metrics strong,
.mk-loyalty-insights__metrics span { display: block; }
.mk-loyalty-insights__metrics small { color: #788680; font-size: 9px; }
.mk-loyalty-insights__metrics strong { margin: 5px 0; color: var(--loyalty-ink); font-size: 26px; }
.mk-loyalty-insights__metrics span { color: var(--loyalty-green); font-size: 8px; }
.mk-loyalty-insights__chart { display: flex; align-items: end; gap: 9px; height: 105px; padding: 15px 16px 0; border: 1px solid #edf1ee; border-radius: 14px; }
.mk-loyalty-insights__chart span { flex: 1; height: var(--value); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #4ccba1, #0b6b52); }
.mk-loyalty-insights__customer { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; margin-top: 9px; padding: 11px; border: 1px solid #edf1ee; border-radius: 12px; }
.mk-loyalty-insights__customer > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #e0f5ea; color: var(--loyalty-green); font-size: 10px; }
.mk-loyalty-insights__customer strong,
.mk-loyalty-insights__customer small { display: block; }
.mk-loyalty-insights__customer strong { color: var(--loyalty-ink); font-size: 11px; }
.mk-loyalty-insights__customer small { margin-top: 3px; color: #7d8985; font-size: 8px; }
.mk-loyalty-insights__customer em { padding: 6px 8px; border-radius: 99px; background: #fff0e8; color: #9b553c; font-size: 8px; font-style: normal; }
.mk-loyalty-insights__note { margin: 11px 0 0; color: #98a49f; font-size: 8px; text-align: right; }

.mk-loyalty-rewards__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.mk-loyalty-rewards__grid article { min-height: 250px; padding: 25px; border: 1px solid var(--loyalty-line); border-radius: 18px; background: #fff; }
.mk-loyalty-rewards__grid article > i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: #e2f6ec; color: var(--loyalty-green); }
.mk-loyalty-rewards__grid h3 { margin: 52px 0 10px; color: var(--loyalty-ink); font-size: 19px; }
.mk-loyalty-rewards__grid p { margin: 0; color: var(--loyalty-muted); font-size: 12px; line-height: 1.6; }
.mk-loyalty-rewards__controls { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; padding: 19px; border-radius: 16px; background: var(--loyalty-paper); }
.mk-loyalty-rewards__controls > span { margin-right: 6px; color: var(--loyalty-ink); font-size: 11px; }
.mk-loyalty-rewards__controls small { padding: 8px 10px; border-radius: 99px; background: #fff; color: #5f706a; font-size: 9px; }
.mk-loyalty-rewards__controls small i { margin-right: 6px; color: var(--loyalty-green); }

.mk-loyalty-missions { background: var(--loyalty-dark) !important; }
.mk-loyalty-missions__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(430px, 1.22fr); align-items: center; gap: clamp(60px, 8vw, 120px); }
.mk-loyalty-missions header h2 { margin: 15px 0 22px; color: #fff; }
.mk-loyalty-missions header p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 16px; line-height: 1.7; }
.mk-loyalty-missions__grid > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mk-loyalty-missions article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; min-height: 150px; padding: 21px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; background: rgba(255, 255, 255, .05); }
.mk-loyalty-missions article > i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(126, 218, 180, .13); color: #86d9b6; }
.mk-loyalty-missions h3 { margin: 1px 0 7px; color: #fff; font-size: 16px; }
.mk-loyalty-missions article p { margin: 0; color: rgba(255, 255, 255, .53); font-size: 11px; line-height: 1.55; }

.mk-loyalty-comparison__table { overflow-x: auto; border: 1px solid var(--loyalty-line); border-radius: 20px; box-shadow: 0 22px 60px rgba(13, 54, 44, .07); }
.mk-loyalty-comparison table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.mk-loyalty-comparison th,
.mk-loyalty-comparison td { padding: 20px; border-bottom: 1px solid var(--loyalty-line); color: #64736e; font-size: 12px; line-height: 1.5; text-align: left; }
.mk-loyalty-comparison thead th { padding-block: 18px; background: #f4f7f5; color: var(--loyalty-ink); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.mk-loyalty-comparison th:first-child { width: 18%; }
.mk-loyalty-comparison th:last-child,
.mk-loyalty-comparison td:last-child { background: #e9f8f0; color: var(--loyalty-ink); }
.mk-loyalty-comparison tbody tr:last-child th,
.mk-loyalty-comparison tbody tr:last-child td { border-bottom: 0; }
.mk-loyalty-comparison td:last-child i { margin-right: 8px; color: var(--loyalty-green); }

.mk-loyalty-cases__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.mk-loyalty-cases__grid article { min-height: 280px; padding: 26px; border: 1px solid var(--loyalty-line); border-radius: 18px; background: #fff; }
.mk-loyalty-cases__grid article > i { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: #def5e9; color: var(--loyalty-green); }
.mk-loyalty-cases__grid h3 { margin: 62px 0 10px; color: var(--loyalty-ink); font-size: 20px; }
.mk-loyalty-cases__grid p { margin: 0; color: var(--loyalty-muted); font-size: 12px; line-height: 1.6; }

.mk-loyalty-activation { padding-top: 76px !important; background: #fff; }
.mk-loyalty-activation__panel { padding: 64px; border-radius: 28px; background: linear-gradient(145deg, #0b2924, #103e34); color: #fff; }
.mk-loyalty-activation__panel > header { max-width: 790px; }
.mk-loyalty-activation__panel > header h2 { margin: 15px 0 20px; color: #fff; }
.mk-loyalty-activation__panel > header > p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .62); font-size: 15px; line-height: 1.7; }
.mk-loyalty-activation__panel ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 50px 0 0; padding: 0; list-style: none; }
.mk-loyalty-activation__panel ol li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 0 20px; border-right: 1px solid rgba(255, 255, 255, .11); }
.mk-loyalty-activation__panel ol li:first-child { padding-left: 0; }
.mk-loyalty-activation__panel ol li:last-child { padding-right: 0; border-right: 0; }
.mk-loyalty-activation__panel ol li > span { color: #86d9b6; font-size: 9px; }
.mk-loyalty-activation__panel h3 { margin: 0 0 8px; color: #fff; font-size: 15px; }
.mk-loyalty-activation__panel ol p { margin: 0; color: rgba(255, 255, 255, .53); font-size: 10px; line-height: 1.55; }
.mk-loyalty-activation__panel > footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .12); }
.mk-loyalty-activation__panel footer small,
.mk-loyalty-activation__panel footer strong,
.mk-loyalty-activation__panel footer span { display: block; }
.mk-loyalty-activation__panel footer small { color: #86d9b6; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.mk-loyalty-activation__panel footer strong { margin: 4px 0; color: #fff; font-size: 18px; }
.mk-loyalty-activation__panel footer span { color: rgba(255, 255, 255, .52); font-size: 10px; }
.mk-loyalty-activation__panel footer .mk-button { flex: 0 0 auto; }

.mk-page--loyalty #planes { padding-top: 84px; }
.mk-page--loyalty #planes .mk-section-head h2 { max-width: 720px; margin-inline: auto; }
.mk-page--loyalty .mk-plan { box-shadow: 0 14px 42px rgba(10, 49, 39, .06); }
.mk-page--loyalty .mk-plan--featured { background: var(--loyalty-dark); border-color: var(--loyalty-dark); }
.mk-page--loyalty .mk-cta__inner { background: var(--loyalty-dark); }

@media (max-width: 1080px) {
	.mk-loyalty-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 40px; }
	.mk-loyalty-float--return { right: 0; }
	.mk-loyalty-float--owner { left: 0; }
	.mk-loyalty-wallet__grid,
	.mk-loyalty-insights__grid { gap: 58px; }
	.mk-loyalty-cases__grid { grid-template-columns: 1fr 1fr; }
	.mk-loyalty-activation__panel { padding: 50px; }
}

@media (max-width: 820px) {
	.mk-loyalty-hero { padding: 60px 0 72px; }
	.mk-loyalty-hero__grid,
	.mk-loyalty-problem__grid,
	.mk-loyalty-wallet__grid,
	.mk-loyalty-insights__grid,
	.mk-loyalty-missions__grid { grid-template-columns: 1fr; }
	.mk-loyalty-hero__copy { max-width: 690px; }
	.mk-loyalty-hero h1 { max-width: 700px; }
	.mk-loyalty-hero__visual { min-height: 630px; }
	.mk-loyalty-proof .mk-shell { grid-template-columns: 1fr 1fr; }
	.mk-loyalty-proof .mk-shell > div:nth-child(2) { border-right: 0; }
	.mk-loyalty-proof .mk-shell > div:nth-child(-n+2) { border-bottom: 1px solid var(--loyalty-line); }
	.mk-loyalty-proof .mk-shell > div:nth-child(3) { padding-left: 0; }
	.mk-loyalty-outcomes__grid,
	.mk-loyalty-cards__grid { grid-template-columns: 1fr; }
	.mk-loyalty-outcomes__grid article { min-height: 235px; }
	.mk-loyalty-outcomes__grid h3 { margin-top: 38px; }
	.mk-loyalty-wallet__media { min-height: 570px; }
	.mk-loyalty-wallet__copy { padding-top: 18px; }
	.mk-loyalty-cards__grid article { min-height: 320px; }
	.mk-loyalty-cards__grid article:nth-child(2) { transform: none; }
	.mk-loyalty-journey__steps { grid-template-columns: 1fr 1fr; }
	.mk-loyalty-journey__steps li:nth-child(2) { border-right: 0; }
	.mk-loyalty-journey__steps li:nth-child(-n+2) { border-bottom: 1px solid var(--loyalty-line); }
	.mk-loyalty-journey__steps li:nth-child(3) { padding-left: 0; }
	.mk-loyalty-rewards__grid { grid-template-columns: 1fr 1fr; }
	.mk-loyalty-activation__panel ol { grid-template-columns: 1fr 1fr; gap: 28px 0; }
	.mk-loyalty-activation__panel ol li:nth-child(2) { border-right: 0; }
	.mk-loyalty-activation__panel ol li:nth-child(3) { padding-left: 0; }
}

@media (max-width: 560px) {
	.mk-page--loyalty .mk-section { padding-block: 78px; }
	.mk-page--loyalty .mk-section h2 { font-size: 40px; line-height: 1.02; }
	.mk-loyalty-hero { padding: 46px 0 60px; }
	.mk-loyalty-hero h1 { font-size: 50px; line-height: .96; }
	.mk-loyalty-hero__copy > p { font-size: 16px; line-height: 1.6; }
	.mk-loyalty-hero .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-loyalty-hero .mk-button { width: 100%; }
	.mk-loyalty-hero__trust { display: grid; }
	.mk-loyalty-hero__visual { min-height: 520px; margin-inline: -7px; }
	.mk-loyalty-phone { width: min(300px, 83%); }
	.mk-loyalty-float { min-width: 174px; padding: 10px 11px; }
	.mk-loyalty-float--return { top: 55px; right: -4px; }
	.mk-loyalty-float--owner { bottom: 45px; left: -4px; }
	.mk-loyalty-phone__wallet img { height: 23px; }
	.mk-loyalty-proof .mk-shell { grid-template-columns: 1fr; }
	.mk-loyalty-proof .mk-shell > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--loyalty-line); }
	.mk-loyalty-proof .mk-shell > div:last-child { border-bottom: 0; }
	.mk-loyalty-problem__card { padding: 25px; border-radius: 20px; }
	.mk-loyalty-outcomes__grid article { min-height: 220px; padding: 25px; }
	.mk-loyalty-wallet__media { min-height: 470px; }
	.mk-loyalty-wallet__media::before { inset: 15px -7px -12px 12px; }
	.mk-loyalty-wallet__mini-card { right: -5px; bottom: 18px; }
	.mk-loyalty-wallet__badges { flex-wrap: wrap; }
	.mk-loyalty-wallet__badges img { height: 35px; }
	.mk-loyalty-cards__grid article { min-height: 300px; padding: 25px; }
	.mk-loyalty-journey__steps { grid-template-columns: 1fr; }
	.mk-loyalty-journey__steps li,
	.mk-loyalty-journey__steps li:first-child,
	.mk-loyalty-journey__steps li:nth-child(3) { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--loyalty-line); }
	.mk-loyalty-journey__steps li:last-child { border-bottom: 0; }
	.mk-loyalty-journey__steps li > span { margin-bottom: 30px; }
	.mk-loyalty-insights__dashboard { padding: 19px; }
	.mk-loyalty-insights__metrics { grid-template-columns: 1fr 1fr; }
	.mk-loyalty-insights__customer { grid-template-columns: 34px 1fr; }
	.mk-loyalty-insights__customer em { display: none; }
	.mk-loyalty-rewards__grid,
	.mk-loyalty-missions__grid > div,
	.mk-loyalty-cases__grid { grid-template-columns: 1fr; }
	.mk-loyalty-rewards__grid article { min-height: 220px; }
	.mk-loyalty-rewards__grid h3 { margin-top: 38px; }
	.mk-loyalty-missions article { min-height: 130px; }
	.mk-loyalty-cases__grid article { min-height: 235px; }
	.mk-loyalty-cases__grid h3 { margin-top: 45px; }
	.mk-loyalty-activation { padding-top: 30px !important; }
	.mk-loyalty-activation__panel { width: calc(100% - 28px) !important; padding: 36px 23px; border-radius: 22px; }
	.mk-loyalty-activation__panel ol { grid-template-columns: 1fr; }
	.mk-loyalty-activation__panel ol li,
	.mk-loyalty-activation__panel ol li:first-child,
	.mk-loyalty-activation__panel ol li:nth-child(3) { padding: 0; border-right: 0; }
	.mk-loyalty-activation__panel > footer { align-items: flex-start; flex-direction: column; }
	.mk-loyalty-activation__panel footer .mk-button { width: 100%; }
}

/* Fidelidad 2.0 · reconstrucción editorial, fotográfica y comercial. */
.mk-loyalty2-page {
	--loyalty2-ink: #0b211c;
	--loyalty2-muted: #687872;
	--loyalty2-green: #0b6b52;
	--loyalty2-mint: #dff5e9;
	--loyalty2-paper: #f3f6f3;
	--loyalty2-line: #dce5df;
	background: #fff;
}

.mk-loyalty2-page .mk-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
.mk-loyalty2-page .mk-header .mk-brand img { filter: brightness(0) invert(1); }
.mk-loyalty2-page .mk-header .mk-nav__link,
.mk-loyalty2-page .mk-header .mk-nav__login,
.mk-loyalty2-page .mk-header .mk-nav-dropdown > summary { color: rgba(255, 255, 255, .88); }
.mk-loyalty2-page .mk-header .mk-nav__link:hover,
.mk-loyalty2-page .mk-header .mk-nav__login:hover { background: rgba(255, 255, 255, .09); color: #fff; }
.mk-loyalty2-page .mk-header .mk-nav__login { border-left-color: rgba(255, 255, 255, .22); }
.mk-loyalty2-page .mk-header .mk-button--small { border-color: #fff; background: #fff; color: #0b211c !important; }

.mk-loyalty2-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--loyalty2-green);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.mk-loyalty2-hero {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 780px;
	overflow: hidden;
	background: #091510;
	color: #fff;
}
.mk-loyalty2-hero__image,
.mk-loyalty2-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mk-loyalty2-hero__image { object-fit: cover; object-position: center 52%; transform: scale(1.015); }
.mk-loyalty2-hero__shade {
	background:
		linear-gradient(180deg, rgba(4, 15, 11, .5) 0%, rgba(4, 17, 12, .32) 42%, rgba(4, 15, 11, .78) 100%),
		linear-gradient(90deg, rgba(2, 12, 9, .28), transparent 35%, transparent 65%, rgba(2, 12, 9, .28));
}
.mk-loyalty2-hero__content { position: relative; z-index: 2; max-width: 920px; padding-top: 100px; text-align: center; }
.mk-loyalty2-hero .mk-loyalty2-eyebrow { color: #b4e9cf; }
.mk-loyalty2-hero h1 {
	max-width: 910px;
	margin: 20px auto 24px;
	color: #fff;
	font-size: clamp(58px, 6.4vw, 88px);
	font-weight: 600 !important;
	font-stretch: 92%;
	letter-spacing: -.062em;
	line-height: .98;
	text-wrap: balance;
}
.mk-loyalty2-hero__content > p { max-width: 720px; margin: 0 auto; color: rgba(255, 255, 255, .76); font-size: 19px; line-height: 1.62; }
.mk-loyalty2-hero .mk-actions { justify-content: center; margin-top: 31px; }
.mk-loyalty2-button--light { border-color: #fff !important; background: #fff !important; color: var(--loyalty2-ink) !important; }
.mk-loyalty2-hero__link { display: inline-flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 18px; color: #fff !important; font-size: 13px; font-weight: 500; }
.mk-loyalty2-hero__content > small { display: block; margin-top: 22px; color: rgba(255, 255, 255, .52); font-size: 11px; }

.mk-loyalty2-subnav { position: sticky; top: 0; z-index: 15; border-bottom: 1px solid var(--loyalty2-line); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.mk-loyalty2-subnav > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 70px; }
.mk-loyalty2-subnav strong { font-size: 15px; font-weight: 600; letter-spacing: -.025em; }
.mk-loyalty2-subnav > div > div { display: flex; gap: 30px; }
.mk-loyalty2-subnav > div > div a { color: #60706a; font-size: 12px; }
.mk-loyalty2-subnav > div > div a:hover { color: var(--loyalty2-green); }
.mk-loyalty2-subnav .mk-button { justify-self: end; }

.mk-loyalty2-heading { max-width: 820px; margin: 0 auto 72px; text-align: center; }
.mk-loyalty2-heading--left { max-width: 860px; margin-inline: 0; text-align: left; }
.mk-loyalty2-heading h2,
.mk-loyalty2-wallet h2,
.mk-loyalty2-launch h2,
.mk-loyalty2-faq h2,
.mk-loyalty2-final h2 {
	margin: 17px 0 20px;
	font-size: clamp(43px, 4.9vw, 67px);
	font-weight: 600 !important;
	font-stretch: 92%;
	letter-spacing: -.06em;
	line-height: 1;
	text-wrap: balance;
}
.mk-loyalty2-heading > p { max-width: 670px; margin: 0 auto; color: var(--loyalty2-muted); font-size: 17px; line-height: 1.72; }
.mk-loyalty2-heading--left > p { margin-left: 0; }

.mk-loyalty2-intro { scroll-margin-top: 70px; padding: 126px 0 138px; background: #fff; }
.mk-loyalty2-feature-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 18px; }
.mk-loyalty2-feature { position: relative; min-height: 620px; overflow: hidden; border-radius: 27px; }
.mk-loyalty2-feature--photo { display: flex; align-items: flex-end; }
.mk-loyalty2-feature--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(3, 18, 13, .88)); }
.mk-loyalty2-feature--photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mk-loyalty2-feature--photo > div { position: relative; z-index: 1; max-width: 530px; padding: 44px; color: #fff; }
.mk-loyalty2-feature > div > span,
.mk-loyalty2-feature__copy > span { color: #9de0bd; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mk-loyalty2-feature h3 { margin: 11px 0 14px; font-size: 34px; font-weight: 600 !important; letter-spacing: -.048em; line-height: 1.05; }
.mk-loyalty2-feature p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 14px; line-height: 1.7; }
.mk-loyalty2-feature--card { display: flex; flex-direction: column; justify-content: space-between; padding: 42px; background: #e7f3eb; }
.mk-loyalty2-feature__copy { max-width: 390px; margin-top: 34px; }
.mk-loyalty2-feature__copy > span { color: var(--loyalty2-green); }
.mk-loyalty2-feature__copy h3 { color: var(--loyalty2-ink); }
.mk-loyalty2-feature__copy p { color: var(--loyalty2-muted); }

.mk-loyalty2-pass { width: min(410px, 100%); margin-inline: auto; padding: 27px; border-radius: 25px; background: #fff; box-shadow: 0 28px 70px rgba(12, 62, 47, .16); transform: rotate(1.5deg); }
.mk-loyalty2-pass header { display: flex; align-items: center; justify-content: space-between; }
.mk-loyalty2-pass header span { color: #6d7c77; font-size: 9px; letter-spacing: .12em; }
.mk-loyalty2-pass header i { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: var(--loyalty2-green); color: #fff; }
.mk-loyalty2-pass > p { margin: 17px 0 26px; color: var(--loyalty2-ink); font-size: 22px; font-weight: 600; letter-spacing: -.04em; }
.mk-loyalty2-pass__meta { display: flex; justify-content: space-between; color: #788681; font-size: 10px; }
.mk-loyalty2-pass__meta strong { color: var(--loyalty2-ink); }
.mk-loyalty2-stamps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 13px 0 21px; }
.mk-loyalty2-stamps i { display: grid; place-items: center; aspect-ratio: 1; border: 1px dashed #b9c8c1; border-radius: 50%; color: #7c8c86; font-size: 13px; font-style: normal; }
.mk-loyalty2-stamps .is-earned { border-style: solid; border-color: var(--loyalty2-green); background: var(--loyalty2-green); color: #fff; }
.mk-loyalty2-stamps .is-prize { border-style: solid; border-color: #ddbc4e; background: #fff2bd; color: #927111; }
.mk-loyalty2-pass footer { padding: 17px; border-radius: 16px; background: #f4f7f5; }
.mk-loyalty2-pass footer small,
.mk-loyalty2-pass footer strong,
.mk-loyalty2-pass footer span { display: block; }
.mk-loyalty2-pass footer small { color: #88958f; font-size: 8px; text-transform: uppercase; }
.mk-loyalty2-pass footer strong { margin: 4px 0; color: var(--loyalty2-ink); font-size: 14px; }
.mk-loyalty2-pass footer span { color: var(--loyalty2-green); font-size: 9px; }

.mk-loyalty2-wallet { scroll-margin-top: 70px; padding: 132px 0; background: #0a2923; color: #fff; }
.mk-loyalty2-wallet__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(70px, 9vw, 130px); }
.mk-loyalty2-wallet__visual { position: relative; min-height: 620px; }
.mk-loyalty2-wallet__visual::before { content: ""; position: absolute; inset: 25px -18px -18px 25px; border: 1px solid rgba(151, 227, 192, .28); border-radius: 20px 60px 20px 60px; }
.mk-loyalty2-wallet__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 20px 60px 20px 60px; object-fit: cover; box-shadow: 0 35px 80px rgba(0, 0, 0, .25); }
.mk-loyalty2-wallet__badge { position: absolute; right: -30px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 16px; background: rgba(255, 255, 255, .94); color: var(--loyalty2-ink); box-shadow: 0 22px 52px rgba(0, 0, 0, .24); }
.mk-loyalty2-wallet__badge > i { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: var(--loyalty2-mint); color: var(--loyalty2-green); }
.mk-loyalty2-wallet__badge small,
.mk-loyalty2-wallet__badge strong { display: block; }
.mk-loyalty2-wallet__badge small { color: #84908c; font-size: 8px; text-transform: uppercase; }
.mk-loyalty2-wallet__badge strong { margin-top: 3px; font-size: 12px; }
.mk-loyalty2-wallet .mk-loyalty2-eyebrow { color: #8eddb8; }
.mk-loyalty2-wallet h2 { color: #fff; }
.mk-loyalty2-wallet__copy > p { margin: 0; color: rgba(255, 255, 255, .64); font-size: 16px; line-height: 1.72; }
.mk-loyalty2-wallet__logos { display: flex; flex-wrap: wrap; gap: 10px; margin: 29px 0 32px; }
.mk-loyalty2-wallet__logos img { width: auto; height: 40px; }
.mk-loyalty2-wallet ul { display: grid; gap: 17px; margin: 0; padding: 25px 0 0; border-top: 1px solid rgba(255, 255, 255, .12); list-style: none; }
.mk-loyalty2-wallet li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.55; }
.mk-loyalty2-wallet li i { color: #8eddb8; }
.mk-loyalty2-wallet li strong { display: block; margin-bottom: 2px; color: #fff; font-size: 13px; }

.mk-loyalty2-rewards { scroll-margin-top: 70px; padding: 132px 0; background: var(--loyalty2-paper); }
.mk-loyalty2-reward-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.mk-loyalty2-reward-grid article { min-height: 285px; padding: 28px; border: 1px solid var(--loyalty2-line); border-radius: 19px; background: #fff; }
.mk-loyalty2-reward-grid article > i { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--loyalty2-mint); color: var(--loyalty2-green); }
.mk-loyalty2-reward-grid article > span { display: block; margin-top: 58px; color: var(--loyalty2-green); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.mk-loyalty2-reward-grid h3 { margin: 8px 0 10px; color: var(--loyalty2-ink); font-size: 20px; font-weight: 600 !important; letter-spacing: -.04em; }
.mk-loyalty2-reward-grid p { margin: 0; color: var(--loyalty2-muted); font-size: 12px; line-height: 1.6; }
.mk-loyalty2-mechanics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 72px; }
.mk-loyalty2-mechanics > div { min-height: 330px; padding: 37px; border-radius: 22px; background: #fff; }
.mk-loyalty2-mechanics > div:last-child { background: var(--loyalty2-green); color: #fff; }
.mk-loyalty2-mechanics > div:last-child .mk-loyalty2-eyebrow { color: #a9ebc9; }
.mk-loyalty2-mechanics h3 { margin: 14px 0 13px; font-size: 34px; font-weight: 600 !important; letter-spacing: -.05em; }
.mk-loyalty2-mechanics p { max-width: 480px; margin: 0; color: var(--loyalty2-muted); font-size: 13px; line-height: 1.65; }
.mk-loyalty2-mechanics > div:last-child p { color: rgba(255, 255, 255, .66); }
.mk-loyalty2-mechanics__dots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 48px; }
.mk-loyalty2-mechanics__dots i { width: 35px; height: 35px; border-radius: 50%; background: var(--loyalty2-green); }
.mk-loyalty2-mechanics__dots i:nth-last-child(-n+2) { border: 1px dashed #aabbb4; background: transparent; }
.mk-loyalty2-mechanics__points { margin-top: 35px; }
.mk-loyalty2-mechanics__points strong,
.mk-loyalty2-mechanics__points span { display: block; }
.mk-loyalty2-mechanics__points strong { font-size: 53px; font-weight: 600; letter-spacing: -.06em; }
.mk-loyalty2-mechanics__points span { color: rgba(255, 255, 255, .55); font-size: 10px; }

.mk-loyalty2-steps { padding: 122px 0; background: #fff; }
.mk-loyalty2-steps ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-block: 1px solid var(--loyalty2-line); list-style: none; }
.mk-loyalty2-steps li { min-height: 255px; padding: 28px 24px; border-right: 1px solid var(--loyalty2-line); }
.mk-loyalty2-steps li:first-child { padding-left: 0; }
.mk-loyalty2-steps li:last-child { padding-right: 0; border-right: 0; }
.mk-loyalty2-steps li > span { display: block; margin-bottom: 70px; color: var(--loyalty2-green); font-size: 10px; letter-spacing: .1em; }
.mk-loyalty2-steps h3 { margin: 0 0 11px; font-size: 19px; font-weight: 600 !important; letter-spacing: -.035em; }
.mk-loyalty2-steps li p { margin: 0; color: var(--loyalty2-muted); font-size: 12px; line-height: 1.6; }

.mk-loyalty2-launch { position: relative; display: grid; place-items: center; min-height: 720px; overflow: hidden; color: #fff; }
.mk-loyalty2-launch > img,
.mk-loyalty2-launch__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mk-loyalty2-launch > img { object-fit: cover; }
.mk-loyalty2-launch__shade { background: linear-gradient(90deg, rgba(3, 16, 12, .88) 0%, rgba(3, 16, 12, .7) 51%, rgba(3, 16, 12, .38) 100%); }
.mk-loyalty2-launch__content { position: relative; z-index: 1; }
.mk-loyalty2-launch__content > * { max-width: 760px; }
.mk-loyalty2-launch .mk-loyalty2-eyebrow { color: #9be4c1; }
.mk-loyalty2-launch h2 { color: #fff; }
.mk-loyalty2-launch p { margin: 0 0 30px; color: rgba(255, 255, 255, .68); font-size: 16px; line-height: 1.72; }

.mk-loyalty2-faq { padding: 124px 0; background: #f4f7f4; }
.mk-loyalty2-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(70px, 9vw, 130px); }
.mk-loyalty2-faq header { position: sticky; top: 108px; }
.mk-loyalty2-faq h2 { font-size: clamp(42px, 4.5vw, 60px); }
.mk-loyalty2-faq header > p { color: var(--loyalty2-muted); font-size: 14px; line-height: 1.65; }
.mk-loyalty2-faq__list { border-top: 1px solid var(--loyalty2-line); }
.mk-loyalty2-faq details { border-bottom: 1px solid var(--loyalty2-line); }
.mk-loyalty2-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; cursor: pointer; color: var(--loyalty2-ink); font-size: 14px; font-weight: 600; list-style: none; }
.mk-loyalty2-faq summary::-webkit-details-marker { display: none; }
.mk-loyalty2-faq summary i { color: var(--loyalty2-green); font-size: 10px; transition: transform .18s ease; }
.mk-loyalty2-faq details[open] summary i { transform: rotate(45deg); }
.mk-loyalty2-faq details p { margin: -2px 40px 24px 0; color: var(--loyalty2-muted); font-size: 12px; line-height: 1.7; }

.mk-loyalty2-final { padding: 115px 0; background: var(--loyalty2-mint); text-align: center; }
.mk-loyalty2-final h2 { max-width: 770px; margin-inline: auto; }
.mk-loyalty2-final > div > p { margin: 0 auto; color: var(--loyalty2-muted); font-size: 16px; }
.mk-loyalty2-final .mk-actions { justify-content: center; }

@media (max-width: 980px) {
	.mk-loyalty2-subnav > div { grid-template-columns: auto 1fr; }
	.mk-loyalty2-subnav > div > div { justify-self: end; }
	.mk-loyalty2-subnav .mk-button { display: none; }
	.mk-loyalty2-feature-grid,
	.mk-loyalty2-wallet__grid,
	.mk-loyalty2-faq__grid { grid-template-columns: 1fr; }
	.mk-loyalty2-feature { min-height: 570px; }
	.mk-loyalty2-wallet__visual { min-height: 600px; }
	.mk-loyalty2-wallet__copy { max-width: 700px; }
	.mk-loyalty2-reward-grid { grid-template-columns: 1fr 1fr; }
	.mk-loyalty2-faq header { position: static; max-width: 680px; }
}

@media (max-width: 720px) {
	.mk-loyalty2-page .mk-header:not(.is-open) .mk-menu-button span { background: #fff; }
	.mk-loyalty2-page .mk-header.is-open { background: #fff; }
	.mk-loyalty2-page .mk-header.is-open .mk-brand img { filter: none; }
	.mk-loyalty2-page .mk-header.is-open .mk-nav__link,
	.mk-loyalty2-page .mk-header.is-open .mk-nav__login { color: #263a35; }
	.mk-loyalty2-hero { min-height: 740px; }
	.mk-loyalty2-hero__content { padding-top: 72px; }
	.mk-loyalty2-hero h1 { font-size: 53px; line-height: .96; }
	.mk-loyalty2-hero__content > p { font-size: 16px; }
	.mk-loyalty2-hero .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-loyalty2-hero .mk-button { width: 100%; }
	.mk-loyalty2-hero__link { justify-content: center; }
	.mk-loyalty2-subnav > div { display: flex; gap: 20px; min-height: 58px; overflow-x: auto; }
	.mk-loyalty2-subnav > div > strong { position: sticky; left: 0; padding-right: 14px; background: rgba(255, 255, 255, .96); }
	.mk-loyalty2-subnav > div > div { gap: 22px; }
	.mk-loyalty2-subnav a { white-space: nowrap; }
	.mk-loyalty2-heading { margin-bottom: 50px; text-align: left; }
	.mk-loyalty2-heading > p { margin-left: 0; }
	.mk-loyalty2-heading h2,
	.mk-loyalty2-wallet h2,
	.mk-loyalty2-launch h2,
	.mk-loyalty2-faq h2,
	.mk-loyalty2-final h2 { font-size: 42px; }
	.mk-loyalty2-intro,
	.mk-loyalty2-wallet,
	.mk-loyalty2-rewards,
	.mk-loyalty2-steps,
	.mk-loyalty2-faq,
	.mk-loyalty2-final { padding-block: 82px; }
	.mk-loyalty2-feature { min-height: 520px; border-radius: 22px; }
	.mk-loyalty2-feature--photo > div { padding: 28px; }
	.mk-loyalty2-feature--card { padding: 27px 20px; }
	.mk-loyalty2-feature h3 { font-size: 30px; }
	.mk-loyalty2-pass { padding: 22px; }
	.mk-loyalty2-wallet__visual { min-height: 480px; }
	.mk-loyalty2-wallet__visual::before { inset: 15px -7px -11px 12px; }
	.mk-loyalty2-wallet__badge { right: -5px; bottom: 18px; }
	.mk-loyalty2-reward-grid,
	.mk-loyalty2-mechanics { grid-template-columns: 1fr; }
	.mk-loyalty2-reward-grid article { min-height: 240px; }
	.mk-loyalty2-reward-grid article > span { margin-top: 38px; }
	.mk-loyalty2-mechanics { margin-top: 48px; }
	.mk-loyalty2-mechanics > div { min-height: 300px; padding: 28px; }
	.mk-loyalty2-steps ol { grid-template-columns: 1fr; }
	.mk-loyalty2-steps li,
	.mk-loyalty2-steps li:first-child { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--loyalty2-line); }
	.mk-loyalty2-steps li:last-child { border-bottom: 0; }
	.mk-loyalty2-steps li > span { margin-bottom: 28px; }
	.mk-loyalty2-launch { min-height: 650px; }
	.mk-loyalty2-launch__shade { background: linear-gradient(180deg, rgba(3, 16, 12, .53), rgba(3, 16, 12, .88)); }
	.mk-loyalty2-faq__grid { gap: 45px; }
	.mk-loyalty2-final .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-loyalty2-final .mk-button { width: 100%; }
}

/* Carta Digital editorial sales page */
.mk-menu2-page {
	--menu2-ink: #18251f;
	--menu2-muted: #68756f;
	--menu2-paper: #f5f1eb;
	--menu2-clay: #c86f4c;
	--menu2-clay-soft: #f1d8c9;
	--menu2-green: #0b6f5f;
	--menu2-line: rgba(24, 37, 31, .12);
	background: #fff;
	color: var(--menu2-ink);
}
.mk-menu2-page .mk-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	border-bottom-color: transparent;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.mk-menu2-page .mk-header:not(.is-scrolled) .mk-brand img { filter: brightness(0) invert(1); }
.mk-menu2-page .mk-header:not(.is-scrolled) .mk-nav__link,
.mk-menu2-page .mk-header:not(.is-scrolled) .mk-nav__login,
.mk-menu2-page .mk-header:not(.is-scrolled) .mk-nav-dropdown > summary { color: rgba(255, 255, 255, .9); }
.mk-menu2-page .mk-header:not(.is-scrolled) .mk-button--small { border-color: #fff; background: #fff; color: var(--menu2-ink) !important; }
.mk-menu2-page .mk-header.is-scrolled { border-bottom-color: var(--menu2-line); background: rgba(255, 255, 255, .95); box-shadow: 0 10px 30px rgba(18, 35, 28, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }

.mk-menu2-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--menu2-clay);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.mk-menu2-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 800px;
	overflow: hidden;
	background: #1d211d;
	color: #fff;
}
.mk-menu2-hero__image,
.mk-menu2-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mk-menu2-hero__image { object-fit: cover; object-position: center 50%; }
.mk-menu2-hero__shade {
	background:
		linear-gradient(90deg, rgba(14, 20, 17, .86) 0%, rgba(14, 20, 17, .68) 36%, rgba(14, 20, 17, .18) 70%, rgba(14, 20, 17, .1) 100%),
		linear-gradient(180deg, rgba(9, 15, 12, .36), transparent 45%, rgba(9, 15, 12, .35));
}
.mk-menu2-hero__content { position: relative; z-index: 2; width: 100%; padding-top: 96px; }
.mk-menu2-hero__content > * { max-width: 720px; }
.mk-menu2-hero .mk-menu2-eyebrow { color: #f2b99d; }
.mk-menu2-hero h1 {
	margin: 20px 0 24px;
	color: #fff;
	font-size: clamp(58px, 6.2vw, 86px);
	font-weight: 600 !important;
	font-stretch: 92%;
	letter-spacing: -.062em;
	line-height: .98;
	text-wrap: balance;
}
.mk-menu2-hero__content > p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 19px; line-height: 1.62; }
.mk-menu2-hero .mk-actions { margin-top: 31px; }
.mk-menu2-button--light { border-color: #fff !important; background: #fff !important; color: var(--menu2-ink) !important; }
.mk-menu2-hero__link { display: inline-flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 18px; color: #fff !important; font-size: 13px; font-weight: 500; }
.mk-menu2-hero__content > small { display: block; margin-top: 22px; color: rgba(255, 255, 255, .58); font-size: 11px; }

.mk-menu2-subnav { position: sticky; top: 0; z-index: 15; border-bottom: 1px solid var(--menu2-line); background: rgba(255, 255, 255, .95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.mk-menu2-subnav > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 70px; }
.mk-menu2-subnav strong { font-size: 15px; font-weight: 600; letter-spacing: -.025em; }
.mk-menu2-subnav > div > div { display: flex; gap: 30px; }
.mk-menu2-subnav > div > div a { color: var(--menu2-muted); font-size: 12px; }
.mk-menu2-subnav > div > div a:hover { color: var(--menu2-clay); }
.mk-menu2-subnav .mk-button { justify-self: end; border-color: var(--menu2-clay); background: var(--menu2-clay); }

.mk-menu2-heading { max-width: 820px; margin: 0 auto 72px; text-align: center; }
.mk-menu2-heading--left { max-width: 820px; margin-inline: 0; text-align: left; }
.mk-menu2-heading h2,
.mk-menu2-browse h2,
.mk-menu2-launch h2,
.mk-menu2-faq h2,
.mk-menu2-final h2 {
	margin: 17px 0 20px;
	font-size: clamp(43px, 4.9vw, 67px);
	font-weight: 600 !important;
	font-stretch: 92%;
	letter-spacing: -.06em;
	line-height: 1;
	text-wrap: balance;
}
.mk-menu2-heading > p { max-width: 680px; margin: 0 auto; color: var(--menu2-muted); font-size: 17px; line-height: 1.72; }
.mk-menu2-heading--left > p { margin-left: 0; }

.mk-menu2-intro { scroll-margin-top: 70px; padding: 126px 0 138px; background: #fff; }
.mk-menu2-showcase { display: grid; grid-template-columns: .94fr 1.06fr; gap: 18px; }
.mk-menu2-photo-card,
.mk-menu2-demo-card { position: relative; min-height: 680px; overflow: hidden; border-radius: 28px; }
.mk-menu2-photo-card { display: flex; align-items: flex-end; }
.mk-menu2-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(24, 29, 25, .9)); }
.mk-menu2-photo-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.mk-menu2-photo-card > div { position: relative; z-index: 1; max-width: 500px; padding: 42px; color: #fff; }
.mk-menu2-photo-card span,
.mk-menu2-demo-card__copy > span,
.mk-menu2-control__grid article > span { color: #efb598; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mk-menu2-photo-card h3,
.mk-menu2-demo-card h3 { margin: 11px 0 14px; font-size: 34px; font-weight: 600 !important; letter-spacing: -.048em; line-height: 1.05; }
.mk-menu2-photo-card p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.7; }
.mk-menu2-demo-card { display: flex; flex-direction: column; justify-content: space-between; padding: 34px 42px 40px; background: var(--menu2-paper); }
.mk-menu2-phone { width: min(370px, 100%); margin: 0 auto; padding: 13px; border: 7px solid #18231e; border-radius: 35px; background: #fff; box-shadow: 0 28px 70px rgba(70, 42, 26, .18); transform: rotate(1.2deg); }
.mk-menu2-phone__bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 5px 5px 12px; color: #54615b; font-size: 9px; }
.mk-menu2-phone__bar i { width: 22px; height: 22px; border-radius: 8px; background: var(--menu2-clay); }
.mk-menu2-phone__bar span { color: var(--menu2-ink); font-weight: 600; }
.mk-menu2-phone__bar b { justify-self: end; letter-spacing: .08em; }
.mk-menu2-phone__hero { min-height: 112px; padding: 20px; border-radius: 20px; background: linear-gradient(135deg, #9a4f34, #dc9672); color: #fff; }
.mk-menu2-phone__hero small,
.mk-menu2-phone__hero strong { display: block; }
.mk-menu2-phone__hero small { margin-bottom: 20px; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.mk-menu2-phone__hero strong { max-width: 210px; font-size: 21px; line-height: 1.05; }
.mk-menu2-phone__tabs { display: flex; gap: 7px; overflow: hidden; padding: 13px 0 10px; white-space: nowrap; }
.mk-menu2-phone__tabs span { padding: 7px 9px; border-radius: 999px; background: #f4f2ef; color: #727c77; font-size: 8px; }
.mk-menu2-phone__tabs .is-active { background: #233a31; color: #fff; }
.mk-menu2-phone__items { display: grid; gap: 7px; }
.mk-menu2-phone__items > div { display: grid; grid-template-columns: 45px 1fr 24px; align-items: center; gap: 9px; padding: 8px; border: 1px solid #eee8e3; border-radius: 13px; }
.mk-menu2-phone__items > div > i { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 10px; background: var(--menu2-clay-soft); color: #9c5035; }
.mk-menu2-phone__items span { min-width: 0; }
.mk-menu2-phone__items strong,
.mk-menu2-phone__items small,
.mk-menu2-phone__items b { display: block; }
.mk-menu2-phone__items strong { color: var(--menu2-ink); font-size: 9px; }
.mk-menu2-phone__items small { margin: 3px 0; overflow: hidden; color: #8a928e; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.mk-menu2-phone__items b { color: var(--menu2-clay); font-size: 7px; }
.mk-menu2-phone__items em { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--menu2-ink); color: #fff; font-size: 12px; font-style: normal; }
.mk-menu2-phone__action { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 10px; padding: 10px; border-radius: 12px; background: var(--menu2-clay); color: #fff; font-size: 8px; font-weight: 600; }
.mk-menu2-phone__action span { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: #fff; color: var(--menu2-clay); }
.mk-menu2-demo-card__copy { max-width: 440px; margin-top: 28px; }
.mk-menu2-demo-card__copy > span { color: var(--menu2-clay); }
.mk-menu2-demo-card__copy h3 { color: var(--menu2-ink); }
.mk-menu2-demo-card__copy p { margin: 0; color: var(--menu2-muted); font-size: 14px; line-height: 1.65; }

.mk-menu2-browse { padding: 132px 0; background: #26342d; color: #fff; }
.mk-menu2-browse__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(70px, 9vw, 130px); }
.mk-menu2-browse .mk-menu2-eyebrow { color: #efb598; }
.mk-menu2-browse h2 { color: #fff; }
.mk-menu2-browse__copy > p { color: rgba(255, 255, 255, .68); font-size: 16px; line-height: 1.72; }
.mk-menu2-browse ul { display: grid; gap: 17px; margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(255, 255, 255, .13); list-style: none; }
.mk-menu2-browse li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; color: rgba(255, 255, 255, .65); font-size: 12px; line-height: 1.55; }
.mk-menu2-browse li i { color: #efb598; }
.mk-menu2-browse li strong { display: block; margin-bottom: 2px; color: #fff; font-size: 13px; }
.mk-menu2-browse__visual { position: relative; min-height: 650px; margin: 0; }
.mk-menu2-browse__visual::before { content: ""; position: absolute; inset: 25px 25px -18px -18px; border: 1px solid rgba(239, 181, 152, .32); border-radius: 60px 20px 60px 20px; }
.mk-menu2-browse__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 60px 20px 60px 20px; object-fit: cover; box-shadow: 0 35px 80px rgba(0, 0, 0, .23); }
.mk-menu2-browse figcaption { position: absolute; left: -30px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 16px; background: rgba(255, 255, 255, .95); color: var(--menu2-ink); box-shadow: 0 22px 52px rgba(0, 0, 0, .22); }
.mk-menu2-browse figcaption > i { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: var(--menu2-clay-soft); color: var(--menu2-clay); }
.mk-menu2-browse figcaption small,
.mk-menu2-browse figcaption strong { display: block; }
.mk-menu2-browse figcaption small { color: #84908b; font-size: 8px; text-transform: uppercase; }
.mk-menu2-browse figcaption strong { margin-top: 3px; font-size: 12px; }

.mk-menu2-control { scroll-margin-top: 70px; padding: 132px 0; background: var(--menu2-paper); }
.mk-menu2-control__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.mk-menu2-control__grid article { min-height: 295px; padding: 29px; border: 1px solid var(--menu2-line); border-radius: 20px; background: #fff; }
.mk-menu2-control__grid article > i { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 58px; border-radius: 14px; background: var(--menu2-clay-soft); color: var(--menu2-clay); }
.mk-menu2-control__grid article > span { color: var(--menu2-clay); }
.mk-menu2-control__grid h3 { margin: 9px 0 11px; font-size: 20px; font-weight: 600 !important; letter-spacing: -.04em; }
.mk-menu2-control__grid p { margin: 0; color: var(--menu2-muted); font-size: 12px; line-height: 1.62; }

.mk-menu2-share { scroll-margin-top: 70px; padding: 126px 0; background: #fff; }
.mk-menu2-share__rail { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; }
.mk-menu2-share__rail article { display: grid; place-items: center; min-height: 230px; padding: 25px; border: 1px solid var(--menu2-line); border-radius: 22px; text-align: center; }
.mk-menu2-share__rail article i { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 17px; background: var(--menu2-paper); color: var(--menu2-clay); font-size: 21px; }
.mk-menu2-share__rail article strong { margin-top: 25px; font-size: 18px; font-weight: 600; }
.mk-menu2-share__rail article span { margin-top: 6px; color: var(--menu2-muted); font-size: 11px; }
.mk-menu2-share__rail > b { color: #c2c9c5; font-size: 20px; font-weight: 400; }

.mk-menu2-launch { scroll-margin-top: 70px; padding: 125px 0; background: #e9d7ca; }
.mk-menu2-launch__grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(70px, 9vw, 130px); }
.mk-menu2-launch__grid > div > p { max-width: 650px; color: #65716b; font-size: 16px; line-height: 1.72; }
.mk-menu2-launch .mk-button,
.mk-menu2-final .mk-button { margin-top: 18px; border-color: var(--menu2-clay); background: var(--menu2-clay); }
.mk-menu2-launch ol { margin: 0; padding: 0; border-top: 1px solid rgba(24, 37, 31, .15); list-style: none; }
.mk-menu2-launch li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(24, 37, 31, .15); }
.mk-menu2-launch li > span { color: var(--menu2-clay); font-size: 11px; letter-spacing: .1em; }
.mk-menu2-launch li strong { font-size: 16px; font-weight: 600; }
.mk-menu2-launch li p { margin: 5px 0 0; color: #68746e; font-size: 12px; }

.mk-menu2-faq { padding: 124px 0; background: #f7f5f1; }
.mk-menu2-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(70px, 9vw, 130px); }
.mk-menu2-faq header { position: sticky; top: 108px; }
.mk-menu2-faq h2 { font-size: clamp(42px, 4.5vw, 60px); }
.mk-menu2-faq header > p { color: var(--menu2-muted); font-size: 14px; line-height: 1.65; }
.mk-menu2-faq__list { border-top: 1px solid var(--menu2-line); }
.mk-menu2-faq details { border-bottom: 1px solid var(--menu2-line); }
.mk-menu2-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; cursor: pointer; color: var(--menu2-ink); font-size: 14px; font-weight: 600; list-style: none; }
.mk-menu2-faq summary::-webkit-details-marker { display: none; }
.mk-menu2-faq summary i { color: var(--menu2-clay); font-size: 10px; transition: transform .18s ease; }
.mk-menu2-faq details[open] summary i { transform: rotate(45deg); }
.mk-menu2-faq details p { margin: -2px 40px 24px 0; color: var(--menu2-muted); font-size: 12px; line-height: 1.7; }

.mk-menu2-final { padding: 115px 0; background: #f4dfd1; text-align: center; }
.mk-menu2-final h2 { max-width: 800px; margin-inline: auto; }
.mk-menu2-final > div > p { margin: 0 auto; color: var(--menu2-muted); font-size: 16px; }
.mk-menu2-final .mk-actions { justify-content: center; }

@media (max-width: 980px) {
	.mk-menu2-subnav > div { grid-template-columns: auto 1fr; }
	.mk-menu2-subnav > div > div { justify-self: end; }
	.mk-menu2-subnav .mk-button { display: none; }
	.mk-menu2-showcase,
	.mk-menu2-browse__grid,
	.mk-menu2-launch__grid,
	.mk-menu2-faq__grid { grid-template-columns: 1fr; }
	.mk-menu2-photo-card,
	.mk-menu2-demo-card { min-height: 640px; }
	.mk-menu2-browse__visual { min-height: 620px; }
	.mk-menu2-control__grid { grid-template-columns: 1fr 1fr; }
	.mk-menu2-share__rail { grid-template-columns: 1fr 1fr; }
	.mk-menu2-share__rail > b { display: none; }
	.mk-menu2-faq header { position: static; max-width: 680px; }
}

@media (max-width: 720px) {
	.mk-menu2-page .mk-header:not(.is-open) .mk-menu-button span { background: #fff; }
	.mk-menu2-page .mk-header.is-open { background: #fff; }
	.mk-menu2-page .mk-header.is-open .mk-brand img { filter: none; }
	.mk-menu2-page .mk-header.is-open .mk-nav__link,
	.mk-menu2-page .mk-header.is-open .mk-nav__login { color: #263a35; }
	.mk-menu2-hero { min-height: 760px; }
	.mk-menu2-hero__image { object-position: 61% center; }
	.mk-menu2-hero__shade { background: linear-gradient(180deg, rgba(13, 19, 16, .5), rgba(13, 19, 16, .72)); }
	.mk-menu2-hero__content { align-self: end; padding-top: 120px; padding-bottom: 70px; }
	.mk-menu2-hero h1 { font-size: 53px; line-height: .96; }
	.mk-menu2-hero__content > p { font-size: 16px; }
	.mk-menu2-hero .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-menu2-hero .mk-button { width: 100%; }
	.mk-menu2-hero__link { justify-content: center; }
	.mk-menu2-subnav > div { display: flex; gap: 20px; min-height: 58px; overflow-x: auto; }
	.mk-menu2-subnav > div > strong { position: sticky; left: 0; padding-right: 14px; background: rgba(255, 255, 255, .96); }
	.mk-menu2-subnav > div > div { gap: 22px; }
	.mk-menu2-subnav a { white-space: nowrap; }
	.mk-menu2-heading { margin-bottom: 50px; text-align: left; }
	.mk-menu2-heading > p { margin-left: 0; }
	.mk-menu2-heading h2,
	.mk-menu2-browse h2,
	.mk-menu2-launch h2,
	.mk-menu2-faq h2,
	.mk-menu2-final h2 { font-size: 42px; }
	.mk-menu2-intro,
	.mk-menu2-browse,
	.mk-menu2-control,
	.mk-menu2-share,
	.mk-menu2-launch,
	.mk-menu2-faq,
	.mk-menu2-final { padding-block: 82px; }
	.mk-menu2-photo-card,
	.mk-menu2-demo-card { min-height: 550px; border-radius: 22px; }
	.mk-menu2-photo-card > div { padding: 28px; }
	.mk-menu2-photo-card h3,
	.mk-menu2-demo-card h3 { font-size: 30px; }
	.mk-menu2-demo-card { padding: 25px 20px 28px; }
	.mk-menu2-phone { width: min(340px, 100%); }
	.mk-menu2-browse__visual { min-height: 520px; }
	.mk-menu2-browse figcaption { left: -5px; bottom: 18px; }
	.mk-menu2-control__grid,
	.mk-menu2-share__rail { grid-template-columns: 1fr; }
	.mk-menu2-control__grid article { min-height: 235px; }
	.mk-menu2-control__grid article > i { margin-bottom: 36px; }
	.mk-menu2-share__rail article { min-height: 185px; }
	.mk-menu2-launch__grid { gap: 48px; }
	.mk-menu2-faq__grid { gap: 45px; }
	.mk-menu2-final .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-menu2-final .mk-button { width: 100%; }
}

/* Global product directory in the marketing navigation */
.mk-mega--products { grid-template-columns: 250px minmax(680px, 1fr); width: min(1060px, calc(100vw - 40px)); }
.mk-mega--products .mk-mega__intro > span { color: var(--mk-teal-dark); font-size: 9px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.mk-mega--products .mk-mega__intro > p { margin: 0; color: #6e7c78; font-size: 11px; line-height: 1.55; }
.mk-mega--products .mk-mega__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-content: start; }
.mk-mega--products .mk-mega__grid > a,
.mk-mega--products .mk-mega__pending { display: grid; grid-template-columns: 35px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 54px; padding: 8px; border-radius: 12px; }
.mk-mega--products .mk-mega__pending { opacity: .55; cursor: default; }
.mk-mega--products .mk-mega__pending > i { display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 9px; background: #eef3f0; color: #64766f; }
.mk-mega--products .mk-mega__pending strong,
.mk-mega--products .mk-mega__pending small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mk-mega--products .mk-mega__pending strong { color: #46554f; font-size: 12px; font-weight: 600; }
.mk-mega--products .mk-mega__pending small { margin-top: 3px; color: #8d9894; font-size: 9px; }
.mk-mega__special { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; margin-top: 10px !important; padding: 11px; border-radius: 12px; background: #fff; color: #15382f !important; }
.mk-mega__special > i:first-child { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #f1d9cd; color: #b55f45; }
.mk-mega__special b,
.mk-mega__special small { display: block; }
.mk-mega__special b { font-size: 11px; }
.mk-mega__special small { margin-top: 2px; color: #78857f; font-size: 9px; }
.mk-mega__special > i:last-child { color: #a8b2ad; font-size: 9px; }
.mk-nav__link--free i { color: #d98262; }

@media (max-width: 1080px) {
	.mk-mega--products { width: auto; }
	.mk-mega--products .mk-mega__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mk-mega--products .mk-mega__grid > a,
	.mk-mega--products .mk-mega__pending { min-height: 50px; }
	.mk-editorial-home .mk-header.is-open .mk-nav-dropdown > summary,
	.mk-loyalty2-page .mk-header.is-open .mk-nav-dropdown > summary,
	.mk-menu2-page .mk-header.is-open .mk-nav-dropdown > summary { color: #263a35; }
}

@media (max-width: 560px) {
	.mk-mega--products .mk-mega__grid { grid-template-columns: 1fr; }
}
