/**
 * Lifestyle Photograph Editor landing page styles
 *
 * @copyright   2026, ON1
 */

/* !- Hero */
.hero {
	align-items: center;
	aspect-ratio: 2880 / 1200;
	background: url(https://ononesoft.cachefly.net/images/landing/lifestyle-photography-editor/hero-bg-skater@2x.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	margin-top: 0;
	max-width: 100%;
	min-height: 600px;
	position: relative;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 62% 85% at 22% 50%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 72%);
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 991.98px) {
	.hero::before {
		background: rgba(0, 0, 0, 0.65);
	}
}

.hero-h1 {
	color: var(--white);
	font-size: var(--text-6xl);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin-bottom: 1rem;
}

.hero-h1 span:first-of-type {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(135deg, var(--green) 0%, var(--blue) 100%);
	background-clip: text;
	color: transparent;
}

.hero-sub {
	color: var(--text);
	font-size: var(--text-base);
	line-height: 1.65;
	margin-bottom: 2.5rem;
}

.hero-buttons {
	margin-bottom: 2.5rem;
}

/* !- Intro strip */
.intro-strip {
	background: var(--bg-850);
}

.intro-strip .section-copy {
	background: transparent;
}
