/**
 * SPECOPS 3D waitlist offer and waitlist page
 * Version: 1.2.24
 *
 * Styles for the shared .specops-offer block and [specops_waitlist].
 */

.specops-offer {
	--specops-offer-bg: #070a0c;
	--specops-offer-elevated: #10161a;
	--specops-offer-ink: #f2f6f7;
	--specops-offer-body: #ccd8db;
	--specops-offer-muted: #aabbc0;
	--specops-offer-teal: #3eacb7;
	--specops-offer-bright: #61cbd5;
	--specops-offer-on-teal: #071014;
	--specops-offer-line: rgba(232, 238, 240, 0.12);
	--specops-offer-display: "Teko", sans-serif;
	--specops-offer-font: "Barlow", sans-serif;

	box-sizing: border-box;
	width: 100%;
	max-width: 40rem;
	min-width: 0;
	overflow: visible;
	color: var(--specops-offer-body);
	font-family: var(--specops-offer-font);
	text-align: left;
}

.specops-offer *,
.specops-offer *::before,
.specops-offer *::after {
	box-sizing: border-box;
}

.specops-offer p.specops-offer__badge,
.specops-offer__badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0.85rem;
	padding: 0.28rem 0.7rem;
	border: 1px solid var(--specops-offer-teal);
	border-radius: 2px;
	background: rgba(62, 172, 183, 0.1);
	color: var(--specops-offer-bright);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.specops-offer .specops-offer__heading,
