/* ===== Retinol Hero Section 2 ===== */
.retinol-hero-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 32px;
	gap: 32px;

	max-width: 1280px;
	margin: 0 auto;
	font-family: "Inter", system-ui, sans-serif;
}

/* Content wrapper */
.retinol-hero-2__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 768px;
	text-align: center;
}

/* Subheading */
.retinol-hero-2__subheading {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #7c6736;
}

/* Heading */
.retinol-hero-2__heading {
	margin: 0;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #101828;
}

/* Supporting text */
.retinol-hero-2__supporting {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #475467;
}

/* ==== Адаптивность ==== */
@media (max-width: 768px) {
	.retinol-hero-2__heading {
		font-size: 28px;
		line-height: 36px;
	}
	.retinol-hero-2__supporting {
		font-size: 16px;
		line-height: 24px;
	}
}
