html {
	font-size: 17.6px;
}

:root {
	--jsw-upsell-red: #df4143;
	--jsw-upsell-red-dark: #b83335;
	--jsw-upsell-navy: #2d466f;
	--jsw-upsell-navy-dark: #1b2d48;
	--jsw-upsell-sky: #6fc6e6;
	--jsw-upsell-yellow: #ffc100;
	--jsw-upsell-ink: #0d1520;
	--jsw-upsell-muted: #68778f;
	--jsw-upsell-line: #e2e8f2;
	--jsw-upsell-bg: #f4f7fc;
	--jsw-upsell-white: #fff;
}

body.jsw-upsell-page {
	margin: 0;
	min-height: 100vh;
	background: var(--jsw-upsell-bg);
	font-family: "Lato", sans-serif;
	font-size: 17.6px;
	line-height: 1.6;
}

body.jsw-upsell-page .elementor-location-footer,
body.jsw-upsell-page footer[data-elementor-type="footer"],
body.jsw-upsell-page #site-footer,
body.jsw-upsell-page .site-footer,
body.jsw-upsell-page > a.skip-link,
body.jsw-upsell-page > a.skip-link.screen-reader-text {
	display: none !important;
}

body.jsw-upsell-page.jsw-has-fixed-mobile-header {
	padding-top: 0 !important;
}

