/**
 * Styles for the NoNoise AI 2027 pages
 *
 * @copyright   2026, ON1
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #1e1e1e;
	color: #bdbdc1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

/* !- Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f7f7f8;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.5em;
}

h1 {
	font-size: 2.5rem;
	font-weight: 900;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.625rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

strong,
b {
	color: #eaeaec;
	font-weight: 600;
}

/* !- Links */
a {
	color: #a9d0ff;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	transition: color 0.15s ease;
}

a:hover {
	color: #d6e7ff;
}

a:focus-visible {
	border-radius: 2px;
	outline: 2px solid #a9d0ff;
	outline-offset: 2px;
}

/* !- Color overrides */
#site-header,
#site-footer {
	background: #141414;
	color: #f7f7f8;
}

#site-navigation .dropdown-menu {
	background: #282828;
	border: 1px solid #4a4a4a;
}

#site-navigation .dropdown-menu .dropdown-header {
	color: #7c7c82;
	font-size: 0.625rem;
}

#site-navigation .dropdown-menu .dropdown-divider {
	background: #303030;
}

#site-navigation .dropdown-menu .dropdown-item {
	color: #bdbdc1;
	font-size: 0.875rem;
}

#site-navigation .dropdown-menu .dropdown-item:focus,
#site-navigation .dropdown-menu .dropdown-item:hover {
	background: #303030;
	color: #eaeaec;
}

#site-navigation .dropdown-menu .nav-ico {
	font-size: 0.8125rem;
}

#site-navigation .dropdown-menu .icon-blue {
	background: color-mix(in srgb, #0a7efa 12%, transparent);
	color: #0a7efa;
}

#site-navigation .dropdown-menu .icon-green {
	background: color-mix(in srgb, #21ce6e 12%, transparent);
	color: #21ce6e;
}

#site-navigation .dropdown-menu .icon-gold {
	background: color-mix(in srgb, #fab73b 12%, transparent);
	color: #fab73b;
}

#site-navigation .dropdown-menu .icon-purple {
	background: color-mix(in srgb, #914fff 12%, transparent);
	color: #914fff;
}

#site-navigation .dropdown-menu .icon-neutral {
	background: color-mix(in srgb, #eaeaec 8%, transparent);
	color: #eaeaec;
}

#site-navigation .dropdown-menu .nav-label {
	color: #f7f7f8;
}

#site-navigation .dropdown-menu .nav-tagline {
	color: #bdbdc1;
	font-size: 0.75rem;
}

#site-navigation .dropdown-menu .nav-arrow {
	color: #7c7c82;
	font-size: 0.8125rem;
}

#site-navigation .dropdown-menu#products-dropdown .col:nth-child(2) {
	border-left: 2px solid #303030;
	border-right: 2px solid #303030;
}

#site-navigation .dropdown-menu#products-dropdown .ai-creative-tools .included-note small {
	color: #bdbdc1;
	font-size: 0.8125rem;
}

#site-navigation .dropdown-menu#user-dropdown-menu {
	border: 1px solid #303030;
}

#site-navigation #user-dropdown-menu .user-dropdown-header {
	background: #303030;
	border-bottom: 1px solid #4a4a4a;
}

#site-navigation #user-dropdown-menu .user-dropdown-avatar {
	border: 2px solid color-mix(in srgb, #21ce6e 40%, transparent);
}

#site-navigation #user-dropdown-menu .user-dropdown-name {
	color: #eaeaec;
	font-size: 0.875rem;
}

#site-navigation #user-dropdown-menu .user-dropdown-email {
	color: #7c7c82;
	font-size: 0.75rem;
}

#site-navigation #user-dropdown-menu .user-dropdown-item {
	align-items: center;
	color: #bdbdc1;
	font-size: 0.875rem;
}

#site-navigation #user-dropdown-menu .user-dropdown-item:hover,
#site-navigation #user-dropdown-menu .user-dropdown-item:focus-visible {
	background: #303030;
	color: #eaeaec;
}

#on1-cookie-notice {
	box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.6);
	border: 1px solid #4a4a4a;
	border-radius: 0.375rem;
}

#on1-cookie-notice .box-bg {
	background: #282828;
	border: none;
	box-shadow: none;
}

#on1-cookie-notice a.decline small {
	font-size: 0.75rem;
}

.eyebrow {
	color: #21ce6e;
	font-size: 0.6875rem;
	font-weight: 700;
}

