﻿.mc-marketing-hero,
.mc-pricing-shell,
.mc-compare-shell,
.mc-faq-shell,
.mc-marketing-cta,
.mc-marketing-block,
.mc-marketing-proof,
.mc-upgrade-shell,
.mc-auth-shell {
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.mc-marketing-hero,
.mc-pricing-shell,
.mc-compare-shell,
.mc-faq-shell,
.mc-marketing-cta,
.mc-marketing-block,
.mc-upgrade-shell {
	background: linear-gradient(145deg, #f7fbff 0%, #eef4fb 100%);
	border: 1px solid #d5e2ee;
	border-radius: 22px;
	padding: 22px;
	margin: 18px 0;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.mc-marketing-hero h1 {
	font-size: clamp(33px, 6vw, 58px);
	line-height: 1.03;
	letter-spacing: -1px;
	margin: 0 0 12px;
	color: #101d31;
}

.mc-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 14px;
	align-items: stretch;
}

.mc-hero-logo {
	display: block;
	max-width: min(340px, 62vw);
	width: 100%;
	height: auto;
	padding: 8px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--mc-border);
	margin-bottom: 12px;
}

.mc-hero-eyebrow {
	margin: 0 0 10px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(62, 176, 170, 0.14);
	border: 1px solid rgba(4, 7, 68, 0.12);
	color: #0f2a47 !important;
	font-size: 12px !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.mc-hero-bullets {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: grid;
	gap: 7px;
}

.mc-hero-bullets li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #183453;
	font-weight: 600;
}

.mc-hero-bullets li::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, #3eb0aa 0%, #2f8fca 100%);
	box-shadow: 0 0 0 2px rgba(62, 176, 170, 0.16);
}

.mc-hero-proof {
	display: grid;
	gap: 10px;
}

.mc-hero-proof article {
	border: 1px solid #d2deec;
	border-radius: 14px;
	background: linear-gradient(120deg, #ffffff 0%, #f1f6fd 100%);
	padding: 14px;
}

.mc-hero-proof strong {
	display: block;
	font-size: 20px;
	color: #0f1f36;
	margin-bottom: 6px;
}

.mc-hero-proof span {
	color: #5d7088;
}

.mc-marketing-hero p,
.mc-pricing-shell p,
.mc-marketing-cta p,
.mc-marketing-block p {
	color: #5a6c84;
	font-size: 18px;
	margin-top: 0;
}

.mc-marketing-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.mc-marketing-block h2,
.mc-faq-shell h2,
.mc-pricing-shell h2,
.mc-compare-shell h2,
.mc-marketing-proof h2,
.mc-upgrade-shell h2 {
	font-size: clamp(30px, 4vw, 36px);
	line-height: 1.08;
	margin-top: 0;
	margin-bottom: 10px;
	color: var(--mc-text);
}

.mc-marketing-cta-row .button {
	min-height: 42px;
	border-radius: 11px;
	font-weight: 700;
}

.mc-pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.mc-pricing-card {
	background: #fff;
	border: 1px solid #d5e2ee;
	border-radius: 16px;
	padding: 16px;
	position: relative;
	overflow: hidden;
}

.mc-pricing-card::before {
	content: "";
	position: absolute;
	inset: -40% auto auto -40%;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle at center, rgba(21, 197, 181, 0.17), transparent 70%);
	pointer-events: none;
}

.mc-pricing-card.is-highlight {
	border-color: #8ce5dc;
	box-shadow: 0 0 0 2px rgba(17, 191, 176, 0.18), 0 15px 28px rgba(12, 57, 84, 0.14);
}

.mc-pricing-card.is-current {
	border-color: #4d8de9;
	box-shadow: 0 0 0 2px rgba(77, 141, 233, 0.2);
}

.mc-pricing-card.is-selected {
	border-color: #15c5b5;
	box-shadow: 0 0 0 2px rgba(21, 197, 181, 0.24), 0 16px 30px rgba(12, 57, 84, 0.16);
}

.mc-pricing-card h3 {
	margin-top: 0;
	font-size: 26px;
	color: #0f172a;
}

.mc-pricing-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
}

.mc-pricing-card li {
	margin: 5px 0;
	color: #41556e;
}

.mc-pricing-cycle-list {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	display: grid;
	gap: 6px;
}

.mc-pricing-cycle-list li {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 8px;
	padding: 7px 9px;
	border: 1px solid #d5e2ee;
	border-radius: 10px;
	background: #f7fbff;
}

.mc-pricing-cycle-list small {
	color: #0f766e;
	font-weight: 700;
}

.mc-upgrade-plan-form label {
	display: grid;
	gap: 5px;
	margin-bottom: 8px;
}

.mc-upgrade-plan-form select {
	border: 1px solid #d0dce9;
	border-radius: 10px;
	padding: 8px;
	background: #fff;
}

.mc-pricing-card .button {
	width: 100%;
	font-weight: 700;
}

.mc-pricing-pill {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #e6f6f3;
	color: #0f766e;
	font-size: 12px;
	font-weight: 700;
}

.mc-pricing-pill.is-warning {
	background: #fff2dd;
	color: #b45309;
}

.mc-compare-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d5e2ee;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.mc-compare-table th,
.mc-compare-table td {
	border-bottom: 1px solid #e8eef5;
	padding: 10px;
	text-align: left;
}

.mc-compare-table th {
	background: #f3f7fc;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #607088;
}

.mc-faq-shell details {
	background: #fff;
	border: 1px solid #d5e2ee;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 8px;
}

