:root {
	--dcc-ink: #18222b;
	--dcc-muted: #66717b;
	--dcc-line: #dce1e5;
	--dcc-soft: #f4f6f7;
	--dcc-gold: #ffcd33;
	--dcc-gold-dark: #9a7200;
	--dcc-blue: #9a7200;
	--dcc-navy: #0b2940;
	--dcc-navy-faded: #173d57;
	--dcc-navy-tint: #d5e2eb;
}

.dcc-enhanced-car-page #main-content {
	background:
		linear-gradient(rgba(255, 255, 255, .18), rgba(255, 255, 255, .18)),
		var(--dcc-navy-tint);
}

.dcc-enhanced-car-page #main-content .container {
	width: min(90%, 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-top: 42px;
}

.dcc-enhanced-car-page #main-content .container::before,
.dcc-enhanced-car-page #sidebar {
	display: none;
}

.dcc-enhanced-car-page #left-area {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 0 80px !important;
}

.dcc-enhanced-car-page #left-area article,
.dcc-enhanced-car-page #left-area .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.dcc-enhanced-car-page .entry-title {
	width: fit-content;
	color: var(--dcc-ink);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.02;
}

.dcc-enhanced-car-page .entry-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 14px;
	border-radius: 8px;
	background: var(--dcc-gold);
}

.dcc-enhanced-car-page .post-meta {
	display: none;
}

.dcc-enhanced-car-page .entry-content > p:first-child {
	position: relative;
	max-width: 960px;
	margin: 26px auto 24px;
	padding: 0;
	overflow: hidden;
	border-radius: 8px;
	background: transparent;
	text-align: center;
}

.dcc-enhanced-car-page .entry-content > p:first-child img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
	margin: 0 auto;
	object-fit: contain;
	transform: scale(1.08);
	filter: none;
}

.dcc-enhanced-car-page .entry-content > p:not(:first-child) {
	max-width: 1040px;
	margin-bottom: 18px;
	letter-spacing: .015em;
	line-height: 1.55;
}

.dcc-enhanced-car-page .dcc-car-intro {
	max-width: 850px;
	color: var(--dcc-muted);
	font-size: 18px;
	line-height: 1.75;
}

.dcc-enhanced-car-page .entry-content h2 {
	margin: 58px 0 20px;
	color: var(--dcc-ink);
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.dcc-enhanced-car-page .dcc-car-notice {
	margin: 28px 0 45px;
	padding: 18px 20px;
	border-left: 4px solid var(--dcc-gold);
	border-radius: 4px;
	background: #fff8dc;
	color: #354b59;
}

.dcc-enhanced-car-page .dcc-color-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--dcc-line);
	border-radius: 9px;
	box-shadow: 0 18px 42px rgba(31, 49, 59, .08);
}

.dcc-enhanced-car-page .vehicle-paint-table {
	margin: 0 !important;
	border: 0 !important;
	background: #fff;
}

.dcc-enhanced-car-page .vehicle-paint-table th {
	padding: 15px 20px !important;
	background: var(--dcc-navy);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dcc-enhanced-car-page .vehicle-paint-table td {
	padding: 16px 20px !important;
	border-top: 1px solid #e7eaec !important;
	color: #5d6870;
	vertical-align: middle;
}

.dcc-enhanced-car-page .vehicle-paint-table th:nth-child(3),
.dcc-enhanced-car-page .vehicle-paint-table td:nth-child(3) {
	width: 22%;
	text-align: center !important;
}

.dcc-enhanced-car-page .paint-swatch {
	display: block;
	width: 42px;
	height: 42px;
	margin-right: auto !important;
	margin-left: auto !important;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--swatch);
	box-shadow: 0 0 0 1px #cad0d4, 0 5px 10px rgba(29, 42, 49, .12);
}

.dcc-enhanced-car-page .rgb-value {
	display: none;
}

.dcc-paint-code-link {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	padding: 7px 10px;
	border: 1px solid var(--dcc-gold);
	border-radius: 4px;
	background: var(--dcc-gold);
	color: var(--dcc-navy) !important;
	font-weight: 800;
	text-decoration: none;
	transition: background .2s, color .2s, transform .2s;
}