/* !- Background bursts */
.bg-burst {
	overflow: hidden;
	position: relative;
}

.bg-burst .container {
	position: relative;
	z-index: 1;
}

.bg-burst::before {
	content: '';
	inset: 0;
	position: absolute;
}

.blue-bg-burst::before {
	background:
		radial-gradient(ellipse at 20% 45%, color-mix(in srgb, #086bd4 12%, transparent) 0%, transparent 55%),
		radial-gradient(ellipse at 65% 43%, color-mix(in srgb, #086bd4 10%, transparent) 0%, transparent 50%),
		radial-gradient(ellipse at 50% 57%, color-mix(in srgb, #086bd4 15%, transparent) 0%, transparent 45%);
}

.green-bg-burst::before {
	background:
		radial-gradient(ellipse at 20% 45%, color-mix(in srgb, #1caf5e 12%, transparent) 0%, transparent 55%),
		radial-gradient(ellipse at 65% 43%, color-mix(in srgb, #1caf5e 10%, transparent) 0%, transparent 50%),
		radial-gradient(ellipse at 50% 57%, color-mix(in srgb, #1caf5e 15%, transparent) 0%, transparent 45%);
}

.teal-bg-burst::before {
	background:
		radial-gradient(ellipse at 20% 45%, color-mix(in srgb, #249fa8 12%, transparent) 0%, transparent 55%),
		radial-gradient(ellipse at 65% 43%, color-mix(in srgb, #249fa8 10%, transparent) 0%, transparent 50%),
		radial-gradient(ellipse at 50% 57%, color-mix(in srgb, #249fa8 15%, transparent) 0%, transparent 45%);
}

/* !- Passed videos */
#passed-video {
	background: #141414;
	padding: 5rem 0;
}

#passed-video .video-figure {
	margin-bottom: 1.75rem;
}

#passed-video h2 {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin-bottom: 1rem;
	text-align: center;
}

#passed-video .btn {
	padding: 0.9375rem 1.875rem;
}

/* !- Product navigation */
#product-navigation {
	background: #141414;
}

#product-navigation .nav {
	align-items: center;
}

#product-navigation.sticky.is-sticky {
	background: rgba(20, 20, 20, 0.75);
}

@media (max-width: 575.98px) {
	#product-navigation .nav-item .nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

#product-navigation .nav-link small {
	font-size: 0.8125rem;
	position: relative;
	top: 0.125em;
}

#product-navigation .nav-link strong {
	color: #fff;
	font-weight: 600;
}

#product-navigation .nav-link {
	color: #bdbdc1;
	text-decoration: none;
}

#product-navigation .nav-link:hover {
	color: #f7f7f8;
}


#product-navigation a.nav-link.active {
	color: #fff;
}

#product-navigation a.nav-link.active small {
	border-bottom: 1px solid #fff;
}

/* !- Before/afters */
.nn-compare,
.nn3-compare,
.ts-compare {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	width: 100%;
}

.nn-frame,
.nn3-frame,
.ts-frame {
	aspect-ratio: 3/2;
	background: #141414;
	border-radius: 0.375rem;
	cursor: ew-resize;
	outline: none;
	overflow: hidden;
	position: relative;
	touch-action: none;
	user-select: none;
	width: 100%;
}

.nn-frame:focus-visible,
.nn3-frame:focus-visible,
.ts-frame:focus-visible {
	outline: 2px solid #21ce6e;
	outline-offset: 2px;
}

.nn-layer,
.nn3-layer,
.ts-layer {
	background-position: center;
	background-size: cover;
	height: 100%;
	inset: 0;
	position: absolute;
	transform: scale(1);
	transition: opacity 260ms cubic-bezier(.4, 0, .2, 1), transform 320ms cubic-bezier(.4, 0, .2, 1);
	width: 100%;
}

.nn-layer.nn-detail,
.nn3-layer.nn3-detail,
.ts-layer.ts-detail {
	opacity: 0;
}

.nn-compare.is-zoomed .nn-layer.nn-detail,
.nn3-compare.is-zoomed .nn3-layer.nn3-detail,
.ts-compare.is-zoomed .ts-layer.ts-detail {
	opacity: 1;
}

.nn-clip,
.nn3-clip,
.ts-clip {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.nn-tag,
.nn3-tag,
.ts-tag {
	border-radius: 0.375rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: .08em;
	padding: 0.375rem 0.75rem;
	position: absolute;
	text-transform: uppercase;
	z-index: 3;
}

.nn-tag-before,
.nn3-tag-before,
.ts-tag-before {
	backdrop-filter: blur(8px);
	background: rgba(40, 40, 40, 0.6);
	color: #eaeaec;
	left: 1.25rem;
}

.nn-tag-after,
.nn3-tag-after,
.ts-tag-after {
	background: rgba(33, 206, 110, 0.8);
	color: #fff;
	right: 1.25rem;
}

.nn-divider,
.nn3-divider,
.ts-divider {
	background: hsla(0, 0%, 0%, 0.9);
	bottom: 0;
	margin-left: -1px;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: 4;
}

.nn-handle,
.nn3-handle,
.ts-handle {
	align-items: center;
	background-color: hsla(0, 0%, 100%, 0.9);
	border: 2px solid hsla(0, 0%, 0%, 0.9);
	border-radius: 50%;
	color: hsla(0, 0%, 0%, 0.9);
	display: flex;
	height: 52px;
	justify-content: center;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
}

.nn-handle svg,
.nn3-handle svg,
.ts-handle svg {
	height: 55%;
	width: 55%;
}

.nn-zoom-btn,
.nn3-zoom-btn,
.ts-zoom-btn {
	appearance: none;
	background: transparent;
	border: 1px solid #21ce6e;
	border-radius: 0.375rem;
	color: #21ce6e;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 600;
	height: 2.5rem;
	padding: 0 1rem;
	transition: background 120ms cubic-bezier(.4, 0, .2, 1);
	white-space: nowrap;
}

.nn3-zoom-btn,
.ts-zoom-btn {
	justify-content: center;
	text-align: center;
	width: 7.5rem;
}

.nn-zoom-btn.is-active,
.nn3-zoom-btn.is-active,
.ts-zoom-btn.is-active {
	background: rgba(33, 206, 110, .16);
}

.nn-foot,
.nn3-foot,
.ts-foot {
	align-items: center;
	color: #7c7c7d;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	gap: 1.25rem;
	justify-content: space-between;
}

/* !- NoNoise hero (nn) */
.nn-layer {
	transform-origin: 37% 52%;
}

.nn-compare.is-zoomed .nn-layer.nn-fit {
	opacity: 0;
	transform: scale(1.5);
}

.nn-compare.is-dragging .nn-layer {
	transition: none;
}

.nn-clip {
	clip-path: inset(0 55% 0 0);
}

.nn-tag {
	bottom: 1.25rem;
	margin: 0;
}

.nn-divider {
	left: 45%;
}

.nn-bar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: space-between;
}

.nn-seg {
	background: #282828;
	border: 1px solid #303030;
	border-radius: 0.375rem;
	display: flex;
	padding: 0.25rem;
}

.nn-seg-btn {
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0.375rem;
	color: #bdbdc1;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 600;
	height: 2.5rem;
	padding: 0 1rem;
	transition: background 120ms cubic-bezier(.4, 0, .2, 1), color 120ms cubic-bezier(.4, 0, .2, 1);
	white-space: nowrap;
}

.nn-seg-btn.is-active {
	background: #21ce6e;
	color: #fff;
}

/* !- NoNoise picker (nn3) */
.nn3-compare.is-zoomed .nn3-layer.nn3-fit {
	opacity: 0;
	transform: scale(1.4);
}

.nn3-clip {
	clip-path: inset(0 50% 0 0);
}

.nn3-tag {
	top: 1.25rem;
}

.nn3-divider {
	left: 50%;
}

.nn3-rail {
	align-items: stretch;
	display: flex;
	gap: 0.625rem;
}

.nn3-thumb {
	appearance: none;
	background-position: center;
	background-size: cover;
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	flex: 1 1 0;
	height: 78px;
	opacity: .62;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: opacity 120ms cubic-bezier(.4, 0, .2, 1), border-color 120ms cubic-bezier(.4, 0, .2, 1);
}

.nn3-thumb:hover {
	opacity: .85;
}

.nn3-thumb.is-active {
	border-color: #21ce6e;
	opacity: 1;
}

.nn3-thumb-name {
	background: linear-gradient(to top, rgba(30, 30, 30, .86), rgba(30, 30, 30, 0));
	bottom: 0;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	left: 0;
	letter-spacing: .08em;
	padding: 0.5rem 0.75rem;
	position: absolute;
	right: 0;
	text-align: left;
	text-transform: uppercase;
}

/* !- TackSharp (ts) */
.ts-compare.is-zoomed .ts-layer.ts-fit {
	opacity: 0;
	transform: scale(1.4);
}

.ts-clip {
	clip-path: inset(0 60% 0 0);
}

.ts-tag {
	top: 1.25rem;
}

.ts-divider {
	left: 40%;
}

.ts-rail {
	align-items: stretch;
	display: flex;
	gap: 0.625rem;
}

.ts-thumb {
	appearance: none;
	background-position: center;
	background-size: cover;
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	flex: 1 1 0;
	height: 78px;
	opacity: .62;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: opacity 120ms cubic-bezier(.4, 0, .2, 1), border-color 120ms cubic-bezier(.4, 0, .2, 1);
}

.ts-thumb:hover {
	opacity: .85;
}

.ts-thumb.is-active {
	border-color: #21ce6e;
	opacity: 1;
}

.ts-thumb-name {
	background: linear-gradient(to top, rgba(30, 30, 30, .86), rgba(30, 30, 30, 0));
	bottom: 0;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	left: 0;
	letter-spacing: .08em;
	padding: 0.5rem 0.75rem;
	position: absolute;
	right: 0;
	text-align: left;
	text-transform: uppercase;
}

@media (max-width: 575.98px) {

	.nn-zoom-btn,
	.nn3-zoom-btn,
	.ts-zoom-btn {
		width: 100%;
	}

	.nn-foot .nn-caption,
	.nn3-foot .nn3-caption,
	.ts-foot .ts-caption {
		display: none;
	}

	.nn-bar {
		align-items: stretch;
		flex-direction: column;
	}

	.nn3-rail,
	.ts-rail {
		flex-wrap: wrap;
	}

	.nn3-zoom-btn,
	.ts-zoom-btn {
		height: 46px;
	}
}

/* !- Hero */
#hero {
	background: #141414;
	padding: 5rem 0;
}

#nonoise-ai-overview #hero {
	background:
		linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),
		url(https://ononesoft.cachefly.net/images/products/2027/nonoise-ai/hero-bg@2x.jpg) center center no-repeat;
	background-size: cover, cover;
	margin-top: -46px;
	padding-top: 7.875rem;
}

#hero .eyebrow span {
	background: rgba(250, 183, 59, 0.16);
	color: #fab73b;
	border-radius: 0.375rem;
	padding: 0.25rem 0.625rem;
}

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

#hero .hero-note {
	color: #9c9ca2;
	font-size: 0.8125rem;
}

#hero a {
	color: #21ce6e;
}

#hero a:hover {
	color: #d1fadf;
}

