.cm-konfig {
	--cm-bg: #000000;
	--cm-panel: rgba(12, 16, 23, 0.72);
	--cm-panel-light: rgba(255, 255, 255, 0.08);
	--cm-card: #fcfaf6;
	--cm-copy: #eef3f7;
	--cm-muted: #bcc7d4;
	--cm-accent: #f56824;
	--cm-accent-dark: #bb4312;
	--cm-border: rgba(255, 255, 255, 0.08);
	--cm-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	color: var(--cm-copy);
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.cm-konfig ::selection {
	background: rgba(255, 255, 255, 0.22);
	color: #ffffff;
}

.cm-konfig__shell {
	background: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	overflow: visible;
}

.cm-konfig__section,
.cm-konfig__loading,
.cm-konfig__empty,
.cm-konfig__vehicle-card,
.cm-konfig__result-card,
.cm-konfig__pill-box {
	background: transparent;
	backdrop-filter: none;
	border: 0;
	border-radius: 24px;
}

.cm-konfig__section {
	padding: 22px;
}

.cm-konfig__section--seo {
	color: var(--cm-copy);
}

.cm-konfig__section--brand-context {
	text-align: center;
}

.cm-konfig__brand-context {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.cm-konfig__brand-context h3 {
	margin: 0;
	font-size: clamp(24px, 4vw, 34px);
}

.cm-konfig__brand-context img {
	width: 86px;
	height: 86px;
	object-fit: contain;
}

.cm-konfig__manufacturer-logo.cm-konfig__logo--invert {
	filter: brightness(0) invert(1);
}

.cm-konfig__seo-text {
	line-height: 1.7;
	color: var(--cm-copy);
}

.cm-konfig__seo-text p:last-child {
	margin-bottom: 0;
}

.cm-konfig__section + .cm-konfig__section {
	margin-top: 18px;
}

.cm-konfig__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.cm-konfig__section-head h3,
.cm-konfig__fuel-group h3,
.cm-konfig__vehicle-meta h3,
.cm-konfig__result-card h3,
.cm-konfig__pill-box h4 {
	margin: 0;
}

.cm-konfig__result-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.cm-konfig__section-head p {
	margin: 0;
	color: var(--cm-muted);
}

.cm-konfig__search {
	display: block;
}

.cm-konfig__search span {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	color: var(--cm-muted);
}

.cm-konfig__search input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	padding: 16px 18px;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.cm-konfig__vehicle-switch {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cm-konfig__vehicle-switch-button {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	padding: 12px 18px;
	background: #111111;
	color: #ffffff;
	cursor: pointer;
	font-weight: 800;
}

.cm-konfig__vehicle-switch-button.is-active {
	background: #ececec;
	color: #111111;
	border-color: #ececec;
}

.cm-konfig__brand-grid,
.cm-konfig__choice-grid,
.cm-konfig__engine-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 20px;
}

.cm-konfig__choice-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-konfig__engine-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-konfig__brand-grid--featured {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cm-konfig__brand-tile,
.cm-konfig__choice-card,
.cm-konfig__engine-card {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.02);
	color: #ffffff;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease;
	text-decoration: none;
}

.cm-konfig__brand-tile {
	background: transparent;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.03), 0 1px 14px rgba(255, 255, 255, 0.05), 0 0 1px rgba(255, 255, 255, 0.07);
}

.cm-konfig__choice-card,
.cm-konfig__engine-card {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.03), 0 1px 14px rgba(255, 255, 255, 0.05), 0 0 1px rgba(255, 255, 255, 0.07);
}

.cm-konfig__brand-tile:hover,
.cm-konfig__choice-card:hover,
.cm-konfig__engine-card:hover,
.cm-konfig__brand-tile:focus-visible,
.cm-konfig__choice-card:focus-visible,
.cm-konfig__engine-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.04), 0 2px 16px rgba(255, 255, 255, 0.06), 0 0 1px rgba(255, 255, 255, 0.08);
	outline: none;
}

.cm-konfig__brand-tile:hover,
.cm-konfig__brand-tile:focus-visible {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.04), 0 2px 16px rgba(255, 255, 255, 0.06), 0 0 1px rgba(255, 255, 255, 0.08);
}

