.brand-page {
	background: #fff;
}

.brand-hero {
	display: flex;
	min-height: 520px;
	align-items: center;
	padding: 0;
	background: #081b2b;
	color: #fff;
}

.brand-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(8, 27, 43, 0.98) 0%, rgba(8, 27, 43, 0.82) 44%, rgba(8, 27, 43, 0.22) 100%);
	content: "";
}

.brand-hero__bg {
	object-position: center;
}

.brand-hero__content {
	max-width: 680px;
}

.brand-hero .hd-heading,
.brand-hero .hd-copy,
.brand-hero .hd-copy * {
	color: #fff;
}

.brand-problems__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	gap: 48px;
	align-items: start;
	margin-top: 56px;
}

.brand-problems__media {
	position: relative;
	height: 100%;
}

.brand-problems__media::before,
.brand-problems__media::after {
	position: absolute;
	z-index: 0;
	background: #e30000;
	content: "";
}

.brand-problems__media::before {
	top: -20px;
	right: -20px;
	width: 190px;
	height: 190px;
}

.brand-problems__media::after {
	bottom: -20px;
	left: -20px;
	width: 190px;
	height: 190px;
}

.brand-problems__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
	height: 100%;
}

.brand-problems__list {
	gap: 10px;
}

.brand-problems__question {
	display: flex;
	gap: 20px;
	align-items: center;
	text-align: left;
}

.brand-problems__list .hd-faq__button {
	width: 100%;
	align-items: center;
}

.brand-problems__number {
	flex: 0 0 auto;
	color: #e30000;
	font-weight: 800;
}

.brand-problems__list .hd-heading,
.brand-problems__list .hd-copy {
	margin: 0;
}

.brand-inline-cta,
.brand-models__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	margin-top: 48px;
	padding: 30px 50px;
	border: 1px solid #e8eaec;
	background: #fafafa;
}

.brand-repair {
	background: #081b2b;
	color: #fff;
}

.brand-repair .hd-heading,
.brand-repair .hd-copy,
.brand-repair .hd-copy * {
	color: #fff;
}

.brand-repair .hd-copy,
.brand-repair .hd-copy * {
	color: #a5b6c8;
}

.brand-repair__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin-top: 52px;
}

.brand-repair__grid article {
	position: relative;
	min-height: 170px;
	padding: 42px 30px 30px;
	border: 1px solid #2E5271;
	transition: border-color 0.25s ease;
}

.brand-repair__grid article:hover {
	border-color: #fff;
	box-shadow: none;
}

.brand-repair__grid .hd-step-number {
	position: absolute;
	top: -24px;
	left: 24px;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	background: #081b2b;
	color: #e30000;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.brand-repair__grid > .hd-motion-mask {
	display: block;
	width: auto;
	overflow: visible;
}

.brand-repair__cta {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	flex-direction: column;
}

.brand-repair__grid > .hd-motion-mask:has(.brand-repair__cta) {
	grid-column: span 2;
}

.brand-models__slider {
	margin-top: 52px;
}