/* !- Sections */
.section-intro {
	margin-bottom: 2.25rem;
}

.section-copy {
	background: none;
	display: initial;
	flex-direction: initial;
	justify-content: initial;
	padding: 0;
}

/* !- Problem */
#problem {
	background: #282828;
	padding: 5rem;
}

/* !- What's New */
#whats-new-head {
	padding: 5rem 0 2.25rem 0;
}

.whats-new-section .row {
	margin-bottom: 5rem;
	padding-bottom: 5rem;
	position: relative;
}

.whats-new-section .row::after {
	border-bottom: 1px solid #303030;
	bottom: 0;
	content: '';
	left: calc(var(--bs-gutter-x) * .5);
	position: absolute;
	right: calc(var(--bs-gutter-x) * .5);
}

.whats-new-section:not(:has(+ .whats-new-section)) .row {
	margin-bottom: 0;
}

.whats-new-section:not(:has(+ .whats-new-section)) .row::after {
	display: none;
}

.whats-new-section i.fa-regular {
	color: #21ce6e;
	display: block;
	margin-bottom: 1.25rem;
}

/* !- Pre-order banner */
#why-preorder {
	background: #282828;
	padding: 5rem 0;
}

#why-preorder .preorder-banner {
	background: #1e1e1e;
	border: 1px solid #303030;
	border-radius: 0.375rem;
	padding: 2.25rem;
}