.cm-konfig__brand-tile {
	min-height: 152px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: center;
}

.cm-konfig__brand-tile span:last-child,
.cm-konfig__choice-card strong,
.cm-konfig__engine-card strong {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 800;
}

.cm-konfig__engine-card strong {
	font-size: 14px;
}

.cm-konfig__brand-tile img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.cm-konfig__logo-fallback {
	width: 72px;
	height: 72px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffd59f 0%, #f68b4c 100%);
	color: #622108;
	font-weight: 900;
	font-size: 22px;
}

.cm-konfig__logo-fallback--large {
	width: 86px;
	height: 86px;
	font-size: 28px;
}

.cm-konfig__choice-card,
.cm-konfig__engine-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 148px;
	text-align: center;
}

.cm-konfig__choice-card--model {
	min-height: 172px;
	padding-top: 16px;
}

.cm-konfig__model-art {
	display: block;
	width: 92px;
	height: 34px;
	object-fit: contain;
}

.cm-konfig__choice-card small,
.cm-konfig__engine-card small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.cm-konfig__engine-stats,
.cm-konfig__badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cm-konfig__engine-stats {
	justify-content: center;
	align-items: center;
}

.cm-konfig__engine-stats small {
	display: block;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
	font-size: 14px;
}

.cm-konfig__badge-row span {
	display: inline-flex;
	padding: 7px 11px;
	border-radius: 999px;
	background: #ececec;
	color: #111111;
	font-weight: 700;
	font-size: 13px;
}

.cm-konfig__price-badge {
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font-weight: 800;
	white-space: nowrap;
	font-size: 17px;
	line-height: 1;
}

.cm-konfig__unlock-note {
	margin-bottom: 14px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.cm-konfig__unlock-note strong {
	display: block;
	margin-bottom: 6px;
}

.cm-konfig__unlock-note p {
	margin: 0;
	color: var(--cm-copy);
	line-height: 1.5;
}

.cm-konfig__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 18px;
}

.cm-konfig__breadcrumbs button,
.cm-konfig__ghost {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
}

.cm-konfig__breadcrumbs button.is-active {
	color: #c62828;
}

.cm-konfig__breadcrumbs span {
	color: rgba(255, 255, 255, 0.45);
}

.cm-konfig__fuel-group {
	margin-bottom: 34px;
}

.cm-konfig__fuel-group + .cm-konfig__fuel-group {
	margin-top: 34px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cm-konfig__fuel-group h3 {
	margin-bottom: 18px;
}

.cm-konfig__vehicle-card {
	padding: 22px;
	margin-bottom: 16px;
}

.cm-konfig__vehicle-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 18px;
}