.brand-models__slider article {
	position: relative;
	display: flex;
	height: auto;
	flex-direction: column;
	padding: 30px;
	border: 1px solid #e8eaec;
	background: #fafafa;
	overflow: hidden;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.brand-models__slider .slick-slide {
	position: relative;
	padding: 0 7px;
	overflow: hidden;
}

.brand-models__slider .slick-list {
	margin: 0 -7px;
	overflow: hidden;
}

.brand-models__slider .slick-track {
	display: flex;
	overflow: hidden;
}

.brand-models__slider .slick-slide > div {
	height: 100%;
}

.brand-models__slider article:hover {
	box-shadow: 0 8px 24px rgba(149, 157, 165, 0.24);
}

.brand-models__slider article.is-open {
	border-color: #081b2b;
	background: #081b2b;
	box-shadow: none;
}

.brand-models__slider article.is-open .hd-heading,
.brand-models__slider article.is-open .hd-heading *,
.brand-models__slider article.is-open .brand-models__meta button {
	color: #fff;
}

.brand-models__slider article.is-open .brand-models__year,
.brand-models__slider article.is-open .hd-copy,
.brand-models__slider article.is-open .hd-copy * {
	color: #a5b6c8;
}

.brand-models__slider article.is-open > .hd-heading,
.brand-models__slider article.is-open > .hd-heading * {
	color: #e30000;
}

.brand-models__year {
	display: block;
	color: #000e24;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
}

.brand-models__meta {
	position: relative;
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid #e1e4e8;
	margin-top: 22px;
}

.brand-models__slider article.is-open .brand-models__meta {
	border-top-color: rgba(165, 182, 200, 0.28);
}

.brand-models__meta button {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000e24;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	justify-content: flex-start;
	position: relative;
}

.brand-models__meta button::before {
	width: 22px;
	height: 22px;
	content: "";
	background-image: url(/wp-content/themes/theme/img/circle-question-mark.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.brand-models__meta .hd-copy {
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.28s ease, margin-top 0.28s ease, opacity 0.2s ease;
}

.brand-models__dsg-list ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.brand-models__dsg-list li {
    position: relative;
    padding-left: 22px;
    break-inside: avoid;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.brand-models__dsg-list li::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	background-image: url(/wp-content/themes/theme/img/check.svg);
	width: 14px;
	height: 14px;
	background-size: contain;
}

.brand-models__meta.is-open .hd-copy {
	max-height: max-content;
	margin-top: 18px;
	opacity: 1;
}

.brand-models__meta.is-open button span {
	background-image: url(/wp-content/themes/theme/img/chevron-up.svg);
}

.brand-models__cta {
	grid-template-columns: 70px minmax(0, 1fr) auto;
}

.brand-models__cta > img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.brand-problems__grid > .hd-motion-mask {
    height: 100%;
    overflow: initial;
}
.brand-problems__list button.hd-faq__button {
    display: flex;
    align-items: flex-start;
}
.brand-problems__list .hd-heading.hd-heading--item {
    padding-bottom: 0 !important;
}
.brand-problems__list .hd-faq__item.is-open .hd-faq__panel {
    margin-top: 15px;
}
.brand-inline-cta > div {
    max-width: 640px;
}
.brand-inline-cta > div .hd-heading.hd-heading--item {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 8px;
}
.st-repair-grid.brand-repair__grid .hd-heading.hd-heading--item {
    font-size: 20px;
    margin-bottom: 12px;
}
.st-repair-grid.brand-repair__grid .hd-copy.hd-copy--item, .st-repair-grid.brand-repair__grid .hd-copy.hd-copy--item * {
    color: #A5B6C8;
}
.st-repair-grid.brand-repair__grid article:hover {
    box-shadow: none;
}
.st-repair-grid.brand-repair__grid article:hover .hd-step-number {
    color: #fff;
}
.brand-repair__grid .brand-repair__cta {
    background-color: #142737;
    border-color: #142737;
    padding: 30px;
}
.header_brand-repair__cta {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.st-repair-grid.brand-repair__grid  article.brand-repair__cta .hd-heading.hd-heading--item {
    font-size: 22px;
    margin-bottom: 0;
}
.brand-models__slider .slick-slide .hd-heading.hd-heading--item {
    font-size: 20px;
    color: #D80000;
}
.brand-models__slider .slick-slide .hd-copy.hd-copy--item, .brand-models__slider .slick-slide .hd-copy.hd-copy--item * {
    color: #3D424A;
}
.brand-models__meta button span {
    font-size: 0;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
}
.brand-models__meta.is-open button span img {
    opacity: 0;
}
.brand-models__slider .slick-track article > .hd-copy.hd-copy--item {
    min-height: 125px;
}
.brand-models__slider article.is-open .hd-copy.hd-copy--item, .brand-models__slider article.is-open .hd-copy.hd-copy--item * {
    color: #A5B6C8;
}
.brand-problems__list.faq-list {
    margin-top: 0;
}
@media (max-width: 1100px) {
	.brand-problems__grid,
	.brand-repair__grid,
	.st-section-header {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-repair__grid > .hd-motion-mask:has(.brand-repair__cta) {
		grid-column: span 2;
	}
}

@media (max-width: 700px) {
	.brand-hero {
		min-height: 560px;
	}

	.brand-problems__grid,
	.brand-repair__grid,
	.st-section-header {
		grid-template-columns: 1fr;
	}

	.brand-inline-cta,
	.brand-repair__cta,
	.brand-models__cta {
		grid-template-columns: 1fr;
		padding: 26px;
	}

	.brand-repair__cta {
		grid-column: auto;
	}

	.brand-repair__grid > .hd-motion-mask:has(.brand-repair__cta) {
		grid-column: auto;
	}

	.brand-problems__list article {
		padding: 16px;
	}
}
