.brand-preview {
	background: #efefef;
	color: #202020;
	font-family: 'RozetkaWeb-Regular', Arial, sans-serif;
	padding: 0 0 56px;
}

.brand-preview * {
	font-family: 'RozetkaWeb-Regular', Arial, sans-serif;
}

.brand-preview__heading,
.brand-preview__heading--lead,
.brand-preview__quote-strong,
.block-hero__kicker,
.block-hero__title,
.block-hero__subtitle,
.reason-card__title,
.feature-card__index,
.feature-card__title,
.block-corporate__contacts,
.block-footer-banner__title,
.block-footer-banner__subtitle,
.brand-thumb__label,
.brand-preview strong,
.brand-preview b {
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
}

.brand-preview__hero-wrap {
	width: min(100%, 1920px);
	margin: 0 auto;
	padding-top: 14px;
}

.brand-preview__container {
	width: min(100% - 32px, 1320px);
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.brand-preview__container > .brand-preview__hero.block-hero:first-child {
	position: relative;
	left: 50%;
	width: min(100vw, 1920px);
	max-width: 1920px;
	margin-left: -50vw;
	margin-right: -50vw;
	box-shadow: none;
}

.brand-preview__section,
.brand-preview__footer-banner {
	padding: 34px 36px;
	border-top: 0;
}

.brand-preview__heading {
	margin: 0 0 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-size: 34px;
	line-height: 1.05;
	text-align: center;
	text-transform: none;
}

.brand-preview__heading::before,
.brand-preview__heading::after {
	content: '';
	flex: 0 1 360px;
	max-width: 360px;
	height: 1px;
	background: #d9d9d9;
}

.brand-preview__heading--lead {
	display: block;
	font-size: 25px;
	line-height: 1.35;
	font-weight: 700;
}

.brand-preview__heading--lead::before,
.brand-preview__heading--lead::after {
	display: none;
}

.brand-preview__text,
.brand-preview__quote,
.feature-card__text,
.block-corporate__contacts {
	margin: 0;
	font-size: 19px;
	line-height: 1.6;
	color: #2b2b2b;
}

.brand-preview__text + .brand-preview__text,
.brand-preview__text + .brand-list,
.brand-preview__quote + .brand-preview__text,
.feature-card__text,
.block-corporate__contacts {
	margin-top: 14px;
	}

.brand-preview__text--center {
	text-align: center;
}

.brand-preview__text--italic {
	text-align: center;
	font-style: italic;
}

.brand-preview__quote {
	max-width: 860px;
	margin: 0 auto 14px;
	text-align: center;
	font-style: italic;
	font-size: 20px;
}

.brand-preview__quote-strong {
	font-weight: 700;
}

.block-hero {
	position: relative;
	display: block;
	min-height: 700px;
	padding: 0;
	border-top: 0;
	background: linear-gradient(112deg, #8c95a4 0%, #717989 45%, #4c5360 100%);
	overflow: hidden;
}

.block-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(21, 25, 31, 0.48) 0%, rgba(21, 25, 31, 0.24) 34%, rgba(21, 25, 31, 0.08) 62%, rgba(21, 25, 31, 0.02) 100%);
	pointer-events: none;
	z-index: 1;
}

.block-hero__content,
.block-hero .brand-thumb {
	position: relative;
}

.block-hero .brand-thumb {
	position: absolute;
	inset: 0;
	z-index: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding: 24px;
}

.block-hero .brand-thumb__image {
	object-position: center 53%;
}

.block-hero__content {
	position: relative;
	z-index: 2;
	width: min(100%, 980px);
	max-width: none;
	padding: 150px 48px 72px clamp(96px, 8vw, 156px);
	align-self: center;
	color: #ffffff;
}

.block-hero__kicker {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.72);
	width: min(100%, 420px);
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-size: clamp(28px, 3.2vw, 50px);
	line-height: 1.02;
}

.block-hero__title {
	margin: 0;
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-size: clamp(68px, 8vw, 108px);
	line-height: 0.95;
	letter-spacing: 1.4px;
	color: #ffffff;
	white-space: nowrap;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.block-hero__subtitle {
	width: min(100%, 510px);
	margin-top: 8px;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.72);
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-size: clamp(26px, 2.4vw, 42px);
	line-height: 1;
}

.block-hero__description {
	max-width: 860px;
	margin: 22px 0 0;
	font-size: clamp(20px, 1.9vw, 28px);
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.block-reasons__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 26px;
}