.cm-konfig__vehicle-logo {
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.cm-konfig__vehicle-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.cm-konfig__vehicle-meta {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cm-konfig__vehicle-title {
	margin: 0;
	color: #c62828;
	font-size: clamp(28px, 4vw, 40px);
}

.cm-konfig__ecu-highlight {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-weight: 800;
	margin: 4px 0 14px;
}

.cm-konfig__vehicle-meta p {
	margin: 8px 0 14px;
	color: var(--cm-muted);
}

.cm-konfig__result-card {
	padding: 22px;
}

.cm-konfig__result-card + .cm-konfig__result-card {
	margin-top: 16px;
}

.cm-konfig__option-copy {
	margin: 0;
	color: #ffffff;
	line-height: 1.7;
}

.cm-konfig__option-copy + .cm-konfig__option-copy {
	margin-top: 10px;
}

.cm-konfig__result-grid {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.cm-konfig__result-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cm-konfig__result-row div {
	background: rgba(255, 255, 255, 0.03);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 1px 6px rgba(255, 255, 255, 0.02), 0 6px 14px rgba(255, 255, 255, 0.04), 0 10px 18px rgba(0, 0, 0, 0.12);
	border-radius: 18px;
	padding: 16px;
	min-height: 104px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cm-konfig__result-row span {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.72);
}

.cm-konfig__result-row strong {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
}

.cm-konfig__metric-stack {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
}

.cm-konfig__metric-line {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.cm-konfig__result-cell--gain strong {
	color: #1fa34a;
}

.cm-konfig__result-cell--stage strong {
	color: #1fa34a;
}

.cm-konfig__result-cell--stage .cm-konfig__metric-line {
	color: #1fa34a;
}

.cm-konfig__result-row > div > strong,
.cm-konfig__result-row > div > .cm-konfig__metric-stack {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
}

.cm-konfig__result-cell--gain {
	align-items: center;
	text-align: center;
}

.cm-konfig__tech-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 16px;
}

.cm-konfig__pill-box {
	padding: 20px;
}

.cm-konfig__vehicle-card .cm-konfig__badge-row span,
.cm-konfig__pill-box .cm-konfig__badge-row span,
.cm-konfig__pill-box .cm-konfig__badge-row button,
.cm-konfig__unlock-note .cm-konfig__badge-row span {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.cm-konfig__pill-box .cm-konfig__badge-row button {
	border: 1px solid rgba(255, 255, 255, 0.08);
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cm-konfig__pill-box .cm-konfig__badge-row button:hover,
.cm-konfig__pill-box .cm-konfig__badge-row button:focus-visible,
.cm-konfig__pill-box .cm-konfig__badge-row button.is-active {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.18);
	outline: none;
	transform: translateY(-1px);
}

.cm-konfig__solution-info {
	margin-top: 16px;
	padding: 18px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	color: #ffffff;
}

.cm-konfig__solution-info strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}

.cm-konfig__solution-price {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-weight: 800;
	font-size: 14px;
}

.cm-konfig__solution-info p {
	margin: 0;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.94);
}

.cm-konfig__vehicle-card .cm-konfig__badge-row {
	justify-content: center;
}

.cm-konfig__share-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cm-konfig__share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.cm-konfig__share-button:hover,
.cm-konfig__share-button:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-2px);
	outline: none;
}

.cm-konfig__share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}

.cm-konfig__share-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.cm-konfig__share-icon--whatsapp {
	color: #25d366;
}

.cm-konfig__share-icon--instagram {
	color: #fd1d1d;
}

.cm-konfig__share-icon--facebook {
	color: #1877f2;
}

.cm-konfig__vehicle-card .cm-konfig__metric-line,
.cm-konfig__result-cell--stage .cm-konfig__metric-line {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.cm-konfig__pill-box--full {
	grid-column: 1 / -1;
}

.cm-konfig__pill-box h4 {
	margin-bottom: 12px;
}

.cm-konfig__empty,
.cm-konfig__loading {
	padding: 24px;
	text-align: center;
	color: var(--cm-muted);
}

@media (max-width: 900px) {
	.cm-konfig__tech-grid,
	.cm-konfig__tech-grid {
		grid-template-columns: 1fr;
	}

	.cm-konfig__brand-grid--featured {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.cm-konfig {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw;
	}

	.cm-konfig__shell {
		padding: 12px;
		border-radius: 24px;
	}

	.cm-konfig__section {
		padding: 16px;
	}

	.cm-konfig__section-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.cm-konfig__section--share .cm-konfig__section-head {
		align-items: center;
	}

	.cm-konfig__brand-grid,
	.cm-konfig__brand-grid--featured {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}

	.cm-konfig__choice-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cm-konfig__engine-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.cm-konfig__brand-grid,
	.cm-konfig__brand-grid--featured {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.cm-konfig__brand-tile {
		min-height: 112px;
		padding: 10px 6px;
	}

	.cm-konfig__brand-tile img,
	.cm-konfig__logo-fallback {
		width: 52px;
		height: 52px;
	}

	.cm-konfig__brand-tile span:last-child {
		font-size: 12px;
		line-height: 1.2;
	}

	.cm-konfig__choice-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.cm-konfig__engine-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cm-konfig__result-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.cm-konfig__result-row div {
		padding: 10px 8px;
		text-align: center;
	}

	.cm-konfig__result-row span {
		font-size: 20px;
		line-height: 1.2;
	}

	.cm-konfig__result-row strong,
	.cm-konfig__result-row > div > .cm-konfig__metric-stack,
	.cm-konfig__metric-line {
		font-size: 20px;
		line-height: 1.1;
	}

	.cm-konfig__shell {
		padding: 6px;
		border-radius: 14px;
	}

	.cm-konfig__section {
		padding: 12px;
		border-radius: 14px;
	}
}
