/* Homepage-only styles. Loaded only from bulb/index.php. Scope: body.ll-home / .ll-home */
body.ll-home {
	background: #f5f7fa;
	color: #18212b;
	overflow-x: hidden;
}
body.ll-home main.ll-home {
	background: #f5f7fa;
	padding-bottom: 0;
	overflow: visible;
}
body.ll-home a:focus-visible,
body.ll-home button:focus-visible,
body.ll-home select:focus-visible,
body.ll-home input:focus-visible {
	outline: 2px solid #2fa4e7 !important;
	outline-offset: 2px;
}

body.ll-home header .container,
body.ll-home main .container {
	max-width: 1240px;
	padding-left: 36px;
	padding-right: 36px;
}

/* ---- Header: dark bar, no blue rounded box ---- */
body.ll-home header,
body.ll-home header.header_2,
body.ll-home header#header {
	margin: 0 !important;
	padding: 0 !important;
	background: #0b1f33;
}
body.ll-home > main,
body.ll-home main:not(.ll-home) {
	overflow: visible;
}
body.ll-home .section_top.section_top_2 {
	margin: 0;
	padding: 0;
}
body.ll-home .section_top.section_top_2 > .container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* Homepage $content lives in main > section.single_page_box > .container, not section_top. */
body.ll-home main > section.single_page_box:nth-of-type(2) {
	margin: 0;
	padding: 0;
	overflow: visible;
}
body.ll-home main > section.single_page_box:nth-of-type(2) > .container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body.ll-home .breadcrumbs {
	display: none;
	margin: 0 !important;
	height: 0;
	overflow: hidden;
}
body.ll-home .single_page_box {
	padding: 0 !important;
	margin: 0;
}
body.ll-home .single_page_box ul li::before {
	content: none !important;
	display: none !important;
}
body.ll-home #header.header_2 .module__inner_box {
	height: 72px !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0;
	overflow: visible;
	max-width: 100%;
}
body.ll-home #header.header_2 .burger,
body.ll-home #header.header_2 .close_menu {
	flex: 0 0 auto;
}
body.ll-home #header.header_2 .logo {
	flex: 0 1 auto;
	min-width: 0;
	max-width: none;
	width: auto;
	margin: 0;
	z-index: 2;
}
body.ll-home #header.header_2 .logo img {
	display: block;
	width: auto;
	max-width: 169px;
	height: 28px;
	max-height: 28px;
}
body.ll-home header .main_menu > ul > li {
	margin-right: 8px;
}
body.ll-home header .main_menu > ul > li > a {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.01em;
	padding: 8px 10px;
	border-radius: 6px;
}
body.ll-home header .main_menu > ul > li > a:hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0.08);
}
body.ll-home #header.header_2 .search-form {
	margin: 0;
	width: auto;
}
body.ll-home #header.header_2 .search-form .search-input {
	width: 260px !important;
	height: 40px;
	min-height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
}
body.ll-home #header.header_2 .search-input-cursor {
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	body.ll-home #header.header_2 .module__inner_box {
		height: 64px !important;
		justify-content: flex-start;
		gap: 10px;
	}
	body.ll-home #header.header_2 .logo {
		margin-right: auto;
	}
	body.ll-home #header.header_2 .logo img {
		max-width: min(169px, calc(100vw - 88px));
		height: 24px;
		max-height: 24px;
	}
	body.ll-home header .main_menu {
		position: fixed !important;
		left: 0;
		top: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		flex: 0 0 0 !important;
		-webkit-box-flex: 0 !important;
		max-width: none !important;
		background: #fff;
	}
	body.ll-home header .main_menu > ul > li > a {
		color: #18212b;
		min-height: 44px;
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	body.ll-home #header.header_2 .search-form {
		width: 100%;
		max-width: none;
	}
	body.ll-home #header.header_2 .search-form .search-input {
		width: 100% !important;
		min-height: 44px !important;
		height: 44px !important;
		font-size: 16px !important;
		padding-left: 12px;
		position: static;
	}
	body.ll-home #header.header_2 .search-input-cursor {
		position: absolute;
		top: 50%;
		right: 8px;
		left: auto;
		transform: translateY(-50%);
	}
}

