/* Confort&Design — premium responsive footer */
.ced-premium-footer {
	--ced-footer-bg: #111315;
	--ced-footer-surface: #181a1d;
	--ced-footer-gold: #b99a68;
	--ced-footer-gold-soft: #d7c29d;
	--ced-footer-text: #f7f4ef;
	--ced-footer-muted: #aaa7a1;
	position: relative;
	z-index: 2;
	margin-top: clamp(3rem, 6vw, 6rem);
	background: var(--ced-footer-bg);
	color: var(--ced-footer-text);
}

#footer,
.ct-footer {
	display: none !important;
}

.ced-premium-footer a {
	color: inherit;
	text-decoration: none;
}

.ced-premium-footer__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(calc(100% - 40px), 1200px);
	margin: 0 auto;
	transform: translateY(-50%);
	border: 1px solid rgb(185 154 104 / 32%);
	border-radius: 16px;
	background: #fbf8f2;
	box-shadow: 0 18px 45px rgb(0 0 0 / 13%);
	color: #222;
}

.ced-premium-footer__trust > div {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 20px 24px;
}

.ced-premium-footer__trust > div + div {
	border-left: 1px solid rgb(185 154 104 / 24%);
}

.ced-premium-footer__trust-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 50%;
	background: var(--ced-footer-gold);
	color: #fff;
}

.ced-premium-footer__trust-icon svg {
	display: block;
	width: 23px;
	height: 23px;
	margin: 0;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ced-premium-footer__trust p,
.ced-premium-footer__trust strong,
.ced-premium-footer__trust p > span {
	display: block;
	margin: 0;
}

.ced-premium-footer__trust strong {
	font-size: .94rem;
	line-height: 1.3;
}

.ced-premium-footer__trust p > span {
	margin-top: 3px;
	color: #6c6862;
	font-size: .78rem;
	line-height: 1.4;
}

.ced-premium-footer__main {
	display: grid;
	grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, .8fr));
	gap: clamp(2rem, 4vw, 4.5rem);
	width: min(calc(100% - 40px), 1200px);
	margin: -8px auto 0;
	padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2.75rem, 5vw, 4rem);
}

.ced-premium-footer__brand-name {
	display: inline-block;
	font-size: clamp(1.65rem, 2.2vw, 2.2rem);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1;
}

.ced-premium-footer__brand-name span {
	padding-inline: .14em;
	color: var(--ced-footer-gold);
	font-family: Georgia, serif;
	font-weight: 400;
}

.ced-premium-footer__tagline {
	margin: 13px 0 0;
	color: var(--ced-footer-gold-soft);
	font-size: .88rem;
	font-weight: 600;
}

.ced-premium-footer__intro {
	max-width: 340px;
	margin: 22px 0 0;
	color: var(--ced-footer-muted);
	font-size: .88rem;
	line-height: 1.7;
}

.ced-premium-footer__column h2 {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 12px;
	color: #fff;
	font-size: .92rem;
	font-weight: 750;
	letter-spacing: .02em;
}

.ced-premium-footer__column h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--ced-footer-gold);
	content: "";
}

.ced-premium-footer__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ced-premium-footer__column li + li {
	margin-top: 10px;
}

.ced-premium-footer__column li a,
.ced-premium-footer__contact > a,
.ced-premium-footer__contact address {
	color: var(--ced-footer-muted);
	font-size: .84rem;
	line-height: 1.55;
	transition: color 160ms ease, transform 160ms ease;
}

.ced-premium-footer__column li a:hover,
.ced-premium-footer__column li a:focus-visible,
.ced-premium-footer__contact > a:hover,
.ced-premium-footer__contact > a:focus-visible {
	color: var(--ced-footer-gold-soft);
}

.ced-premium-footer__contact > a {
	display: block;
	margin-bottom: 9px;
}

.ced-premium-footer__contact address {
	margin-top: 18px;
	font-style: normal;
}

.ced-premium-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(calc(100% - 40px), 1200px);
	margin: 0 auto;
	padding: 22px 0 26px;
	border-top: 1px solid rgb(255 255 255 / 9%);
}

.ced-premium-footer__bottom p {
	margin: 0;
	color: #85827d;
	font-size: .76rem;
}

.ced-premium-footer__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.ced-premium-footer__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 9px;
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 5px;
	background: var(--ced-footer-surface);
	color: #d9d5ce;
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .025em;
}

@media (max-width: 999px) {
	.ced-premium-footer__trust {
		grid-template-columns: 1fr;
		transform: translateY(-32px);
	}

	.ced-premium-footer__trust > div {
		padding: 16px 20px;
	}

	.ced-premium-footer__trust > div + div {
		border-top: 1px solid rgb(185 154 104 / 20%);
		border-left: 0;
	}

	.ced-premium-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: -16px;
	}

	.ced-premium-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 689px) {
	.ced-premium-footer {
		margin-top: 4.5rem;
	}

	.ced-premium-footer__trust,
	.ced-premium-footer__main,
	.ced-premium-footer__bottom {
		width: min(calc(100% - 28px), 1200px);
	}

	.ced-premium-footer__trust > div {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 12px;
		padding: 14px 16px;
	}

	.ced-premium-footer__trust-icon {
		width: 40px;
		height: 40px;
	}

	.ced-premium-footer__trust-icon svg {
		width: 21px;
		height: 21px;
	}

	.ced-premium-footer__main {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding-top: 2rem;
	}

	.ced-premium-footer__brand {
		grid-column: auto;
	}

	.ced-premium-footer__column h2 {
		margin-bottom: 14px;
	}

	.ced-premium-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 24px;
	}

	.ced-premium-footer__badges {
		justify-content: flex-start;
	}
}