.reason-card {
	flex: 0 1 calc((100% - 104px) / 5);
	max-width: calc((100% - 104px) / 5);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	min-height: 232px;
	padding: 18px 18px 16px;
	background: #f1f1f1;
	gap: 18px;
	text-align: center;
}

.reason-card__title {
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.reason-card__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 118px;
	padding: 12px;
}

.reason-card__icon {
	display: block;
	max-width: 100%;
	max-height: 96px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.block-features__list {
	display: grid;
	gap: 20px;
}

.block-features__heading {
	white-space: nowrap;
}

.feature-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	background: #faf8f5;
	border: 1px solid #dfd8cf;
}

.feature-card--reverse .feature-card__media {
	order: 2;
}

.feature-card--reverse .feature-card__content {
	order: 1;
}

.feature-card__content {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 26px 26px 24px;
}

.feature-card__media .brand-thumb {
	aspect-ratio: 5 / 4;
	min-height: 0;
}

.feature-card__index {
	margin: 0 6px 14px 0;
	font-size: 24px;
	line-height: 1.15;
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-weight: 700;
}

.feature-card__title-number {
	display: inline;
	margin-right: 4px;
}

.feature-card__title {
	margin: 0 0 14px;
	flex: 1 1 0;
	font-size: 24px;
	line-height: 1.15;
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
}

.feature-card__text {
	width: 100%;
	font-size: 17px;
	line-height: 1.5;
}

.feature-card__text + .feature-card__text {
	margin-top: 16px;
}

.feature-card__text--compact {
	margin-top: 16px;
}

.feature-card__list {
	width: 100%;
	margin: 8px 0 0;
	padding-left: 20px;
	font-size: 17px;
	line-height: 1.45;
	color: #2b2b2b;
}

.feature-card__list li + li {
	margin-top: 2px;
}

.block-guarantee__layout,
.block-branding__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
	gap: 24px;
	align-items: start;
}

.block-branding__layout {
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
}

.block-branding__layout .brand-thumb {
	min-height: clamp(420px, 38vw, 560px);
	padding: 0;
	background: transparent;
}

.block-certificates__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	align-items: stretch;
}

.block-certificates__grid .brand-thumb {
	height: 100%;
	min-height: clamp(320px, 34vw, 420px);
	padding: 0;
	background: transparent;
}

.brand-list {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.brand-list li {
	position: relative;
	padding-left: 22px;
	font-size: 17px;
	line-height: 1.55;
}

.brand-list li + li {
	margin-top: 10px;
}

.brand-list li::before {
	content: '•';
	position: absolute;
	left: 4px;
	top: 0;
	font-size: 20px;
	line-height: 1.2;
	color: #1b1b1b;
}

.brand-list--payments {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	max-width: 920px;
	margin: 18px auto 0;
}

.brand-list--payments-list {
	margin: 0;
}

.block-corporate__contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	font-weight: 700;
}

.block-corporate__description {
	font-style: italic;
}

.block-corporate__contact-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.block-corporate__contact-links {
	color: #2b2b2b;
}

.block-corporate__contact-icon {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex: 0 0 auto;
}

.block-corporate__contact-link {
	color: #2b2b2b;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.block-corporate__contact-link:hover {
	opacity: 0.72;
}

.block-corporate__contact-link--email {
	display: inline-block;
}

.block-footer-banner {
	position: relative;
	padding: 0;
	min-height: clamp(250px, 24vw, 360px);
	background: #d5d8dd;
	overflow: hidden;
}

.block-footer-banner__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 8px;
	padding: 24px clamp(28px, 5vw, 56px) 24px clamp(42%, 38vw, 46%);
	text-align: center;
	background: rgba(0, 0, 0, 0);
	color: #ffffff;
}

.block-footer-banner__title {
	margin: 0;
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-size: clamp(42px, 5vw, 76px);
	line-height: 0.92;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.block-footer-banner__subtitle {
	margin: 0;
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-size: clamp(11px, 0.95vw, 15px);
	line-height: 1.18;
	color: #ffffff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.brand-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 180px;
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.08) 100%),
		repeating-linear-gradient(45deg, rgba(32, 32, 32, 0.06) 0 12px, rgba(255, 255, 255, 0.32) 12px 24px),
		linear-gradient(135deg, #d5d9df 0%, #a8b0ba 100%);
	overflow: hidden;
}