.dcc-paint-code-link:hover {
	border-color: #ffda66;
	background: #ffda66;
	color: var(--dcc-navy) !important;
	transform: translateY(-1px);
}

.dcc-enhanced-car-page .dcc-car-cta {
	margin: 64px 0;
	padding: clamp(30px, 5vw, 55px);
	border-radius: 11px;
	background: linear-gradient(135deg, var(--dcc-navy), var(--dcc-navy-faded));
	color: #fff;
	text-align: center;
}

.dcc-enhanced-car-page .dcc-car-cta h2 {
	margin-top: 0;
	color: #fff;
}

.dcc-car-video-trigger {
	display: inline-grid;
	gap: 3px;
	min-width: 285px;
	margin: 20px 0 10px;
	padding: 16px 26px;
	border: 0;
	border-radius: 7px;
	background: var(--dcc-gold);
	color: var(--dcc-navy);
	box-shadow: 0 10px 25px rgba(11, 41, 64, .15);
	cursor: pointer;
	text-align: left;
	transition: background .2s ease, transform .2s ease;
}

.dcc-car-video-trigger:hover,
.dcc-car-video-trigger:focus-visible {
	background: #ffda66;
	transform: translateY(-2px);
}

.dcc-car-video-trigger strong,
.dcc-car-video-trigger span,
.dcc-car-video-trigger small {
	display: block;
}

.dcc-car-video-trigger strong {
	font-size: 16px;
	font-weight: 900;
}

.dcc-car-video-trigger span {
	font-size: 12px;
	font-weight: 800;
}

.dcc-car-video-trigger small {
	font-size: 10px;
	font-weight: 800;
	opacity: .78;
}

.dcc-code-page {
	background: #fff;
	color: var(--dcc-ink);
	font-family: Arial, Helvetica, sans-serif;
}

.dcc-code-breadcrumbs {
	display: flex;
	gap: 9px;
	max-width: 1240px;
	margin: auto;
	padding: 22px 28px;
	color: #7e8991;
	font-size: 12px;
}

.dcc-code-breadcrumbs a {
	color: #5d6971;
}

.dcc-code-hero {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: clamp(40px, 7vw, 100px);
	align-items: center;
	max-width: none;
	margin: auto;
	padding: clamp(48px, 6vw, 82px) max(28px, calc((100vw - 1184px) / 2)) 78px;
	background: linear-gradient(135deg, var(--dcc-navy) 0%, #234d68 100%);
	color: #fff;
}

.dcc-code-eyebrow {
	margin: 0 0 15px;
	padding: 0;
	color: var(--dcc-gold-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
}

.dcc-code-hero h1 {
	margin: 0 0 24px;
	padding: 0;
	color: #fff;
	font-size: clamp(42px, 5.2vw, 70px);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .98;
}

.dcc-code-hero h1 em {
	color: var(--dcc-gold);
	font-style: normal;
}

.dcc-code-lead,
.dcc-code-section-lead {
	color: var(--dcc-muted);
	font-size: 18px;
	line-height: 1.65;
}

.dcc-code-hero .dcc-code-lead {
	color: #d8e4eb;
}

.dcc-code-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 30px 0;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 7px;
	background: rgba(255, 255, 255, .08);
}

.dcc-code-facts div {
	padding: 17px 19px;
	border-right: 1px solid rgba(255, 255, 255, .18);
}

.dcc-code-facts div:last-child {
	border-right: 0;
}

.dcc-code-facts span,
.dcc-code-swatch-card span {
	display: block;
	margin-bottom: 6px;
	color: #8a949b;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
}

.dcc-code-hero .dcc-code-facts span {
	color: #aebfca;
}

.dcc-code-facts strong {
	color: #fff;
	font-size: 14px;
}

.dcc-code-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	border: 0;
	border-radius: 5px;
	background: var(--dcc-gold);
	color: var(--dcc-navy) !important;
	font-weight: 800;
	box-shadow: 0 8px 22px rgba(154, 114, 0, .18);
}

.dcc-code-button:hover {
	background: #ffda66;
	transform: translateY(-1px);
}