.specops-offer__heading {
	margin: 0 0 0.45rem;
	color: var(--specops-offer-ink);
	font-family: var(--specops-offer-display);
	font-size: clamp(2rem, 4.4vw, 2.9rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
}

.specops-offer p.specops-offer__deal,
.specops-offer__deal {
	margin: 0 0 0.85rem;
	color: var(--specops-offer-teal);
	font-family: var(--specops-offer-display);
	font-size: clamp(2.6rem, 8vw, 4.25rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 0.9;
	text-transform: uppercase;
}

.specops-offer p.specops-offer__body,
.specops-offer__body {
	margin: 0 0 1.15rem;
	max-width: 46ch;
	color: var(--specops-offer-body);
	font-size: 1.05rem;
	line-height: 1.55;
	overflow-wrap: break-word;
}

.specops-offer__amount {
	color: var(--specops-offer-bright);
	font-weight: 700;
}

.specops-offer a.specops-offer__button,
.specops-offer a.specops-offer__button:link,
.specops-offer a.specops-offer__button:visited,
.specops-offer a.specops-offer__button:hover,
.specops-offer a.specops-offer__button:focus,
.specops-offer a.specops-offer__button:active {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.45rem;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	min-width: 0;
	min-height: 3rem;
	height: auto;
	flex-shrink: 0;
	margin: 0 0 0.85rem;
	padding: 0.7rem 1.2rem;
	overflow: visible;
	border: 0;
	border-radius: 2px;
	background: var(--specops-offer-teal);
	color: var(--specops-offer-on-teal);
	font-family: var(--specops-offer-font);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
	transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.specops-offer a.specops-offer__button:hover,
.specops-offer a.specops-offer__button:focus {
	background: var(--specops-offer-bright);
	color: var(--specops-offer-on-teal);
	transform: translateY(-1px);
}

.specops-offer a.specops-offer__button:active {
	background: var(--specops-offer-bright);
	color: var(--specops-offer-on-teal);
	transform: none;
}

.specops-offer a.specops-offer__button:focus-visible {
	outline: 2px solid var(--specops-offer-bright);
	outline-offset: 3px;
}

.specops-offer__button-deal {
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.specops-offer p.specops-offer__fine,
.specops-offer__fine {
	margin: 0;
	max-width: 46ch;
	color: var(--specops-offer-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

/* ==========================================================================
   Waitlist page
   Do not lock this landing to 100vh/100svh. The Reach form and confirmation
   must remain in normal document flow. Hello Elementor sets
   .site-header + .elementor { min-height: calc(100vh - 320px) } even when
   that header is display:none, and Elementor sets widget-container
   height:100% — that combination clips the Reach card on mobile.
   ========================================================================== */

html:has(.specops-waitlist-page),
html:has(.specops-waitlist-page) body:not(.specops-nav-lock),
body.specops-waitlist-view:not(.specops-nav-lock) {
	height: auto !important;
	max-height: none !important;
	overflow-x: clip;
	overflow-y: auto !important;
}

body.specops-waitlist-view .site-header + .elementor,
body.specops-waitlist-view .elementor:has(.specops-waitlist-page),
.elementor:has(.specops-waitlist-page) {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
}

body.specops-waitlist-view .e-con:has(.specops-waitlist-page),
body.specops-waitlist-view .e-con-inner:has(.specops-waitlist-page),
body.specops-waitlist-view .elementor-widget:has(.specops-waitlist-page),
body.specops-waitlist-view .elementor-widget-shortcode:has(.specops-waitlist-page),
body.specops-waitlist-view .elementor-widget-container:has(.specops-waitlist-page),
body.specops-waitlist-view .elementor-shortcode:has(.specops-waitlist-page),
.e-con:has(.specops-waitlist-page),
.e-con-inner:has(.specops-waitlist-page),
.elementor-widget:has(.specops-waitlist-page),
.elementor-widget-container:has(.specops-waitlist-page),
.elementor-shortcode:has(.specops-waitlist-page) {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
}

.specops-waitlist-page {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: visible;
	padding: 4.5rem 1.5rem;
	color: #ccd8db;
	font-family: "Barlow", sans-serif;
	background:
		radial-gradient(900px 480px at 82% 0%, rgba(62, 172, 183, 0.08), transparent 55%),
		#070a0c;
	background-color: #070a0c;
}

.specops-waitlist-page *,
.specops-waitlist-page *::before,
.specops-waitlist-page *::after {
	box-sizing: border-box;
}

.specops-waitlist-page .specops-waitlist-form {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 35rem;
	min-width: 0;
	height: auto;
	max-height: none;
	margin: 0 auto;
	overflow: visible;
}

.specops-waitlist-page .specops-waitlist-form .specops-waitlist,
.specops-waitlist-page .specops-waitlist-form #specops-waitlist,
.specops-waitlist-page .specops-waitlist-form .specops-reach-form,
.specops-waitlist-page .specops-waitlist-form [data-reach-form] {
	display: block;
	visibility: visible;
	opacity: 1;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: visible;
}

.specops-waitlist-page .specops-waitlist-form iframe {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto;
	min-height: 28rem;
	max-height: none;
	border: 0;
	position: relative;
	z-index: 2;
}

.specops-waitlist-page .specops-waitlist input[type="email"],
.specops-waitlist-page .specops-waitlist input[type="text"],
.specops-waitlist-page .specops-waitlist input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	min-height: 3rem;
	width: 100%;
	max-width: 100%;
	padding: 0 1rem;
	border: 1px solid #35505a;
	border-radius: 2px;
	background: #070a0c;
	color: #f2f6f7;
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
}

.specops-waitlist-page .specops-waitlist input::placeholder {
	color: #8fa1a6;
}

.specops-waitlist-page .specops-waitlist input:focus,
.specops-waitlist-page .specops-waitlist input:focus-visible {
	outline: 2px solid #61cbd5;
	outline-offset: 2px;
	border-color: #61cbd5;
}

.specops-waitlist-page .specops-waitlist button,
.specops-waitlist-page .specops-waitlist input[type="submit"],
.specops-waitlist-page .specops-waitlist [type="submit"] {
	min-height: 3rem;
	width: 100%;
	max-width: 100%;
	padding: 0 1.2rem;
	border: 0;
	border-radius: 2px;
	background: #3eacb7;
	color: #071014;
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.specops-waitlist-page .specops-waitlist button:hover,
.specops-waitlist-page .specops-waitlist input[type="submit"]:hover,
.specops-waitlist-page .specops-waitlist [type="submit"]:hover {
	background: #61cbd5;
	color: #071014;
}

.specops-waitlist-page .specops-waitlist-confirm {
	margin: 1rem 0 0;
	padding: 0.9rem 1rem;
	border-left: 3px solid #3eacb7;
	background: #10161a;
	color: #ccd8db;
	font-size: 1rem;
	line-height: 1.55;
	height: auto;
	max-height: none;
	overflow: visible;
}

.specops-waitlist-page .specops-waitlist-confirm[hidden] {
	display: none;
}

.specops-waitlist-page .specops-form-placeholder {
	margin: 0;
	color: #aabbc0;
}

@media (max-width: 767px) {
	.specops-waitlist-page {
		padding: 2.5rem 1rem;
	}

	.specops-waitlist-page .specops-waitlist-form,
	.specops-waitlist-page .specops-waitlist-form iframe {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: none;
		position: relative;
	}

	.specops-waitlist-page .specops-waitlist-form iframe {
		min-height: 28rem;
	}

	.specops-waitlist-page .specops-waitlist input[type="email"],
	.specops-waitlist-page .specops-waitlist input[type="text"],
	.specops-waitlist-page .specops-waitlist input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}

	.specops-waitlist-page .specops-waitlist button,
	.specops-waitlist-page .specops-waitlist input[type="submit"],
	.specops-waitlist-page .specops-waitlist [type="submit"] {
		width: 100%;
		max-width: 100%;
		min-height: 48px;
	}
}

@media (max-width: 800px) {
	.specops-offer .specops-offer__heading {
		font-size: clamp(1.75rem, 8vw, 2.35rem);
	}

	.specops-offer p.specops-offer__deal,
	.specops-offer__deal {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.specops-offer a.specops-offer__button,
	.specops-offer a.specops-offer__button:link,
	.specops-offer a.specops-offer__button:visited,
	.specops-offer a.specops-offer__button:hover,
	.specops-offer a.specops-offer__button:focus,
	.specops-offer a.specops-offer__button:active {
		display: flex;
		width: 100%;
		max-width: 100%;
		flex-direction: column;
		flex-wrap: wrap;
		letter-spacing: 0.04em;
		padding: 0.75rem 1rem;
	}
}

@media (max-width: 480px) {
	.specops-offer a.specops-offer__button,
	.specops-offer a.specops-offer__button:link,
	.specops-offer a.specops-offer__button:visited {
		font-size: 0.82rem;
		letter-spacing: 0.03em;
		padding: 0.7rem 0.85rem;
	}

	.specops-offer__button-deal {
		font-size: 0.95rem;
	}
}

@media (max-width: 360px) {
	.specops-offer p.specops-offer__deal,
	.specops-offer__deal {
		font-size: clamp(1.85rem, 11vw, 2.45rem);
	}

	.specops-offer p.specops-offer__body,
	.specops-offer__body {
		font-size: 0.98rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.specops-offer a.specops-offer__button {
		transition: none;
	}

	.specops-offer a.specops-offer__button:hover,
	.specops-offer a.specops-offer__button:focus {
		transform: none;
	}
}