/* ---- Full-width dark hero + compact finder card ---- */
.ll-hero {
	position: relative;
	background-color: #0b1f33;
	background-image:
		radial-gradient(circle at 78% -8%, rgba(47, 164, 231, 0.2) 0%, rgba(47, 164, 231, 0) 42%),
		radial-gradient(circle at 12% 108%, rgba(47, 164, 231, 0.1) 0%, rgba(47, 164, 231, 0) 38%);
	color: #fff;
	border-bottom: 0;
	padding: 32px 0 40px;
	overflow: hidden;
}
.ll-hero .container {
	position: relative;
	z-index: 1;
}
.ll-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(500px, 560px);
	gap: 64px;
	align-items: center;
}
.ll-hero-copy {
	max-width: 520px;
	min-width: 0;
}
.ll-hero-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7ec8ea;
}
.ll-hero-title {
	margin: 0 0 14px;
	max-width: 520px;
	font-size: 50px;
	line-height: 1.14;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	overflow-wrap: break-word;
	white-space: normal;
	text-wrap: balance;
}
.ll-hero-intro {
	max-width: 520px;
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}
.ll-hero-cats {
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.45);
}

.ll-home #car_bulbs {
	margin: 0;
	padding: 0 !important;
	min-width: 0;
	width: 100%;
	max-width: 560px;
	justify-self: stretch;
}
.ll-home #car_bulbs .container,
.ll-home .ll-finder-wrap {
	padding: 0;
	max-width: none;
}