.dcc-code-guarantee {
	margin-top: 15px;
	color: #d4e0e7;
	font-size: 12px;
}

.dcc-code-swatch-stage {
	position: relative;
	display: grid;
	min-height: 470px;
	place-items: center;
}

.dcc-code-splash {
	position: absolute;
	width: 92%;
	aspect-ratio: 1.35;
	border-radius: 47% 53% 38% 62% / 48% 34% 66% 52%;
	background: linear-gradient(135deg, rgba(255, 205, 51, .14), rgba(255, 255, 255, .08) 53%, rgba(255, 205, 51, .2));
	filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .2));
	transform: rotate(-7deg);
}

.dcc-code-swatch-card {
	position: relative;
	z-index: 1;
	width: min(390px, 86%);
	padding: 9px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 24px 50px rgba(30, 48, 59, .2);
	transform: rotate(2deg);
}

.dcc-code-swatch {
	height: 270px;
	background:
		radial-gradient(circle at 72% 20%, rgba(255,255,255,.62), transparent 18%),
		var(--dcc-swatch);
}

.dcc-code-swatch-card > div:last-child {
	position: relative;
	padding: 18px 20px;
}

.dcc-code-swatch-card > div:last-child strong {
	display: block;
	padding-right: 78px;
	color: var(--dcc-ink);
	font-size: 15px;
}

.dcc-code-swatch-card b {
	position: absolute;
	right: 20px;
	bottom: 15px;
	color: var(--dcc-gold-dark);
	font-size: 28px;
}

.dcc-code-swatch-stage > p {
	position: absolute;
	bottom: 0;
	z-index: 2;
	color: #7c858c;
	font-size: 11px;
	text-align: center;
}

.dcc-code-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 2px solid var(--dcc-gold);
	border-bottom: 1px solid #bdccd6;
	background: var(--dcc-navy-tint);
	color: var(--dcc-navy);
}

.dcc-code-trust div,
.dcc-code-video-trigger {
	padding: 23px;
	border: 0;
	border-right: 1px solid rgba(11, 41, 64, .14);
	background: transparent;
	color: var(--dcc-navy);
	font: inherit;
	text-align: center;
}

.dcc-code-trust strong,
.dcc-code-trust span,
.dcc-code-trust small {
	display: block;
}

.dcc-code-trust strong {
	margin-bottom: 5px;
	color: var(--dcc-navy);
}

.dcc-code-trust span {
	color: #526a7a;
	font-size: 11px;
}

.dcc-code-video-trigger {
	cursor: pointer;
	transition: background .2s ease;
}

.dcc-code-video-trigger:hover,
.dcc-code-video-trigger:focus-visible {
	background: rgba(255, 205, 51, .3);
}

.dcc-code-video-trigger small {
	margin-top: 5px;
	color: var(--dcc-gold-dark);
	font-size: 10px;
	font-weight: 800;
}

.dcc-code-section {
	max-width: 1240px;
	margin: auto;
	padding: 90px 28px;
}

.dcc-code-section::before {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	margin-bottom: 24px;
	border-radius: 5px;
	background: var(--dcc-gold);
}

.dcc-code-section h2,
.dcc-code-guide h2,
.dcc-code-order h2,
.dcc-code-not-found h1 {
	color: var(--dcc-ink);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.07;
}

.dcc-code-model-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 38px;
}

.dcc-code-model-grid article {
	padding: 25px;
	border: 1px solid var(--dcc-line);
	border-radius: 8px;
	background: #f8fbfd;
	box-shadow: 0 12px 28px rgba(34, 55, 68, .07);
}

.dcc-code-model-grid article > span {
	color: var(--dcc-gold-dark);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
}

.dcc-code-model-grid h3 {
	margin: 12px 0 8px;
	color: var(--dcc-ink);
	font-size: 18px;
	font-weight: 700;
}

.dcc-code-model-grid p {
	color: var(--dcc-muted);
	font-size: 12px;
}

.dcc-code-guide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
	padding: 80px max(28px, calc((100vw - 1184px) / 2));
	background: #e8f0f5;
}

