.premium-home-lower,
.premium-home-news {
	--premium-home-accent: #f4bd00;
	--premium-home-bg: #101010;
	--premium-home-surface: #191919;
	--premium-home-border: #292929;
	--premium-home-muted: #a7a7a7;
	background: var(--premium-home-bg);
	color: #fff;
}

.premium-home-lower {
	padding: 34px 0 0;
}

.premium-home-feature-row {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
	gap: 24px;
	align-items: stretch;
}

.premium-home-section-title {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.premium-home-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.premium-home-section-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	color: var(--premium-home-accent);
	font-size: 14px;
	font-weight: 600;
}

.premium-home-section-link:hover,
.premium-home-section-link:focus {
	color: #ffd747;
	text-decoration: none;
}

.premium-home-section-link:focus-visible,
.premium-home-button:focus-visible,
.premium-home-news-card a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.premium-home-advantages {
	min-width: 0;
}

.premium-home-advantages > .premium-home-section-title {
	margin-bottom: 18px;
}

.premium-home-advantages__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 236px;
	background: var(--premium-home-surface);
	border: 1px solid var(--premium-home-border);
}

.premium-home-advantage-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 28px 14px;
	text-align: center;
	transition: background-color 180ms ease, transform 180ms ease;
}

.premium-home-advantage-card + .premium-home-advantage-card {
	border-left: 1px solid var(--premium-home-border);
}

.premium-home-advantage-card:hover {
	background: #202020;
	transform: translateY(-3px);
}

.premium-home-advantage-card__icon {
	width: 49px;
	height: 49px;
	margin-bottom: 20px;
	color: var(--premium-home-accent);
}

.premium-home-advantage-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.premium-home-advantage-card__cms-icon {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 1px;
	height: 1px;
	opacity: .01;
}

.premium-home-advantage-card__content {
	color: var(--premium-home-muted);
	font-size: 12px;
	line-height: 1.55;
}

.premium-home-advantage-card__content > :first-child {
	margin-top: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.premium-home-advantage-card__content > :last-child {
	margin-bottom: 0;
}

.premium-home-service {
	position: relative;
	min-height: 282px;
	margin-top: 45px;
	overflow: hidden;
	background: #171717;
	border: 1px solid var(--premium-home-border);
}

.premium-home-service__image,
.premium-home-service__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.premium-home-service__image {
	object-fit: cover;
	object-position: 65% center;
}

.premium-home-service__shade {
	background: linear-gradient(90deg, rgba(9, 9, 9, .98) 0%, rgba(9, 9, 9, .88) 47%, rgba(9, 9, 9, .18) 100%);
}

.premium-home-service__content {
	position: relative;
	z-index: 1;
	max-width: 67%;
	padding: 28px 30px;
}

.premium-home-service__eyebrow {
	margin: 0 0 5px;
	color: var(--premium-home-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.premium-home-service__title {
	margin: 0 0 14px;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.premium-home-service__list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.premium-home-service__list li {
	position: relative;
	margin: 7px 0;
	padding-left: 21px;
	color: #eee;
	font-size: 13px;
	line-height: 1.4;
}

.premium-home-service__list li::before {
	position: absolute;
	top: .25em;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid var(--premium-home-accent);
	border-radius: 50%;
	color: var(--premium-home-accent);
	content: "✓";
	font-size: 9px;
	line-height: 10px;
	text-align: center;
}

.premium-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 22px;
	background: var(--premium-home-accent);
	border: 1px solid var(--premium-home-accent);
	border-radius: 4px;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.premium-home-button:hover,
.premium-home-button:focus {
	background: #ffd126;
	border-color: #ffd126;
	color: #111;
	text-decoration: none;
}

.premium-home-button:active {
	transform: translateY(1px);
}

.premium-home-brands,
.premium-home-reviews {
	padding-top: 34px;
}

.premium-home-brands__track {
	display: grid;
	grid-template-columns: repeat(7, minmax(120px, 1fr));
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--premium-home-surface);
	border: 1px solid var(--premium-home-border);
	list-style: none;
}

.premium-home-brands__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 90px;
	padding: 18px 12px;
	overflow: hidden;
	background: radial-gradient(circle at center, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .045) 42%, rgba(255, 255, 255, 0) 76%);
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.premium-home-brands__logo {
	display: block;
	width: 100%;
	max-width: 180px;
	height: 46px;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 0 1px rgba(255, 255, 255, .65)) drop-shadow(0 0 6px rgba(255, 255, 255, .12));
	transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}

/* Увеличение только логотипа STELS — третий элемент в статическом списке брендов */
.premium-home-brands__item:nth-child(3) .premium-home-brands__logo {
	width: 150%;
	max-width: none;
	height: 68px;
}

.premium-home-brands__item + .premium-home-brands__item {
	border-left: 1px solid var(--premium-home-border);
}

@media (hover: hover) and (pointer: fine) {
	.premium-home-brands__item:hover {
		background: radial-gradient(circle at center, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .07) 44%, rgba(255, 255, 255, 0) 78%);
		border-color: var(--premium-home-accent);
		transform: translateY(-2px);
	}

	.premium-home-brands__item:hover .premium-home-brands__logo {
		filter: drop-shadow(0 0 1px rgba(255, 255, 255, .9)) drop-shadow(0 0 8px rgba(244, 189, 0, .18));
		transform: scale(1.04);
	}
}

