/*
 * SKYTECH M365 Estimator — front-end styles.
 * PLACEHOLDER. Replace with the verbatim CSS ported from
 * reference/estimator.html (keep the .sktc-m365 class names).
 */
.sktc-m365 {
	--sktc-fg: #1d2327;
	--sktc-muted: #646970;
	--sktc-accent: #2563eb;
	--sktc-border: #e2e4e7;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: var( --sktc-fg );
	max-width: 720px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid var( --sktc-border );
	border-radius: 12px;
	background: #fff;
}

.sktc-m365__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 600;
	color: var( --sktc-accent );
	margin: 0 0 4px;
}

.sktc-m365__title {
	font-size: 24px;
	margin: 0 0 4px;
}

.sktc-m365__sub {
	color: var( --sktc-muted );
	margin: 0 0 20px;
}

.sktc-m365__controls {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 160px, 1fr ) );
	gap: 12px;
	margin-bottom: 20px;
}

.sktc-m365__field {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 600;
	gap: 4px;
}

.sktc-m365__field input,
.sktc-m365__field select {
	padding: 8px 10px;
	border: 1px solid var( --sktc-border );
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400;
}

.sktc-m365__toggle {
	flex-direction: row;
	align-items: center;
}

.sktc-m365__rows {
	margin: 0 0 16px;
}

.sktc-m365__row {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid var( --sktc-border );
}

.sktc-m365__row.is-total {
	font-weight: 700;
	font-size: 18px;
	border-bottom: none;
}

.sktc-m365__row dt {
	color: var( --sktc-muted );
	margin: 0;
}

.sktc-m365__row dd {
	margin: 0;
	font-variant-numeric: tabular-nums;
}

.sktc-m365__cta {
	display: inline-block;
	background: var( --sktc-accent );
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
}

.sktc-m365__cta:hover {
	filter: brightness( 0.95 );
}

.sktc-m365__leadform {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.sktc-m365__leadform input,
.sktc-m365__leadform textarea {
	padding: 8px 10px;
	border: 1px solid var( --sktc-border );
	border-radius: 8px;
	font: inherit;
}

/* Honeypot: visually hidden but present in the DOM. */
.sktc-m365__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sktc-m365__msg {
	font-size: 13px;
	color: var( --sktc-muted );
	margin: 4px 0 0;
}
