/**
 * Nature Photo Editor landing page styles
 *
 * @copyright   2026, ON1
 */

/* !- Hero */
.hero {
	align-items: center;
	aspect-ratio: 2880 / 1200;
	background: url(https://ononesoft.cachefly.net/images/landing/nature-photo-editor/hero-bg@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-5xl);
	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;
}

/* !- Intro strip & 4-up grid */
.intro-strip {
	background: var(--bg-850);
	padding: 4.375rem 0;
}

.four-up-item {
	background: var(--bg);
	border: 1px solid var(--border-subtle);
	padding: 2rem 1.75rem;
}

.four-up-icon {
	height: 36px;
	margin-bottom: 1rem;
	opacity: 0.7;
	width: 36px;
}

.four-up-item h4 {
	color: var(--text);
	font-size: var(--text-base);
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0.625rem;
}

.four-up-item p {
	color: var(--text-subtle);
	font-size: var(--text-sm);
	line-height: 1.6;
	margin: 0;
}