.brand-thumb::after {
	content: '';
	position: absolute;
	inset: 14px;
	border: 0;
	pointer-events: none;
}

.brand-thumb__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.brand-thumb__label,
.brand-thumb__caption {
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #222831;
}

.brand-thumb__label {
	font-family: 'RozetkaWeb-Bold', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

.brand-thumb__caption {
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.78;
}

.brand-thumb--hero {
	min-height: 546px;
	border: 0;
	padding: 24px;
	background:
		radial-gradient(circle at 42% 28%, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0) 24%),
		linear-gradient(160deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.02) 45%),
		linear-gradient(135deg, #7d8697 0%, #5a6270 100%);
	color: #ffffff;
}

.brand-thumb--hero::after {
	inset: 12px;
	border-color: rgba(255, 255, 255, 0.08);
}

.block-hero .brand-thumb__label,
.block-hero .brand-thumb__caption,
.block-footer-banner .brand-thumb__label {
	color: #f4f4f4;
}

.block-hero .brand-thumb__label,
.block-hero .brand-thumb__caption {
	opacity: 0.65;
	align-self: flex-end;
	margin-right: clamp(18px, 6vw, 96px);
}

.brand-thumb--reason {
	aspect-ratio: 1 / 1;
	min-height: 120px;
}

.brand-thumb--feature-large,
.brand-thumb--feature-wide,
.brand-thumb--feature-horizontal,
.brand-thumb--branding,
.brand-thumb--footer {
	aspect-ratio: 16 / 10;
	min-height: 240px;
}

.brand-thumb--feature-small,
.brand-thumb--feature-medium,
.brand-thumb--guarantee {
	aspect-ratio: 4 / 5;
	min-height: 240px;
}

.brand-thumb--footer {
	aspect-ratio: 16 / 5.2;
	min-height: clamp(250px, 24vw, 360px);
	padding: 0;
	background: #d5d8dd;
}

.brand-thumb--certificate-wide {
	aspect-ratio: auto;
}

.brand-thumb--certificate-tall {
	aspect-ratio: auto;
}

.block-certificates__grid .brand-thumb__image {
	object-fit: contain;
	object-position: center;
}

.block-branding__layout .brand-thumb__image {
	object-fit: contain;
	object-position: center;
}

.block-footer-banner .brand-thumb__image {
	object-position: center 52%;
}

@media (max-width: 991px) {
	.brand-preview__container {
		width: min(100% - 20px, 1620px);
	}

	.brand-preview__container > .brand-preview__hero.block-hero:first-child {
		left: auto;
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}

	.brand-preview__hero-wrap {
		padding-top: 0;
	}

	.brand-preview__section,
	.brand-preview__footer-banner {
		padding: 28px 24px;
	}

	.block-footer-banner,
	.brand-thumb--footer {
		min-height: 210px;
	}

	.brand-preview__heading {
		gap: 20px;
		font-size: 28px;
	}

	.block-features__heading {
		white-space: normal;
	}

	.brand-preview__heading::before,
	.brand-preview__heading::after {
		flex-basis: 180px;
		max-width: 180px;
	}

	.block-hero {
		min-height: 0;
	}

	.block-hero__content {
		width: 100%;
		padding: 48px 28px 24px;
	}

	.block-hero__kicker,
	.block-hero__subtitle {
		width: min(100%, 420px);
	}

	.block-hero .brand-thumb {
		min-height: 280px;
		padding: 20px;
	}

	.block-hero__title {
		white-space: normal;
	}

	.block-certificates__grid,
	.brand-list--payments,
	.feature-card,
	.block-guarantee__layout,
	.block-branding__layout {
		grid-template-columns: 1fr;
	}

	.feature-card--reverse .feature-card__media,
	.feature-card--reverse .feature-card__content {
		order: initial;
	}

	.block-guarantee__layout,
	.block-branding__layout {
		gap: 18px;
	}

	.block-reasons__grid {
		gap: 16px;
	}

	.reason-card {
		flex-basis: calc((100% - 32px) / 3);
		max-width: calc((100% - 32px) / 3);
	}

	.reason-card__title {
		font-size: 13px;
	}

	.reason-card {
		min-height: 208px;
		padding: 16px 14px 14px;
		gap: 14px;
	}

	.reason-card__icon-wrap {
		min-height: 96px;
		padding: 10px;
	}

	.reason-card__icon {
		max-height: 80px;
	}

	.block-footer-banner {
		min-height: 250px;
	}

	.block-footer-banner .brand-thumb {
		min-height: 250px;
	}

	.block-footer-banner__overlay {
		padding-left: 34%;
		padding-right: 28px;
	}

	.brand-thumb--certificate-wide,
	.brand-thumb--certificate-tall,
	.brand-thumb--feature-large,
	.brand-thumb--feature-wide,
	.brand-thumb--feature-horizontal,
	.brand-thumb--feature-small,
	.brand-thumb--feature-medium,
	.brand-thumb--guarantee,
	.brand-thumb--branding {
		min-height: 220px;
	}
}

