.cta-btn-gs {
	background-color: #000000;
	color: #fff;
	border: none;
	padding: 14px 40px;
	border-radius: 34px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
}

.cta-btn-gs span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	opacity: 0.8;
	margin-top: 3px;
}

.arrow {
	margin-left: 10px;
}

.cta-container-10 {
	display: inline-flex;
    /* Container only takes up as much width as the button */
	flex-direction: column;
	align-items: center;
     /* Centers the text relative to the button width */
	text-align: center;
}

.cta-button-10 {
	background-color: black;
	color: white;
	padding: 12px 32px;
	border-radius: 50px;
    /* Pill shape */
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.cta-subtext {
	font-size: 14px;
	color: #666;
	margin: 0;
	text-align: center;
}

.hero-container {
	max-width: 1200px;
	width: 100%;
	margin: 4rem auto;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	gap: 60px;
	padding: 60px 0px;
}

@media (min-width: 1024px) and (max-width: 1024px) {
	.hero-container {
		max-width: 920px;
	}
}

.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-icon
{

    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ff385c;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 56, 92, 0.26);
    border-radius: 30px;
    background: #fff0f2;
    color: #151515;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(255, 56, 92, 0.10);
    font-size: 14px;
    margin-bottom: 10px;

}

h1 {
	font-size: 56px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 700;
	color: #111;
}

.highlight {
	color: #ef4444;
}

.description {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 30px;
	max-width: 520px;
}

.cta-button {
	background: #ef4444;
	color: #fff;
	padding: 14px 28px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 400;
}

.cta-button-2 {
	background: #000;
	color: #fff;
	padding: 14px 28px;
	border-radius: 30px;
	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: 12px;
}

.integration span {
	font-size: 11px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #666;
}

.integration .StrLogoImg1 {
	/* height: 20px; */
	width: 68px;
}

.integration .StrLogoImg2 {
	/* height: 20px; */
	width: 64px;
}

.integration .StrLogoImg3 {
	/* height: 20px; */
	width: 62px;
}

.integration .StrLogoImg4 {
	/* height: 20px; */
	width: 62px;
}

@media screen and (min-width: 1536px) {
	.hero-container {
		max-width: 1320px;
	}
}

@media (max-width: 900px) {
	.hero-container {
		padding: 60px 60px;
		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;
	}
}