.depilart-footer {
	overflow-x: hidden;
	margin-top: 48px;
	color: #111827;
	background: #f3f5f8;
	border-top: 1px solid #e4e7ee;
}

.depilart-footer,
.depilart-footer * {
	box-sizing: border-box;
}

.depilart-footer__inner {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 34px 0 0;
}

.depilart-footer__newsletter {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
	padding-bottom: 48px;
}

.depilart-footer__newsletter-copy {
	display: grid;
	gap: 10px;
	justify-items: start;
	text-align: left;
	font-size: 0.98rem;
	line-height: 1.35;
}

.depilart-footer__newsletter-copy strong {
	width: 100%;
	text-align: left;
	font-weight: 800;
}

.depilart-footer__newsletter-copy span {
	font-weight: 700;
}

.depilart-footer__brand-logo {
	display: inline-flex;
	width: 164px;
	max-width: 100%;
}

.depilart-footer__brand-logo img {
	width: 100%;
	height: auto;
}

.depilart-footer__newsletter-form {
	display: grid;
	gap: 12px;
}

.depilart-footer__newsletter-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
}

.depilart-footer__newsletter input[type="email"] {
	width: 100%;
	height: 46px;
	padding: 0 18px;
	color: #111827;
	background: #fff;
	border: 1px solid #c8d2e0;
	border-radius: 9999px;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.depilart-footer__newsletter input[type="email"]:focus {
	border-color: var(--wp--preset--color--primary, #614d76);
	box-shadow: 0 0 0 4px rgba(97, 77, 118, 0.12);
}

.depilart-footer__newsletter button {
	min-height: 46px;
	padding: 0 24px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	background: var(--wp--preset--color--primary, #614d76);
	border: 0;
	border-radius: 9999px;
	cursor: pointer;
	transition: filter 0.18s ease;
}

.depilart-footer__newsletter button:hover,
.depilart-footer__newsletter button:focus-visible {
	filter: brightness(0.95);
	outline: none;
}

.depilart-footer__newsletter-message {
	border-radius: 6px;
	font-size: 0.85rem;
	line-height: 1.45;
	margin: 0;
	padding: 10px 12px;
}

.depilart-footer__newsletter-message.is-success {
	background: #edf8f1;
	color: #1f6b38;
}

.depilart-footer__newsletter-message.is-error {
	background: #fff0f0;
	color: #9f2f2f;
}

.depilart-footer__terms {
	display: inline-flex;
	gap: 8px;
	align-items: flex-start;
	width: fit-content;
	color: #111827;
	font-size: 0.75rem;
	line-height: 1.35;
	cursor: pointer;
}

.depilart-footer__terms input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 1px 0 0;
	accent-color: var(--wp--preset--color--primary, #614d76);
}

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

.depilart-footer a:hover,
.depilart-footer a:focus-visible {
	color: var(--wp--preset--color--primary, #614d76);
	outline: none;
}

.depilart-footer__terms a {
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.depilart-footer__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 56px;
	justify-items: stretch;
	align-items: start;
	padding-bottom: 48px;
}

.depilart-footer__column,
.depilart-footer__block {
	width: 100%;
	text-align: left;
}

.depilart-footer__column h2,
.depilart-footer__block h2 {
	margin: 0 0 18px;
	color: #0f172a;
	text-align: left;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
}

.depilart-footer__column ul {
	display: grid;
	gap: 14px;
	align-items: start;
	justify-items: start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.depilart-footer__column li {
	width: 100%;
	text-align: left;
}

.depilart-footer__column li,
.depilart-footer__column a,
.depilart-footer__column span {
	color: #111827;
	text-align: left;
	font-size: 0.83rem;
	font-weight: 600;
	line-height: 1.45;
}

.depilart-footer__document {
	display: block;
	margin-top: 4px;
}

.depilart-footer__trust {
	display: grid;
	grid-template-columns: 1.1fr 1.4fr 1fr;
	gap: 56px;
	align-items: start;
	justify-items: stretch;
	padding-bottom: 32px;
}

.depilart-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.depilart-footer__badges li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 38px;
	background: #fff;
	border: 0;
	border-radius: 5px;
}

.depilart-footer__badges img {
	display: block;
	max-width: 42px;
	max-height: 28px;
}

.depilart-footer__security {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: flex-start;
}

.depilart-footer__security img {
	display: block;
	width: auto;
	max-width: 108px;
	height: 48px;
	object-fit: contain;
}

.depilart-footer__social {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: flex-start;
}

.depilart-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #111827;
}

.depilart-footer__social img {
	display: block;
	width: 28px;
	height: 28px;
}

.depilart-footer__social a:hover img,
.depilart-footer__social a:focus-visible img {
	filter: invert(34%) sepia(14%) saturate(1370%) hue-rotate(221deg) brightness(89%) contrast(89%);
}

.depilart-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	margin: 0 calc((100vw - min(1180px, calc(100vw - 32px))) / -2);
	padding: 28px 16px;
	color: #fff;
	text-align: center;
	background: var(--wp--preset--color--primary, #614d76);
}

.depilart-footer__bottom p {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
}

.depilart-footer__bottom img {
	width: 70px;
	height: auto;
}

@media (max-width: 960px) {
	.depilart-footer__newsletter,
	.depilart-footer__links,
	.depilart-footer__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}
}

@media (max-width: 640px) {
	.depilart-footer__inner {
		width: min(100% - 28px, 1180px);
		padding-top: 28px;
	}

	.depilart-footer__newsletter,
	.depilart-footer__links,
	.depilart-footer__trust {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.depilart-footer__newsletter {
		padding-bottom: 36px;
	}

	.depilart-footer__newsletter-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.depilart-footer__newsletter button {
		width: 100%;
	}
}