#why-preorder .preorder-banner a.sign-in-link {
	color: #21ce6e;
	text-decoration: underline;
}

#why-preorder .preorder-banner a.sign-in-link:hover {
	color: #d1fadf;
}

#why-preorder .preorder-banner .btn {
	padding: 0.9375rem 1.875rem;
}

#why-preorder .preorder-banner-buy p {
	margin-bottom: 1.125rem;
}

#why-preorder .preorder-banner-buy .eyebrow span {
	background: rgba(250, 183, 59, 0.16);
	color: #fab73b;
	border-radius: 0.375rem;
	padding: 0.25rem 0.625rem;
}

/* !- What's next */
#whats-next {
	padding: 5rem 0;
}

#whats-next .next-box {
	background: #282828;
	border: 1px solid #303030;
	border-radius: 0.375rem;
	height: 100%;
	padding: 2.25rem 1.5rem;
}

#whats-next .next-box .badge {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.75rem;
}

#whats-next .next-box .next-title {
	color: #eaeaec;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
}

#whats-next .next-box .next-copy {
	color: #bdbdc1;
	font-size: 0.8125rem;
}

/* !- Reviews */
#reviews {
	background: #eaeaea;
	padding: 5rem 0;
}

#reviews .eyebrow {
	color: #1caf5e;
}

