.scm-skm-form-wrap,
.scm-skm-form,
.scm-skm-form *,
.scm-skm-panel {
	box-sizing: border-box;
}

body.scm-skm-survey-page .elementor-location-header,
body.scm-skm-survey-page .site-header,
body.scm-skm-survey-page #masthead,
body.scm-skm-survey-page .main-header-bar,
body.scm-skm-survey-page .ast-primary-header-bar,
body.scm-skm-survey-page .top-bar,
body.scm-skm-survey-page .topbar,
body.scm-skm-survey-page .navbar,
body.scm-skm-survey-page .entry-header,
body.scm-skm-survey-page .page-header,
body.scm-skm-survey-page .entry-title,
body.scm-skm-survey-page .page-title {
	display: none !important;
}

body.scm-skm-survey-page {
	background: #f8fafc;
}

.scm-skm-simple-header {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	max-width: 860px;
	margin: 20px auto 22px;
	padding: 14px 18px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.scm-skm-simple-header-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 100%;
	color: #06436b;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.scm-skm-simple-header-logo:hover,
.scm-skm-simple-header-logo:focus {
	color: #06436b;
	text-decoration: none;
}

.scm-skm-simple-header-logo img {
	display: block;
	width: auto;
	max-width: min(260px, 100%);
	max-height: 54px;
	object-fit: contain;
}

.scm-skm-simple-header-title {
	display: block;
	color: #06436b;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
}

.scm-skm-simple-header-text {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
}

.scm-skm-form-wrap {
	position: relative;
	z-index: 1;
	max-width: 860px;
	margin: 0 auto;
	color: #122033;
	font-size: 16px;
	line-height: 1.55;
}

.scm-skm-panel {
	margin: 0 0 16px;
	padding: 22px 24px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.scm-skm-panel h2,
.scm-skm-panel h3 {
	margin-top: 0;
	margin-bottom: 12px;
	letter-spacing: 0;
	color: #06436b;
	line-height: 1.18;
}

.scm-skm-panel h2 {
	font-size: 32px;
}

.scm-skm-panel h3 {
	font-size: 24px;
}

.scm-skm-intro {
	padding-top: 26px;
	padding-bottom: 26px;
	border-left: 5px solid #064b73;
}

.scm-skm-intro h2 {
	font-size: 30px;
}

.scm-skm-description {
	color: #42526a;
	font-size: 15px;
}

.scm-skm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.scm-skm-fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.scm-skm-form label,
.scm-skm-question legend,
.scm-skm-fieldset legend {
	display: block;
	font-weight: 700;
	color: #0f2f4c;
	font-size: 15px;
}

.scm-skm-form input,
.scm-skm-form select,
.scm-skm-form textarea {
	display: block;
	visibility: visible !important;
	width: 100%;
	max-width: 100%;
	min-height: 46px;
	margin-top: 7px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding: 10px 13px;
	background-color: #fff;
	color: #122033;
	box-shadow: none;
	font: inherit;
	opacity: 1 !important;
	pointer-events: auto !important;
}

.scm-skm-form input[type="radio"],
.scm-skm-form input[type="checkbox"] {
	position: static !important;
	display: inline-block !important;
	visibility: visible !important;
	flex: 0 0 auto;
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #94a3b8;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	opacity: 1 !important;
	pointer-events: auto !important;
	accent-color: #064b73;
	-webkit-appearance: auto;
	appearance: auto;
}

.scm-skm-form input[type="radio"] {
	border-radius: 50%;
}

.scm-skm-form input[type="checkbox"] {
	border-radius: 4px;
}

.scm-skm-form select {
	display: block !important;
	visibility: visible !important;
	-webkit-appearance: menulist;
	appearance: menulist;
	height: 46px;
	line-height: 1.2;
	padding-right: 38px;
	background-color: #fff;
	color: #122033;
	opacity: 1 !important;
}

.scm-skm-form select option {
	background: #fff;
	color: #122033;
}

.scm-skm-choice-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 7px;
}

.scm-skm-choice-option {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 9px;
	min-height: 46px;
	margin: 0;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding: 10px 12px;
	background: #fff;
	color: #122033;
	font-weight: 700;
	cursor: pointer;
	pointer-events: auto;
}

.scm-skm-choice-option input[type="radio"] {
	margin: 0;
}

.scm-skm-choice-option span {
	color: #122033;
	line-height: 1.25;
}

.scm-skm-choice-option input[type="radio"]:checked + span {
	color: #06436b;
}

.scm-skm-form input:focus,
.scm-skm-form select:focus,
.scm-skm-form textarea:focus {
	border-color: #0b6fa4;
	outline: 2px solid rgba(11, 111, 164, .18);
	outline-offset: 1px;
}

.scm-skm-question {
	padding: 16px 0;
	border-top: 1px solid #e6edf5;
}

.scm-skm-question:first-of-type {
	border-top: 0;
}

.scm-skm-question fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.scm-skm-help {
	margin: 6px 0 10px;
	color: #64748b;
}

.scm-skm-options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.scm-skm-options label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 52px;
	padding: 12px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #f8fafc;
	font-weight: 600;
	cursor: pointer;
	pointer-events: auto;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.scm-skm-options input {
	margin: 0;
}

.scm-skm-options label:hover,
.scm-skm-options label:focus-within,
.scm-skm-options label.is-selected,
.scm-skm-options label:has(input:checked) {
	border-color: #064b73;
	background: #eaf6fc;
	box-shadow: inset 0 0 0 1px #064b73;
	color: #06436b;
}

.scm-skm-options label.is-invalid {
	border-color: #b91c1c;
	background: #fef2f2;
	box-shadow: inset 0 0 0 1px #b91c1c;
}

.scm-skm-options span,
.scm-skm-choice-option span {
	min-width: 0;
}

.scm-skm-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.scm-skm-consent label {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-weight: 600;
	cursor: pointer;
	pointer-events: auto;
}

.scm-skm-consent input {
	margin-top: 3px;
}

.scm-skm-consent label.is-selected {
	color: #06436b;
}

.scm-skm-form input.is-invalid,
.scm-skm-form select.is-invalid,
.scm-skm-form textarea.is-invalid,
.scm-skm-form label.is-invalid {
	border-color: #b91c1c;
	box-shadow: inset 0 0 0 1px #b91c1c;
}

.scm-skm-errors {
	margin: 12px 0;
	padding: 12px 14px;
	border-left: 4px solid #b91c1c;
	background: #fef2f2;
	color: #7f1d1d;
}

.scm-skm-actions,
.scm-skm-step-nav {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.scm-skm-submit,
.scm-skm-next,
.scm-skm-prev {
	position: relative;
	z-index: 2;
	border: 0;
	border-radius: 6px;
	padding: 12px 20px;
	background: #064b73;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	pointer-events: auto;
	-webkit-appearance: none;
	appearance: none;
}

.scm-skm-prev {
	background: #475569;
}

.scm-skm-submit:disabled,
.scm-skm-next:disabled,
.scm-skm-prev:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.scm-skm-success {
	border-color: #bbf7d0;
	background: #f0fdf4;
}

.scm-skm-result {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
	color: #122033;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.scm-skm-result-header {
	margin-bottom: 18px;
}

.scm-skm-result-kicker {
	margin: 0 0 6px;
	color: #0b6fa4;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.scm-skm-result-header h2 {
	margin: 0 0 8px;
	color: #06436b;
	font-size: 32px;
	line-height: 1.18;
	letter-spacing: 0;
}

.scm-skm-result-header p {
	margin: 0;
	color: #42526a;
}

.scm-skm-result-header p span {
	display: inline-block;
	margin-left: 10px;
}

.scm-skm-result-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.scm-skm-result-card {
	min-width: 0;
	padding: 16px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #f8fafc;
}

.scm-skm-result-card span {
	display: block;
	color: #06436b;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.scm-skm-result-card strong {
	display: block;
	margin-top: 5px;
	color: #42526a;
	font-size: 13px;
	font-weight: 800;
}

.scm-skm-result-score span {
	display: block;
	font-size: 42px;
	line-height: 1;
	font-weight: 800;
	color: #064b73;
}

.scm-skm-result-meter,
.scm-skm-result-bar i {
	display: block;
	overflow: hidden;
	height: 8px;
	margin-top: 12px;
	border-radius: 999px;
	background: #dbe7f2;
}

.scm-skm-result-meter i,
.scm-skm-result-bar b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #0b6fa4;
}

.scm-skm-result-highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.scm-skm-result-highlights div {
	padding: 14px 16px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
}

.scm-skm-result-highlights strong,
.scm-skm-result-highlights span {
	display: block;
}

.scm-skm-result-highlights strong {
	color: #42526a;
	font-size: 13px;
}

.scm-skm-result-highlights span {
	margin-top: 4px;
	color: #06436b;
	font-weight: 800;
}

.scm-skm-result-section {
	margin-top: 22px;
}

.scm-skm-result-section h3 {
	margin: 0 0 12px;
	color: #06436b;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0;
}

.scm-skm-result-table-wrap {
	overflow-x: auto;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
}

.scm-skm-result-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px;
	background: #fff;
}