body.jsw-upsell-page main.site-main {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

body.jsw-upsell-page .elementor,
body.jsw-upsell-page .elementor-section,
body.jsw-upsell-page .elementor-container,
body.jsw-upsell-page .elementor-column,
body.jsw-upsell-page .elementor-widget-wrap,
body.jsw-upsell-page .elementor-widget,
body.jsw-upsell-page .elementor-widget-container {
	margin: 0;
	padding: 0;
}

body.jsw-upsell-page .elementor-section.elementor-section-boxed > .elementor-container,
body.jsw-upsell-page .elementor-top-section > .elementor-container {
	max-width: none;
}

body.jsw-upsell-page .jsw-upsell-elementor-root > .elementor-container,
body.jsw-upsell-page .jsw-upsell-elementor-root.elementor-section-boxed > .elementor-container,
body.jsw-upsell-page .elementor-page .jsw-upsell-elementor-root > .elementor-container {
	max-width: 100% !important;
	width: 100% !important;
}

body.jsw-upsell-page .elementor-page,
body.jsw-upsell-page .elementor {
	width: 100%;
}

body.jsw-upsell-page .elementor-column,
body.jsw-upsell-page .elementor-widget-wrap,
body.jsw-upsell-page .elementor-widget,
body.jsw-upsell-page .elementor-widget-container,
body.jsw-upsell-page .jsw-upsell-page-widget {
	width: 100%;
}

.jsw-upsell-shell {
	box-sizing: border-box;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--jsw-upsell-bg);
	color: var(--jsw-upsell-ink);
	font-family: "Lato", sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.jsw-upsell-shell *,
.jsw-upsell-shell *::before,
.jsw-upsell-shell *::after {
	box-sizing: border-box;
}

.jsw-upsell-shell a {
	color: inherit;
	text-decoration: none;
}

.jsw-upsell-shell svg {
	display: block;
	flex-shrink: 0;
}

.jsw-upsell-shell .page {
	padding: 40px 16px 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.jsw-upsell-shell .headline {
	max-width: 640px;
	margin-bottom: 32px;
	text-align: center;
}

.jsw-upsell-shell .headline h1 {
	margin: 0 0 10px;
	margin-bottom: 10px;
	color: var(--jsw-upsell-navy);
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.jsw-upsell-shell .headline h1 em {
	font-style: italic;
	color: var(--jsw-upsell-red);
}

.jsw-upsell-shell .headline p {
	margin: 0;
	color: var(--jsw-upsell-muted);
	font-size: 0.9rem;
	line-height: 1.7;
}

.jsw-upsell-shell .bump-card {
	width: 100%;
	max-width: 640px;
	overflow: hidden;
	border: 2px solid var(--jsw-upsell-yellow);
	border-radius: 16px;
	background: var(--jsw-upsell-white);
	box-shadow: 0 4px 32px rgba(45, 70, 111, 0.12);
}

.jsw-upsell-shell .bump-photo {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 7;
	background: linear-gradient(155deg, #d8e4f0, #c8d8ec);
}

.jsw-upsell-shell .bump-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.jsw-upsell-shell .bump-photo-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: rgba(45, 70, 111, 0.3);
}

.jsw-upsell-shell .bump-photo-fallback span {
	color: rgba(45, 70, 111, 0.35);
	font-size: 0.75rem;
	font-weight: 700;
}

.jsw-upsell-shell .bump-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 4px 11px;
	border-radius: 100px;
	background: var(--jsw-upsell-yellow);
	color: var(--jsw-upsell-navy-dark);
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.jsw-upsell-shell .bump-body {
	padding: 24px 28px;
}

.jsw-upsell-shell .bump-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
}

.jsw-upsell-shell .bump-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.jsw-upsell-shell .bi-icon {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	background: rgba(45, 70, 111, 0.07);
	color: var(--jsw-upsell-navy);
}

.jsw-upsell-shell .bi-title {
	margin-bottom: 2px;
	color: var(--jsw-upsell-navy);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
}

.jsw-upsell-shell .bi-sub {
	color: var(--jsw-upsell-muted);
	font-size: 0.75rem;
	line-height: 1.45;
}

.jsw-upsell-shell .bump-divider {
	height: 1px;
	margin: 20px 0;
	background: var(--jsw-upsell-line);
}

.jsw-upsell-shell .bump-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.jsw-upsell-shell .bump-price-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.jsw-upsell-shell .bump-price-label {
	color: var(--jsw-upsell-muted);
	font-size: 0.8rem;
	line-height: 1.6;
}

.jsw-upsell-shell .bump-price {
	color: var(--jsw-upsell-red);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.jsw-upsell-shell .bump-price sup {
	position: relative;
	top: 0;
	font-size: 1rem;
	line-height: 1;
	vertical-align: super;
}

.jsw-upsell-shell .bump-price-note {
	margin-top: 2px;
	color: var(--jsw-upsell-muted);
	font-size: 0.72rem;
}

.jsw-upsell-shell .bump-guarantee {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px;
	border-radius: 10px;
	background: rgba(22, 163, 74, 0.08);
}

.jsw-upsell-shell .bump-guarantee-title {
	color: #16a34a;
	font-size: 0.72rem;
	font-weight: 700;
}

.jsw-upsell-shell .bump-guarantee-subtitle {
	color: rgba(22, 163, 74, 0.8);
	font-size: 0.68rem;
}

.jsw-upsell-shell .bump-cta {
	padding: 0 28px 28px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.jsw-upsell-shell .btn-add,
.jsw-upsell-shell .btn-skip {
	width: 100%;
	border: 0;
	border-radius: 100px;
	text-align: center;
	font-family: "Lato", sans-serif;
	line-height: normal;
	cursor: pointer;
	transition: all 0.18s ease;
}

.jsw-upsell-shell .btn-add {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px;
	background: var(--jsw-upsell-yellow);
	color: var(--jsw-upsell-navy-dark);
	font-size: 1rem;
	font-weight: 900;
	box-shadow: 0 3px 0 #c99500, 0 6px 24px rgba(255, 193, 0, 0.35);
}

.jsw-upsell-shell .btn-add:hover {
	background: #e6a800;
	transform: translateY(-2px);
}

.jsw-upsell-shell .btn-skip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 13px;
	background: var(--jsw-upsell-navy);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	box-shadow: 0 2px 0 var(--jsw-upsell-navy-dark);
}

.jsw-upsell-shell .btn-skip:hover {
	background: var(--jsw-upsell-navy-dark);
	transform: translateY(-1px);
}

.jsw-upsell-shell .skip-link {
	margin-top: 4px;
	text-align: center;
	color: var(--jsw-upsell-muted);
	font-size: 0.75rem;
}

.jsw-upsell-shell .skip-link a {
	color: var(--jsw-upsell-muted);
	text-decoration: underline;
}

.jsw-upsell-shell .skip-link a:hover {
	color: var(--jsw-upsell-navy);
}

.jsw-upsell-shell .trust-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.jsw-upsell-shell .tr-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--jsw-upsell-muted);
	font-size: 0.75rem;
}

.jsw-upsell-shell .tr-item svg {
	color: var(--jsw-upsell-sky);
}

.jsw-upsell-offer-widget {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.jsw-upsell-shell .bump-body {
		padding: 18px 20px;
	}

	.jsw-upsell-shell .bump-cta {
		padding: 0 20px 20px;
	}
}