.dcc-code-label-card {
	max-width: 410px;
	padding: 30px;
	border-radius: 8px;
	background: #f7f5ed;
	box-shadow: 0 24px 50px rgba(31, 50, 61, .18);
}

.dcc-code-label-card > span {
	display: block;
	margin-bottom: 25px;
	color: #727c82;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.dcc-code-label-card > i {
	display: block;
	width: 80%;
	height: 8px;
	margin-bottom: 12px;
	background: #c8c8c2;
}

.dcc-code-label-card > i:nth-of-type(2) { width: 62%; }
.dcc-code-label-card > i:nth-of-type(3) { width: 43%; }

.dcc-code-label-card > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 28px;
	padding: 17px 20px;
	border: 3px solid var(--dcc-gold-dark);
	background: #fff;
}

.dcc-code-label-card strong {
	color: var(--dcc-gold-dark);
	font-size: 32px;
}

.dcc-code-guide > div:last-child > p:not(.dcc-code-eyebrow) {
	color: var(--dcc-muted);
	font-size: 16px;
	line-height: 1.7;
}

.dcc-code-notice {
	margin: 22px 0;
	padding: 17px 20px;
	border-left: 4px solid var(--dcc-gold);
	background: #fff;
	color: #354b59;
}

.dcc-code-guide a {
	color: var(--dcc-gold-dark);
	font-weight: 800;
}

.dcc-code-order {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
	max-width: 1184px;
	margin: 80px auto;
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-top: 5px solid var(--dcc-gold);
	border-radius: 11px;
	background: linear-gradient(135deg, #173d57, var(--dcc-navy));
	color: #fff;
	box-shadow: 0 20px 45px rgba(11, 41, 64, .18);
}

.dcc-code-order h2 {
	margin-bottom: 10px;
	color: #fff;
}

.dcc-code-order p:last-child {
	margin: 0;
	color: #e4edf2 !important;
	font-size: 15px;
	line-height: 1.55;
}

.dcc-code-order .dcc-code-eyebrow {
	color: var(--dcc-gold) !important;
}

.dcc-code-order p:last-child strong {
	color: #fff !important;
}

.dcc-floating-order {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99990;
	display: flex;
	min-width: 285px;
	padding: 15px 20px;
	border: 2px solid #fff;
	border-radius: 8px;
	background: var(--dcc-gold);
	color: var(--dcc-navy) !important;
	box-shadow: 0 14px 36px rgba(2, 20, 34, .28);
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	transform: translateY(24px);
	transition: opacity .22s ease, transform .22s ease, background .2s ease;
}

.dcc-floating-order.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.dcc-floating-order:hover {
	background: #ffda66;
	transform: translateY(-2px);
}

.dcc-floating-order span {
	font-size: 15px;
	font-weight: 900;
}

.dcc-floating-order small {
	margin-top: 2px;
	font-size: 10px;
	font-weight: 700;
	opacity: .76;
}

body.dcc-video-open {
	overflow: hidden;
}

.dcc-video-modal[hidden] {
	display: none !important;
}

.dcc-video-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	padding: 24px;
	place-items: center;
}

.dcc-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 13, 23, .84);
	backdrop-filter: blur(5px);
}

.dcc-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	padding: 28px;
	border-top: 5px solid var(--dcc-gold);
	border-radius: 10px;
	background: var(--dcc-navy);
	box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
	color: #fff;
}

.dcc-video-modal__dialog > p {
	margin: 0 55px 6px 0;
	color: var(--dcc-gold);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
}

.dcc-video-modal__dialog h2 {
	margin: 0 55px 22px 0;
	color: #fff;
	font-size: clamp(28px, 4vw, 44px);
}

.dcc-video-modal__close {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	line-height: 38px;
}

.dcc-video-modal__frame {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	background: #000;
	aspect-ratio: 16 / 9;
}

.dcc-video-modal__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.dcc-code-not-found {
	max-width: 900px;
	margin: 80px auto;
	padding: 70px 30px;
	text-align: center;
}

