/* ===== Retinol — Trusting/Decoding block (fluid, correct order) ===== */
.retinol-trust {
	--ink: #101828;
	--brand: #960048;
	--muted: #475467;
	font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: var(--pad-x);
	padding-right: var(--pad-x);
}

.retinol-trust__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(12px, 2.5vw, 20px);
}

/* Subheading: Text md/Semibold 16/24 */
.retinol-trust__sub {
	color: var(--brand);
	font-weight: 600;
	font-size: clamp(15px, 1.7vw, 16px);
	line-height: clamp(22px, 2.2vw, 24px);
}

/* Heading: Display md/Semibold 36/44, -0.02em */
.retinol-trust__title {
	margin: 0;
	color: var(--ink);
	letter-spacing: -0.02em;
	font-weight: 600;
	font-size: clamp(28px, 4.2vw, 36px);
	line-height: clamp(34px, 4.8vw, 44px);
}

/* Supporting: Text xl/Regular 20/30 */
.retinol-trust__support {
	margin: 0;
	color: var(--muted);
	font-weight: 400;
	font-size: clamp(17px, 2.4vw, 20px);
	line-height: clamp(25px, 3.4vw, 30px);
}

/* 1:1 фиксация на ≥1024px */
@media (min-width: 1024px) {
	.retinol-trust__sub {
		font-size: 16px;
		line-height: 24px;
	}
	.retinol-trust__title {
		font-size: 36px;
		line-height: 44px;
	}
	.retinol-trust__support {
		font-size: 20px;
		line-height: 30px;
	}
}
