/**
 * Styles for the product index page
 *
 * @copyright   2026, ON1
 */

/* !- Hero */
#hero {
	align-items: center;
	aspect-ratio: 2880 / 1200;
	background: url(https://ononesoft.cachefly.net/images/products/v2/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 {
	background: radial-gradient(ellipse 62% 85% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0) 72%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

#hero .container {
	position: relative;
	z-index: 2;
}

#hero h1 {
	color: var(--white);
	font-size: var(--text-6xl);
	line-height: 1.1;
	margin-bottom: 1.75rem;
}

#hero .hero-sub {
	color: var(--white);
	margin-bottom: 1.75rem;
}

#hero .hero-buttons {
	justify-content: center;
	margin-bottom: 1.75rem;
}

#hero .hero-proof {
	color: var(--white);
	font-size: var(--text-xs);
	margin: 0;
}

#hero .hero-proof .list-inline-item {
	margin-right: 1.75rem;
	padding-left: 0.875rem;
	position: relative;
}

#hero .hero-proof .list-inline-item:last-child {
	margin-right: 0;
}

#hero .hero-proof .list-inline-item::before {
	background: var(--blue-500);
	border-radius: 50%;
	content: '';
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

#hero .btn {
	padding: 0.9375rem 1.875rem;
}

/* !- Product chooser */
#choose-options .btn {
	font-size: var(--text-sm);
	padding: 0.5rem 0.75rem;
}

#choose-options .opt-btn {
	background: var(--bg-800);
	border-radius: var(--border-radius);
	cursor: pointer;
	font-size: var(--text-sm);
	line-height: 1.5;
	padding: 0.625rem 1rem;
}

#choose-options .opt-btn.active {
	background: var(--blue-transparent);
	color: var(--blue-500);
	font-weight: 500;
}

#choose-options .opt-btn .check i {
	align-self: start;
	font-weight: 400;
}

#choose-options .opt-btn.active .check i {
	font-weight: 900;
}

#choose-options .recommendation {
	background: var(--bg-800);
	border-radius: var(--border-radius);
}

#choose-options .rec-header {
	border-bottom: 1px solid var(--bg-600);
	padding: 1.5rem 2rem 1.25rem;
}

#choose-options .product-top {
	align-items: center;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: auto 1fr;
	margin-bottom: 1.25rem;
}

#choose-options .product-top .prod-icon {
	grid-column: 1;
	grid-row: 1 / 3;
}

#choose-options .product-card {
	border-bottom: 1px solid var(--bg-600);
	padding: 1.75rem;
}

#choose-options .rec-body>.col:last-child .product-card {
	border-bottom: none;
}

@media (min-width: 768px) {
	#choose-options .product-card {
		border-bottom: none;
		border-right: 1px solid var(--bg-600);
	}

	#choose-options .rec-body>.col:last-child .product-card {
		border-right: none;
	}
}

#choose-options .product-card .product-name {
	color: var(--text);
	font-weight: 600;
	margin-bottom: 0;
}

#choose-options .product-card .product-tagline {
	color: var(--text-500);
	font-size: var(--text-mini);
	margin-bottom: 0;
}

/* !- Individual apps */
#individual-apps,
#nonoise.individual-app,
#portrait.individual-app,
#photo-studio.individual-app {
	background: var(--bg-800);
}

.individual-app .eyebrow {
	margin-bottom: 1.5rem;
}

.individual-app h2 {
	align-items: center;
	display: flex;
	font-size: var(--text-3xl);
	margin-bottom: 1.5rem;
}

.individual-app h2 img {
	margin-right: 0.625rem;
}

.individual-app .section-lede {
	color: var(--text-500);
	font-size: var(--text-sm);
	font-style: italic;
}

.individual-app .section-link {
	color: var(--blue-500);
	font-size: var(--text-sm);
	text-decoration: none;
}

.individual-app .section-link:hover {
	color: var(--link-hover);
	text-decoration: underline;
}

.individual-app .section-link i {
	margin-left: 0.25rem;
}

/* !- Experience Photo RAW */
#experience-photo-raw {
	background: var(--bg-800);
}

#experience-photo-raw .btn {
	padding: 0.9375rem 1.875rem;
}