.premium-home-reviews__grid,
.premium-home-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.premium-home-review-card {
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 18px 20px;
	background: var(--premium-home-surface);
	border: 1px solid var(--premium-home-border);
	transition: border-color 180ms ease, transform 180ms ease;
}

.premium-home-review-card:hover {
	border-color: #444;
	transform: translateY(-3px);
}

.premium-home-review-card__rating {
	margin-bottom: 10px;
	color: var(--premium-home-accent);
	font-size: 17px;
	letter-spacing: 3px;
}

.premium-home-review-card__text {
	flex: 1;
	margin: 0 0 14px;
	color: #e0e0e0;
	font-size: 13px;
	line-height: 1.65;
}

.premium-home-review-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	color: #fff;
	font-size: 12px;
}

.premium-home-review-card__footer time {
	color: #8d8d8d;
}

.premium-home-news {
	padding: 38px 0 44px;
}

.premium-home-news__intro:empty,
.premium-home-news__outro:empty {
	display: none;
}

.premium-home-news__intro,
.premium-home-news__outro {
	color: var(--premium-home-muted);
}

.premium-home-news__intro {
	margin-bottom: 24px;
}

.premium-home-news__outro {
	margin-top: 24px;
}

.premium-home-news-card {
	overflow: hidden;
	background: var(--premium-home-surface);
	border: 1px solid var(--premium-home-border);
	transition: border-color 180ms ease, transform 180ms ease;
}

.premium-home-news-card:hover {
	border-color: #444;
	transform: translateY(-3px);
}

.premium-home-news-card__media {
	display: block;
	height: 170px;
	overflow: hidden;
	background: #202020;
}

.premium-home-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.premium-home-news-card:hover .premium-home-news-card__media img {
	transform: scale(1.035);
}

.premium-home-news-card__body {
	padding: 22px;
}