#reviews h2 {
	color: #161618;
	margin-bottom: 0;
}

#reviews .sub-head {
	color: #5e5e64;
}

#reviews .review-card {
	background: #f6f6f7;
	border: 1px solid #dcdcdc;
	border-radius: 0.375rem;
	padding: 1.75rem 1.625rem;
}

#reviews .review-stars {
	display: flex;
	gap: 0.1875rem;
	margin-bottom: 0.875rem;
}

#reviews .star {
	background: #fab73b;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	display: block;
	height: 1rem;
	width: 1rem;
}

#reviews .review-text {
	color: #444448;
	border-left: 0;
	font-size: 0.875rem;
	font-style: normal;
	margin: 0 0 1.125rem;
	padding: 0;
}

#reviews .review-author {
	color: #9c9ca2;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 600;
}

/* !- Buy */
#buy {
	padding: 5rem 0;
}

.buy h2 {
	line-height: 1.3;
}

.buy .eyebrow {
	margin: 0 0 1rem 0;
}

.buy .eyebrow span {
	background: rgba(250, 183, 59, 0.16);
	color: #fab73b;
	border-radius: 0.375rem;
	padding: 0.25rem 0.625rem;
}

.buy .discount-sign-in {
	color: #21ce6e;
}

.buy .discount-sign-in i {
	font-size: 1.5rem;
	vertical-align: middle;
}

.buy .discount-sign-in a {
	color: #21ce6e;
	text-decoration: underline;
}

.buy .discount-sign-in a:hover {
	color: #d1fadf;
}

.buy .buy-box {
	background: linear-gradient(-40deg, rgba(33, 206, 110, 0.1), rgba(10, 126, 250, 0.06));
	border: 1px solid rgba(33, 206, 110, 0.3);
	border-radius: 0.375rem;
	height: 100%;
	overflow: hidden;
	padding: 2.25rem 1.75rem;
	position: relative;
	transition: border-color 0.2s ease;
}

