/**
 * Upgrade to MAX landing page styles
 *
 * @copyright   2026, ON1
 */

/* !- Buttons */
#site-main #login .btn:hover {
	color: var(--white) !important;
}

#site-main .btn:hover {
	color: var(--bg) !important;
}

/* !- Eyebrow */
.eyebrow {
	color: var(--gold-500);
}

/* !- Hero */
.hero {
	align-items: center;
	aspect-ratio: 2880 / 900;
	background: url(https://ononesoft.cachefly.net/images/landing/upgrade-to-max/hero-bg-20260513@2x.jpg) top center no-repeat;
	background-size: cover;
	display: flex;
	max-width: 100%;
	min-height: 540px;
	position: relative;
}

@media (max-width: 575.98px) {
	.hero {
		min-height: 640px;
	}
}

.hero::before {
	background: radial-gradient(ellipse 62% 85% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.16) 30%, rgba(0, 0, 0, 0.04) 52%, rgba(0, 0, 0, 0) 70%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

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

.hero img {
	margin-bottom: 1rem;
}

.hero-h1 {
	color: var(--white);
	font-weight: 900;
	margin-bottom: 0.75rem;
}

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

.hero-price {
	color: var(--white);
	font-size: var(--text-3xl);
	font-weight: 700;
	margin-bottom: 0.875rem;
}

.hero-price i[class*="fa-"] {
	color: var(--text);
	font-size: var(--text-base);
}

.hero-price del {
	color: var(--text-muted);
	font-size: var(--text-base);
	font-weight: 400;
	margin-right: 0.5rem;
}

.hero .btn {
	margin-bottom: 1.25rem;
}

.hero-offer-details {
	font-size: var(--text-sm);
	padding-bottom: 1rem;
}

.hero-proof .list-inline-item::before {
	background: initial;
	border-radius: initial;
	color: var(--gold-500);
	font: var(--fa-font-solid);
	height: initial;
	left: -0.25rem;
	position: absolute;
	top: 0.225rem;
	transform: initial;
	width: initial;
}

.hero-proof .list-inline-item.li-guarantee::before {
	content: '\f3ed';
}

.hero-proof .list-inline-item.li-secure-checkout::before {
	content: '\f023';
}

.hero-proof .list-inline-item.li-instant-download::before {
	content: '\f0e7';
}

.hero-proof .list-inline-item.li-no-subscription::before {
	content: '\f05e';
}

/* !- Page nav */
#page-navigation {
	left: 0;
	padding: 0.75rem 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-100%);
	transition: transform 0.25s ease;
	z-index: 1000;
}

#page-navigation.is-sticky {
	transform: translateY(0);
}

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

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

.cols-up-item .intro-icon {
	align-items: center;
	border-radius: 0.375rem;
	display: flex;
	font-size: var(--text-base);
	height: 44px;
	justify-content: center;
	margin-bottom: 1rem;
	width: 44px;
}

.cols-up-item .intro-icon {
	background: rgba(250, 183, 59, 0.16);
	color: var(--gold-500);
}

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

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

#second-chance .section-copy {
	padding-bottom: 4.375rem;
}

/* !- AI features */
.ai-feature {
	padding-bottom: 5rem;
}

.ai-feature .nav .nav-link {
	border: 2px solid transparent;
	border-radius: 0.375rem;
	color: var(--text-muted);
	margin-bottom: 0.5rem;
	padding: 0.75rem;
}

.ai-feature .nav .nav-link .raw-icon {
	filter: grayscale(100%);
}

.ai-feature .nav .nav-link:last-child {
	margin-bottom: 0;
}

.ai-feature .nav .nav-link.active {
	background: var(--slate-800);
	border: 2px solid var(--gold-500);
	border-radius: 0.375rem;
	color: var(--white);
}

.ai-feature .nav .nav-link.active .raw-icon {
	filter: none;
}

.ai-feature .nav .nav-link.active .panel-title {
	font-weight: 700;
	margin-bottom: 0.375rem;
}