.scm-skm-result-table th,
.scm-skm-result-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e6edf5;
	text-align: left;
	vertical-align: top;
}

.scm-skm-result-table th {
	background: #f8fafc;
	color: #0f2f4c;
	font-size: 13px;
	font-weight: 800;
}

.scm-skm-result-table tr:last-child td {
	border-bottom: 0;
}

.scm-skm-result-bars {
	display: grid;
	gap: 10px;
}

.scm-skm-result-bar {
	padding: 12px 14px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #f8fafc;
}

.scm-skm-result-bar div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: #0f2f4c;
}

.scm-skm-result-bar span {
	font-weight: 800;
}

@media (max-width: 720px) {
	.scm-skm-simple-header {
		margin: 12px 14px 16px;
		padding: 12px 14px;
	}

	.scm-skm-simple-header-logo img {
		max-height: 46px;
	}

	.scm-skm-simple-header-logo {
		flex-wrap: wrap;
		text-align: center;
	}

	.scm-skm-simple-header-title {
		font-size: 17px;
	}

	.scm-skm-grid,
	.scm-skm-choice-row,
	.scm-skm-options {
		grid-template-columns: 1fr;
	}

	.scm-skm-panel {
		padding: 16px;
	}

	.scm-skm-panel h2,
	.scm-skm-intro h2 {
		font-size: 24px;
	}

	.scm-skm-panel h3 {
		font-size: 21px;
	}

	.scm-skm-result {
		padding: 16px;
	}

	.scm-skm-result-header h2 {
		font-size: 24px;
	}

	.scm-skm-result-header p span {
		display: block;
		margin: 4px 0 0;
	}

	.scm-skm-result-cards,
	.scm-skm-result-highlights {
		grid-template-columns: 1fr;
	}

	.scm-skm-result-section h3 {
		font-size: 20px;
	}
}