.buy .buy-box::before {
	background: linear-gradient(-40deg, #21ce6e, #18cfdc);
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.buy .buy-box:hover {
	border-color: rgba(33, 206, 110, 0.55);
}

.buy .buy-box.buy-box-alt {
	background: linear-gradient(-40deg, rgba(10, 126, 250, 0.1), rgba(146, 66, 148, 0.08));
	border: 1px solid rgba(10, 126, 250, 0.3);
}

.buy .buy-box.buy-box-alt::before {
	background: linear-gradient(-40deg, #0a7efa, #914fff);
}

.buy .buy-box.buy-box-alt:hover {
	border-color: rgba(10, 126, 250, 0.55);
}

.buy .buy-box .buy-box-name {
	color: #f7f7f8;
	font-size: 1.5rem;
}

.buy .buy-box .buy-box-pill {
	margin-bottom: 1rem;
}

.buy .buy-box .buy-box-pill span {
	border: 1px solid #4a4a4a;
	border-radius: 50rem;
	color: #9c9ca2;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
}

.buy .buy-box .buy-box-desc {
	color: #9c9ca2;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.buy .buy-box .buy-box-features {
	color: #d4d4d8;
	font-size: 0.8125rem;
	list-style: none;
	margin: 0 auto 0.75rem auto;
	padding-left: 0;
	text-align: start;
	width: 92%;
}

.buy .buy-box .buy-box-features li {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.buy .buy-box .buy-box-features li::before {
	color: #21ce6e;
	content: '\f00c';
	flex-shrink: 0;
	font: var(--fa-font-solid);
}

.buy .buy-box.buy-box-alt .buy-box-features li::before {
	color: #18cfdc;
}

.buy .buy-box .buy-box-price {
	color: #f7f7f8;
	font-size: 1.875rem;
	font-weight: 800;
	margin-bottom: 0.875rem;
}

.buy .buy-box .buy-box-price .fa-spin {
	color: #eaeaec;
	font-size: 1rem;
}

.buy .buy-box .buy-box-price .sub-duration {
	font-size: 0.875rem;
	font-weight: 400;
}

.buy .buy-box .buy-box-price .info-tooltip {
	color: #18cfdc;
	font-size: 1rem;
	vertical-align: middle;
}

.buy .buy-box .buy-box-price del {
	color: #7c7c82;
	font-size: 1rem;
	font-weight: 400;
	margin-right: 0.5rem;
}

.buy .buy-box .btn {
	margin-bottom: 0;
	padding: 0.75rem 1.5rem;
}

.buy .buy-box .buy-box-note {
	color: #9c9ca2;
	font-size: 0.75rem;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 1rem;
}

.buy .buy-section-note {
	font-size: 0.8125rem;
	line-height: 1.5;
}

/* !- Subscription upgrades */
.buy .buy-box .buy-box-details {
	padding-top: 0.5rem;
}

.buy .buy-box:not(.buy-box-alt) .buy-box-details .buy-box-price {
	margin-bottom: 0;
	padding-bottom: 0.875rem;
}

.buy .buy-box.buy-box-alt .upgrade-details {
	padding-top: 0.125rem;
}

.buy .buy-box.buy-box-alt .upgrade-details .eyebrow {
	color: #18cfdc;
	margin-bottom: 0;
}

.buy .buy-box.buy-box-alt .upgrade-details .buy-box-price {
	margin-bottom: 0;
}

.buy .buy-box.buy-box-alt .upgrade-details .buy-box-note {
	margin-top: 0;
}

.buy .buy-box.buy-box-alt .upgrade-alert {
	background: #46267b;
	border: 1px solid #5f33a7;
	border-radius: 0.375rem;
	color: #e6d6ff;
	margin: 1.75rem 0;
	padding: 0.75rem;
	text-align: start;
}

.buy .buy-box.buy-box-alt .upgrade-alert label {
	font-size: 0.8125rem;
}

/* !- Tooltips */
.tooltip.buy-box-tooltip {
	--bs-tooltip-max-width: 350px;
	--bs-tooltip-padding-x: 0.75rem;
	--bs-tooltip-padding-y: 0.5rem;
}

.tooltip.buy-box-tooltip .tooltip-inner {
	text-align: start;
}

/* !- Guarantee */
#guarantee {
	background: #282828;
	padding: 5rem 0;
}

#guarantee .guarantee-intro {
	color: #bdbdc1;
	margin-bottom: 2.25rem;
}

#guarantee .guarantee-boxes .guarantee-box {
	background: #1e1e1e;
	border: 1px solid #303030;
	border-radius: 0.375rem;
	padding: 1.5rem;
}

#guarantee .guarantee-boxes .guarantee-icon {
	align-items: center;
	background: rgba(33, 206, 110, 0.16);
	border-radius: 0.375rem;
	display: flex;
	height: 2.5em;
	justify-content: center;
	margin: 0 auto 0.75rem;
	width: 2.5em;
}

#guarantee .guarantee-boxes .guarantee-icon i.fa-solid {
	color: #21ce6e;
	font-size: 1.25rem;
}

#guarantee .guarantee-boxes .guarantee-title {
	color: #f7f7f8;
	font-size: 0.8125rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

#guarantee .guarantee-boxes .guarantee-copy {
	color: #9c9ca2;
	font-size: 0.75rem;
	line-height: 1.5;
}

#guarantee .guarantee-boxes a {
	text-decoration: none;
}

/* !- FAQs */
#faqs {
	padding: 5rem 0;
}

#faqs h2 {
	margin-bottom: 1.75rem;
}

#faqs .faq-item {
	border-bottom: 1px solid #4a4a4a;
	padding: 1.75rem 0;
}

#faqs .faq-item:first-of-type {
	border-top: 1px solid #4a4a4a;
}

#faqs .faq-q-wrap {
	margin: 0;
}

