/**
 * ServLoom premium inner pages — look & feel only.
 * Content unchanged. Demo form (.mountsol-demo-onboarding / fluent-demo) intentionally untouched.
 */

/* ——— Shared section rhythm ——— */
body:not(.home) .mountsol-inner {
	padding: clamp(3.5rem, 6vw, 5.5rem) 0;
	position: relative;
}

body:not(.home) .mountsol-inner__title {
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--navy, #08214a);
	margin-bottom: 1rem;
}

body:not(.home) .mountsol-inner__lede {
	margin: 0 auto 2.75rem;
	color: var(--graphite, #49576a);
	font-size: 1.0625rem;
	line-height: 1.65;
}

body:not(.home) .mountsol-inner--alt {
	background:
		radial-gradient(900px 320px at 10% 0%, rgb(31 123 255 / 0.06), transparent 60%),
		radial-gradient(700px 280px at 90% 100%, rgb(23 195 200 / 0.07), transparent 55%),
		var(--cloud, #f4f6f8);
	border: 0;
}

body:not(.home) .mountsol-inner--band-card {
	background: #fff;
	border-color: rgb(8 33 74 / 0.06);
}

/* ——— Simple hero (all marketing pages) ——— */
.mountsol-simple-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem);
	margin-top: calc(-1 * var(--header-offset));
	overflow: hidden;
	background:
		linear-gradient(135deg, rgb(8 33 74 / 0.92) 0%, rgb(8 33 74 / 0.78) 45%, rgb(15 55 120 / 0.72) 100%),
		url("../images/fixano/quality-bg.jpg") center/cover no-repeat;
}

.mountsol-simple-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(to right, rgb(255 255 255 / 0.045) 1px, transparent 1px),
		linear-gradient(to bottom, rgb(255 255 255 / 0.045) 1px, transparent 1px);
	background-size: 40px 40px;
	mask-image: linear-gradient(180deg, #000 20%, transparent 95%);
	pointer-events: none;
}

.mountsol-simple-hero::after {
	content: "";
	position: absolute;
	width: min(42vw, 520px);
	height: min(42vw, 520px);
	right: -8%;
	top: -18%;
	border-radius: 50%;
	background: radial-gradient(circle, rgb(31 123 255 / 0.35), transparent 68%);
	filter: blur(10px);
	pointer-events: none;
	z-index: 0;
}

