.cph-body {
	background: #f7f8f7;
}

.cph-page {
	background: #f7f8f7;
	color: #141615;
	font-family: Roboto, Arial, sans-serif;
}

.cph-page a {
	text-decoration: none;
}

.cph-shell {
	width: min(100% - 32px, 1180px);
	margin: 0 auto;
}

.cph-topbar {
	background: #040504;
	color: #fff;
	font-size: 13px;
}

.cph-topbar__inner,
.cph-topbar__meta,
.cph-nav__inner,
.cph-actions,
.cph-menu,
.cph-trust-row,
.cph-section-head {
	display: flex;
	align-items: center;
}

.cph-topbar__inner {
	justify-content: space-between;
	gap: 20px;
	min-height: 46px;
}

.cph-topbar p,
.cph-topbar span {
	margin: 0;
	color: #fff;
}

.cph-topbar p::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: -4px;
	border-radius: 50%;
	background: #76d94f;
}

.cph-topbar__meta {
	gap: 36px;
}

.cph-nav {
	background: rgba(11, 12, 11, 0.94);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cph-nav__inner {
	justify-content: space-between;
	min-height: 76px;
	gap: 28px;
}

.cph-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-family: Oswald, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.cph-logo:hover {
	color: #fff;
}

.cph-logo__mark {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: #74d64f;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.cph-logo__mark::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 11px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
}

.cph-menu {
	gap: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cph-menu a,
.cph-actions a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.cph-actions {
	gap: 22px;
}

.cph-cart {
	position: relative;
}

.cph-cart span {
	position: absolute;
	top: -11px;
	right: -12px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #74d64f;
	color: #0b0c0b;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.cph-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.86) 43%, rgba(0, 0, 0, 0.62) 100%),
		radial-gradient(circle at 78% 54%, rgba(255, 255, 255, 0.14), transparent 34%),
		#0b0d0c;
	color: #fff;
}

.cph-hero__inner {
	position: relative;
	min-height: 430px;
	padding: 48px 0 36px;
}

.cph-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 560px;
	padding-top: 14px;
}

.cph-hero h1 {
	margin: 0 0 15px;
	color: #fff;
	font-family: Oswald, Arial, sans-serif;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0;
}

.cph-hero p {
	max-width: 500px;
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.45;
}

.cph-hero__visual {
	position: absolute;
	top: 42px;
	right: -15px;
	width: 54%;
	height: 250px;
}

.cph-car-dash {
	position: absolute;
	inset: 0;
	border-radius: 22px;
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 44%, rgba(255, 255, 255, 0.1)),
		linear-gradient(180deg, #1d211f, #080908);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

.cph-car-dash::before,
.cph-car-dash::after {
	content: "";
	position: absolute;
	bottom: 22px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 14px solid #151817;
	box-shadow: inset 0 0 0 3px #2c302d, 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.cph-car-dash::before {
	left: 46px;
}

.cph-car-dash::after {
	right: 40px;
}

.cph-screen {
	position: absolute;
	top: 42px;
	left: 95px;
	right: 95px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding: 24px;
	border: 8px solid #070807;
	border-radius: 18px;
	background: #161817;
}

.cph-screen span {
	min-height: 52px;
	padding-top: 30px;
	border-radius: 14px;
	background: linear-gradient(135deg, #74d64f, #1f9a55);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.cph-screen span:nth-child(2),
.cph-screen span:nth-child(5) {
	background: linear-gradient(135deg, #ff527b, #b92756);
}

.cph-screen span:nth-child(3),
.cph-screen span:nth-child(6) {
	background: linear-gradient(135deg, #65b7ff, #3664d8);
}

.cph-finder {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.45fr;
	gap: 14px;
	max-width: 830px;
	margin-top: 34px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(20, 22, 21, 0.86);
	backdrop-filter: blur(6px);
}

.cph-finder label {
	margin: 0;
}

.cph-finder span {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
}

.cph-finder select,
.cph-finder button {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
}

.cph-finder select {
	padding: 0 14px;
	background: #1e211f;
	color: #fff;
}

.cph-finder button {
	align-self: end;
	background: linear-gradient(90deg, #d8edc8, #79d950);
	color: #10220d;
	cursor: pointer;
}

.cph-trust-row {
	position: relative;
	z-index: 3;
	justify-content: space-between;
	gap: 22px;
	max-width: 890px;
	margin-top: 24px;
}

.cph-trust-row div {
	position: relative;
	padding-left: 28px;
	color: #fff;
}

.cph-trust-row div::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #74d64f;
}

.cph-trust-row strong,
.cph-trust-row span {
	display: block;
}

.cph-trust-row strong {
	font-size: 14px;
}

.cph-trust-row span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}

.cph-section {
	padding: 56px 0;
}

.cph-section h2,
.cph-section h3,
.cph-footer h3 {
	margin-top: 0;
	color: #141615;
	font-family: Oswald, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.cph-section h2 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
}

.cph-compare {
	background: #fff;
}

.cph-compare__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.cph-compare__panel {
	position: relative;
	overflow: hidden;
	min-height: 270px;
	border-radius: 10px;
	background: #171918;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.cph-compare__panel > span {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: 700;
}

.cph-placeholder {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 66%, rgba(255, 255, 255, 0.13), transparent 18%),
		linear-gradient(180deg, #53585b, #151716 58%, #090a09);
}

.cph-placeholder::before {
	content: "";
	position: absolute;
	top: 72px;
	left: 50%;
	width: 260px;
	height: 92px;
	transform: translateX(-50%);
	border: 8px solid #080908;
	border-radius: 14px;
	background: #101211;
}

.cph-placeholder--screen::before {
	background:
		linear-gradient(90deg, transparent 12%, rgba(255, 255, 255, 0.08) 12% 14%, transparent 14%),
		linear-gradient(135deg, #181b1a, #070807);
}

.cph-placeholder--screen::after {
	content: "";
	position: absolute;
	top: 92px;
	left: calc(50% - 85px);
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: #74d64f;
	box-shadow: 40px 0 0 #ff527b, 80px 0 0 #65b7ff, 120px 0 0 #74d64f;
}

.cph-compare__arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: grid;
	width: 62px;
	height: 62px;
	transform: translate(-50%, -50%);
	place-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	color: #141615;
}

.cph-steps,
.cph-reviews,
.cph-brands,
.cph-products,
.cph-faq,
.cph-blog {
	background: #f7f8f7;
}

.cph-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	max-width: 980px;
	margin: 0 auto;
}

.cph-steps article {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	column-gap: 22px;
}

.cph-steps article > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: #74d64f;
	color: #fff;
	font-weight: 700;
}

.cph-steps i {
	grid-column: 1;
	margin-top: 22px;
	color: #171918;
	font-size: 36px;
}

.cph-steps h3,
.cph-steps p {
	grid-column: 2;
	margin: 0;
}

.cph-steps h3 {
	margin-bottom: 10px;
	font-size: 17px;
}

.cph-steps p,
.cph-reviews p,
.cph-product-card p,
.cph-help p,
.cph-footer p,
.cph-blog-card a,
.cph-product-card a {
	color: #555b57;
	font-size: 14px;
	line-height: 1.6;
}

.cph-reviews__grid {
	display: grid;
	grid-template-columns: 0.9fr repeat(3, 1fr);
	gap: 24px;
	align-items: center;
}

.cph-score,
.cph-reviews article {
	min-height: 170px;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 22, 18, 0.06);
}

.cph-score {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cph-stars {
	color: #74d64f;
	font-size: 18px;
	line-height: 1;
}

.cph-score strong {
	margin-top: 12px;
	color: #141615;
	font-size: 28px;
}

.cph-score span,
.cph-reviews span {
	display: block;
	color: #777d79;
	font-size: 12px;
}

.cph-reviews article p {
	margin: 15px 0;
}

.cph-reviews article strong {
	display: block;
	color: #141615;
}

.cph-brand-grid {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 22px;
}

.cph-brand-grid a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #141615;
}

.cph-brand-grid span {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	font-family: Oswald, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.cph-brand-grid strong {
	font-size: 13px;
}

.cph-product-grid,
.cph-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.cph-product-card,
.cph-blog-card {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(16, 22, 18, 0.08);
}

.cph-product-card__media {
	height: 160px;
	background:
		radial-gradient(circle at 46% 42%, rgba(116, 214, 79, 0.18), transparent 27%),
		linear-gradient(145deg, #eff1ef, #cfd4d0);
}

.cph-product-card__body,
.cph-blog-card__body {
	padding: 22px;
}

.cph-product-card h3,
.cph-blog-card h3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.35;
}

.cph-product-card p {
	min-height: 48px;
	margin-bottom: 16px;
}

.cph-product-card a,
.cph-blog-card a,
.cph-section-head a {
	color: #141615;
	font-weight: 700;
}

.cph-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 34px;
	padding: 26px;
	border-radius: 10px;
	background: #121412;
	color: #fff;
}

.cph-benefits div {
	display: grid;
	grid-template-columns: 44px 1fr;
	column-gap: 14px;
}

.cph-benefits i {
	grid-row: span 2;
	color: #74d64f;
	font-size: 30px;
}

.cph-benefits strong,
.cph-benefits span {
	display: block;
}

.cph-benefits strong {
	color: #fff;
}

.cph-benefits span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.cph-faq__grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	gap: 44px;
	align-items: start;
}

.cph-faq__list {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 22, 18, 0.06);
}

