/* Quicklead offer landing (Google Ads / campaigns), paired with offer.html */

.offer-page {
	background: #040116;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Montserrat", sans-serif;
}

.offer-page strong {
	color: #fff;
	font-weight: 600;
}

.offer-urgency-bar {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: linear-gradient(90deg, #3d2b6b 0%, #5e3d9e 40%, #5e7cf1 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 10px 16px;
	text-align: center;
	font-size: 14px;
}

.offer-countdown {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 16px;
}

.offer-countdown-digits {
	display: inline-flex;
	gap: 8px;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.offer-countdown-digits span {
	background: rgba(0, 0, 0, 0.25);
	padding: 4px 10px;
	border-radius: 8px;
	min-width: 2.2em;
	text-align: center;
}

.offer-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(4, 1, 22, 0.92);
	backdrop-filter: blur(10px);
}

.offer-header .logo {
	height: 36px;
	width: auto;
}

.offer-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	color: #fff !important;
	background: linear-gradient(92.23deg, #746bae 0%, #5e7cf1 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 20px rgba(94, 124, 241, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
}

.offer-btn-primary:hover {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(94, 124, 241, 0.5);
}

.offer-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.95) !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: transparent;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		color 0.2s ease;
	white-space: nowrap;
}

.offer-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff !important;
	transform: translateY(-1px);
}

.offer-hero {
	padding: 48px 0 56px;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 70% 55% at 15% 0%, rgba(94, 124, 241, 0.25), transparent 55%),
		radial-gradient(ellipse 60% 45% at 90% 30%, rgba(116, 107, 174, 0.2), transparent 50%),
		linear-gradient(180deg, #0f0828 0%, #040116 55%);
}

.offer-price-card {
	max-width: 420px;
	margin: 0 auto 32px;
	padding: 28px 24px;
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.offer-price-amount {
	font-size: clamp(2.5rem, 8vw, 3.5rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	background: linear-gradient(135deg, #fff 0%, #c8d6ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.offer-price-card-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 12px;
}

.offer-price-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
	padding-bottom: 14px;
	margin-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-price-compare-val {
	text-decoration: line-through;
	text-decoration-color: rgba(255, 138, 154, 0.65);
	color: rgba(255, 255, 255, 0.45);
}

.offer-price-card-sub {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.86);
	margin: 14px 0 0;
}

.offer-price-card-micro {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.42);
	margin: 12px 0 0;
}

.offer-seat-stepper {
	display: flex;
	align-items: stretch;
	max-width: 220px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	overflow: hidden;
	background: rgba(0, 0, 0, 0.22);
}

.offer-seat-stepper--center {
	margin-left: auto;
	margin-right: auto;
}

.offer-seat-stepper--compact {
	max-width: 200px;
}

.offer-seat-step-btn {
	flex: 0 0 48px;
	min-width: 48px;
	border: none;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.offer-seat-step-btn:hover:not(:disabled) {
	background: rgba(255, 255, 255, 0.14);
}

.offer-seat-step-btn:focus-visible {
	outline: 2px solid rgba(124, 245, 196, 0.85);
	outline-offset: -2px;
}

.offer-seat-step-btn:disabled {
	opacity: 0.32;
	cursor: not-allowed;
}

.offer-seat-stepper-value {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	font-size: 1.35rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #fff;
	background: rgba(255, 255, 255, 0.03);
}

.offer-seat-stepper--compact .offer-seat-step-btn {
	flex-basis: 44px;
	min-width: 44px;
	font-size: 1.25rem;
}

.offer-seat-stepper--compact .offer-seat-stepper-value {
	font-size: 1.15rem;
	min-width: 48px;
}

.offer-table-seat-cell {
	vertical-align: middle;
}

.offer-table-seat-line {
	display: block;
	font-weight: 700;
	color: #7cf5c4;
}

.offer-table-seat-per {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
}

.offer-hero-em {
	color: #ff9eb0;
	font-weight: 800;
}

.offer-hero-em--good {
	color: #c8d6ff;
	font-weight: 800;
	text-shadow: 0 0 40px rgba(94, 124, 241, 0.35);
}

.offer-hero-break {
	display: block;
	margin-top: 0.2em;
}

.offer-lead--tight {
	max-width: 700px;
	margin-bottom: 24px;
}

.offer-hero-bridge {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.48);
	margin: 36px auto 14px;
	max-width: 640px;
}

.offer-cta-subline {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.48);
}

.offer-objection-nudge {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(186, 204, 255, 0.88);
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.offer-urgency-cta {
	font-size: 13px !important;
	padding: 8px 16px !important;
}

.offer-carousel-badge {
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #a8bfff;
	margin-bottom: 10px;
}

.offer-carousel-cta-note {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.48);
}

.offer-carousel-section {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

.offer-carousel-section::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: min(900px, 100%);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(94, 124, 241, 0.35), transparent);
	pointer-events: none;
}

.offer-tier-eyebrow {
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 0.08em;
}

.offer-tier-cta {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.offer-tier-checkout-note {
	color: rgba(255, 255, 255, 0.5);
}

.offer-cta-block-title {
	font-size: 1.35rem;
	font-weight: 700;
}

.offer-cta-block-lead {
	color: rgba(255, 255, 255, 0.82);
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.offer-final-lead {
	max-width: 580px;
}

.offer-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	padding: 12px 16px;
	padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
	background: rgba(4, 1, 22, 0.94);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transform: translateY(110%);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.45);
}

.offer-sticky-cta--visible {
	transform: translateY(0);
}

.offer-sticky-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	max-width: 960px;
	margin: 0 auto;
}

.offer-sticky-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	min-width: 0;
}

.offer-sticky-price {
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.02em;
}

.offer-sticky-detail {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.52);
	line-height: 1.35;
	margin-top: 2px;
}

.offer-sticky-btn {
	flex-shrink: 0;
	padding: 12px 22px !important;
	font-size: 14px !important;
}

body.offer-page.offer-sticky-on {
	padding-bottom: 76px;
}