.mountsol-simple-hero__glow {
	position: absolute;
	width: min(38vw, 440px);
	height: min(38vw, 440px);
	left: -10%;
	bottom: -28%;
	border-radius: 50%;
	background: radial-gradient(circle, rgb(23 195 200 / 0.28), transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.mountsol-simple-hero__inner {
	position: relative;
	z-index: 1;
	max-width: var(--container, 72rem);
	margin-inline: auto;
	padding-inline: 1.25rem;
	padding-top: var(--header-offset);
	text-align: center;
}

.mountsol-simple-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.15rem;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	background: rgb(255 255 255 / 0.1);
	border: 1px solid rgb(255 255 255 / 0.16);
	backdrop-filter: blur(8px);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #17c3c8;
}

.mountsol-simple-hero__title {
	margin: 0 auto 1.25rem;
	max-width: 18ch;
	font-family: "Poppins", system-ui, sans-serif;
	font-size: clamp(2.1rem, 5vw, 3.65rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #fff;
	text-wrap: balance;
}

.mountsol-simple-hero__desc {
	margin: 0 auto;
	max-width: 38rem;
	font-size: clamp(1.02rem, 1.6vw, 1.2rem);
	line-height: 1.65;
	color: rgb(255 255 255 / 0.78);
}

/* ——— Feature / product / solution heroes ——— */
.mountsol-feature-hero,
.mountsol-industry-hero {
	position: relative;
	isolation: isolate;
	margin-top: calc(-1 * var(--header-offset));
	padding: clamp(4.5rem, 8vw, 6.5rem) 0 clamp(3.5rem, 6vw, 5rem);
	overflow: hidden;
	background:
		linear-gradient(120deg, rgb(8 33 74 / 0.94) 0%, rgb(8 33 74 / 0.82) 55%, rgb(31 123 255 / 0.55) 100%),
		url("../images/fixano/about-builder.jpg") center/cover no-repeat;
}

.mountsol-industry-hero {
	background:
		linear-gradient(135deg, rgb(8 33 74 / 0.93) 0%, rgb(8 33 74 / 0.78) 50%, rgb(23 195 200 / 0.45) 100%),
		url("../images/fixano/industry-1.jpg") center/cover no-repeat;
}

.mountsol-feature-hero::before,
.mountsol-industry-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(to right, rgb(255 255 255 / 0.04) 1px, transparent 1px),
		linear-gradient(to bottom, rgb(255 255 255 / 0.04) 1px, transparent 1px);
	background-size: 36px 36px;
	pointer-events: none;
	opacity: 0.7;
}

.mountsol-feature-hero__inner,
.mountsol-industry-hero .container {
	position: relative;
	z-index: 1;
	padding-top: var(--header-offset);
}

.mountsol-feature-hero__eyebrow,
.mountsol-industry-hero__eyebrow {
	display: inline-flex;
	margin-bottom: 1rem;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	background: rgb(255 255 255 / 0.1);
	border: 1px solid rgb(255 255 255 / 0.14);
	color: #17c3c8 !important;
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mountsol-feature-hero__title,
.mountsol-industry-hero__title {
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #fff !important;
}

.mountsol-feature-hero__desc,
.mountsol-industry-hero__desc {
	color: rgb(255 255 255 / 0.78) !important;
}

.mountsol-feature-hero__link,
.mountsol-industry-hero__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.35rem;
	padding: 0.7rem 1.15rem;
	border-radius: 999px;
	background: #1f7bff;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 12px 28px -12px rgb(31 123 255 / 0.7);
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mountsol-feature-hero__link:hover,
.mountsol-industry-hero__link:hover {
	background: #0b63e6;
	transform: translateY(-2px);
	color: #fff !important;
}

.mountsol-feature-hero__mark,
.mountsol-industry-hero__icon {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 5rem !important;
	height: 5rem !important;
	border-radius: 1.25rem !important;
	background: rgb(255 255 255 / 0.12) !important;
	border: 1px solid rgb(255 255 255 / 0.18);
	backdrop-filter: blur(10px);
	color: #fff !important;
	box-shadow: 0 20px 40px -20px rgb(0 0 0 / 0.45);
}

/* ——— Feature / industry / product cards ——— */
.mountsol-feature-card__inner,
.mountsol-tile,
.mountsol-prose-card,
.mountsol-contact-card,
.mountsol-resource-card,
.mountsol-industry-feature__card {
	border: 1px solid rgb(8 33 74 / 0.08) !important;
	border-radius: 1.15rem !important;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(145deg, rgb(31 123 255 / 0.12), rgb(23 195 200 / 0.08), transparent 55%) border-box;
	box-shadow: 0 10px 30px -22px rgb(8 33 74 / 0.35) !important;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}

.mountsol-feature-card__inner {
	padding: 1.65rem 1.5rem 1.4rem !important;
	overflow: hidden;
}

.mountsol-feature-card__inner::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #1f7bff, #17c3c8);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.mountsol-feature-card:hover .mountsol-feature-card__inner,
.mountsol-tile:hover,
.mountsol-prose-card:hover,
.mountsol-contact-card:hover,
.mountsol-resource-card:hover,
.mountsol-industry-feature:hover .mountsol-industry-feature__card {
	transform: translateY(-6px) !important;
	border-color: rgb(31 123 255 / 0.28) !important;
	box-shadow: 0 24px 48px -24px rgb(8 33 74 / 0.4) !important;
}

.mountsol-feature-card:hover .mountsol-feature-card__inner::before {
	opacity: 1;
}

.mountsol-feature-card__icon {
	width: 3.15rem !important;
	height: 3.15rem !important;
	border-radius: 0.9rem !important;
	background: linear-gradient(145deg, #08214a, #0f3a7a) !important;
	color: #fff !important;
	box-shadow: 0 10px 22px -12px rgb(8 33 74 / 0.65);
}

.mountsol-feature-card:hover .mountsol-feature-card__icon {
	background: linear-gradient(145deg, #1f7bff, #17c3c8) !important;
}

.mountsol-feature-card__title,
.mountsol-tile__title,
.mountsol-prose-card__title,
.mountsol-resource-card__title,
.mountsol-value-title {
	font-family: "Poppins", system-ui, sans-serif;
	color: var(--navy, #08214a);
	letter-spacing: -0.015em;
}

.mountsol-feature-card:hover .mountsol-feature-card__title,
.mountsol-resource-card:hover .mountsol-resource-card__title {
	color: #1f7bff !important;
}

.mountsol-feature-card__more {
	opacity: 1 !important;
	color: #1f7bff !important;
}

/* ——— Contact / support cards ——— */
.mountsol-contact-card {
	padding: 2.1rem 1.6rem !important;
	text-align: center;
}

.mountsol-contact-card__icon {
	width: 3.75rem !important;
	height: 3.75rem !important;
	border-radius: 1rem !important;
	background: linear-gradient(145deg, rgb(31 123 255 / 0.12), rgb(23 195 200 / 0.14)) !important;
	color: #08214a !important;
	border: 1px solid rgb(31 123 255 / 0.12);
}

.mountsol-contact-card__icon-svg {
	color: #1f7bff !important;
}

.mountsol-contact-card h3 {
	font-family: "Poppins", system-ui, sans-serif;
	color: var(--navy, #08214a);
}

.mountsol-contact-card a {
	color: #1f7bff;
	font-weight: 600;
}

/* ——— FAQ / details ——— */
.mountsol-details {
	border: 1px solid rgb(8 33 74 / 0.08) !important;
	border-radius: 1rem !important;
	padding: 1.15rem 1.35rem !important;
	background: #fff !important;
	box-shadow: 0 8px 24px -20px rgb(8 33 74 / 0.35);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

.mountsol-details:hover {
	border-color: rgb(31 123 255 / 0.28) !important;
	box-shadow: 0 18px 36px -24px rgb(8 33 74 / 0.4) !important;
	transform: translateY(-2px);
}

.mountsol-details summary {
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 600;
	color: var(--navy, #08214a);
	gap: 1rem;
}

.mountsol-details summary span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: var(--cloud, #f4f6f8);
	color: #1f7bff;
	font-size: 0.65rem;
}

.mountsol-details--pricing {
	background: #fff;
}

/* ——— About / values ——— */
.mountsol-prose-card--wide {
	padding: clamp(1.75rem, 3vw, 2.35rem) !important;
}

.mountsol-values-grid > div {
	padding: 1.15rem 1.1rem;
	border-radius: 0.95rem;
	background: var(--cloud, #f4f6f8);
	border: 1px solid rgb(8 33 74 / 0.05);
	height: 100%;
}

.mountsol-about-team {
	text-align: center;
}

.mountsol-about-team__body {
	max-width: 42rem;
	margin-inline: auto;
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--graphite, #49576a);
}

/* ——— Help columns ——— */
.two-col-help > div {
	padding: 1.75rem 1.5rem;
	border-radius: 1.15rem;
	background: #fff;
	border: 1px solid rgb(8 33 74 / 0.08);
	box-shadow: 0 12px 30px -24px rgb(8 33 74 / 0.35);
	height: 100%;
}

.two-col-help .mountsol-h3-reset {
	font-family: "Poppins", system-ui, sans-serif;
	color: var(--navy, #08214a);
	margin-bottom: 0.65rem;
}

/* ——— Resources ——— */
.mountsol-resources-block__title,
.mountsol-resources-mid__title {
	font-family: "Poppins", system-ui, sans-serif;
	color: var(--navy, #08214a);
	letter-spacing: -0.02em;
}

.mountsol-resource-card__faux-link {
	color: #1f7bff !important;
}

.mountsol-resource-card__meta {
	color: #17c3c8 !important;
}

.mountsol-resources-blog-sidebar {
	border-radius: 1.15rem !important;
	background:
		radial-gradient(400px 180px at 0% 0%, rgb(31 123 255 / 0.08), transparent 60%),
		var(--cloud, #f4f6f8) !important;
	border-color: rgb(8 33 74 / 0.08) !important;
}

.mountsol-inline-link-arrow {
	color: #1f7bff !important;
}

.mountsol-inline-link-arrow:hover {
	color: #0b63e6 !important;
}

/* ——— Pricing page cards ——— */
.mountsol-pricing-cards-wrap {
	padding-top: 1.5rem;
}

.mountsol-pricing-grid {
	gap: 1.75rem !important;
}

.mountsol-pricing-card {
	border-radius: 1.35rem !important;
	border: 1px solid rgb(8 33 74 / 0.08) !important;
	box-shadow: 0 16px 40px -28px rgb(8 33 74 / 0.45) !important;
	overflow: hidden;
	background: #fff;
}

.mountsol-pricing-card:hover {
	border-color: rgb(31 123 255 / 0.28) !important;
	box-shadow: 0 28px 56px -28px rgb(8 33 74 / 0.45) !important;
	transform: translateY(-6px) !important;
}

.mountsol-pricing-card--featured {
	background: linear-gradient(165deg, #08214a 0%, #0d3a7c 55%, #0a2b5c 100%) !important;
	border-color: transparent !important;
	box-shadow: 0 30px 60px -28px rgb(8 33 74 / 0.65) !important;
	color: #fff;
}

@media (min-width: 1024px) {
	.mountsol-pricing-card--featured {
		transform: scale(1.04);
		z-index: 2;
	}
	.mountsol-pricing-card--featured:hover {
		transform: scale(1.04) translateY(-4px) !important;
	}
}

.mountsol-pricing-badge {
	font-family: "Poppins", system-ui, sans-serif;
}

.mountsol-pricing-badge--accent {
	background: linear-gradient(90deg, #1f7bff, #17c3c8) !important;
}

.mountsol-pricing-card__icon {
	background: rgb(31 123 255 / 0.12) !important;
	color: #1f7bff !important;
	border-radius: 0.85rem !important;
}

.mountsol-pricing-card__icon--inv,
.mountsol-pricing-card--featured .mountsol-pricing-card__icon {
	background: rgb(255 255 255 / 0.12) !important;
	color: #f6b233 !important;
}

.mountsol-pricing-card__name {
	font-family: "Poppins", system-ui, sans-serif;
	letter-spacing: -0.01em;
}

.mountsol-pricing-card__amount {
	font-family: "Poppins", system-ui, sans-serif;
	letter-spacing: -0.03em;
}

.mountsol-pricing-card--featured .mountsol-pricing-card__period {
	color: rgb(255 255 255 / 0.72) !important;
}

.mountsol-pricing-card__cta {
	border-radius: 999px !important;
	font-weight: 600;
}

.mountsol-pricing-card__cta--on-dark {
	background: #fff !important;
	color: #08214a !important;
}

.mountsol-pricing-card__cta--on-dark:hover {
	background: #f6b233 !important;
	color: #08214a !important;
}

.mountsol-pricing-check {
	background: rgb(31 123 255 / 0.12);
	color: #1f7bff;
	border-radius: 999px;
}

.mountsol-pricing-check--inv {
	background: rgb(246 178 51 / 0.18) !important;
	color: #f6b233 !important;
}

/* Comparison table */
.mountsol-compare-section {
	background: linear-gradient(180deg, #f4f7fb 0%, #fff 42%) !important;
	padding-top: 2.5rem !important;
	padding-bottom: 3rem !important;
}

.mountsol-compare-inner {
	max-width: 58rem !important;
}

.mountsol-compare-intro {
	text-align: center;
	margin-bottom: 0.25rem;
}

.mountsol-compare-intro__eyebrow {
	margin: 0 0 0.45rem;
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1f7bff;
}

.mountsol-compare-intro .mountsol-inner__title {
	margin-bottom: 0.55rem !important;
	font-family: "Poppins", system-ui, sans-serif;
	letter-spacing: -0.02em;
}

.mountsol-compare-intro__lede {
	max-width: 34rem;
	margin-inline: auto !important;
	color: #49576a !important;
}

.mountsol-compare-scroll {
	margin-top: 1.75rem !important;
	padding: 0.15rem 0 0.35rem;
	border-radius: 1.25rem;
	background: transparent;
}

.mountsol-compare-table {
	width: 100%;
	min-width: 40rem;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	font-size: 0.9rem;
	border-radius: 1.25rem !important;
	overflow: hidden;
	border: 1px solid rgb(8 33 74 / 0.08) !important;
	box-shadow: 0 22px 50px -32px rgb(8 33 74 / 0.45) !important;
	background: #fff !important;
}

.mountsol-compare-table th,
.mountsol-compare-table td {
	padding: 0.95rem 1.1rem !important;
	border: none !important;
	border-bottom: 1px solid rgb(8 33 74 / 0.07) !important;
	text-align: left;
	vertical-align: middle;
}

.mountsol-compare-table thead th {
	background: linear-gradient(180deg, #08214a 0%, #0a2d5c 100%) !important;
	color: #fff !important;
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.72rem !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding-top: 1.1rem !important;
	padding-bottom: 1.1rem !important;
}

.mountsol-compare-table__feature-col {
	width: 42%;
}

.mountsol-compare-table__plan-col {
	width: 19.33%;
	text-align: center !important;
}

.mountsol-compare-table thead .mountsol-compare-table__highlight {
	background: linear-gradient(180deg, #0d3a7c 0%, #1f7bff 100%) !important;
	position: relative;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12);
}

.mountsol-compare-table__plan-label {
	display: block;
}

.mountsol-compare-table__plan-badge {
	display: inline-block;
	margin-top: 0.35rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgb(246 178 51 / 0.95);
	color: #08214a;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
}

.mountsol-compare-table tbody tr:last-child td {
	border-bottom: none !important;
}

.mountsol-compare-table__feature-name {
	font-weight: 600;
	color: #08214a;
	line-height: 1.45;
}

.mountsol-compare-table tbody tr {
	transition: background 0.2s ease;
}

.mountsol-compare-table tbody tr:nth-child(even) td {
	background: rgb(248 250 252 / 0.85) !important;
}

.mountsol-compare-table tbody tr:hover td {
	background: rgb(31 123 255 / 0.04) !important;
}

.mountsol-compare-table tbody tr:hover td.mountsol-compare-table__highlight {
	background: rgb(31 123 255 / 0.1) !important;
}

.mountsol-compare-table__highlight {
	background: rgb(31 123 255 / 0.06) !important;
	box-shadow: inset 1px 0 0 rgb(31 123 255 / 0.1), inset -1px 0 0 rgb(31 123 255 / 0.1);
}

.mountsol-compare-table tbody tr:nth-child(even) td.mountsol-compare-table__highlight {
	background: rgb(31 123 255 / 0.09) !important;
}

.mountsol-compare-table__cell-center {
	text-align: center !important;
}

.mountsol-compare-yes {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: rgb(22 163 74 / 0.12);
	color: #16a34a;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.65);
}

.mountsol-compare-table__highlight .mountsol-compare-yes {
	background: rgb(22 163 74 / 0.16);
	color: #15803d;
}

.mountsol-compare-no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	color: #94a3b8;
	font-size: 0.95rem;
	font-weight: 500;
	background: rgb(148 163 184 / 0.1);
}

@media (max-width: 767px) {
	.mountsol-compare-section {
		padding-top: 2rem !important;
		padding-bottom: 2.25rem !important;
	}

	.mountsol-compare-scroll {
		margin-inline: -0.25rem;
		padding-inline: 0.25rem;
	}

	.mountsol-compare-table {
		min-width: 34rem;
		font-size: 0.82rem;
	}

	.mountsol-compare-table th,
	.mountsol-compare-table td {
		padding: 0.8rem 0.75rem !important;
	}

	.mountsol-compare-table__plan-badge {
		font-size: 0.52rem;
	}
}

/* ROI calculator */
.mountsol-roi-calculator__field input {
	border-radius: 0.75rem !important;
	border-color: rgb(8 33 74 / 0.12) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mountsol-roi-calculator__field input:focus {
	outline: none;
	border-color: #1f7bff !important;
	box-shadow: 0 0 0 3px rgb(31 123 255 / 0.15);
}

.mountsol-roi-calculator__result {
	border-radius: 1rem !important;
	background: linear-gradient(145deg, #08214a, #0f3a7a) !important;
	border: 0 !important;
	color: #fff;
}

.mountsol-roi-calculator__result-label {
	color: rgb(255 255 255 / 0.7) !important;
}

.mountsol-roi-calculator__result-value {
	color: #fff !important;
}

/* ——— Login ——— */
.mountsol-login-wrap {
	background:
		linear-gradient(135deg, rgb(8 33 74 / 0.94), rgb(15 55 120 / 0.85)),
		url("../images/fixano/quality-bg.jpg") center/cover no-repeat !important;
}

.mountsol-login-card {
	border-radius: 1.35rem !important;
	border: 1px solid rgb(8 33 74 / 0.06);
	box-shadow: 0 30px 60px -28px rgb(8 33 74 / 0.55) !important;
}

.mountsol-login-card h1 {
	font-family: "Poppins", system-ui, sans-serif;
	color: var(--navy, #08214a);
}

/* ——— Default WP page ——— */
.page-header .page-title {
	font-family: "Poppins", system-ui, sans-serif;
	color: var(--navy, #08214a);
	letter-spacing: -0.02em;
}

.mountsol-section {
	padding: clamp(3rem, 5vw, 4.5rem) 0;
}

/* ——— Contact form wrap (NOT demo form) ——— */
.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) {
	padding: clamp(1.5rem, 3vw, 2rem);
	border-radius: 1.25rem;
	background: #fff;
	border: 1px solid rgb(8 33 74 / 0.08);
	box-shadow: 0 18px 40px -28px rgb(8 33 74 / 0.4);
}

.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) .ff-el-form-control,
.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) input[type="text"],
.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) input[type="email"],
.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) input[type="tel"],
.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) textarea,
.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) select {
	border-radius: 0.75rem !important;
	border-color: rgb(8 33 74 / 0.12) !important;
}

.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) .ff-btn-submit,
.mountsol-form-wrap:not(.mountsol-form-wrap--fluent-demo) button[type="submit"] {
	border-radius: 999px !important;
	background: linear-gradient(90deg, #1f7bff, #0b63e6) !important;
	border: 0 !important;
	font-weight: 600 !important;
	box-shadow: 0 12px 28px -14px rgb(31 123 255 / 0.7);
}

/* ——— Buttons on inner pages ——— */
body:not(.home):not(.mountsol-demo-onboarding-page) .btn--outline {
	border-radius: 999px;
	border-color: rgb(8 33 74 / 0.18);
	color: var(--navy, #08214a);
	font-weight: 600;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body:not(.home):not(.mountsol-demo-onboarding-page) .btn--outline:hover {
	background: #08214a;
	border-color: #08214a;
	color: #fff;
	transform: translateY(-1px);
}

/* Industry feature link grids */
.mountsol-feature-link-grid a {
	border-radius: 999px;
	padding: 0.55rem 1rem;
	background: #fff;
	border: 1px solid rgb(8 33 74 / 0.1);
	color: var(--navy, #08214a);
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mountsol-feature-link-grid a:hover {
	background: #1f7bff;
	border-color: #1f7bff;
	color: #fff;
	transform: translateY(-2px);
}

/* Soft entrance */
@media (prefers-reduced-motion: no-preference) {
	.mountsol-simple-hero__eyebrow,
	.mountsol-simple-hero__title,
	.mountsol-simple-hero__desc {
		animation: sl-hero-rise 0.7s ease both;
	}
	.mountsol-simple-hero__title { animation-delay: 0.08s; }
	.mountsol-simple-hero__desc { animation-delay: 0.16s; }

	.mountsol-feature-card,
	.mountsol-contact-card,
	.mountsol-resource-card,
	.mountsol-pricing-card,
	.mountsol-prose-card,
	.mountsol-tile {
		animation: sl-card-rise 0.55s ease both;
	}
}

@keyframes sl-hero-rise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes sl-card-rise {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
	.mountsol-simple-hero__title {
		max-width: none;
	}
	.mountsol-pricing-card--featured {
		transform: none !important;
	}
}

/* =========================================================
   Fix invisible stats labels + premium Key Benefits
   ========================================================= */

/* Legacy stats forced onto light bg by brand.css — restore readable colors */
.mountsol-home-stat__label {
	color: #08214a !important;
	-webkit-text-fill-color: #08214a !important;
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.05rem !important;
}

.mountsol-home-stat__desc {
	color: #49576a !important;
	-webkit-text-fill-color: #49576a !important;
	font-size: 0.92rem !important;
	line-height: 1.55 !important;
}

.mountsol-home-section--gradient .mountsol-home-section__title--white,
.mountsol-home-section--gradient .mountsol-home-section__title {
	color: #08214a !important;
	-webkit-text-fill-color: #08214a !important;
}

.mountsol-home-section--gradient .mountsol-home-section__lede--muted-white,
.mountsol-home-section--gradient .mountsol-home-section__lede {
	color: #49576a !important;
	-webkit-text-fill-color: #49576a !important;
}

.mountsol-home-stat {
	padding: 1.75rem 1.35rem !important;
	border-radius: 1.2rem !important;
	border: 1px solid rgb(8 33 74 / 0.08) !important;
	background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%) !important;
	box-shadow: 0 16px 36px rgb(8 33 74 / 0.08) !important;
	text-align: left !important;
}

.mountsol-home-stat__value {
	color: #1f7bff !important;
	-webkit-text-fill-color: #1f7bff !important;
	font-family: "Poppins", system-ui, sans-serif !important;
	background: none !important;
}

/* Inner-page stats using fx-results */
.fx-results--inner {
	padding: 4rem 0;
	background:
		radial-gradient(ellipse 50% 60% at 8% 0%, rgb(31 123 255 / 0.07), transparent 55%),
		radial-gradient(ellipse 40% 50% at 92% 30%, rgb(23 195 200 / 0.08), transparent 50%),
		#f4f6f8;
}

.fx-results__grid[style*="--cols: 3"],
.fx-results--inner .fx-results__grid {
	grid-template-columns: 1fr;
}
@media (min-width: 700px) {
	.fx-results__grid[style*="--cols: 3"],
	.fx-results--inner .fx-results__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {
	.fx-results--inner .fx-results__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.fx-results--inner .fx-results__grid[style*="--cols: 4"] {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.fx-results__label {
	color: #08214a !important;
	-webkit-text-fill-color: #08214a !important;
}
.fx-results__desc {
	color: #49576a !important;
	-webkit-text-fill-color: #49576a !important;
}
.fx-results__value {
	color: #1f7bff;
	-webkit-text-fill-color: transparent;
}

/* Key Benefits premium grid */
.mountsol-benefits {
	background:
		radial-gradient(700px 260px at 50% 0%, rgb(31 123 255 / 0.05), transparent 60%),
		#fff;
}

.mountsol-benefits__grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 700px) {
	.mountsol-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.mountsol-benefit-card {
	position: relative;
	height: 100%;
	padding: 1.65rem 1.45rem 1.5rem 1.45rem;
	border-radius: 1.2rem;
	background: #fff;
	border: 1px solid rgb(8 33 74 / 0.08);
	box-shadow: 0 14px 34px -24px rgb(8 33 74 / 0.45);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mountsol-benefit-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #1f7bff, #17c3c8);
}

.mountsol-benefit-card:hover {
	transform: translateY(-5px);
	border-color: rgb(31 123 255 / 0.25);
	box-shadow: 0 24px 48px -24px rgb(8 33 74 / 0.4);
}

.mountsol-benefit-card__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	margin-bottom: 0.9rem;
	padding: 0 0.55rem;
	border-radius: 0.75rem;
	background: linear-gradient(145deg, rgb(31 123 255 / 0.12), rgb(23 195 200 / 0.14));
	color: #1f7bff;
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
}

.mountsol-benefit-card .mountsol-prose-card__title {
	margin: 0 0 0.55rem;
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1.12rem;
	font-weight: 700;
	color: #08214a !important;
	-webkit-text-fill-color: #08214a !important;
	letter-spacing: -0.015em;
}

.mountsol-benefit-card .mountsol-prose-card__text {
	margin: 0;
	color: #49576a !important;
	-webkit-text-fill-color: #49576a !important;
	font-size: 0.98rem;
	line-height: 1.6;
}

.mountsol-about-team__body {
	color: #49576a !important;
	-webkit-text-fill-color: #49576a !important;
	font-size: 1.08rem !important;
	line-height: 1.7 !important;
}

.mountsol-prose-card__text {
	color: #49576a !important;
	-webkit-text-fill-color: #49576a !important;
}

.mountsol-prose-card__title {
	color: #08214a !important;
	-webkit-text-fill-color: #08214a !important;
}

/* =========================================================
   Pricing cards — fold / unfold feature details
   ========================================================= */

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-grid {
	align-items: start !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card {
	display: flex;
	flex-direction: column;
	height: auto;
	align-self: start;
}

/* Equal height only while collapsed — opening one plan won't stretch the others */
.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card:not(:has(.mountsol-pricing-details[open])) {
	min-height: 21.75rem;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card:has(.mountsol-pricing-details[open]) .mountsol-pricing-card__head {
	flex: 0 0 auto;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card--featured,
.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card--featured:hover {
	transform: none !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card:hover {
	transform: translateY(-4px) !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__head {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1.65rem 1.35rem 1.15rem !important;
	padding-top: 2rem !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card--featured .mountsol-pricing-card__head {
	padding-top: 2rem !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__intro {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__name-row {
	margin-bottom: 0.65rem !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__desc {
	flex: 1;
	margin: 0 !important;
	min-height: 2.85rem;
	font-size: 0.9rem !important;
	line-height: 1.45 !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__actions {
	margin-top: auto;
	padding-top: 1rem;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__price {
	margin-bottom: 0.85rem !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__cta {
	min-height: 2.75rem;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__body {
	flex-shrink: 0;
	margin-top: auto;
	padding: 0 1rem 1rem !important;
	border-top: none !important;
	background: transparent !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card--featured .mountsol-pricing-card__body {
	background: transparent !important;
	border-top: none !important;
}

.mountsol-pricing-details {
	margin: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}

.mountsol-pricing-details summary {
	display: block;
	padding: 0;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.mountsol-pricing-details summary::-webkit-details-marker {
	display: none;
}

.mountsol-pricing-details__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	width: 100%;
	min-height: 2.85rem;
	padding: 0.55rem 0.55rem 0.55rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgb(8 33 74 / 0.1);
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	box-shadow:
		0 1px 2px rgb(8 33 74 / 0.05),
		inset 0 1px 0 rgb(255 255 255 / 0.9);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #08214a;
	transition:
		border-color 0.22s ease,
		background 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease,
		color 0.22s ease;
}

.mountsol-pricing-card--featured .mountsol-pricing-details__btn {
	border-color: rgb(255 255 255 / 0.18);
	background: linear-gradient(180deg, rgb(255 255 255 / 0.14) 0%, rgb(255 255 255 / 0.06) 100%);
	box-shadow:
		0 8px 20px -14px rgb(0 0 0 / 0.45),
		inset 0 1px 0 rgb(255 255 255 / 0.12);
	color: #fff;
	backdrop-filter: blur(6px);
}

.mountsol-pricing-details summary:hover .mountsol-pricing-details__btn {
	border-color: rgb(31 123 255 / 0.35);
	background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
	box-shadow:
		0 10px 22px -14px rgb(31 123 255 / 0.35),
		inset 0 1px 0 rgb(255 255 255 / 0.95);
	transform: translateY(-1px);
}

.mountsol-pricing-card--featured .mountsol-pricing-details summary:hover .mountsol-pricing-details__btn {
	border-color: rgb(246 178 51 / 0.45);
	background: linear-gradient(180deg, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0.08) 100%);
	box-shadow:
		0 12px 24px -14px rgb(0 0 0 / 0.5),
		inset 0 1px 0 rgb(255 255 255 / 0.16);
}

.mountsol-pricing-details[open] summary .mountsol-pricing-details__btn {
	border-color: rgb(31 123 255 / 0.42);
	background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%);
	color: #0b63e6;
	box-shadow:
		0 0 0 3px rgb(31 123 255 / 0.1),
		0 10px 22px -14px rgb(31 123 255 / 0.28);
}

.mountsol-pricing-card--featured .mountsol-pricing-details[open] summary .mountsol-pricing-details__btn {
	border-color: rgb(246 178 51 / 0.55);
	background: linear-gradient(180deg, rgb(246 178 51 / 0.22) 0%, rgb(246 178 51 / 0.1) 100%);
	color: #fff;
	box-shadow:
		0 0 0 3px rgb(246 178 51 / 0.12),
		0 12px 24px -14px rgb(0 0 0 / 0.45);
}

.mountsol-pricing-details__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 999px;
	flex-shrink: 0;
	background: rgb(31 123 255 / 0.1);
	color: #1f7bff;
	transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.mountsol-pricing-card--featured .mountsol-pricing-details__icon {
	background: rgb(246 178 51 / 0.18);
	color: #f6b233;
}

.mountsol-pricing-details__label {
	flex: 1;
	text-align: left;
	line-height: 1.2;
}

.mountsol-pricing-details__chev {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	flex-shrink: 0;
	background: #1f7bff;
	color: #fff;
	box-shadow: 0 6px 14px -8px rgb(31 123 255 / 0.65);
	transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.mountsol-pricing-card--featured .mountsol-pricing-details__chev {
	background: #f6b233;
	color: #08214a;
	box-shadow: 0 6px 14px -8px rgb(246 178 51 / 0.55);
}

.mountsol-pricing-details[open] summary .mountsol-pricing-details__chev {
	transform: rotate(180deg);
	background: #08214a;
	color: #fff;
	box-shadow: 0 6px 14px -8px rgb(8 33 74 / 0.45);
}

.mountsol-pricing-card--featured .mountsol-pricing-details[open] summary .mountsol-pricing-details__chev {
	background: #fff;
	color: #08214a;
}

.mountsol-pricing-details[open] summary .mountsol-pricing-details__icon {
	background: rgb(31 123 255 / 0.16);
	color: #1f7bff;
}

.mountsol-pricing-card--featured .mountsol-pricing-details[open] summary .mountsol-pricing-details__icon {
	background: rgb(255 255 255 / 0.16);
	color: #f6b233;
}

.mountsol-pricing-details[open] summary {
	border-bottom: none;
}

.mountsol-pricing-details__content {
	margin-top: 0.75rem;
	padding: 0.85rem 1rem 1.1rem;
	border-radius: 1rem;
	border: 1px solid rgb(8 33 74 / 0.08);
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.85);
	animation: sl-pricing-unfold 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.mountsol-pricing-card--featured .mountsol-pricing-details__content {
	border-color: rgb(255 255 255 / 0.12);
	background: linear-gradient(180deg, rgb(0 0 0 / 0.14) 0%, rgb(0 0 0 / 0.22) 100%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.06);
}

@keyframes sl-pricing-unfold {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-cat:first-child .mountsol-pricing-cat__title {
	margin-top: 0.35rem;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-cat__title {
	font-size: 0.72rem !important;
	letter-spacing: 0.07em !important;
}

.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-cat__list li {
	font-size: 0.8125rem !important;
	line-height: 1.4 !important;
}

@media (max-width: 767px) {
	.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card:not(:has(.mountsol-pricing-details[open])) {
		min-height: 0;
	}

	.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__head {
		padding: 1.35rem 1.1rem 1rem !important;
		padding-top: 1.75rem !important;
	}

	.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__desc {
		min-height: 2.6rem;
	}

	.mountsol-pricing-cards-wrap--accordion .mountsol-pricing-card__body {
		padding: 0 0.85rem 0.85rem !important;
	}

	.mountsol-pricing-details__btn {
		min-height: 2.65rem;
		padding: 0.45rem 0.45rem 0.45rem 0.7rem;
		font-size: 0.78rem;
	}

	.mountsol-pricing-details__icon {
		width: 1.65rem;
		height: 1.65rem;
	}

	.mountsol-pricing-details__icon svg {
		width: 14px;
		height: 14px;
	}

	.mountsol-pricing-details__chev {
		width: 1.85rem;
		height: 1.85rem;
	}

	.mountsol-pricing-details__content {
		margin-top: 0.6rem;
		padding: 0.7rem 0.85rem 0.95rem;
	}
}

/* Legal pages */
.mountsol-legal-page {
	padding-top: 0.5rem !important;
}

.mountsol-legal-page__updated {
	margin: 0 0 1.25rem;
	font-size: 0.85rem;
	color: #64748b;
	text-align: center;
}

.mountsol-legal-page__sections {
	display: grid;
	gap: 1rem;
}

.mountsol-legal-page__section .mountsol-prose-card__title {
	font-size: 1.15rem;
	margin-bottom: 0.55rem;
}

.mountsol-legal-page__section .mountsol-prose-card__text {
	margin: 0;
	line-height: 1.7;
	color: #334155;
}

