.mushare-site {
	background: #f6f7fb;
	color: #111827;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
}

.mushare-site * {
	box-sizing: border-box;
}

.mushare-site a {
	color: #2563eb;
}

.mushare-site__nav,
.ms-nav,
.mushare-site__section,
.ms-section,
.ms-page-hero,
.mushare-site__hero,
.ms-hero,
.mushare-site__footer {
	margin: 0 auto;
	max-width: 1180px;
	padding: 32px 24px;
}

.mushare-site__nav,
.ms-nav {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.mushare-site__brand,
.ms-brand {
	color: #111827;
	font-size: 22px;
	font-weight: 800;
	text-decoration: none;
}

.mushare-site__links,
.ms-nav div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.mushare-site__links a,
.ms-nav a {
	color: #374151;
	text-decoration: none;
}

.mushare-site__hero,
.ms-hero {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	padding-bottom: 72px;
	padding-top: 72px;
}

.mushare-site__hero h1,
.ms-hero h1,
.ms-page-hero h1 {
	color: #111827;
	font-size: clamp(44px, 8vw, 84px);
	letter-spacing: 0;
	line-height: 1;
	margin: 12px 0 20px;
}

.mushare-site__hero p,
.ms-hero p,
.ms-page-hero p {
	color: #4b5563;
	font-size: 19px;
	margin: 0 0 28px;
	max-width: 680px;
}

.mushare-eyebrow,
.ms-pill {
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mushare-actions,
.ms-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mushare-button,
.ms-button {
	align-items: center;
	background: #2563eb;
	border: 1px solid #2563eb;
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	text-decoration: none;
}

.mushare-button--ghost,
.ms-button:not(.ms-button-primary) {
	background: #fff;
	border-color: #e5e7eb;
	color: #111827 !important;
}

.mushare-preview,
.ms-preview,
.mushare-card,
.mushare-price-card,
.ms-price {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(17, 24, 39, .08);
	color: #111827;
}

.mushare-preview,
.ms-preview {
	padding: 18px;
}

.mushare-preview__bar {
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	justify-content: space-between;
	margin: -4px 0 18px;
	padding-bottom: 14px;
}

.mushare-preview__grid,
.mushare-grid,
.mushare-pricing-grid,
.ms-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mushare-pricing-grid,
.ms-pricing {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mushare-card,
.mushare-price-card,
.ms-price,
.ms-grid article {
	padding: 20px;
}

.mushare-card h3,
.mushare-price-card h3,
.ms-price h2 {
	color: #111827;
	margin: 0 0 8px;
}

.mushare-card p,
.mushare-price-card p,
.mushare-price-card li,
.ms-price p,
.ms-price li,
.ms-muted {
	color: #6b7280;
}

.mushare-site__section h2,
.ms-section h2 {
	color: #111827;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 14px;
}

.mushare-site__section > p,
.ms-section > p {
	color: #4b5563;
	font-size: 18px;
	margin-bottom: 24px;
	max-width: 800px;
}

.mushare-price,
.ms-price strong {
	color: #111827;
	display: block;
	font-size: 34px;
	font-weight: 850;
	margin: 8px 0 12px;
}

.mushare-price-card ul,
.ms-price ul {
	margin: 18px 0;
	padding-left: 18px;
}

.mushare-site__footer {
	border-top: 1px solid #e5e7eb;
	color: #6b7280;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.mushare-site__hero,
	.ms-hero,
	.mushare-preview__grid,
	.mushare-grid,
	.mushare-pricing-grid,
	.ms-grid,
	.ms-pricing {
		grid-template-columns: 1fr;
	}

	.mushare-site__nav,
	.ms-nav {
		align-items: flex-start;
		flex-direction: column;
	}
}