.cph-faq details {
	border-bottom: 1px solid #eef0ee;
}

.cph-faq details:last-child {
	border-bottom: 0;
}

.cph-faq summary {
	position: relative;
	padding: 20px 58px 20px 24px;
	color: #141615;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.cph-faq summary::-webkit-details-marker {
	display: none;
}

.cph-faq summary::after {
	content: "+";
	position: absolute;
	top: 20px;
	right: 24px;
	font-size: 18px;
}

.cph-faq details[open] summary::after {
	content: "-";
}

.cph-faq details p {
	margin: -6px 24px 20px;
	color: #555b57;
	font-size: 14px;
	line-height: 1.6;
}

.cph-help {
	padding: 36px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 22, 18, 0.06);
}

.cph-help i {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	place-items: center;
	border-radius: 50%;
	background: rgba(116, 214, 79, 0.16);
	color: #74d64f;
	font-size: 24px;
}

.cph-help h3 {
	margin-bottom: 8px;
	font-size: 20px;
}

.cph-help a {
	display: inline-block;
	margin-top: 10px;
	color: #141615;
	font-weight: 700;
}

.cph-section-head {
	justify-content: center;
	position: relative;
	margin-bottom: 30px;
}

.cph-section-head h2 {
	margin-bottom: 0;
}

