
.hero-container {
	max-width: 1200px;
	width: 100%;
	margin: 4rem auto;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	gap: 60px;
	padding: 60px 60px;
}

.hero-container-2 {
	max-width: 1200px;
	width: 100%;
	margin: 4rem auto;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	gap: 30px;
	padding: 20px 60px;
}

.hero-container-3 {
	max-width: 1200px;
	width: 100%;
	margin: 2rem auto;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	gap: 60px;
	padding: 10px 60px;
}

/* LEFT */
.hero-content {
	flex: 1.2;
}

.badge {
	display: inline-block;
	background: #FFF0F0;
	color: #ef4444;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 20px;
}

h1 {
	font-size: 56px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 700;
	color: #111;
}

.highlight {
	color: #ef4444;
}

.description {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
	max-width: 520px;
}

.cta-button {
	
	background: #ef4444;
	color: #fff;
	padding: 14px 28px;
	border-radius: .8rem;
	text-decoration: none;
	font-weight: 400;
}

.cta-button:hover {
	background: #dc2626;
}

/* SOCIAL */
.social-proof {
	display: flex;
	align-items: center;
	margin-top: 30px;
	gap: 12px;
}

.stats-2 {
	font-size: 14px;
	color: #666;
}

/* RIGHT SIDE */
.hero-visual {
	margin-bottom: 4rem;
	flex: 1;
	display: flex;
	justify-content: center;
}

.placeholder-box {
	width: 100%;
	max-width: 480px;
	border-radius: 20px;
}

/* SHOPIFY */
.integration {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.integration span {
	font-size: 11px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #666;
}

.integration img {
	height: 20px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
	.hero-container {
		flex-direction: column;
		text-align: center;
	}
	.hero-container-2 {
		flex-direction: column;
		text-align: center;
	}
	.hero-container-3 {
		flex-direction: column;
		text-align: center;
	}

	.description {
		margin: auto;
		padding: 20px 0px;
	}

	.social-proof,
	.integration {
		justify-content: center;
	}

	h1 {
		font-size: 36px;
	}
}
