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

/* !- Page navigation */
#page-navigation {
	padding: 0.75rem 0;
}

[data-theme="dark"] #page-navigation {
	background: var(--black);
}

[data-theme="light"] #page-navigation {
	background: var(--white);
}

#page-navigation .nav-item {
	margin: 0 0.75rem 0 0;
}

#page-navigation .nav-item:last-child {
	margin-right: 0;
}

#page-navigation .nav-link {
	border: 1px solid var(--bg-600);
	border-radius: var(--border-radius);
	color: var(--text-300);
	font-size: var(--text-xs);
	font-weight: 500;
	padding: 0.25rem 0.75rem;
}

#page-navigation .nav-link:hover {
	border: 1px solid var(--bg-400);
	color: var(--text-50);
}

/* !- Content */
#hero .btn,
#luts .btn,
#extras .btn {
	padding: 0.9375rem 1.875rem;
}

/* !- Eyebrow */
.eyebrow {
	margin-bottom: 1.25rem;
}

/* !- Hero */
#hero {
	background: var(--bg-900);
	padding: 5rem 0;
}

#hero .list-inline {
	padding-top: 0.75rem;
}

#hero .list-inline,
#hero .list-inline-item {
	margin-bottom: 0;
}

#hero .browse-presets-link {
	font-size: var(--text-sm);
	margin-left: 1rem;
}

#hero .browse-presets-link i {
	margin-left: 0.25rem;
}

/* !- Product cards */
.product-cards .pcard {
	background: var(--bg-800);
	border-radius: var(--border-radius);
	display: flex;
	flex-direction: column;
	padding: 1.75rem;
	position: relative;
}

.product-cards .pcard p:has(> img) {
	margin-bottom: 1rem;
}

.product-cards .pcard-icon {
	margin-bottom: 1rem;
}

.product-cards .pcard-name {
	color: var(--text-100);
	font-size: var(--text-lg);
	font-weight: 700;
	margin-bottom: 0;
}

.product-cards .pcard-tag {
	color: var(--text-500);
	font-size: var(--text-mini);
	line-height: 1.5;
	margin-bottom: 1rem;
}

.product-cards .pcard-copy {
	flex: 1;
	font-size: var(--text-xs);
	margin-bottom: 0.75rem;
}

.product-cards .pcard-link {
	color: var(--blue-500);
	font-size: var(--text-mini);
	font-weight: 500;
	text-decoration: none;
}

.product-cards .pcard-link:hover {
	color: var(--link-hover);
	text-decoration: underline;
}

.product-cards .pcard-link i {
	margin-left: 0.25rem;
}

/* !- Presets */
#presets {
	background: var(--bg-800);
}

#presets .product-cards .pcard {
	background: var(--bg-900);
	padding: 0;
}

#presets .product-cards .pcard-image {
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
}

#presets .product-cards .pcard-inner {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.75rem;
}

[data-theme="dark"] #presets.theme-inverted .product-cards .pcard-link:hover {
	color: var(--blue-700);
}

[data-theme="light"] #presets.theme-inverted .product-cards .pcard-link:hover {
	color: var(--blue-100);
}

/* !- LUTs, extras, mobile */
#luts,
#extras,
#mobile {
	background: var(--bg-800);
}

/* !- Sections */
.not-presets .section-copy {
	margin-bottom: 1.75rem;
}

/* !- Guarantee */
#on1-guarantee {
	background: var(--bg-900);
}

#on1-guarantee .guarantee-box {
	background: var(--bg-800);
}