#faqs .faq-q {
	align-items: flex-start;
	background: none;
	border: 0;
	color: #f7f7f8;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.75rem;
	line-height: 1.4;
	margin: 0 0 0.75rem 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#faqs .faq-q-wrap .faq-q {
	margin-bottom: 0;
}

#faqs .faq-item.is-open>.faq-q-wrap>.faq-q {
	margin-bottom: 0.75rem;
}

#faqs .faq-q::before {
	background: rgba(33, 206, 110, 0.16);
	border-radius: 0.25rem;
	color: #21ce6e;
	content: 'Q';
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: -0.063rem;
	padding: 0.25em 0.5em;
}

#faqs button.faq-q::after {
	background:
		linear-gradient(#f7f7f8, #f7f7f8) center / 100% 2px no-repeat,
		linear-gradient(#f7f7f8, #f7f7f8) center / 2px 100% no-repeat;
	border: none;
	content: '';
	flex-shrink: 0;
	height: 0.75rem;
	margin-left: auto;
	margin-top: 0.25rem;
	transform: initial;
	transition: transform 0.25s ease;
	width: 0.75rem;
}

#faqs .faq-item.is-open>.faq-q-wrap>.faq-q::after {
	transform: rotate(135deg);
}

#faqs .faq-a-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

#faqs .faq-item.is-open>.faq-a-wrap {
	grid-template-rows: 1fr;
}

#faqs .faq-a-inner {
	overflow: hidden;
}

#faqs .faq-a {
	color: #bdbdc1;
	font-size: 1rem;
	padding-left: 2.25rem;
}

#faqs .faq-a>* {
	margin-block: 0;
}

#faqs .faq-a>*+* {
	margin-top: 0.75rem;
}

#faqs .faq-a ul,
#faqs .faq-a ol {
	padding-left: 1.25rem;
}

#faqs .faq-a li+li {
	margin-top: 0.375rem;
}

#faqs .faq-a table {
	border-collapse: collapse;
	width: 100%;
}

#faqs .faq-a th,
#faqs .faq-a td {
	border-bottom: 1px solid #4a4a4a;
	padding: 0.5rem 0.75rem;
	text-align: left;
}

#faqs .faq-a th {
	color: #eaeaec;
	font-weight: 600;
}

#faqs .faq-sub {
	margin-top: 1.25rem;
	padding-left: 2.25rem;
}

#faqs .faq-sub .faq-q::before {
	content: none;
}

#faqs .faq-sub .faq-a {
	padding-left: 0;
}

#faqs .faq-subitem {
	padding: 1.25rem 0;
}

#faqs .faq-subitem:first-child {
	padding-top: 0;
}

#faqs #faq-specs {
	border-collapse: separate;
	border-spacing: 0.5rem 0.75rem;
	width: 100%;
}

#faqs #faq-specs th,
#faqs #faq-specs td {
	border: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#faqs #faq-specs thead th {
	color: #7c7c82;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 0 1.25rem 0.25rem;
	text-transform: uppercase;
}

#faqs #faq-specs thead th:nth-child(2),
#faqs #faq-specs thead th:nth-child(3) {
	width: 50%;
}

#faqs #faq-specs tbody td:first-child {
	font-weight: 600;
	padding: 1rem 0.75rem 0 0;
	white-space: nowrap;
}

#faqs #faq-specs tbody td+td {
	background: #282828;
	border-radius: 0.5rem;
	color: #eaeaec;
	padding: 1rem 1.25rem;
}

#faqs #faq-specs td {
	font-size: 0.875rem;
}

#faqs #faq-specs td>* {
	margin: 0;
}

#faqs #faq-specs td>*+* {
	margin-top: 0.875rem;
}

#faqs #faq-specs td p.specs-eyebrow {
	color: #21ce6e;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}

#faqs #faq-specs td ul {
	list-style: none;
	margin-top: 0.25rem;
	padding-left: 0;
}

#faqs #faq-specs td li {
	line-height: 1.5;
}

#faqs #faq-specs td li+li {
	margin-top: 0.75rem;
}

#faqs #faq-specs .specs-note {
	color: #9c9ca2;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.55;
}

