.hero-banner-315b46a0 {
	position: relative;
	width: 100%;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url('https://images.unsplash.com/photo-1601049541289-9b1b7bbbfe19?q=80&w=1920'); /* fallback if the main uploaded one is not referenced directly */
	background-image: url('https://res.cloudinary.com/dyd911kmh/image/upload/v1700000000/beauty-banner.jpg'), url('https://images.unsplash.com/photo-1601049541289-9b1b7bbbfe19?q=80&w=1920');
	background-image: url('https://db-api.angie.ai/api/v1/assets/658b/658b3ff9-26bc-49a6-8041-9bd079ea9324/main-banner.png'), url('https://images.unsplash.com/photo-1601049541289-9b1b7bbbfe19?q=80&w=1920'); /* using background fallback */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2rem;
}

/* Fallback using the user's uploaded banner directly as the inline-style or high-res layout */
.hero-banner-315b46a0 {
	background-image: url('https://img.clerk.com/eyJ0eXBlIjoicHJveHkiLCJzcmMiOiJodHRwczovL2ltYWdlcy5jbGVyay5zdGFnZS91cGxvYWRzL2FydGlmYWN0X2F0dGFjaG1lbnRzL2ZpbGVfMjdjM2YyODUtNjJiOS00MTcyLWJmZDctOWMwNDlhYmJmZjNhLnBuZyJ9');
}

.hero-banner-overlay-315b46a0 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

.hero-banner-content-315b46a0 {
	max-width: 550px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 3rem;
	border-radius: 16px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
	text-align: left;
}

.hero-banner-title-315b46a0 {
	font-family: 'Playfair Display', serif, sans-serif;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #2c1a14;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.hero-banner-subtitle-315b46a0 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #5a4b41;
	margin-bottom: 2rem;
}

.hero-banner-btn-315b46a0 {
	display: inline-block;
	background-color: #2c1a14;
	color: #ffffff;
	padding: 12px 32px;
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 30px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 4px 15px rgba(44, 26, 20, 0.2);
}

.hero-banner-btn-315b46a0:hover {
	background-color: #e2a899;
	color: #2c1a14;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(226, 168, 153, 0.4);
}

@media (max-width: 768px) {
	.hero-banner-315b46a0 {
		min-height: auto;
		padding: 1.5rem;
		justify-content: center;
		background-position: center;
	}
	
	.hero-banner-overlay-315b46a0 {
		justify-content: center;
	}
	
	.hero-banner-content-315b46a0 {
		max-width: 100%;
		padding: 2rem 1.5rem;
		text-align: center;
		background: rgba(255, 255, 255, 0.85);
	}
	
	.hero-banner-title-315b46a0 {
		font-size: 2rem;
	}
	
	.hero-banner-subtitle-315b46a0 {
		font-size: 0.95rem;
	}
}