@media (max-width: 980px) {
	.dcc-code-hero,
	.dcc-code-guide {
		grid-template-columns: 1fr;
	}

	.dcc-code-model-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 680px) {
	.dcc-code-hero {
		padding: 45px 20px 60px;
	}

	.dcc-code-facts,
	.dcc-code-trust,
	.dcc-code-model-grid {
		grid-template-columns: 1fr;
	}

	.dcc-code-facts div {
		border-right: 0;
		border-bottom: 1px solid var(--dcc-line);
	}

	.dcc-code-swatch-stage {
		min-height: 390px;
	}

	.dcc-code-guide {
		padding: 60px 20px;
	}

	.dcc-code-order {
		align-items: stretch;
		flex-direction: column;
		margin: 55px 20px;
		padding: 28px 24px;
	}

	.dcc-floating-order {
		right: 12px;
		bottom: 12px;
		left: 12px;
		min-width: 0;
		align-items: center;
		text-align: center;
	}

	.dcc-video-modal {
		padding: 12px;
	}

	.dcc-video-modal__dialog {
		padding: 22px 14px 14px;
	}
}

/* v1.7.2 paint-code refinements */
.dcc-code-hero{
  background:linear-gradient(180deg,#eaf2f8 0%,#f7fafc 100%);
  color:var(--dcc-ink);
}
.dcc-code-hero h1{color:var(--dcc-ink)}
.dcc-code-hero .dcc-code-lead{color:#405463}
.dcc-code-hero h1 em{color:var(--dcc-gold-dark)}
.dcc-code-hero .dcc-code-facts{
  border-color:#b8c8d3;
  background:rgba(255,255,255,.7);
}
.dcc-code-hero .dcc-code-facts div{border-right-color:#c8d5df}
.dcc-code-hero .dcc-code-facts span{color:#667783}
.dcc-code-hero .dcc-code-facts strong{color:var(--dcc-ink)}
.dcc-code-guarantee{color:#405463}
.dcc-code-radio-button{gap:11px}
.dcc-code-radio-dot{width:17px;height:17px;border:2px solid var(--dcc-navy);border-radius:50%;background:var(--dcc-gold);box-shadow:inset 0 0 0 4px #fff8dd}
.dcc-code-video-trigger span{color:var(--dcc-gold)!important}
.dcc-code-model-empty{grid-column:1/-1;border-style:dashed!important;background:#fffdf5!important}
.dcc-purchase-concierge{padding:24px;border:1px solid #d8e0e6;border-radius:12px;background:#fff}
.dcc-purchase-concierge__header{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.dcc-purchase-concierge__header strong{display:block;color:var(--dcc-ink);font-size:20px}
.dcc-purchase-concierge__header p{margin:3px 0 0;color:#526572;font-size:14px}
.dcc-purchase-concierge__mark{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:var(--dcc-gold);color:var(--dcc-navy);font-size:28px;font-weight:900}
.dcc-purchase-concierge__actions{display:grid;gap:10px;margin-bottom:14px}
.dcc-purchase-concierge__actions button{width:100%;min-height:50px;padding:12px 16px;border:1px solid #cbd5dc;border-radius:7px;background:#fff;color:var(--dcc-ink);font-weight:800;text-align:left;cursor:pointer}
.dcc-purchase-concierge__actions button:hover,.dcc-purchase-concierge__actions button.is-active{border-color:var(--dcc-gold);background:#fffaf0}
.dcc-purchase-concierge__answer{min-height:76px;margin:0 0 16px;padding:14px 16px;border-left:4px solid var(--dcc-gold);background:#f7f9fa;color:#314957;line-height:1.5}
.dcc-code-concierge-external{margin-top:18px}


/* v1.7.3 visual continuity and clickable compatibility cards */
.dcc-code-hero{
  background:#f4f7f9;
  border-bottom:3px solid var(--dcc-gold);
}
.dcc-code-splash{opacity:.22}
.dcc-code-video-trigger span{
  color:var(--dcc-gold-dark)!important;
  font-weight:900;
}
.dcc-code-model-card{
  display:block;
  min-height:100%;
  padding:24px;
  border:1px solid #d8e0e6;
  border-radius:10px;
  background:#fff;
  color:var(--dcc-ink);
  text-decoration:none;
  box-shadow:0 8px 24px rgba(15,45,64,.06);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.dcc-code-model-card:hover,
.dcc-code-model-card:focus-visible{
  transform:translateY(-2px);
  border-color:var(--dcc-gold);
  box-shadow:0 12px 28px rgba(15,45,64,.12);
}
.dcc-code-model-card span{display:block;margin-bottom:14px;color:var(--dcc-gold-dark);font-size:11px;font-weight:900;letter-spacing:.09em}
.dcc-code-model-card h3{margin:0 0 8px;color:var(--dcc-ink)}
.dcc-code-model-card p{margin:0 0 15px;color:#526572;line-height:1.5}
.dcc-code-model-card b{color:var(--dcc-gold-dark);font-size:13px}


/* v1.7.4 forced manufacturer-page visual continuity */
body .dcc-code-page .dcc-code-hero{background:#eaf2f8!important;background-image:none!important;color:#102f43!important;}
body .dcc-code-page .dcc-code-hero h1,
body .dcc-code-page .dcc-code-hero .dcc-code-lead,
body .dcc-code-page .dcc-code-hero .dcc-code-guarantee{color:#102f43!important;}
body .dcc-code-page .dcc-code-hero .dcc-code-facts{background:#f8fbfd!important;border-color:#b8c8d3!important;}
body .dcc-code-page .dcc-code-video-trigger span{color:#c58d00!important;}


/* v1.7.6: model navigation is sourced directly from the manufacturer page. */
.dcc-code-manufacturer-model-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.dcc-code-manufacturer-model-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 9px 16px;
  border: 1.5px solid #f2b900;
  border-radius: 8px;
  background: #fff;
  color: #0b2e45;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.dcc-code-manufacturer-model-button span {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 2px solid #f2b900;
  border-radius: 50%;
}
.dcc-code-manufacturer-model-button:hover,
.dcc-code-manufacturer-model-button:focus-visible {
  background: #fff7d6;
  box-shadow: 0 5px 16px rgba(11,46,69,.12);
  transform: translateY(-1px);
}
.dcc-code-model-source-empty { padding: 18px; border: 1px solid #dbe4ea; border-radius: 8px; }


/* v1.8.0 — D-017/D-018 hero conversion sequence */
.dcc-code-how-it-works{width:min(1180px,calc(100% - 40px));margin:22px auto 14px;display:flex;justify-content:center}
.dcc-code-video-cta{display:inline-flex;align-items:center;gap:14px;min-width:min(100%,430px);padding:15px 22px;border:2px solid #d5a400;border-radius:8px;background:#ffc629;color:#06152a;box-shadow:0 10px 24px rgba(6,21,42,.14);cursor:pointer;text-align:left;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.dcc-code-video-cta:hover,.dcc-code-video-cta:focus-visible{background:#ffd75f;transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,21,42,.2)}
.dcc-code-video-play{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:50%;background:#06152a;color:#ffc629;font-size:16px}
.dcc-code-video-cta strong,.dcc-code-video-cta small{display:block}.dcc-code-video-cta strong{font-size:18px;line-height:1.15}.dcc-code-video-cta small{margin-top:3px;font-size:13px;font-weight:700;opacity:.78}
.dcc-code-trust{width:min(1180px,calc(100% - 40px));margin:0 auto 34px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #d9e0e5;border-radius:10px;background:#fff;box-shadow:0 12px 28px rgba(5,36,58,.08)}
.dcc-code-trust>div{min-height:126px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;text-align:center;border-right:1px solid #e3e8eb}.dcc-code-trust>div:last-child{border-right:0}
.dcc-code-trust-icon{font-size:25px;line-height:1;margin-bottom:9px}.dcc-code-trust strong{color:#06152a;font-size:16px;line-height:1.2}.dcc-code-trust>div>span:last-child{margin-top:5px;color:#5b6c78;font-size:13px;line-height:1.35}
@media(max-width:850px){.dcc-code-trust{grid-template-columns:repeat(2,1fr)}.dcc-code-trust>div:nth-child(2){border-right:0}.dcc-code-trust>div:nth-child(-n+2){border-bottom:1px solid #e3e8eb}}
@media(max-width:520px){.dcc-code-how-it-works,.dcc-code-trust{width:calc(100% - 24px)}.dcc-code-video-cta{width:100%;min-width:0}.dcc-code-trust{grid-template-columns:1fr}.dcc-code-trust>div{border-right:0!important;border-bottom:1px solid #e3e8eb}.dcc-code-trust>div:last-child{border-bottom:0}}


/* v1.8.7 consolidated RC changes */
body .dcc-code-page .dcc-code-hero{
  grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);
  gap:clamp(28px,4vw,70px);
  padding-top:clamp(34px,4vw,58px);
  padding-bottom:24px;
  align-items:center;
}
.dcc-code-hero-conversion{grid-column:1/-1;width:100%;margin-top:4px}
.dcc-code-hero .dcc-code-how-it-works{margin:8px auto 14px}
.dcc-code-hero .dcc-code-trust{width:100%;margin:0;box-shadow:0 8px 20px rgba(5,36,58,.07)}
.dcc-code-hero .dcc-code-trust>div{min-height:104px;padding:14px 12px}
.dcc-code-hero .dcc-code-trust-icon{margin-bottom:7px}
.dcc-code-flag{display:block;width:42px;height:26px}
.dcc-code-flag svg{display:block;width:42px;height:26px;border:1px solid rgba(6,21,42,.16);box-shadow:0 1px 3px rgba(6,21,42,.16)}
.dcc-code-swatch-card{transform:none;padding:10px 10px 0;overflow:hidden}
.dcc-code-swatch-card>div:last-of-type{padding:18px 20px 22px}
.dcc-code-swatch-card b{bottom:20px}
.dcc-code-swatch-note{position:static!important;margin:0;padding:16px 20px 18px;border-top:1px solid #e1e7eb;color:#566976!important;font-size:12px!important;line-height:1.45;text-align:left!important;background:#fff}
.dcc-code-swatch-stage>p{position:static}
.dcc-code-model-source-section{padding-top:64px;padding-bottom:64px}
.dcc-code-model-source-section::before{display:none!important}
.dcc-code-model-source-section h2{margin:0 0 18px}
.dcc-code-selected-model{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:0 0 22px;font-size:15px}
.dcc-code-change-model{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 19px;border:1px solid #d5a400;border-radius:7px;background:#ffc629;color:#06152a!important;font-weight:800;text-decoration:none;box-shadow:0 7px 18px rgba(6,21,42,.12)}
.dcc-code-change-model:hover,.dcc-code-change-model:focus-visible{background:#ffd75f;transform:translateY(-1px)}
.dcc-code-manufacturer-model-grid{margin-top:0}
.dcc-code-manufacturer-model-button.is-selected{background:#ffc629;color:#06152a;box-shadow:0 7px 18px rgba(6,21,42,.12)}
.dcc-code-manufacturer-model-button.is-selected span{border-color:#fff;background:#fff;box-shadow:inset 0 0 0 4px #ffc629}
@media(max-width:850px){
 body .dcc-code-page .dcc-code-hero{grid-template-columns:1fr;padding-bottom:20px}
 .dcc-code-hero-conversion{grid-column:1}
 .dcc-code-model-source-section{padding-top:48px;padding-bottom:48px}
}
@media(max-width:520px){
 .dcc-code-model-source-section{padding-top:34px;padding-bottom:34px}
 .dcc-code-selected-model{align-items:stretch;flex-direction:column;gap:10px}
 .dcc-code-change-model{width:100%}
}


/* v1.8.9 final hero and Concierge state corrections */
body .dcc-code-page .dcc-code-hero{
  overflow:visible!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}
body .dcc-code-page .dcc-code-hero-conversion{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:3!important;
}
body .dcc-code-page .dcc-code-hero .dcc-code-trust{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  min-height:104px!important;
  max-height:none!important;
  overflow:visible!important;
}
body .dcc-code-page .dcc-code-hero .dcc-code-trust>div{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
@media(max-width:850px){body .dcc-code-page .dcc-code-hero .dcc-code-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){body .dcc-code-page .dcc-code-hero .dcc-code-trust{grid-template-columns:1fr!important}}