.ai-feature .nav .nav-link .panel-title {
	font-size: var(--text-base);
	margin-bottom: 0;
}

.ai-feature .nav .nav-link .panel-info {
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: 1.55;
	margin-bottom: 0;
}

/* !- Plugin section */
#plugin.section-block {
	padding: 5rem 0;
}

/* !- Buy sections */
.buy-section {
	background: var(--bg);
	overflow: hidden;
	padding: 5rem 0;
	position: relative;
}

.buy-section::before {
	background:
		radial-gradient(ellipse at 25% 50%, rgba(33, 206, 110, 0.1) 0%, transparent 55%),
		radial-gradient(ellipse at 75% 40%, rgba(10, 126, 250, 0.1) 0%, transparent 50%),
		radial-gradient(ellipse at 55% 90%, color-mix(in srgb, var(--purple) 7%, transparent) 0%, transparent 45%);
	content: '';
	inset: 0;
	position: absolute;
}

.buy-section .section-lede {
	color: var(--text-subtle);
	font-size: var(--text-xl);
	font-style: normal;
	line-height: 1.65;
	margin-bottom: 0;
}

.buy-section .section-copy {
	background: transparent;
	padding-bottom: 2rem;
	padding-top: 1.25rem;
}

.buy-section .buy-trust-boxes {
	margin: 2.25rem 0;
}

.buy-section .buy-trust-boxes .buy-trust-box {
	border: 1px solid var(--border-subtle);
	border-radius: 0.375rem;
	display: flex;
	gap: 1rem;
	height: 100%;
	justify-content: center;
	padding: 0.75rem 1rem;
}

.buy-section .buy-trust-boxes .buy-trust-box p {
	font-size: var(--text-xs);
	justify-content: center;
	line-height: 1.55;
}

.buy-section .buy-box-eyebrow {
	background: var(--bg-800);
	border: 1px solid var(--border-subtle);
	border-bottom: none;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	color: var(--gold-500);
	display: inline-block;
	font-size: var(--text-xs);
	font-weight: 700;
	margin-bottom: -1px;
	padding: 0.5rem 1rem;
	text-align: center;
	text-transform: uppercase;
}

.buy-section .buy-box {
	background: var(--bg-800);
	border: 1px solid var(--border-subtle);
	padding: 2.25rem 1.75rem;
}

.buy-section .buy-box .buy-box-icon {
	margin-bottom: 1.25rem;
}

.buy-section .buy-box .buy-box-name {
	color: var(--white);
	font-size: var(--text-2xl);
	font-weight: 700;
	margin-bottom: 1rem;
}

.buy-section .buy-box .buy-box-desc {
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: 1.55;
	margin-bottom: 0.75rem;
}

.buy-section .buy-box .buy-box-price {
	color: var(--gold);
	font-size: var(--text-3xl);
	font-weight: 700;
	margin-bottom: 0.875rem;
}

.buy-section .buy-box .buy-box-price .fa-spin {
	color: var(--text);
	font-size: var(--text-base);
}

.buy-section .buy-box .buy-box-price del {
	color: var(--text-muted);
	font-size: var(--text-base);
	font-weight: 400;
	margin-right: 0.5rem;
}

.buy-section .buy-box .btn {
	margin-bottom: 1.5rem;
}

.buy-section .buy-box .btn:hover {
	color: var(--bg) !important;
}

.buy-section .buy-box .form-check-label {
	font-size: var(--text-sm);
	line-height: 1.55;
	padding-left: 0.125rem;
	text-align: left;
}

.buy-section .buy-box .info-button {
	cursor: pointer;
	font-size: var(--text-sm);
	margin-left: 0.25rem;
}

.buy-section .buy-box .info-button i {
	color: var(--slate-500);
}

.buy-section .buy-box .offer-note {
	color: var(--text-muted);
	font-size: var(--text-sm);
	font-style: italic;
	line-height: 1.55;
}

.buy-section .guarantee-text {
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: 1.55;
	margin-top: 0.75rem;
}