.ll-finder,
body.ll-home .module__filter.ll-finder {
	background: #fff;
	border: 1px solid #dce3ea;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(11, 31, 51, 0.16);
	padding: 24px 28px 20px;
	height: auto;
	min-height: 0;
	overflow: visible;
	position: relative;
	margin: 0;
	color: #18212b;
}
body.ll-home .ll-finder .filter_form,
body.ll-home .module__filter .filter_form {
	height: auto !important;
	min-height: 0;
	padding: 0 !important;
	background: transparent;
	overflow: visible;
}
.ll-finder-card-title {
	margin: 0 0 4px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #0b1f33;
	letter-spacing: -0.02em;
}
.ll-finder-card-help {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.4;
	color: #5c6875;
}
.ll-finder-primary {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ll-finder-row {
	display: grid;
	grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
	gap: 12px;
	align-items: end;
}
.ll-finder .options__item,
.ll-finder-primary .options__item {
	margin: 0 !important;
	width: auto !important;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
}
.ll-finder .options__item label,
.ll-finder-primary .options__item label,
.ll-finder-secondary label {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5c6875;
}
.ll-finder .select_def,
.ll-finder select.select_def {
	width: 100% !important;
	max-width: none;
	min-height: 54px;
	height: 54px;
	padding: 0 36px 0 14px;
	border: 1px solid #dce3ea;
	border-radius: 10px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c6875' d='M1.2 1.3L6 6.1l4.8-4.8'/%3E%3C/svg%3E") no-repeat right 14px center;
	font-size: 16px;
	color: #18212b;
	-webkit-appearance: none;
	appearance: none;
}
.ll-finder select:disabled {
	background-color: #f3f5f7;
	color: #8a95a1;
}
.ll-finder-submit,
.ll-home #btn_submit_filter.ll-finder-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: static;
	float: none;
	min-height: 54px;
	height: 54px;
	margin: 0;
	padding: 0 22px;
	border: 0;
	border-radius: 10px;
	background: #2fa4e7;
	background-image: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	max-width: none;
	white-space: nowrap;
}
.ll-finder-submit:hover,
.ll-home #btn_submit_filter.ll-finder-submit:hover {
	background: #1d8fd0;
	background-image: none;
}
.ll-finder-submit:disabled {
	background: #9bbfd4;
	cursor: not-allowed;
}
.ll-finder-submit-icon {
	flex: 0 0 auto;
}
.ll-finder-details {
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.ll-finder-details summary {
	list-style: none;
	cursor: pointer;
	min-height: 44px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: #17648d;
	border-radius: 6px;
	white-space: normal;
}
.ll-finder-details summary::-webkit-details-marker {
	display: none;
}
.ll-finder-details summary::before {
	content: "";
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	margin-top: -2px;
}
.ll-finder-details[open] summary::before {
	transform: rotate(45deg);
	margin-top: 0;
}
.ll-finder-details summary:focus {
	outline: none;
}
.ll-finder-details summary:focus-visible {
	outline: 2px solid #2fa4e7;
	outline-offset: 2px;
}
.ll-finder-secondary {
	display: block;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
}
.ll-finder-secondary .select_def,
.ll-finder-secondary select.select_def {
	width: 100% !important;
	min-width: 0;
	max-width: 100%;
	min-height: 54px;
	height: 54px;
}
.ll-finder-status {
	min-height: 0;
	margin: 8px 0 0;
	font-size: 13px;
	color: #5c6875;
}
.ll-finder-status:empty {
	display: none;
	margin: 0;
}
.ll-finder-status.is-error {
	color: #9b1c1c;
}
.ll-finder-note {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #8a95a1;
}
.ll-home .why-reason-block {
	display: none !important;
}

/* ---- Sections ---- */
.ll-section {
	padding: 88px 0 8px;
}
.ll-popular {
	padding-top: 72px;
}
.ll-section-title {
	margin: 0 0 8px;
	font-size: 26px;
	line-height: 1.25;
	color: #18212b;
	font-weight: 700;
	letter-spacing: -0.02em;
}
.ll-section-lead {
	margin: 0 0 24px;
	color: #5c6875;
	font-size: 16px;
}
.ll-secondary-link {
	margin: 20px 0 0;
	font-size: 15px;
}
.ll-secondary-link a {
	color: #17648d;
	font-weight: 600;
}
.ll-secondary-link a:hover {
	color: #0b1f33;
}

/* ---- Popular vehicle panels ---- */
.ll-popular-panels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.ll-popular-panel {
	background: #fff;
	border: 1px solid #dce3ea;
	border-radius: 14px;
	padding: 18px 18px 10px;
	min-height: 100%;
}
.ll-popular-panel:hover {
	border-color: #c5d4e0;
	box-shadow: 0 6px 18px rgba(11, 31, 51, 0.06);
}
.ll-popular-panel-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eef1f4;
}
.ll-popular-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #eef6fb;
	color: #17648d;
	flex: 0 0 auto;
}
.ll-group-title {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5c6875;
}
.ll-popular-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ll-popular-list li {
	list-style: none;
	padding-left: 0;
}
.ll-popular-list li::before {
	content: none !important;
	display: none !important;
}
.ll-popular-list li + li {
	border-top: 1px solid #f0f3f6;
}
.ll-vehicle-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 44px;
	padding: 8px 2px;
	color: #18212b;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
}
.ll-vehicle-link:hover {
	color: #17648d;
}
.ll-vehicle-arrow {
	flex: 0 0 auto;
	color: #9aa6b2;
}
.ll-vehicle-link:hover .ll-vehicle-arrow {
	color: #2fa4e7;
}

/* ---- Makes directory ---- */
.ll-make-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}
.ll-make-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid #dce3ea;
	border-radius: 8px;
	background: #fff;
	color: #18212b;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	line-height: 1.25;
}
.ll-make-chip:hover {
	border-color: #2fa4e7;
	color: #17648d;
	background: #f7fbfe;
}
.ll-make-extra.is-collapsed {
	display: none;
}
.ll-text-toggle {
	margin-top: 16px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #c5ced6;
	border-radius: 8px;
	background: #fff;
	color: #17648d;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.ll-text-toggle:hover {
	border-color: #2fa4e7;
}