@media (max-width: 767px) {
	#faqs #faq-specs {
		border-spacing: 0;
	}

	#faqs #faq-specs thead {
		display: none;
	}

	#faqs #faq-specs tbody,
	#faqs #faq-specs tr,
	#faqs #faq-specs td {
		display: block;
		width: auto;
	}

	#faqs #faq-specs tbody tr {
		margin-bottom: 1.75rem;
	}

	#faqs #faq-specs tbody td:first-child {
		padding: 0 0 0.5rem;
		white-space: normal;
	}

	#faqs #faq-specs tbody td:nth-child(3) {
		display: none;
	}
}

/* !- Resources */
#resources {
	background: #282828;
	padding: 5rem 0;
}

#nonoise-ai-overview #resources {
	background: #1e1e1e;
}

#resources h2 {
	font-size: 1.25rem;
	margin-bottom: 1.75rem;
}

#resources .resource-card {
	background: #1e1e1e;
	border: 1px solid #303030;
	border-radius: 0.5rem;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#nonoise-ai-overview #resources .resource-card {
	background: #282828;
}


#resources .resource-card .eyebrow {
	margin-bottom: 0.5rem;
}

#resources .resource-body {
	padding: 1.375rem;
}

#resources .resource-title {
	color: #eaeaec;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.75rem;
}

#resources .resource-link {
	color: #21ce6e;
	font-size: 0.8125rem;
	font-weight: 700;
}

#resources .placeholder-thumb {
	aspect-ratio: 960/540;
	background: radial-gradient(ellipse at 75% 20%, rgba(33, 206, 110, 0.35) 0%, transparent 55%), linear-gradient(135deg, #103a26 0%, #0e2b20 55%, #0c1f1a 100%);
	position: relative;
	display: flex;
	justify-content: flex-start;
}

/* !- Buy callout */
#buy-callout {
	background: #282828;
	padding: 5rem 0;
}

#buy-callout h2 {
	margin-bottom: 1.75rem;
}

#buy-callout .btn {
	padding: 0.9375rem 1.875rem;
}

/* !- Feature list page */
#nonoise-ai-features #features-hero {
	background: #141414;
	padding: 5rem 0;
}

#nonoise-ai-features #features-hero img {
	margin-right: 1rem;
	margin-top: -0.25rem;
}

#nonoise-ai-features #features-hero h1 {
	line-height: 1.2;
	margin-bottom: 0;
}

#nonoise-ai-features #features-hero h1 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
}

#nonoise-ai-features #nn27-feature-list {
	background: #eaeaea;
	color: #5e5e64;
	padding: 5rem 0;
}

#nonoise-ai-features #nn27-feature-list .eyebrow {
	color: #1caf5e;
}

#nonoise-ai-features #nn27-feature-list h2,
#nonoise-ai-features #nn27-feature-list h3,
#nonoise-ai-features #nn27-feature-list strong {
	color: #161618;
}

#nonoise-ai-features #nn27-feature-list h3 {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

#nonoise-ai-features #nn27-feature-list .new-badge {
	background: #1caf5e;
	border-radius: 0.375rem;
}

#nonoise-ai-features #nn27-feature-list li {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

#nonoise-ai-features #nn27-feature-list li:last-child {
	margin-bottom: 0;
}

#nonoise-ai-features #nn27-feature-list #features-2027 {
	background: #f6f6f7;
	border: 1px solid #1caf5e;
	border-left: 4px solid #1caf5e;
	border-radius: 0.375rem;
	margin-bottom: 2.25rem;
	padding: 1.75rem;
}

#nonoise-ai-features #nn27-feature-list #features-2027 .major-improvements {
	margin-bottom: 2.25rem;
}

#nonoise-ai-features #nn27-feature-list #features-2027 .list-unstyled {
	margin-bottom: 0;
}

#nonoise-ai-features #nn27-feature-list #features-2027 .list-unstyled li {
	align-items: baseline;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	gap: 0.5rem;
	padding-bottom: 1rem;
}

#nonoise-ai-features #nn27-feature-list #features-2027 .list-unstyled li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#nonoise-ai-features #nn27-feature-list #features-2027 .list-unstyled li+li {
	margin-top: 0.5rem;
}

#nonoise-ai-features #nn27-feature-list #features-2027 .new-badge {
	flex-shrink: 0;
}

#nonoise-ai-features #nn27-feature-list #features-other ul {
	margin-bottom: 2.25rem;
}

#nonoise-ai-features #nn27-feature-list #features-other ul:last-child {
	margin-bottom: 0;
}

/* !- Trial download */
#nonoise-ai-download #trial-download {
	padding: 5rem;
}