.mc-marketing-proof {
	background: linear-gradient(130deg, #030f23 0%, #061630 42%, #0a2040 100%);
	border: 1px solid #15345e;
	border-radius: 22px;
	padding: 20px;
	margin: 18px 0;
}

.mc-marketing-proof h2 {
	color: #f0f8ff;
	margin-top: 0;
}

.mc-marketing-proof .mc-proof-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.mc-marketing-proof article {
	background: linear-gradient(115deg, #08162f 0%, #0d2446 100%);
	border: 1px solid #1d3c67;
	border-radius: 14px;
	padding: 14px;
}

.mc-marketing-proof article h3 {
	color: #eff6ff;
	margin-top: 0;
}

.mc-marketing-proof article p {
	color: #c0d1e7;
	margin-bottom: 0;
}

.mc-feature-icon {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: rgba(117, 193, 182, 0.18);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mc-feature-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #d8f8f3;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mc-auth-shell {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.mc-auth-card {
	width: min(680px, 100%);
	background: linear-gradient(170deg, #f8fbff 0%, #edf4fc 100%);
	border: 1px solid #d5e2ee;
	border-radius: 22px;
	padding: 22px;
	box-shadow: 0 18px 40px rgba(10, 30, 50, 0.12);
}

.mc-auth-card h2 {
	margin-top: 0;
	font-size: 36px;
	letter-spacing: -0.7px;
}

.mc-auth-card p {
	color: #5a6c84;
}

.mc-auth-form,
.mc-auth-card form {
	display: grid;
	gap: 12px;
}

.mc-auth-benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 8px;
	margin: 12px 0;
}

.mc-auth-benefits article {
	background: linear-gradient(130deg, #08162f 0%, #12345c 100%);
	border: 1px solid #234a78;
	border-radius: 12px;
	padding: 10px;
}

.mc-auth-benefits strong {
	display: block;
	color: #e4f1ff;
	margin-bottom: 5px;
	font-size: 13px;
}

.mc-auth-benefits span {
	color: #b2c6df;
	font-size: 12px;
	line-height: 1.4;
}

.mc-auth-form label {
	display: grid;
	gap: 5px;
}

.mc-auth-form input,
.mc-auth-card input[type="text"],
.mc-auth-card input[type="email"],
.mc-auth-card input[type="password"] {
	border: 1px solid #d0dce9;
	border-radius: 12px;
	padding: 10px;
}

.mc-auth-card .login-username,
.mc-auth-card .login-password,
.mc-auth-card .login-remember,
.mc-auth-card .login-submit {
	margin: 0 0 10px;
}

.mc-auth-card .login-username label,
.mc-auth-card .login-password label {
	display: block;
	font-weight: 600;
	color: #203650;
	margin-bottom: 6px;
}

.mc-auth-card .login-username input,
.mc-auth-card .login-password input {
	width: 100%;
}

.mc-auth-form button,
.mc-upgrade-plan-form button {
	font-weight: 700;
}

.mc-auth-foot {
	margin-top: 10px;
	color: #5a6c84;
}

.mc-auth-message,
.mc-upgrade-alert {
	border: 1px solid #ffdca2;
	background: #fff4e0;
	color: #b45309;
	border-radius: 10px;
	padding: 10px 11px;
	margin-bottom: 10px;
	font-weight: 600;
}

.mc-upgrade-alert.is-warning {
	border-color: #f5d89f;
	background: #fff7e8;
	color: #9a5a03;
}

.mc-upgrade-alert.is-success {
	border-color: #9edbbd;
	background: #e7f7ef;
	color: #166534;
}

.mc-upgrade-alert.is-error {
	border-color: #f3b4b4;
	background: #ffecec;
	color: #991b1b;
}

.mc-upgrade-shell .mc-auth-foot {
	margin-top: 16px;
}

.mc-upgrade-payment-card {
	margin: 12px 0 16px;
	padding: 14px;
	border: 1px solid #d5e2ee;
	border-radius: 14px;
	background: #ffffff;
}

.mc-upgrade-payment-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.mc-upgrade-payment-head h3 {
	margin: 0;
	font-size: 22px;
}

.mc-upgrade-payment-grid {
	display: grid;
	grid-template-columns: minmax(180px, 260px) 1fr;
	gap: 12px;
	align-items: start;
}

.mc-upgrade-payment-qr {
	border: 1px solid #d5e2ee;
	border-radius: 12px;
	padding: 10px;
	background: #f7fbff;
	text-align: center;
}

.mc-upgrade-payment-qr img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.mc-upgrade-payment-grid textarea {
	width: 100%;
	border: 1px solid #d0dce9;
	border-radius: 10px;
	padding: 10px;
	resize: vertical;
}

@media (max-width: 860px) {
	.mc-hero-grid {
		grid-template-columns: 1fr;
	}

	.mc-auth-card h2 {
		font-size: 30px;
	}

	.mc-upgrade-payment-grid {
		grid-template-columns: 1fr;
	}
}

/* Sprint UX hardening: auth + pricing visual refresh and contrast */
.mc-site-shell .mc-auth-shell {
	display: grid;
	place-items: center;
	min-height: calc(100vh - 260px);
	margin: 0;
}

.mc-site-shell .mc-auth-shell--animated {
	position: relative;
	overflow: hidden;
	padding: clamp(14px, 2.8vw, 28px);
}

.mc-site-shell .mc-auth-shell--animated .mc-auth-bg-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.72;
	pointer-events: none;
}

.mc-site-shell .mc-auth-card {
	width: min(760px, 100%);
	padding: clamp(20px, 3vw, 34px);
	border-radius: 22px;
	background: radial-gradient(circle at 88% -20%, rgba(20, 194, 180, 0.2) 0%, transparent 45%), linear-gradient(165deg, #f8fbff 0%, #edf3fb 100%);
	box-shadow: 0 22px 46px rgba(8, 26, 48, 0.15);
	position: relative;
	z-index: 1;
}

.mc-site-shell .mc-auth-card h2 {
	color: #12243d;
	font-size: clamp(34px, 5vw, 48px);
	line-height: 1.08;
}

.mc-site-shell .mc-auth-card p,
.mc-site-shell .mc-auth-foot {
	color: #5b6f88;
}

.mc-site-shell .mc-auth-form label span,
.mc-site-shell .mc-auth-card .login-username label,
.mc-site-shell .mc-auth-card .login-password label {
	font-weight: 700;
	color: #122a45;
	letter-spacing: 0.2px;
}

.mc-site-shell .mc-auth-form input,
.mc-site-shell .mc-auth-form select,
.mc-site-shell .mc-auth-card input[type="text"],
.mc-site-shell .mc-auth-card input[type="email"],
.mc-site-shell .mc-auth-card input[type="password"],
.mc-site-shell .mc-auth-card .input {
	color: #0f2138 !important;
	background: #ffffff !important;
	border: 1px solid #c8d8ea !important;
	min-height: 46px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mc-site-shell .mc-auth-form input::placeholder,
.mc-site-shell .mc-auth-card input::placeholder {
	color: #8397b2 !important;
	opacity: 1 !important;
}

.mc-site-shell .mc-auth-form input:focus,
.mc-site-shell .mc-auth-form select:focus,
.mc-site-shell .mc-auth-card input[type="text"]:focus,
.mc-site-shell .mc-auth-card input[type="email"]:focus,
.mc-site-shell .mc-auth-card input[type="password"]:focus,
.mc-site-shell .mc-auth-card .input:focus {
	outline: none;
	border-color: #12a8ba !important;
	box-shadow: 0 0 0 3px rgba(17, 182, 173, 0.2) !important;
}

.mc-site-shell .mc-auth-form button,
.mc-site-shell .mc-upgrade-plan-form button,
.mc-site-shell .mc-auth-card .button {
	min-height: 46px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.15px;
}

.mc-site-shell .mc-auth-stepper {
	border: 1px solid #d7e4f3;
	border-radius: 14px;
	background: linear-gradient(160deg, #f9fcff 0%, #edf5ff 100%);
	padding: 12px;
}

.mc-site-shell .mc-auth-form {
	display: grid;
	gap: 8px;
}

.mc-site-shell .mc-auth-stepper .mc-portal-form-grid {
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
}

.mc-site-shell .mc-auth-stepper .mc-step-dot {
	font-size: 12px;
	color: #163451;
}

.mc-site-shell .mc-auth-summary {
	margin-top: 6px;
}

.mc-site-shell .mc-auth-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.mc-site-shell .mc-auth-message--success {
	border-color: #9edbbd;
	background: #e7f7ef;
	color: #166534;
}

.mc-site-shell .mc-auth-message--warning {
	border-color: #fcd34d;
	background: #fff7e6;
	color: #92400e;
}

.mc-site-shell .mc-auth-message--error {
	border-color: #fecaca;
	background: #fee2e2;
	color: #b91c1c;
}

/* Pricing v2 + hero refinements */
.mc-site-shell .mc-hero-logo {
	max-width: min(250px, 58vw);
}

.mc-site-shell .mc-marketing-hero .mc-feature-card,
.mc-site-shell .mc-marketing-hero .mc-feature-card h3,
.mc-site-shell .mc-marketing-hero .mc-feature-card p {
	color: #ecf5ff !important;
}

.mc-site-shell .mc-marketing-hero .mc-feature-card p {
	font-size: 14px;
	line-height: 1.45;
	color: #bfd2ea !important;
}

.mc-site-shell .mc-marketing-block,
.mc-site-shell .mc-pricing-shell,
.mc-site-shell .mc-compare-shell,
.mc-site-shell .mc-faq-shell,
.mc-site-shell .mc-marketing-proof,
.mc-site-shell .mc-marketing-cta {
	content-visibility: auto;
	contain-intrinsic-size: 1px 520px;
}

.mc-site-shell .mc-pricing-grid--v2 {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
}

.mc-site-shell .mc-pricing-card--v2 {
	display: grid;
	gap: 12px;
	padding: 18px;
	border-radius: 18px;
	border: 1px solid #d6e3f0;
	background: linear-gradient(170deg, #ffffff 0%, #f3f8ff 100%);
	box-shadow: 0 14px 32px rgba(10, 26, 46, 0.11);
}

.mc-site-shell .mc-pricing-card--v2::before {
	width: 120px;
	height: 120px;
	inset: -35px auto auto -30px;
}

.mc-site-shell .mc-pricing-card--v2.is-highlight {
	border-color: #7ecfdb;
	box-shadow: 0 0 0 2px rgba(62, 176, 170, 0.2), 0 18px 34px rgba(10, 42, 66, 0.18);
}

.mc-site-shell .mc-pricing-headline h3 {
	margin: 0;
	font-size: 22px;
	letter-spacing: -0.3px;
	color: #0e223f;
}

.mc-site-shell .mc-pricing-headline p {
	margin: 4px 0 0;
	font-size: 13px;
	color: #5e728d;
}

.mc-site-shell .mc-pricing-price {
	border: 1px solid #d7e2ef;
	border-radius: 14px;
	padding: 10px 12px;
	background: #fff;
}

.mc-site-shell .mc-pricing-main-value {
	font-size: clamp(30px, 3.2vw, 36px);
	line-height: 1;
	font-weight: 800;
	color: #0c223f;
	letter-spacing: -0.6px;
}

.mc-site-shell .mc-pricing-main-caption {
	margin-top: 6px;
	font-size: 12px;
	color: #627590;
}

.mc-site-shell .mc-pricing-sub-value {
	margin-top: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #16446c;
}

.mc-site-shell .mc-pricing-cycle-control label {
	display: grid;
	gap: 5px;
}

.mc-site-shell .mc-pricing-cycle-control span {
	font-size: 12px;
	font-weight: 700;
	color: #1a3555;
}

.mc-site-shell .mc-pricing-cycle-control select {
	width: 100%;
	min-height: 40px;
	border-radius: 10px;
	border: 1px solid #c8d8ea;
	background: #fff;
	color: #0f223a;
	padding: 0 10px;
}

.mc-site-shell .mc-pricing-cycle-note {
	margin: 6px 0 0;
	font-size: 12px;
	color: #5e728d;
}

.mc-site-shell .mc-pricing-sections {
	display: grid;
	gap: 10px;
}

.mc-site-shell .mc-pricing-sections > div {
	background: #fff;
	border: 1px solid #d9e4f1;
	border-radius: 12px;
	padding: 10px 11px;
}

.mc-site-shell .mc-pricing-sections h4 {
	margin: 0 0 8px;
	font-size: 13px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #18395e;
}

.mc-site-shell .mc-pricing-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 6px;
}

.mc-site-shell .mc-pricing-list li {
	display: block;
	font-size: 13px;
	color: #2b4768;
	line-height: 1.38;
}

.mc-site-shell .mc-pricing-list li strong {
	color: #0e294a;
}

.mc-site-shell .mc-pricing-list--check li {
	position: relative;
	padding-left: 19px;
}

.mc-site-shell .mc-pricing-list--check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, #3eb0aa 0%, #2d7fcd 100%);
}

.mc-site-shell .mc-pricing-card--v2 .button {
	width: 100%;
}

@media (max-width: 980px) {
	.mc-site-shell .mc-hero-logo {
		max-width: min(220px, 70vw);
	}

	.mc-site-shell .mc-pricing-card--v2 {
		padding: 14px;
	}

	.mc-site-shell .mc-pricing-main-value {
		font-size: 30px;
	}
}

/* Debug hardening: stronger hierarchy and visible content in hero/pricing */
.mc-site-shell .mc-marketing-hero {
	padding: clamp(22px, 3.4vw, 42px);
}

.mc-site-shell .mc-marketing-hero .mc-hero-grid {
	grid-template-columns: minmax(320px, 1.2fr) minmax(260px, 1fr);
	align-items: stretch;
	gap: 12px;
}

.mc-site-shell .mc-marketing-hero .mc-hero-copy h1 {
	font-size: clamp(42px, 6vw, 64px);
	line-height: 1.02;
	letter-spacing: -1px;
}

.mc-site-shell .mc-marketing-hero .mc-lead {
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.5;
}

.mc-site-shell .mc-marketing-hero .mc-feature-cards {
	grid-template-columns: 1fr;
}

.mc-site-shell .mc-marketing-hero .mc-feature-card {
	min-height: 138px;
	background: linear-gradient(130deg, #071739 0%, #0d2d5f 100%);
	border-color: rgba(117, 193, 182, 0.3);
}

.mc-site-shell .mc-marketing-hero .mc-feature-card h3 {
	font-size: clamp(24px, 2.6vw, 34px);
	letter-spacing: -0.7px;
}

.mc-site-shell .mc-marketing-hero .mc-feature-card p {
	font-size: 16px;
	line-height: 1.45;
	color: #d2e4f7 !important;
}

.mc-site-shell .mc-pricing-shell--pro > p {
	font-size: 16px;
	color: #4f6480;
}

.mc-site-shell .mc-pricing-cycle-control select {
	font-weight: 700;
}

.mc-site-shell .mc-pricing-card--v2 .mc-pricing-pill {
	align-self: start;
}

@media (max-width: 980px) {
	.mc-site-shell .mc-marketing-hero .mc-hero-grid {
		grid-template-columns: 1fr;
	}

	.mc-site-shell .mc-marketing-hero .mc-feature-card h3 {
		font-size: 28px;
	}
}

/* Marketing v3: ecosystem motion, trust block and animated CTA */
.mc-site-shell .mc-marketing-block.mc-stats-live .mc-stat-card {
	position: relative;
	overflow: hidden;
}

.mc-site-shell .mc-marketing-block.mc-stats-live .mc-stat-card::after {
	content: "";
	position: absolute;
	inset: auto -35% -45% -35%;
	height: 90px;
	background: radial-gradient(circle at 50% 0%, rgba(62, 176, 170, 0.16), transparent 70%);
	pointer-events: none;
}

.mc-site-shell .mc-stat-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.mc-site-shell .mc-stat-card {
	display: grid;
	gap: 7px;
	border: 1px solid #d6e4f2;
	border-radius: 14px;
	background: linear-gradient(155deg, #ffffff 0%, #f3f9ff 100%);
	padding: 12px;
	box-shadow: 0 10px 22px rgba(11, 28, 53, 0.08);
}

.mc-site-shell .mc-stat-head {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mc-site-shell .mc-stat-head small {
	text-transform: uppercase;
	letter-spacing: 0.35px;
	font-weight: 800;
	font-size: 11px;
	color: #4a6787;
}

.mc-site-shell .mc-stat-icon {
	width: 28px;
	height: 28px;
	border-radius: 9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(140deg, rgba(17, 197, 180, 0.2), rgba(15, 135, 204, 0.16));
	animation: mcStatIconPulse 2.2s ease-in-out infinite;
}

.mc-site-shell .mc-stat-icon svg {
	width: 16px;
	height: 16px;
	stroke: #0d4368;
	stroke-width: 1.8;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mc-site-shell .mc-stat-icon--mempool {
	animation-delay: 0.25s;
}

.mc-site-shell .mc-stat-icon--depix {
	animation-delay: 0.45s;
}

.mc-site-shell .mc-stat-icon--price {
	animation-delay: 0.65s;
}

.mc-site-shell .mc-stat-value {
	margin: 0;
	font-size: clamp(26px, 3.4vw, 34px);
	letter-spacing: -0.6px;
	color: #0d2749;
	font-weight: 800;
}

.mc-site-shell .mc-stat-spark {
	width: 100%;
	height: 62px;
	display: block;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(17, 197, 180, 0.08), rgba(255, 255, 255, 0));
}

.mc-site-shell .mc-stat-card .mc-muted {
	font-size: 12px;
	line-height: 1.42;
	color: #536b88;
}

@keyframes mcStatIconPulse {
	0%,
	100% {
		transform: translateY(0);
		box-shadow: 0 0 0 0 rgba(17, 197, 180, 0.18);
	}
	50% {
		transform: translateY(-1px);
		box-shadow: 0 0 0 5px rgba(17, 197, 180, 0);
	}
}

.mc-site-shell .mc-marketing-sources {
	margin-top: 12px;
	font-size: 12px !important;
	color: #5e728d;
}

.mc-site-shell .mc-marketing-sources a {
	color: #1f4e7d;
	font-weight: 700;
}

.mc-site-shell .mc-ecosystem-flow {
	position: relative;
	overflow: hidden;
}

.mc-site-shell .mc-ecosystem-flow::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	right: -140px;
	top: -150px;
	border-radius: 999px;
	background: radial-gradient(circle at center, rgba(62, 176, 170, 0.18), transparent 72%);
	pointer-events: none;
}

.mc-site-shell .mc-ecosystem-grid {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(260px, 1fr);
	gap: 14px;
	align-items: stretch;
}

.mc-site-shell .mc-ecosystem-map {
	border: 1px solid #d7e3f0;
	border-radius: 16px;
	background: linear-gradient(120deg, #f9fdff 0%, #eef6ff 100%);
	padding: 12px;
	position: relative;
	overflow: hidden;
	display: grid;
	place-items: center;
	aspect-ratio: auto;
	min-height: 260px;
}

.mc-site-shell .mc-ecosystem-map::after {
	display: none;
}

.mc-site-shell .mc-ecosystem-map img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
	max-height: none;
}

.mc-site-shell .mc-ecosystem-map--diagram {
	display: grid;
	gap: 12px;
	align-content: start;
}

.mc-site-shell .mc-eco-tag-row {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mc-site-shell .mc-eco-tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid rgba(239, 68, 68, 0.35);
	background: rgba(255, 238, 238, 0.92);
	color: #8a1f1f;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.28px;
}

.mc-site-shell .mc-eco-tag.is-soft {
	border-color: rgba(34, 197, 94, 0.35);
	background: rgba(233, 255, 242, 0.95);
	color: #166534;
}

.mc-site-shell .mc-eco-row {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
	gap: 10px;
	align-items: center;
}

.mc-site-shell .mc-eco-node {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 10px;
	border-radius: 12px;
	font-size: clamp(18px, 2.2vw, 30px);
	font-weight: 800;
	letter-spacing: -0.4px;
	border: 1px solid #d8e4f1;
	background: #fff;
	color: #0f2749;
}

.mc-site-shell .mc-eco-node--fiat {
	color: #4d7c0f;
}

.mc-site-shell .mc-eco-node--depix {
	color: #16a34a;
}

.mc-site-shell .mc-eco-node--btc {
	color: #f59e0b;
}

.mc-site-shell .mc-eco-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid #bfd4ee;
	background: #f2f8ff;
	color: #26589a;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.mc-site-shell .mc-eco-meta {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #4c6582;
}

.mc-site-shell .mc-eco-divider {
	height: 1px;
	background: linear-gradient(90deg, rgba(13, 47, 82, 0.08), rgba(13, 47, 82, 0.3), rgba(13, 47, 82, 0.08));
}

.mc-site-shell .mc-ecosystem-steps {
	display: grid;
	gap: 10px;
}

.mc-site-shell .mc-ecosystem-steps article {
	border: 1px solid #d7e3f0;
	border-radius: 14px;
	background: #fff;
	padding: 10px 12px;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mc-site-shell .mc-ecosystem-steps article:hover {
	transform: translateY(-2px);
	border-color: #8bcdd8;
	box-shadow: 0 12px 24px rgba(7, 32, 58, 0.12);
}

.mc-site-shell .mc-ecosystem-steps article span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(130deg, rgba(62, 176, 170, 0.2), rgba(45, 127, 205, 0.2));
	color: #11365e;
	font-size: 12px;
	font-weight: 800;
}

.mc-site-shell .mc-ecosystem-steps article h3 {
	margin: 8px 0 4px;
	font-size: 20px;
	color: #0f2646;
}

.mc-site-shell .mc-ecosystem-steps article p {
	margin: 0;
	font-size: 14px;
	color: #536983;
}

.mc-site-shell .mc-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(170px, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.mc-site-shell .mc-trust-grid article {
	background: #fff;
	border: 1px solid #d8e3f0;
	border-radius: 12px;
	padding: 10px 11px;
}

.mc-site-shell .mc-trust-grid strong {
	display: block;
	margin-bottom: 6px;
	color: #0f2646;
	font-size: 14px;
}

.mc-site-shell .mc-trust-grid span {
	font-size: 13px;
	color: #5b6f89;
	line-height: 1.42;
}

.mc-site-shell .mc-marketing-cta--canvas {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(117, 193, 182, 0.35);
	background: linear-gradient(145deg, #071a3d 0%, #0c2a59 45%, #102f60 100%);
	color: #f1f7ff;
	height: auto;
	min-height: clamp(280px, 38vh, 420px);
	padding: clamp(16px, 3vw, 28px);
	display: grid;
	align-items: stretch;
}

.mc-site-shell .mc-marketing-cta--canvas h2 {
	color: #eef5ff;
}

.mc-site-shell .mc-marketing-cta--canvas p {
	color: #cbdcf2;
	font-size: 16px;
	max-width: 760px;
}

.mc-site-shell .mc-cta-canvas-layer {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.mc-site-shell .mc-cta-canvas-layer > .mc-cta-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.mc-site-shell .mc-cta-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.82;
	pointer-events: none;
}

.mc-site-shell .mc-cta-content {
	position: relative;
	z-index: 1;
	padding-top: clamp(4px, 1.2vw, 12px);
	padding-bottom: clamp(8px, 1.8vw, 16px);
	width: min(980px, 100%);
	margin: 0;
}

.mc-site-shell .mc-marketing-cta--canvas .button:not(.button-primary) {
	background: rgba(255, 255, 255, 0.92);
}

.mc-site-shell .mc-marketing-cta-row {
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.mc-site-shell .mc-marketing-cta-row .button {
	min-width: 160px;
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

.mc-site-shell .mc-feature-icon svg path,
.mc-site-shell .mc-feature-icon svg circle,
.mc-site-shell .mc-feature-icon svg rect,
.mc-site-shell .mc-feature-icon svg line,
.mc-site-shell .mc-feature-icon svg polyline,
.mc-site-shell .mc-feature-icon svg polygon {
	fill: none !important;
	stroke: #d8f8f3 !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mc-site-shell .mc-reveal {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.mc-site-shell .mc-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 980px) {
	.mc-site-shell .mc-ecosystem-grid {
		grid-template-columns: 1fr;
	}

	.mc-site-shell .mc-ecosystem-map {
		min-height: 210px;
	}

	.mc-site-shell .mc-eco-row {
		grid-template-columns: 1fr;
	}

	.mc-site-shell .mc-eco-arrow {
		justify-self: center;
	}

	.mc-site-shell .mc-trust-grid {
		grid-template-columns: 1fr;
	}

	.mc-site-shell .mc-marketing-cta--canvas {
		min-height: clamp(320px, 54vh, 500px);
		padding: 16px 12px;
	}

	.mc-site-shell .mc-cta-content {
		width: 100%;
	}

	.mc-site-shell .mc-marketing-cta-row {
		flex-direction: column;
		align-items: stretch;
	}

	.mc-site-shell .mc-marketing-cta-row .button {
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.mc-site-shell .mc-marketing-cta--canvas {
		min-height: clamp(360px, 68vh, 520px);
	}

	.mc-site-shell .mc-marketing-cta--canvas h2 {
		font-size: clamp(32px, 10vw, 40px);
		line-height: 1.05;
	}

	.mc-site-shell .mc-marketing-cta--canvas p {
		font-size: 15px;
	}

	.mc-site-shell .mc-marketing-cta-row {
		margin-top: 12px;
	}
}

/* Auth compact hotfix: login/register proporcional e sem espacamento exagerado */
.mc-site-shell .mc-auth-shell {
	min-height: auto;
	align-items: start;
	padding-top: clamp(8px, 1.6vw, 16px);
}

.mc-site-shell .mc-auth-card {
	width: min(640px, 100%);
	padding: clamp(16px, 2.2vw, 24px);
}

.mc-site-shell .mc-auth-card h2 {
	font-size: clamp(28px, 3.8vw, 36px);
	line-height: 1.12;
	margin-bottom: 8px;
}

.mc-site-shell .mc-auth-card p,
.mc-site-shell .mc-auth-foot {
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 10px;
}

.mc-site-shell .mc-auth-benefits {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin: 10px 0;
}

.mc-site-shell .mc-auth-benefits article {
	padding: 8px;
}

.mc-site-shell .mc-auth-benefits strong {
	font-size: 12px;
	margin-bottom: 4px;
}

.mc-site-shell .mc-auth-benefits span {
	font-size: 11px;
	line-height: 1.35;
}

.mc-site-shell .mc-auth-card form#loginform {
	display: grid;
	gap: 10px;
	margin-top: 8px;
}

.mc-site-shell .mc-auth-card form#loginform p,
.mc-site-shell .mc-auth-card .login-username,
.mc-site-shell .mc-auth-card .login-password,
.mc-site-shell .mc-auth-card .login-remember,
.mc-site-shell .mc-auth-card .login-submit {
	margin: 0;
}

.mc-site-shell .mc-auth-card .login-username input,
.mc-site-shell .mc-auth-card .login-password input {
	min-height: 44px;
	padding: 10px 12px;
	font-size: 16px;
}

.mc-site-shell .mc-auth-card .login-remember {
	display: flex;
	align-items: center;
	min-height: 20px;
}

.mc-site-shell .mc-auth-card .login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 14px;
}

.mc-site-shell .mc-auth-card .login-remember input {
	width: 16px;
	height: 16px;
	min-height: 0;
	margin: 0;
}

.mc-site-shell .mc-auth-card .login-submit .button {
	width: 100%;
	max-width: 220px;
}

@media (max-width: 860px) {
	.mc-site-shell .mc-auth-card {
		width: min(560px, 100%);
	}

	.mc-site-shell .mc-auth-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.mc-site-shell .mc-auth-card {
		padding: 14px 12px;
	}

	.mc-site-shell .mc-auth-card h2 {
		font-size: clamp(24px, 8vw, 30px);
	}

	.mc-site-shell .mc-auth-benefits {
		grid-template-columns: 1fr;
	}

	.mc-site-shell .mc-auth-card .login-submit .button {
		max-width: 100%;
	}
}

/* Auth hardfix v3: centralizacao, proporcao e contraste de inputs/placeholder */
body.mc-managed-page .mc-site-shell .mc-site-content > .mc-auth-shell,
body.mc-managed-page .mc-site-shell .mc-site-content > .mc-auth-shell.mc-auth-shell--animated {
	width: min(760px, 100%) !important;
	margin: 14px auto !important;
	padding: clamp(8px, 1.7vw, 16px) !important;
	min-height: auto !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

body.mc-managed-page .mc-site-shell .mc-site-content .mc-auth-shell,
body.mc-managed-page .mc-site-shell .mc-site-content .mc-auth-shell.mc-auth-shell--animated {
	max-width: 760px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.mc-managed-page .mc-site-shell .mc-site-content > .mc-auth-shell .mc-auth-card {
	width: 100% !important;
	max-width: 760px !important;
	margin: 0 auto !important;
	padding: clamp(16px, 2.2vw, 24px) !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-card {
	margin-left: auto !important;
	margin-right: auto !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-stepper {
	width: 100%;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-form .mc-portal-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms {
	display: grid;
	gap: 6px;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms > span {
	font-weight: 700;
	color: #132a45;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 14px;
	color: #253b57;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms label input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-final-step {
	grid-template-columns: 1fr !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-final-step .mc-auth-summary {
	display: grid;
	gap: 6px;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-final-step .mc-auth-summary p {
	margin: 0;
	color: #152f4d;
	line-height: 1.35;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-final-step .mc-auth-summary p span {
	color: #123355;
	font-weight: 700;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-final-step .mc-auth-summary strong {
	color: #0f223a;
	word-break: break-word;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms {
	margin-top: 4px;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms label {
	align-items: flex-start;
	line-height: 1.4;
	flex-wrap: wrap;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms label input[type="checkbox"] {
	margin-top: 2px;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-terms a {
	color: #1263aa;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="text"]::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="email"]::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="password"]::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell select::placeholder {
	color: #4c6380 !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #4c6380 !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="text"]::-webkit-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="email"]::-webkit-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="password"]::-webkit-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea::-webkit-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell select::-webkit-input-placeholder {
	color: #4c6380 !important;
	opacity: 1 !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="text"],
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="email"],
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="password"],
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="search"],
body.mc-managed-page .mc-site-shell .mc-auth-shell .input,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea,
body.mc-managed-page .mc-site-shell .mc-auth-shell select {
	color: #0f223a !important;
	-webkit-text-fill-color: #0f223a !important;
	background: #ffffff !important;
	border: 1px solid #bfd1e6 !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell input::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea::placeholder {
	color: #8a9eb8 !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #8a9eb8 !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell input::-webkit-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea::-webkit-input-placeholder {
	color: #8a9eb8 !important;
	opacity: 1 !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .button,
body.mc-managed-page .mc-site-shell .mc-auth-shell button,
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="submit"] {
	min-height: 44px;
	border-radius: 12px;
	font-weight: 800;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .button.button-primary,
body.mc-managed-page .mc-site-shell .mc-auth-shell button.button-primary,
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="submit"].button,
body.mc-managed-page .mc-site-shell .mc-auth-shell input[type="submit"]#mc-login-submit {
	background: linear-gradient(120deg, #19b9ab 0%, #2f8fcb 100%) !important;
	border: 1px solid #2194b2 !important;
	color: #ffffff !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .button:not(.button-primary) {
	background: #ffffff !important;
	border: 1px solid #bfd1e6 !important;
	color: #133355 !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-actions {
	justify-content: flex-start;
}

@media (max-width: 780px) {
	body.mc-managed-page .mc-site-shell .mc-site-content > .mc-auth-shell,
	body.mc-managed-page .mc-site-shell .mc-site-content > .mc-auth-shell.mc-auth-shell--animated {
		width: 100% !important;
	}

	body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-form .mc-portal-form-grid {
		grid-template-columns: 1fr;
	}
}

/* Hotfix: stronger layout isolation and image sizing on legacy themed pages */
body.mc-managed-page .mc-site-shell .mc-marketing-hero,
body.mc-managed-page .mc-site-shell .mc-marketing-block,
body.mc-managed-page .mc-site-shell .mc-pricing-shell,
body.mc-managed-page .mc-site-shell .mc-compare-shell,
body.mc-managed-page .mc-site-shell .mc-faq-shell,
body.mc-managed-page .mc-site-shell .mc-marketing-proof,
body.mc-managed-page .mc-site-shell .mc-marketing-cta {
	margin: 20px 0 !important;
}

.mc-site-shell .mc-ecosystem-grid {
	grid-template-columns: minmax(320px, 1.2fr) minmax(300px, 1fr) !important;
	align-items: start !important;
}

.mc-site-shell .mc-ecosystem-map {
	min-height: clamp(320px, 44vh, 640px) !important;
	padding: 14px !important;
}

.mc-site-shell .mc-ecosystem-map img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 680px !important;
	object-fit: contain !important;
	object-position: center !important;
}

.mc-site-shell .mc-marketing-cta--canvas {
	min-height: clamp(320px, 44vh, 500px) !important;
}

/* Hotfix auth stepper: keep one step visible and ensure background never blocks interaction */
body.mc-managed-page .mc-site-shell .mc-auth-shell--animated .mc-auth-bg-canvas {
	z-index: 0 !important;
	pointer-events: none !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-card,
body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-stepper,
body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-stepper-form {
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-stepper-form .mc-form-step {
	display: none !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-stepper-form .mc-form-step.is-active {
	display: block !important;
}

/* Hardfix auth animation layering: never block inputs/buttons */
body.mc-managed-page .mc-site-shell .mc-auth-shell--animated {
	position: relative;
	isolation: isolate;
	pointer-events: auto;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell--animated > canvas.mc-auth-bg-canvas,
body.mc-managed-page .mc-site-shell .mc-auth-shell--animated > canvas.mc-cta-canvas {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

body.mc-managed-page .mc-site-shell .mc-auth-shell--animated > .mc-auth-card,
body.mc-managed-page .mc-site-shell .mc-auth-shell--animated .mc-auth-stepper,
body.mc-managed-page .mc-site-shell .mc-auth-shell--animated .mc-auth-stepper-form,
body.mc-managed-page .mc-site-shell .mc-auth-shell--animated .mc-auth-stepper-form * {
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

.mc-site-shell .mc-cta-content {
	padding-right: clamp(4px, 1.6vw, 18px);
}

@media (max-width: 980px) {
	.mc-site-shell .mc-ecosystem-grid {
		grid-template-columns: 1fr !important;
	}

	.mc-site-shell .mc-ecosystem-map {
		min-height: 240px !important;
	}
}

/* Login redirect/credential shell hardening: layout and contrast guarantees */
.mc-auth-login-redirect,
body.mc-managed-page .mc-site-shell .mc-auth-login-redirect {
	display: grid !important;
	place-items: center !important;
	min-height: calc(100vh - 160px) !important;
	width: min(760px, 100%) !important;
	margin: 0 auto !important;
}

.mc-auth-login-redirect .mc-auth-card,
body.mc-managed-page .mc-site-shell .mc-auth-login-redirect .mc-auth-card {
	max-width: min(500px, 100%) !important;
	text-align: center !important;
}

.mc-auth-login-redirect .mc-auth-foot,
body.mc-managed-page .mc-site-shell .mc-auth-card .mc-auth-foot {
	margin-top: 12px !important;
}

 .mc-site-shell .mc-portal-login,
.mc-portal-login,
body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-portal-login,
body.mc-managed-page .mc-site-shell .mc-portal-login {
	display: grid !important;
	place-items: center !important;
	min-height: calc(100vh - 160px) !important;
	margin: 0 auto !important;
	width: min(760px, 100%) !important;
}

 .mc-portal-login .mc-auth-card,
body.mc-managed-page .mc-site-shell .mc-portal-login .mc-auth-card,
body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-portal-login,
body.mc-managed-page .mc-site-shell .mc-auth-login-redirect .mc-auth-card,
.mc-auth-login-redirect .mc-auth-card,
body.mc-managed-page .mc-site-shell .mc-auth-shell .mc-auth-card {
	background: rgba(255, 255, 255, 0.97) !important;
	border: 1px solid #c8d8ea !important;
}

.mc-auth-shell input::placeholder,
.mc-auth-shell textarea::placeholder,
.mc-auth-shell input::-webkit-input-placeholder,
.mc-auth-shell textarea::-webkit-input-placeholder,
.mc-auth-shell input::-moz-placeholder,
.mc-auth-shell textarea::-moz-placeholder,
.mc-auth-shell input:-ms-input-placeholder,
.mc-auth-shell textarea:-ms-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input::-webkit-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input::-moz-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input:-ms-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell input::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea::placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea::-webkit-input-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea::-moz-placeholder,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea:-ms-input-placeholder {
	color: #4a6280 !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #4a6280 !important;
}

.mc-auth-shell input,
.mc-auth-shell textarea,
.mc-auth-shell select,
.mc-auth-shell .input,
body.mc-managed-page .mc-site-shell .mc-auth-shell input,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea,
body.mc-managed-page .mc-site-shell .mc-auth-shell select,
body.mc-managed-page .mc-site-shell .mc-auth-shell .input {
	color: #0f223a !important;
	-webkit-text-fill-color: #0f223a !important;
	background: #ffffff !important;
	border-color: #bfd1e6 !important;
}

.mc-auth-shell input:-webkit-autofill,
.mc-auth-shell input:-webkit-autofill:focus,
.mc-auth-shell input:-webkit-autofill:hover,
.mc-auth-shell textarea:-webkit-autofill,
.mc-auth-shell textarea:-webkit-autofill:focus,
.mc-auth-shell textarea:-webkit-autofill:hover,
body.mc-managed-page .mc-site-shell .mc-auth-shell input:-webkit-autofill,
body.mc-managed-page .mc-site-shell .mc-auth-shell input:-webkit-autofill:focus,
body.mc-managed-page .mc-site-shell .mc-auth-shell input:-webkit-autofill:hover,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea:-webkit-autofill,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea:-webkit-autofill:focus,
body.mc-managed-page .mc-site-shell .mc-auth-shell textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: #0f223a !important;
	transition: background-color 5000s ease-in-out 0s !important;
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
}

@media (max-width: 760px) {
	.mc-auth-login-redirect,
	.mc-portal-login,
	body.mc-managed-page .mc-site-shell .mc-auth-login-redirect,
	body.mc-managed-page .mc-site-shell .mc-portal-login {
		width: 100% !important;
	}
}