body.offer-sticky-on .offer-live-pill {
	bottom: 88px;
}

@media (max-width: 767.98px) {
	body.offer-sticky-on .offer-live-pill {
		bottom: 82px;
	}
}

.offer-hero h1 {
	font-size: clamp(1.75rem, 4.5vw, 2.65rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 16px;
}

.offer-lead {
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
	max-width: 640px;
	margin: 0 auto 28px;
}

.offer-section {
	padding: 56px 0;
}

.offer-section-alt {
	background: linear-gradient(180deg, rgba(20, 12, 48, 0.5) 0%, transparent 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-section h2 {
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	font-weight: 700;
	color: #fff;
	margin-bottom: 16px;
	text-align: center;
}

.offer-open-problem {
	padding-top: 44px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-sub--compact {
	max-width: 560px;
	margin-bottom: 28px !important;
	font-size: 0.98rem;
}

.offer-pain-grid {
	display: grid;
	gap: 14px;
	max-width: 920px;
	margin: 0 auto 0;
}

@media (min-width: 576px) {
	.offer-pain-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

.offer-pain-tile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px 18px 20px;
	border-radius: 16px;
	background: rgba(255, 67, 101, 0.06);
	border: 1px solid rgba(255, 107, 138, 0.2);
	text-align: left;
}

.offer-pain-tile__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 12px;
	background: rgba(255, 107, 138, 0.15);
	color: #ff9eb0;
	font-size: 1rem;
}

.offer-pain-tile__title {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 6px;
	line-height: 1.25;
}

.offer-pain-tile__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.offer-solution-band {
	margin-top: 40px;
	padding-top: 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-solution-heading {
	text-align: center;
	font-size: clamp(1.35rem, 3.2vw, 1.85rem);
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

.offer-solution-tagline {
	text-align: center;
	max-width: 520px;
	margin: 0 auto 24px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
}

.offer-card--compact h3 {
	font-size: 1.02rem;
}

.offer-card--compact p {
	font-size: 0.9rem;
	line-height: 1.5;
}

.offer-hero-meta-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	list-style: none;
	padding: 0;
	margin: 0 auto 20px;
	max-width: 640px;
}

.offer-hero-meta-chips li {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.82);
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-lead--short {
	max-width: 560px;
	font-size: 1rem;
	line-height: 1.55;
	margin-bottom: 22px !important;
}

.offer-hero-quick {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.offer-hero-quick-cell {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.3;
	height: 100%;
}

.offer-hero-quick-cell i {
	flex-shrink: 0;
	width: 22px;
	text-align: center;
	color: #8fa8ff;
	font-size: 1rem;
}

.offer-hero-meta-chips li.offer-meta-chip--accent {
	background: linear-gradient(135deg, rgba(124, 245, 196, 0.2) 0%, rgba(94, 124, 241, 0.2) 100%);
	border-color: rgba(124, 245, 196, 0.35);
	color: #e8fff4;
}

.offer-pay-outcome-banner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	align-items: stretch;
	max-width: 920px;
	margin: 8px auto 28px;
}

@media (min-width: 768px) {
	.offer-pay-outcome-banner {
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		gap: 12px 18px;
	}
}

.offer-pay-outcome-card {
	text-align: left;
	padding: 22px 20px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
}

.offer-pay-outcome-card--pay {
	border-color: rgba(94, 124, 241, 0.35);
	background: linear-gradient(145deg, rgba(94, 124, 241, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.offer-pay-outcome-card--outcome {
	border-color: rgba(124, 245, 196, 0.35);
	background: linear-gradient(145deg, rgba(124, 245, 196, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.offer-pay-outcome-eyebrow {
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.offer-pay-outcome-card--outcome .offer-pay-outcome-eyebrow {
	color: rgba(124, 245, 196, 0.85);
}

.offer-pay-outcome-big {
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
	margin: 0 0 10px;
}

.offer-pay-outcome-cent {
	font-size: 0.55em;
	font-weight: 800;
	vertical-align: super;
	margin-left: 1px;
}

.offer-pay-outcome-period {
	font-size: 0.42em;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.65);
	margin-left: 4px;
	letter-spacing: 0;
}

.offer-pay-outcome-range {
	margin: 0 0 10px;
	line-height: 1.05;
}

.offer-pay-outcome-range-num {
	font-size: clamp(2rem, 5vw, 2.65rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #7cf5c4;
}

.offer-pay-outcome-range-unit {
	display: block;
	margin-top: 6px;
	font-size: 0.95rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
	letter-spacing: 0.02em;
}

@media (min-width: 768px) {
	.offer-pay-outcome-range-unit {
		display: inline;
		margin-top: 0;
		margin-left: 8px;
	}
}

.offer-pay-outcome-sub {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
}

.offer-pay-outcome-join {
	display: none;
	font-size: 1.75rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.35);
	text-align: center;
	line-height: 1;
	padding: 0 4px;
}

@media (min-width: 768px) {
	.offer-pay-outcome-join {
		display: block;
	}
}

.offer-price-monthly-nudge {
	margin: 12px 0 0;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
	color: rgba(255, 255, 255, 0.78);
	background: rgba(124, 245, 196, 0.08);
	border: 1px solid rgba(124, 245, 196, 0.22);
}

.offer-price-monthly-nudge__strong {
	color: #b8ffe0;
	font-weight: 700;
}

.offer-stat-suffix {
	font-size: 0.55em;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.55);
	margin-left: 2px;
}

.offer-trust-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
}

.offer-trust-chips li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
}

.offer-trust-chips i {
	color: rgba(124, 245, 196, 0.75);
	font-size: 0.85rem;
}

.offer-cta-micro--center {
	text-align: center;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.offer-sub--tight-below {
	margin-bottom: 28px !important;
}

.offer-section .offer-sub {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 40px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 1rem;
	line-height: 1.6;
}

.offer-problem-list,
.offer-feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.offer-problem-list li {
	padding: 14px 0 14px 36px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
}

.offer-problem-list li::before {
	content: "✕";
	position: absolute;
	left: 0;
	color: #ff6b8a;
	font-weight: 700;
}

.offer-grid-2 {
	display: grid;
	gap: 20px;
}

@media (min-width: 768px) {
	.offer-grid-2 {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
}

.offer-card {
	padding: 24px 22px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: 100%;
}

.offer-card h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.offer-card p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}

.offer-feature-list li {
	padding: 10px 0 10px 32px;
	position: relative;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}

.offer-feature-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #7cf5c4;
	font-weight: 700;
}

.offer-integrations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

.offer-pill {
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	background: rgba(94, 124, 241, 0.15);
	border: 1px solid rgba(94, 124, 241, 0.35);
	color: #e8ecff;
}

.offer-table-wrap {
	overflow-x: auto;
	margin-top: 24px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	font-size: 14px;
}

.offer-table th,
.offer-table td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-table th {
	background: rgba(255, 255, 255, 0.06);
	font-weight: 700;
	color: #fff;
}

.offer-table td {
	color: rgba(255, 255, 255, 0.82);
}

.offer-table tr:last-child td {
	border-bottom: none;
}

.offer-table .col-highlight {
	background: rgba(94, 124, 241, 0.12);
	font-weight: 600;
}

.offer-disclaimer {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
	margin-top: 16px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

.offer-cta-block {
	text-align: center;
	padding: 48px 20px;
	border-radius: 24px;
	margin: 32px 0 0;
	background: linear-gradient(92.23deg, rgba(116, 107, 174, 0.25) 0%, rgba(94, 124, 241, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.offer-scarcity {
	font-size: 13px;
	color: #ffc9a8;
	text-align: center;
	margin-top: 12px;
	font-weight: 600;
}

/* Long-form offer sections (QuickProsp-style depth) */
.offer-kicker {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
	margin-bottom: 8px;
}

.offer-stat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 900px;
	margin: 40px auto 0;
}

@media (min-width: 768px) {
	.offer-stat-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.offer-stat-grid.offer-stat-grid--compact {
		grid-template-columns: repeat(3, 1fr);
	}
}

.offer-stat-grid.offer-stat-grid--compact {
	max-width: 720px;
	margin-top: 28px;
}

.offer-stat-cell {
	text-align: center;
	padding: 20px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-stat-value {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 6px;
}

.offer-stat-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
}

.offer-section-narrow {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.offer-h3-problem {
	font-size: 1.15rem;
	font-weight: 700;
	color: #fff;
	margin-top: 28px;
	margin-bottom: 10px;
}

.offer-h3-problem:first-of-type {
	margin-top: 0;
}

.offer-p-problem {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.65;
	margin-bottom: 0;
}

.offer-cost-box {
	max-width: 520px;
	margin: 32px auto;
	padding: 28px 24px;
	border-radius: 20px;
	background: rgba(255, 67, 101, 0.08);
	border: 1px solid rgba(255, 107, 138, 0.25);
}

.offer-cost-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.88);
}

.offer-cost-row:last-child {
	border-bottom: none;
	font-weight: 700;
	font-size: 16px;
	padding-top: 16px;
}

.offer-vs-split {
	display: grid;
	gap: 24px;
	max-width: 880px;
	margin: 40px auto 0;
	align-items: center;
}

@media (min-width: 992px) {
	.offer-vs-split {
		grid-template-columns: 1fr auto 1fr;
	}
}

.offer-vs-card {
	text-align: center;
	padding: 32px 24px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-vs-card.bad {
	background: rgba(255, 60, 90, 0.06);
}

.offer-vs-card.good {
	background: rgba(94, 124, 241, 0.12);
	border-color: rgba(94, 124, 241, 0.35);
}

.offer-vs-big {
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 8px 0;
}

.offer-vs-divider {
	font-size: 22px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.35);
	text-align: center;
}

.offer-grid-3 {
	display: grid;
	gap: 20px;
}

@media (min-width: 768px) {
	.offer-grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.offer-mega-grid {
	display: grid;
	gap: 16px;
}

@media (min-width: 576px) {
	.offer-mega-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.offer-mega-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.offer-mega-item {
	padding: 20px 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.07);
	height: 100%;
}

.offer-mega-item h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.offer-mega-item p {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.offer-int-block {
	max-width: 720px;
	margin: 0 auto 28px;
	padding: 22px 20px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-int-block h3 {
	font-size: 1.05rem;
	color: #fff;
	margin-bottom: 8px;
}

.offer-int-block p {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
}

.offer-int-block code {
	font-size: 12px;
	background: rgba(0, 0, 0, 0.35);
	padding: 2px 6px;
	border-radius: 4px;
}

.offer-events {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
	margin-top: 16px;
	line-height: 1.7;
}

.offer-safety-grid {
	display: grid;
	gap: 20px;
}

@media (min-width: 768px) {
	.offer-safety-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.offer-safety-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.offer-safety-item {
	padding: 18px 16px;
	border-radius: 14px;
	background: rgba(124, 245, 196, 0.06);
	border: 1px solid rgba(124, 245, 196, 0.15);
}

.offer-safety-item h4 {
	font-size: 15px;
	font-weight: 700;
	color: #b8ffe0;
	margin-bottom: 8px;
}

.offer-safety-item p {
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
}

.offer-metrics-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 720px;
	margin: 32px auto 0;
}

@media (min-width: 576px) {
	.offer-metrics-row {
		grid-template-columns: repeat(4, 1fr);
	}
}

.offer-metric {
	text-align: center;
	padding: 16px;
	border-radius: 14px;
	background: rgba(94, 124, 241, 0.1);
	border: 1px solid rgba(94, 124, 241, 0.2);
}

.offer-metric strong {
	display: block;
	font-size: 1.35rem;
	color: #fff;
	margin-bottom: 4px;
}

.offer-metric span {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.35;
}

.offer-video-wrap {
	max-width: 800px;
	margin: 32px auto 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	aspect-ratio: 16 / 9;
	background: #000;
}

.offer-video-wrap iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.offer-video-yt-link {
	color: #a8bfff !important;
	font-weight: 600;
	text-decoration: none !important;
	word-break: break-all;
}

.offer-video-yt-link:hover {
	color: #c8d4ff !important;
	text-decoration: underline !important;
}

.offer-video-foot {
	color: rgba(255, 255, 255, 0.5);
}

.offer-steps {
	display: grid;
	gap: 24px;
	counter-reset: offerstep;
	max-width: 900px;
	margin: 32px auto 0;
}

@media (min-width: 768px) {
	.offer-steps {
		grid-template-columns: repeat(3, 1fr);
	}
}

.offer-step {
	position: relative;
	padding: 24px 20px 24px 56px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	counter-increment: offerstep;
}

.offer-step::before {
	content: counter(offerstep);
	position: absolute;
	left: 18px;
	top: 22px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(92.23deg, #746bae 0%, #5e7cf1 100%);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer-step h3 {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 8px;
}

.offer-step p {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 8px;
}

.offer-step .offer-step-time {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 600;
}

.offer-quote-grid {
	display: grid;
	gap: 20px;
	max-width: 960px;
	margin: 32px auto 0;
}

@media (min-width: 768px) {
	.offer-quote-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.offer-quote {
	padding: 28px 24px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-quote-stars {
	color: #ffc14d;
	font-size: 14px;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.offer-quote blockquote {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	font-style: italic;
}

.offer-quote cite {
	display: block;
	margin-top: 16px;
	font-size: 13px;
	font-style: normal;
	color: rgba(255, 255, 255, 0.5);
}

.offer-tier-wrap {
	max-width: 480px;
	margin: 32px auto 0;
}

.offer-tier-card {
	padding: 32px 28px;
	border-radius: 24px;
	background: linear-gradient(165deg, rgba(94, 124, 241, 0.18) 0%, rgba(40, 20, 80, 0.4) 100%);
	border: 1px solid rgba(94, 124, 241, 0.35);
	text-align: center;
}

.offer-tier-was {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: line-through;
}

.offer-tier-now {
	font-size: clamp(2.5rem, 7vw, 3.25rem);
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin: 8px 0 4px;
}

.offer-tier-save {
	font-size: 14px;
	font-weight: 600;
	color: #7cf5c4;
	margin-bottom: 24px;
}

.offer-tier-list {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.offer-tier-list li {
	position: relative;
	padding: 8px 0 8px 26px;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-tier-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #7cf5c4;
	font-weight: 700;
}

.offer-tier-list li.offer-tier-neg::before {
	content: "-";
	color: rgba(255, 255, 255, 0.35);
}

.offer-table-check {
	text-align: center;
	color: #7cf5c4;
	font-weight: 700;
}

.offer-table-dash {
	text-align: center;
	color: rgba(255, 255, 255, 0.35);
}

.offer-founder {
	max-width: 640px;
	margin: 40px auto 0;
	padding: 32px 28px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-founder p {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 16px;
}

.offer-founder p:last-child {
	margin-bottom: 0;
}

.offer-founder .offer-founder-sign {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
	font-size: 14px;
	margin-top: 20px;
}

.offer-faq-wrap {
	max-width: 760px;
	margin: 32px auto 0;
}

.offer-faq-item {
	border-radius: 12px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
}

.offer-faq-item summary {
	padding: 16px 20px;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	list-style: none;
	position: relative;
	padding-right: 40px;
}

.offer-faq-item summary::-webkit-details-marker {
	display: none;
}

.offer-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.45);
}

.offer-faq-item[open] summary::after {
	content: "−";
}

.offer-faq-body {
	padding: 0 20px 18px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.75);
}

.offer-final-band {
	padding: 64px 20px 80px;
	text-align: center;
	background: linear-gradient(180deg, #12082e 0%, #040116 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-final-band h2 {
	font-size: clamp(1.5rem, 4vw, 2.1rem);
	color: #fff;
	margin-bottom: 16px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.offer-final-trust {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 16px;
}

.offer-live-pill {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 900;
	max-width: calc(100% - 32px);
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 13px;
	background: rgba(20, 12, 40, 0.95);
	border: 1px solid rgba(94, 124, 241, 0.4);
	color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.offer-live-pill.is-visible {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 767.98px) {
	.offer-live-pill {
		bottom: 12px;
		font-size: 12px;
	}
}

/* Product UI screenshot tour */
.offer-ui-tour {
	padding: 64px 0 32px;
}

.offer-ui-tour > .container > h2 {
	margin-bottom: 12px;
}

.offer-ui-block {
	margin-bottom: 88px;
}

.offer-ui-block:last-child {
	margin-bottom: 0;
}

.offer-ui-step {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(94, 124, 241, 0.95);
	background: rgba(94, 124, 241, 0.15);
	border: 1px solid rgba(94, 124, 241, 0.35);
	padding: 6px 12px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.offer-ui-block h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.55rem);
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1.25;
}

.offer-ui-block .offer-ui-lead {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 16px;
}

.offer-ui-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}

.offer-ui-bullets li {
	position: relative;
	padding: 8px 0 8px 26px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.offer-ui-bullets li:last-child {
	border-bottom: none;
}

.offer-ui-bullets li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #7cf5c4;
	font-weight: 700;
}

.offer-ui-frame {
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 32px 100px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(94, 124, 241, 0.08);
	background: linear-gradient(180deg, #120a28 0%, #060212 100%);
}

.offer-ui-frame--mock {
	min-height: 0;
}

.offer-ui-frame--mock .offer-ui-chrome + * {
	padding: 0;
}

.offer-ui-chrome {
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	gap: 8px;
}

.offer-ui-chrome-dots {
	display: flex;
	gap: 6px;
}

.offer-ui-chrome-dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
}

.offer-ui-chrome-dots span:first-child {
	background: #ff5f57;
}

.offer-ui-chrome-dots span:nth-child(2) {
	background: #febc2e;
}

.offer-ui-chrome-dots span:nth-child(3) {
	background: #28c840;
}

.offer-ui-chrome-url {
	flex: 1;
	text-align: center;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
	font-family: ui-monospace, monospace;
}

.offer-import-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 8px;
}

@media (min-width: 992px) {
	.offer-import-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.offer-import-card {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.25);
}

.offer-import-card--mock {
	display: flex;
	flex-direction: column;
	min-height: 228px;
}

.offer-import-card figcaption {
	padding: 12px 12px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	line-height: 1.35;
}

.offer-import-card figcaption small {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 4px;
}

.offer-ui-duo {
	display: grid;
	gap: 16px;
}

@media (min-width: 768px) {
	.offer-ui-duo {
		grid-template-columns: 1fr 1fr;
	}
}

.offer-checklist-grid {
	display: grid;
	gap: 10px 24px;
}

@media (min-width: 768px) {
	.offer-checklist-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.offer-checklist-grid li {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.82);
	padding: 6px 0 6px 22px;
	position: relative;
	list-style: none;
}

.offer-checklist-grid ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.offer-checklist-grid li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #7cf5c4;
	font-weight: 700;
	font-size: 13px;
}

.offer-integration-hero {
	margin: 0 auto 28px;
	max-width: 920px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.4);
}

.offer-icons-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 14px 20px;
	margin-top: 20px;
}

.offer-icons-row--icons {
	gap: 18px 22px;
}

.offer-icon-fa {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: rgba(94, 124, 241, 0.14);
	border: 1px solid rgba(94, 124, 241, 0.32);
	color: #b8c8ff;
	font-size: 24px;
}

/* Illustrated workspace mock */
.offer-mock-app {
	display: flex;
	min-height: 300px;
}

@media (min-width: 992px) {
	.offer-mock-app {
		min-height: 340px;
	}
}

.offer-mock-sidebar {
	width: 34%;
	min-width: 152px;
	padding: 20px 14px;
	background: rgba(0, 0, 0, 0.35);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-mock-sidebar-title {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 12px;
}

.offer-mock-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	padding: 10px 12px;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 4px;
}

.offer-mock-nav i {
	width: 16px;
	opacity: 0.7;
}

.offer-mock-nav--active {
	background: rgba(94, 124, 241, 0.2);
	color: #fff;
	border: 1px solid rgba(94, 124, 241, 0.35);
}

.offer-mock-sidebar-foot {
	margin-top: 16px;
	font-size: 11px;
	color: rgba(94, 124, 241, 0.9);
}

.offer-mock-main {
	flex: 1;
	padding: 20px 22px;
}

.offer-mock-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.offer-mock-tag {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.offer-mock-muted {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
}

.offer-mock-rows {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.offer-mock-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-mock-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, #746bae, #5e7cf1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}

.offer-mock-row-title {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

.offer-mock-row-sub {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
}

.offer-mock-pill {
	margin-left: auto;
	font-size: 10px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
}

.offer-mock-pill--ok {
	background: rgba(124, 245, 196, 0.12);
	color: #7cf5c4;
}

.offer-mock-pill--accent {
	background: rgba(94, 124, 241, 0.25);
	color: #c8d6ff;
}

/* Import source mocks */
.offer-import-mock {
	flex: 1;
	padding: 22px 16px;
	min-height: 158px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	background: linear-gradient(165deg, rgba(30, 20, 60, 0.6) 0%, rgba(8, 4, 24, 0.9) 100%);
}

.offer-import-mock-icon {
	font-size: 34px;
	color: rgba(143, 168, 255, 0.9);
}

.offer-import-mock-ui {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: stretch;
}

.offer-fake-bar {
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
}

.offer-fake-bar.short {
	width: 55%;
}

.offer-fake-bar.mid {
	width: 80%;
}

.offer-fake-rows {
	display: flex;
	gap: 6px;
	margin-top: 4px;
}

.offer-fake-rows span {
	flex: 1;
	height: 32px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
}

.offer-fake-people {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 6px;
}

.offer-fake-people span {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.offer-fake-post {
	height: 48px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px dashed rgba(255, 255, 255, 0.12);
}

.offer-fake-reactions {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
}

.offer-fake-sheet {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	margin-bottom: 8px;
}

.offer-fake-cell {
	height: 14px;
	border-radius: 2px;
	background: rgba(94, 124, 241, 0.15);
}

/* Sequence mock */
.offer-mock-sequence {
	padding: 28px 22px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.offer-seq-node {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 12px 20px;
	border-radius: 12px;
	background: rgba(94, 124, 241, 0.15);
	border: 1px solid rgba(94, 124, 241, 0.35);
	width: 100%;
	max-width: 380px;
}

.offer-seq-node--muted {
	opacity: 0.65;
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

.offer-seq-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7cf5c4;
	flex-shrink: 0;
}

.offer-seq-line {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
	padding: 4px 0;
}

.offer-seq-wait {
	color: rgba(255, 200, 120, 0.9);
	font-weight: 600;
}

/* Campaign + limits mocks */
.offer-mock-panel-title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.45);
	padding: 14px 16px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-camp-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.offer-mock-field {
	padding: 12px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.offer-mock-field label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 8px;
}

.offer-mock-slider {
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
	margin-bottom: 6px;
}

.offer-mock-slider-fill {
	display: block;
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(90deg, #746bae, #5e7cf1);
}

.offer-mock-field-val {
	font-size: 12px;
	font-weight: 600;
	color: #c8d6ff;
}

.offer-mock-select {
	font-size: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.85);
}

.offer-mock-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.offer-mock-chips span {
	font-size: 11px;
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.4);
}

.offer-mock-chips span.on {
	background: rgba(94, 124, 241, 0.25);
	color: #fff;
}

/* A/B + AI mocks */
.offer-ab-tabs {
	display: flex;
	gap: 8px;
	padding: 0 16px 12px;
}

.offer-ab-tabs span {
	font-size: 11px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.45);
}

.offer-ab-tabs span.on {
	background: rgba(94, 124, 241, 0.3);
	color: #fff;
}

.offer-mock-bubble {
	margin: 0 16px 10px;
	padding: 12px 14px;
	border-radius: 12px 12px 12px 4px;
	background: rgba(94, 124, 241, 0.18);
	border: 1px solid rgba(94, 124, 241, 0.25);
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

.offer-mock-bubble.dim {
	opacity: 0.55;
	border-style: dashed;
}

.offer-mock-bubble.inbound {
	border-radius: 12px 12px 4px 12px;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

.offer-mock-split-stat {
	display: flex;
	justify-content: space-between;
	padding: 10px 16px 16px;
	font-size: 11px;
	font-weight: 600;
	color: #7cf5c4;
}

.offer-ai-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 16px 12px;
	font-size: 11px;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 200, 120, 0.12);
	border: 1px solid rgba(255, 200, 120, 0.3);
	color: #ffd4a8;
}

.offer-mock-template {
	margin: 0 16px;
	padding: 14px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-fake-line {
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 8px;
}

.offer-fake-line.short {
	width: 40%;
}

.offer-mock-ai-note {
	margin: 12px 16px 16px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.45;
}

/* Inbox mock */
.offer-ui-frame--inbox .offer-inbox-split {
	display: flex;
	min-height: 300px;
}

@media (min-width: 992px) {
	.offer-ui-frame--inbox .offer-inbox-split {
		min-height: 340px;
	}
}

.offer-inbox-list {
	width: 38%;
	min-width: 120px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.25);
	padding: 10px 0;
}

.offer-inbox-thread {
	padding: 10px 12px;
	border-left: 3px solid transparent;
	font-size: 12px;
}

.offer-inbox-thread.on {
	border-left-color: #5e7cf1;
	background: rgba(94, 124, 241, 0.08);
}

.offer-inbox-thread strong {
	display: block;
	color: #fff;
	margin-bottom: 4px;
}

.offer-inbox-snippet {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
}

.offer-inbox-pane {
	flex: 1;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.offer-inbox-thread-head {
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 4px;
}

.offer-inbox-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.offer-inbox-actions .offer-mock-pill {
	margin-left: 0;
	font-size: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.offer-inbox-compose {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Integration flow mock */
.offer-integration-hero--mock {
	padding: 36px 24px 40px;
	background: linear-gradient(165deg, rgba(40, 24, 80, 0.45) 0%, rgba(6, 2, 18, 0.96) 100%);
}

.offer-int-flow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 720px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.offer-int-flow {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.offer-int-events {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.offer-int-events span {
	font-size: 10px;
	font-family: ui-monospace, monospace;
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 200, 140, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-int-hub {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.offer-int-hub-core {
	font-size: 15px;
	font-weight: 800;
	padding: 20px 28px;
	border-radius: 18px;
	background: linear-gradient(135deg, #746bae, #5e7cf1);
	color: #fff;
	box-shadow: 0 16px 48px rgba(94, 124, 241, 0.4);
}

.offer-int-arrows {
	display: flex;
	gap: 12px;
	color: rgba(255, 255, 255, 0.25);
	font-size: 14px;
}

@media (min-width: 768px) {
	.offer-int-arrows {
		display: none;
	}
}

.offer-int-dest {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.offer-int-tile {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	padding: 12px 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.offer-int-tile i {
	font-size: 20px;
	color: #8fa8ff;
}

.offer-int-tile:hover {
	transform: translateY(-4px);
	border-color: rgba(94, 124, 241, 0.35);
	background: rgba(94, 124, 241, 0.1);
}

/* Offer UI motion (respect prefers-reduced-motion below) */
@keyframes offer-block-reveal {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes offer-frame-breathe {

	0%,
	100% {
		box-shadow: 0 32px 100px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(94, 124, 241, 0.08);
	}

	50% {
		box-shadow: 0 36px 110px rgba(0, 0, 0, 0.5), 0 0 48px rgba(94, 124, 241, 0.12), 0 0 0 1px rgba(94, 124, 241, 0.14);
	}
}

@keyframes offer-card-float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

@keyframes offer-seq-pop {

	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.02);
	}
}

@keyframes offer-slider-shimmer {
	0% {
		opacity: 0.85;
		filter: brightness(1);
	}

	50% {
		opacity: 1;
		filter: brightness(1.15);
	}

	100% {
		opacity: 0.85;
		filter: brightness(1);
	}
}

@keyframes offer-hub-pulse {

	0%,
	100% {
		box-shadow: 0 16px 48px rgba(94, 124, 241, 0.4);
		transform: scale(1);
	}

	50% {
		box-shadow: 0 20px 56px rgba(94, 124, 241, 0.55);
		transform: scale(1.03);
	}
}

@keyframes offer-event-flicker {

	0%,
	100% {
		opacity: 1;
		border-color: rgba(255, 255, 255, 0.1);
	}

	50% {
		opacity: 0.88;
		border-color: rgba(255, 200, 140, 0.35);
	}
}

@keyframes offer-icon-orbit {

	0%,
	100% {
		transform: translateY(0);
		box-shadow: 0 0 0 0 rgba(94, 124, 241, 0);
	}

	50% {
		transform: translateY(-4px);
		box-shadow: 0 8px 24px rgba(94, 124, 241, 0.2);
	}
}

.offer-ui-tour article.offer-ui-block {
	animation: offer-block-reveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.offer-ui-tour article.offer-ui-block:nth-of-type(1) {
	animation-delay: 0.04s;
}

.offer-ui-tour article.offer-ui-block:nth-of-type(2) {
	animation-delay: 0.1s;
}

.offer-ui-tour article.offer-ui-block:nth-of-type(3) {
	animation-delay: 0.16s;
}

.offer-ui-tour article.offer-ui-block:nth-of-type(4) {
	animation-delay: 0.22s;
}

.offer-ui-tour article.offer-ui-block:nth-of-type(5) {
	animation-delay: 0.28s;
}

.offer-ui-tour article.offer-ui-block:nth-of-type(6) {
	animation-delay: 0.34s;
}

.offer-ui-tour article.offer-ui-block:nth-of-type(7) {
	animation-delay: 0.4s;
}

.offer-ui-frame--mock {
	animation: offer-frame-breathe 5s ease-in-out infinite;
}

.offer-import-card--mock {
	animation: offer-card-float 6s ease-in-out infinite;
}

.offer-import-grid .offer-import-card--mock:nth-child(1) {
	animation-delay: 0s;
}

.offer-import-grid .offer-import-card--mock:nth-child(2) {
	animation-delay: 0.4s;
}

.offer-import-grid .offer-import-card--mock:nth-child(3) {
	animation-delay: 0.8s;
}

.offer-import-grid .offer-import-card--mock:nth-child(4) {
	animation-delay: 1.2s;
}

.offer-seq-node {
	animation: offer-seq-pop 4s ease-in-out infinite;
}

.offer-mock-sequence .offer-seq-node:nth-of-type(1) {
	animation-delay: 0s;
}

.offer-mock-sequence .offer-seq-node:nth-of-type(3) {
	animation-delay: 0.3s;
}

.offer-mock-sequence .offer-seq-node:nth-of-type(5) {
	animation-delay: 0.6s;
}

.offer-mock-sequence .offer-seq-node:nth-of-type(7) {
	animation-delay: 0.9s;
}

.offer-mock-slider-fill {
	animation: offer-slider-shimmer 3s ease-in-out infinite;
}

.offer-ui-tour .offer-int-hub-core {
	animation: offer-hub-pulse 3.5s ease-in-out infinite;
}

.offer-int-events span {
	animation: offer-event-flicker 4s ease-in-out infinite;
}

.offer-int-events span:nth-child(2) {
	animation-delay: 0.5s;
}

.offer-int-events span:nth-child(3) {
	animation-delay: 1s;
}

.offer-icons-row--icons .offer-icon-fa {
	animation: offer-icon-orbit 4.5s ease-in-out infinite;
}

.offer-icons-row--icons .offer-icon-fa:nth-child(1) {
	animation-delay: 0s;
}

.offer-icons-row--icons .offer-icon-fa:nth-child(2) {
	animation-delay: 0.2s;
}

.offer-icons-row--icons .offer-icon-fa:nth-child(3) {
	animation-delay: 0.4s;
}

.offer-icons-row--icons .offer-icon-fa:nth-child(4) {
	animation-delay: 0.6s;
}

.offer-icons-row--icons .offer-icon-fa:nth-child(5) {
	animation-delay: 0.8s;
}

@media (prefers-reduced-motion: reduce) {

	.offer-ui-tour article.offer-ui-block,
	.offer-ui-frame--mock,
	.offer-import-card--mock,
	.offer-seq-node,
	.offer-mock-slider-fill,
	.offer-int-hub-core,
	.offer-int-events span,
	.offer-icons-row--icons .offer-icon-fa {
		animation: none !important;
	}

	.offer-ui-tour article.offer-ui-block {
		opacity: 1;
		transform: none;
	}

	.offer-int-tile:hover {
		transform: none;
	}

	.offer-screens-carousel .carousel-item {
		transition: none !important;
	}

	.offer-sticky-cta {
		transition: none;
	}

	body.offer-page--motion .offer-urgency-bar::after,
	body.offer-page--motion .offer-header {
		animation: none !important;
	}

	body.offer-page--motion > section,
	body.offer-page--motion .offer-final-band {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body.offer-page--motion .offer-open-problem .offer-card,
	body.offer-page--motion .offer-hero .offer-price-card,
	body.offer-page--motion .offer-hero .offer-stat-cell,
	body.offer-page--motion .offer-stack-math .offer-cost-box,
	body.offer-page--motion .offer-stack-math .offer-vs-card,
	body.offer-page--motion #real-product-screenshots .offer-screens-carousel,
	body.offer-page--motion #pricing .offer-tier-card {
		animation: none !important;
	}

	.offer-btn-secondary:hover {
		transform: none;
	}
}

/* Hero conversion (outcomes, trust, microcopy) */
.offer-outcome-list {
	list-style: none;
	padding-left: 0;
	max-width: 640px;
	margin: 1.25rem auto 1.5rem;
	text-align: left;
}

.offer-outcome-list li {
	position: relative;
	padding-left: 1.25rem;
	margin-bottom: 0.65rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.5;
}

.offer-outcome-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(135deg, #746bae, #5e7cf1);
}

.offer-cta-hero {
	font-size: 16px;
}

.offer-trust-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 20px;
	margin-top: 0.5rem;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.offer-trust-bar span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.offer-trust-bar i {
	color: #8fa8ff;
	opacity: 0.9;
}

.offer-cta-micro {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

/* Real screenshot carousel (offer page) */
.offer-screens-carousel {
	max-width: 980px;
	margin: 1.5rem auto 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
	background: #060212;
}

.offer-screens-carousel--lightui {
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 20px 64px rgba(0, 0, 0, 0.4);
}

.offer-screens-carousel .carousel-inner {
	background: #060212;
}

.offer-screens-carousel--lightui .carousel-inner {
	background: #e8e8ee;
}

.offer-screens-carousel .offer-carousel-figure {
	margin: 0;
}

.offer-screens-carousel .carousel-item img {
	width: 100%;
	height: auto;
	max-height: min(58vh, 560px);
	object-fit: contain;
	object-position: center top;
	background: #060212;
}

.offer-screens-carousel--lightui .carousel-item img {
	background: #e8e8ee;
}

.offer-carousel-caption {
	padding: 12px 16px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	background: linear-gradient(180deg, rgba(6, 2, 18, 0.5) 0%, rgba(6, 2, 18, 0.95) 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-screens-carousel .carousel-control-prev,
.offer-screens-carousel .carousel-control-next {
	width: 10%;
	min-width: 44px;
}

.offer-screens-carousel .carousel-control-prev-icon,
.offer-screens-carousel .carousel-control-next-icon {
	width: 2.25rem;
	height: 2.25rem;
	filter: invert(1);
	opacity: 0.85;
}

.offer-screens-carousel .carousel-indicators {
	margin-bottom: 0.5rem;
}

.offer-screens-carousel .carousel-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(255, 255, 255, 0.35);
}

.offer-screens-carousel .carousel-indicators .active {
	background-color: #5e7cf1;
}

@media (max-width: 575.98px) {
	.offer-screens-carousel .carousel-indicators {
		position: static;
		margin-top: 8px;
		margin-bottom: 0;
	}
}

.offer-carousel-foot {
	color: rgba(255, 255, 255, 0.45);
}

.offer-carousel-autoplay-note {
	font-size: 13px;
	color: rgba(186, 204, 255, 0.75);
	margin: 0 auto 18px;
	max-width: 520px;
	line-height: 1.45;
}

.offer-g2-tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95) !important;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.offer-g2-tag:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff !important;
	transform: translateY(-1px);
}

.offer-g2-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.1em;
	padding: 4px 8px;
	border-radius: 6px;
	background: #ff492c;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.offer-g2-inline {
	color: #a8bfff !important;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
}

.offer-g2-inline:hover {
	color: #c8d4ff !important;
	text-decoration: underline !important;
}

.offer-g2-reviews-block {
	text-align: center;
	margin-top: 2rem;
	padding-top: 0.35rem;
}

.offer-g2-tag.offer-g2-tag--reviews-cta {
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	max-width: min(100%, 520px);
	margin-left: auto;
	margin-right: auto;
	line-height: 1.35;
}

.offer-g2-reviews-hint {
	font-size: 13px;
	color: rgba(186, 204, 255, 0.72);
	margin: 14px auto 0;
	max-width: 460px;
	line-height: 1.45;
}

/* #offer-g2-widget-slot: optional container if a G2 embed is added later */
.offer-g2-widget-frame {
	margin: 0 auto 1.5rem;
	max-width: 960px;
}

.offer-g2-widget-frame:empty {
	display: none;
}

.offer-g2-widget-frame:not(:empty) {
	padding: clamp(12px, 2vw, 20px);
	border-radius: 16px;
	background: #f6f7fb;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.offer-g2-widget-frame:not(:empty) iframe {
	max-width: 100%;
}

.offer-g2-widget-caption {
	color: rgba(186, 204, 255, 0.65);
	margin-top: -0.25rem;
}

.offer-g2-widget-frame:not(:empty) ~ .offer-g2-widget-caption {
	margin-top: 0.5rem;
}

/* Page-level entrance motion (enabled via body.offer-page--motion + JS) */
@keyframes offer-page-header-in {
	from {
		opacity: 0;
		transform: translateY(-14px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes offer-urgency-shine {
	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}

@keyframes offer-block-child-up {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

body.offer-page--motion .offer-urgency-bar {
	overflow: hidden;
}

body.offer-page--motion .offer-urgency-bar .offer-countdown {
	position: relative;
	z-index: 1;
}

body.offer-page--motion .offer-urgency-bar::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.08) 50%, transparent 62%);
	background-size: 220% 100%;
	animation: offer-urgency-shine 10s ease-in-out infinite;
	pointer-events: none;
}

body.offer-page--motion .offer-header {
	animation: offer-page-header-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.offer-page--motion > section {
	opacity: 0;
	transform: translateY(36px);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

body.offer-page--motion > section.offer-motion-in {
	opacity: 1;
	transform: none;
}

body.offer-page--motion .offer-final-band {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.offer-page--motion .offer-final-band.offer-motion-in {
	opacity: 1;
	transform: none;
}

body.offer-page--motion .offer-open-problem.offer-motion-in .offer-card {
	animation: offer-block-child-up 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

body.offer-page--motion .offer-open-problem.offer-motion-in .offer-card:nth-child(1) {
	animation-delay: 0.06s;
}

body.offer-page--motion .offer-open-problem.offer-motion-in .offer-card:nth-child(2) {
	animation-delay: 0.14s;
}

body.offer-page--motion .offer-open-problem.offer-motion-in .offer-card:nth-child(3) {
	animation-delay: 0.22s;
}

body.offer-page--motion .offer-hero.offer-motion-in .offer-price-card {
	animation: offer-block-child-up 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.1s backwards;
}

body.offer-page--motion .offer-hero.offer-motion-in .offer-stat-cell {
	animation: offer-block-child-up 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

body.offer-page--motion .offer-hero.offer-motion-in .offer-stat-cell:nth-child(1) {
	animation-delay: 0.14s;
}

body.offer-page--motion .offer-hero.offer-motion-in .offer-stat-cell:nth-child(2) {
	animation-delay: 0.2s;
}

body.offer-page--motion .offer-hero.offer-motion-in .offer-stat-cell:nth-child(3) {
	animation-delay: 0.26s;
}

body.offer-page--motion .offer-hero.offer-motion-in .offer-stat-cell:nth-child(4) {
	animation-delay: 0.32s;
}

body.offer-page--motion .offer-stack-math.offer-motion-in .offer-cost-box {
	animation: offer-block-child-up 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.06s backwards;
}

body.offer-page--motion .offer-stack-math.offer-motion-in .offer-vs-card.bad {
	animation: offer-block-child-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s backwards;
}

body.offer-page--motion .offer-stack-math.offer-motion-in .offer-vs-card.good {
	animation: offer-block-child-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.2s backwards;
}

body.offer-page--motion #real-product-screenshots.offer-motion-in .offer-screens-carousel {
	animation: offer-block-child-up 0.68s cubic-bezier(0.22, 1, 0.36, 1) 0.08s backwards;
}

body.offer-page--motion #pricing.offer-motion-in .offer-tier-card {
	animation: offer-block-child-up 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.1s backwards;
}

/* Global tech events (same markup as homepage; lives in #offer-global-events) */
#offer-global-events .section-title,
#offer-global-events .section-description {
	max-width: min(100%, 700px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

#offer-global-events .section-title-wrapper {
	margin-bottom: 2.5rem;
}