/* ---- Bulb size chips ---- */
.ll-size-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ll-size-list a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid #dce3ea;
	border-radius: 6px;
	background: #fff;
	color: #17648d;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
	letter-spacing: 0.02em;
}
.ll-size-list a:hover {
	border-color: #2fa4e7;
	background: #f7fbfe;
}

/* ---- Guides ---- */
.ll-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.ll-guide-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #dce3ea;
	border-radius: 14px;
	background: #fff;
	color: #18212b;
	text-decoration: none;
}
.ll-guide-card:hover {
	border-color: #2fa4e7;
	box-shadow: 0 6px 18px rgba(11, 31, 51, 0.06);
}
.ll-guide-card:hover .ll-guide-title {
	color: #17648d;
}
.ll-guide-media {
	aspect-ratio: 16 / 10;
	background: #eef2f5;
	overflow: hidden;
}
.ll-guide-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ll-guide-title {
	padding: 14px 16px 16px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 4.2em;
}

/* ---- Supporting copy ---- */
.ll-copy {
	padding-top: 72px;
	padding-bottom: 72px;
}
.ll-copy-panel {
	max-width: 820px;
	padding: 28px 32px;
	background: #fff;
	border: 1px solid #dce3ea;
	border-radius: 14px;
}
.ll-copy-panel .ll-section-title {
	font-size: 20px;
	margin-top: 28px;
}
.ll-copy-panel .ll-section-title:first-child {
	margin-top: 0;
}
.ll-copy p,
.ll-steps {
	margin: 0 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: #3d4752;
}
.ll-steps {
	padding-left: 1.25em;
	margin-bottom: 8px;
}
.ll-steps li + li {
	margin-top: 8px;
}
.ll-copy-panel p {
	margin-top: 10px;
}

@media (max-width: 1280px) {
	body.ll-home header .container,
	body.ll-home main .container {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media (max-width: 1024px) {
	body.ll-home header .container,
	body.ll-home main .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	.ll-hero {
		padding: 32px 0 40px;
	}
	.ll-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
		gap: 40px;
	}
	.ll-hero-title {
		font-size: 42px;
	}
	.ll-home #car_bulbs {
		max-width: 500px;
	}
	.ll-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ll-popular-panels {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.ll-make-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.ll-section {
		padding-top: 72px;
	}
	.ll-popular {
		padding-top: 64px;
	}
}
@media (max-width: 900px) {
	.ll-hero-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		align-items: start;
	}
	.ll-hero-copy,
	.ll-hero-title,
	.ll-hero-intro {
		max-width: none;
	}
	.ll-home #car_bulbs {
		max-width: none;
	}
	.ll-popular-panels {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767.98px) {
	body.ll-home header .container,
	body.ll-home main .container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.ll-hero {
		padding: 28px 0 36px;
	}
	.ll-hero-title {
		font-size: 36px;
	}
	.ll-hero-intro {
		font-size: 16px;
	}
	.ll-finder,
	body.ll-home .module__filter.ll-finder {
		padding: 20px;
		margin: 0;
		border-radius: 16px;
	}
	.ll-finder-row,
	.ll-popular-panels,
	.ll-make-grid,
	.ll-guide-grid {
		grid-template-columns: 1fr;
	}
	.ll-section,
	.ll-popular {
		padding-top: 52px;
	}
	.ll-copy {
		padding-top: 48px;
		padding-bottom: 56px;
	}
	.ll-copy-panel {
		padding: 20px 18px;
	}
	.ll-section-title {
		font-size: 22px;
	}
}
@media (min-width: 480px) and (max-width: 767.98px) {
	.ll-make-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 400px) {
	.ll-hero-title {
		font-size: 34px;
	}
}