.premium-home-news-card__date {
	display: block;
	margin-bottom: 9px;
	color: var(--premium-home-accent);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.premium-home-news-card__title-link:hover,
.premium-home-news-card__title-link:focus {
	text-decoration: none;
}

.premium-home-news-card__title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.premium-home-news-card__summary {
	display: -webkit-box;
	min-height: 66px;
	margin-bottom: 16px;
	overflow: hidden;
	color: var(--premium-home-muted);
	font-size: 13px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.premium-home-news-card__summary > :first-child {
	margin-top: 0;
}

.premium-home-news-card__summary > :last-child {
	margin-bottom: 0;
}

.premium-home-news-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	color: var(--premium-home-accent);
	font-size: 12px;
	font-weight: 700;
}

.premium-home-news-card__more:hover,
.premium-home-news-card__more:focus {
	color: #ffd747;
	text-decoration: none;
}

@media (max-width: 1199px) {
	.premium-home-feature-row {
		grid-template-columns: 1fr;
	}

	.premium-home-service {
		margin-top: 0;
	}

	.premium-home-brands__track {
		grid-template-columns: repeat(4, 1fr);
	}

	.premium-home-brands__item:nth-child(5) {
		border-left: 0;
	}

	.premium-home-brands__item:nth-child(n+5) {
		border-top: 1px solid var(--premium-home-border);
	}
}

@media (max-width: 991px) {
	.premium-home-reviews__grid,
	.premium-home-news__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.premium-home-news-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.premium-home-lower {
		padding-top: 26px;
	}

	.premium-home-lower > .container,
	.premium-home-brands > .container,
	.premium-home-reviews > .container,
	.premium-home-news > .container {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding-left: 18px;
		padding-right: 18px;
		width: 100%;
	}

	.premium-home-section-title {
		font-size: 19px;
	}

	.premium-home-advantages__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.premium-home-advantage-card {
		min-height: 190px;
		padding: 22px 14px;
	}

	.premium-home-advantage-card:nth-child(3) {
		border-left: 0;
	}

	.premium-home-advantage-card:nth-child(n+3) {
		border-top: 1px solid var(--premium-home-border);
	}

	.premium-home-service {
		min-height: 360px;
	}

	.premium-home-service__image {
		object-position: 70% center;
	}

	.premium-home-service__shade {
		background: linear-gradient(90deg, rgba(9, 9, 9, .97), rgba(9, 9, 9, .58));
	}

	.premium-home-service__content {
		max-width: 88%;
		padding: 28px 22px;
	}

	.premium-home-service__title {
		font-size: 25px;
	}

	.premium-home-brands,
	.premium-home-reviews {
		padding-top: 28px;
	}

	.premium-home-brands__track {
		display: flex;
		gap: 10px;
		margin-right: -18px;
		padding: 10px 15px 10px 0;
		overflow-x: auto;
		background: transparent;
		border: 0;
		scroll-padding-left: 15px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.premium-home-brands__item {
		flex: 0 0 158px;
		min-height: 82px;
		background: radial-gradient(circle at center, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .045) 42%, rgba(255, 255, 255, 0) 76%);
		border: 1px solid var(--premium-home-border) !important;
		scroll-snap-align: start;
	}

	.premium-home-brands__logo {
		max-width: 136px;
		height: 38px;
	}

	.premium-home-brands__item:nth-child(3) .premium-home-brands__logo {
		width: 145%;
		max-width: none;
		height: 56px;
	}

	.premium-home-reviews__grid,
	.premium-home-news__grid {
		grid-template-columns: 1fr;
	}

	.premium-home-news-card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.premium-home-review-card {
		min-height: 0;
		padding: 16px 18px;
	}

	.premium-home-reviews__grid {
		gap: 12px;
	}

	.premium-home-review-card__rating {
		margin-bottom: 10px;
	}

	.premium-home-review-card__text {
		flex: 0 1 auto;
		line-height: 1.5;
		margin-bottom: 14px;
	}

	.premium-home-review-card__footer {
		gap: 10px;
	}

	.premium-home-news {
		padding: 32px 0 36px;
	}
}

@media (max-width: 360px) {
	.premium-home-lower > .container,
	.premium-home-brands > .container,
	.premium-home-reviews > .container,
	.premium-home-news > .container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.premium-home-brands__track {
		margin-right: -14px;
	}
}

@media (max-width: 420px) {
	.premium-home-advantages__grid {
		grid-template-columns: 1fr;
	}

	.premium-home-advantage-card + .premium-home-advantage-card,
	.premium-home-advantage-card:nth-child(3) {
		border-top: 1px solid var(--premium-home-border);
		border-left: 0;
	}

	.premium-home-advantage-card {
		min-height: 160px;
	}

	.premium-home-service__content {
		max-width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.premium-home-lower *,
	.premium-home-news * {
		scroll-behavior: auto !important;
		transition: none !important;
	}

}