.cph-section-head a {
	position: absolute;
	right: 0;
}

.cph-blog-grid {
	grid-template-columns: repeat(3, 1fr);
}

.cph-blog-card__media {
	position: relative;
	height: 180px;
	background:
		linear-gradient(135deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.54)),
		linear-gradient(145deg, #aeb5b0, #2f3531);
}

.cph-blog-card__media span {
	position: absolute;
	bottom: 14px;
	left: 16px;
	padding: 4px 9px;
	border-radius: 4px;
	background: #fff;
	color: #141615;
	font-size: 11px;
	font-weight: 700;
}

.cph-blog-card h3 {
	min-height: 72px;
}

.cph-footer {
	padding: 50px 0 24px;
	background: #111311;
	color: #fff;
}

.cph-footer__grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1.4fr;
	gap: 46px;
}

.cph-footer p {
	color: rgba(255, 255, 255, 0.68);
}

.cph-footer h3 {
	margin-bottom: 16px;
	color: #fff;
	font-size: 18px;
}

.cph-footer a {
	display: block;
	margin-bottom: 9px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.cph-socials {
	display: flex;
	gap: 12px;
}

.cph-socials a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.cph-newsletter {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
}

.cph-newsletter input,
.cph-newsletter button {
	height: 42px;
	border: 0;
	border-radius: 7px;
}

.cph-newsletter input {
	padding: 0 14px;
}

.cph-newsletter button {
	padding: 0 18px;
	background: #74d64f;
	color: #10220d;
	font-weight: 700;
}

.cph-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.52);
	font-size: 13px;
}

@media (max-width: 1100px) {
	.cph-menu {
		gap: 22px;
	}

	.cph-hero__visual {
		opacity: 0.62;
	}

	.cph-product-grid,
	.cph-benefits {
		grid-template-columns: repeat(2, 1fr);
	}

	.cph-brand-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 900px) {
	.cph-topbar__inner,
	.cph-topbar__meta,
	.cph-nav__inner,
	.cph-trust-row,
	.cph-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.cph-nav__inner {
		padding: 18px 0;
	}

	.cph-menu {
		flex-wrap: wrap;
	}

	.cph-hero__inner {
		min-height: 0;
	}

	.cph-hero__visual {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: 220px;
		margin-top: 30px;
		opacity: 1;
	}

	.cph-finder,
	.cph-compare__grid,
	.cph-steps__grid,
	.cph-reviews__grid,
	.cph-faq__grid,
	.cph-footer__grid {
		grid-template-columns: 1fr;
	}

	.cph-section-head {
		display: block;
		text-align: center;
	}

	.cph-section-head a {
		position: static;
		display: inline-block;
		margin-top: 12px;
	}

	.cph-blog-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cph-shell {
		width: min(100% - 24px, 1180px);
	}

	.cph-topbar {
		display: none;
	}

	.cph-menu {
		display: none;
	}

	.cph-actions {
		width: 100%;
		justify-content: flex-end;
	}

	.cph-hero h1 {
		font-size: 38px;
	}

	.cph-hero p {
		font-size: 16px;
	}

	.cph-screen {
		left: 28px;
		right: 28px;
		padding: 16px;
		gap: 8px;
	}

	.cph-car-dash::before,
	.cph-car-dash::after {
		width: 54px;
		height: 54px;
		border-width: 10px;
	}

	.cph-compare__panel {
		min-height: 220px;
	}

	.cph-steps article,
	.cph-benefits div {
		grid-template-columns: 44px 1fr;
	}

	.cph-brand-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.cph-product-grid,
	.cph-benefits {
		grid-template-columns: 1fr;
	}

	.cph-footer__grid {
		gap: 28px;
	}

	.cph-newsletter {
		grid-template-columns: 1fr;
	}
}