@media (max-width: 640px) {
	.brand-preview {
		padding: 0 0 32px;
	}

	.brand-preview__container {
		width: 100%;
		box-shadow: none;
	}

	.brand-preview__container > .brand-preview__hero.block-hero:first-child {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.brand-preview__section,
	.brand-preview__footer-banner {
		padding: 22px 16px;
	}

	.brand-preview__heading {
		margin-bottom: 18px;
		gap: 14px;
		font-size: 24px;
		line-height: 1.15;
	}

	.brand-preview__heading::before,
	.brand-preview__heading::after {
		flex-basis: 72px;
		max-width: 72px;
	}

	.brand-preview__heading--lead {
		font-size: 20px;
	}

	.block-reasons__grid {
		gap: 12px;
	}

	.reason-card {
		flex-basis: calc((100% - 12px) / 2);
		max-width: calc((100% - 12px) / 2);
	}

	.brand-preview__text,
	.brand-preview__quote,
	.feature-card__text,
	.block-corporate__contacts,
	.brand-list li {
		font-size: 16px;
		line-height: 1.55;
	}

	.brand-preview__quote {
		font-size: 17px;
	}

	.block-hero {
		min-height: 0;
	}

	.reason-card {
		min-height: 190px;
		padding: 14px 12px 12px;
		gap: 12px;
	}

	.reason-card__title {
		font-size: 12px;
		line-height: 1.3;
	}

	.reason-card__icon-wrap {
		min-height: 88px;
		padding: 10px;
	}

	.reason-card__icon {
		max-height: 72px;
	}

	.block-hero__content {
		padding: 26px 14px 14px;
	}

	.block-hero__kicker {
		width: min(100%, 280px);
		padding-bottom: 10px;
		border-bottom-width: 1px;
		font-size: 16px;
	}

	.block-hero__title {
		font-size: 34px;
		line-height: 0.96;
		white-space: normal;
	}

	.block-hero__subtitle {
		width: min(100%, 276px);
		padding-bottom: 6px;
		border-bottom-width: 1px;
		font-size: 17px;
	}

	.block-hero__description {
		margin-top: 14px;
		max-width: 300px;
		font-size: 12px;
		line-height: 1.4;
	}

	.block-hero .brand-thumb__label,
	.block-hero .brand-thumb__caption {
		align-self: center;
		margin-right: 0;
	}

	 .feature-card__content {
		padding: 18px 16px 20px;
	}

	.feature-card__title {
		font-size: 21px;
	}

	.feature-card__list {
		font-size: 17px;
	}

	.brand-list--payments {
		gap: 8px;
	}

	.block-corporate__contacts {
		font-size: 14px;
	}

	.block-corporate__contact-icon {
		width: 24px;
		height: 24px;
	}

	.block-footer-banner__title {
		font-size: 36px;
	}

	.block-footer-banner__subtitle {
		font-size: 12px;
	}

	.block-footer-banner__overlay {
		align-items: center;
		padding: 22px 16px;
	}

	.brand-thumb {
		padding: 18px 14px;
	}

	.brand-thumb__label {
		font-size: 15px;
	}

	.brand-thumb__caption {
		font-size: 11px;
	}

	.brand-thumb--reason {
		min-height: 96px;
	}

	.brand-thumb--feature-large,
	.brand-thumb--feature-wide,
	.brand-thumb--feature-horizontal,
	.brand-thumb--feature-small,
	.brand-thumb--feature-medium,
	.brand-thumb--guarantee,
	.brand-thumb--branding,
	.brand-thumb--certificate-wide,
	.brand-thumb--certificate-tall,
	.brand-thumb--footer,
	.block-hero .brand-thumb {
		min-height: 180px;
	}
}