.onees-stylbud-offer-intro {
	position: relative;
	max-width: 920px;
	margin: 0 0 46px;
	padding: 4px 0 30px;
}

.onees-stylbud-offer-intro::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 72px;
	height: 3px;
	background: #214083;
	content: '';
}

.onees-stylbud-offer-intro .onees-stylbud-offer-intro__eyebrow {
	margin: 0 0 14px;
	color: #214083;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0;
}

.onees-stylbud-offer-intro h1 {
	max-width: none;
	margin: 0;
	color: #151d2f;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
}

@media (min-width: 1024px) {
	.onees-stylbud-offer-intro h1,
	.onees-stylbud-offer-intro .onees-stylbud-offer-intro__lead {
		white-space: nowrap;
	}
}

.onees-stylbud-offer-intro .onees-stylbud-offer-intro__lead {
	max-width: none;
	margin: 18px 0 0;
	color: #586173;
	font-size: 18px;
	line-height: 1.65;
}

.onees-stylbud-offer-intro__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #dce2eb;
	color: #253451;
	font-size: 13px;
	font-weight: 700;
}

.onees-stylbud-offer-intro__facts span {
	position: relative;
	padding-left: 14px;
}

.onees-stylbud-offer-intro__facts span::before {
	position: absolute;
	top: .55em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #214083;
	content: '';
}

.owpo-offer-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
	gap: 32px;
	align-items: start;
	color: #161b24;
}

.owpo-offer-gallery {
	display: grid;
	gap: 14px;
}

.owpo-offer-main-media {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #eef2f7;
	aspect-ratio: 4 / 3;
}

.owpo-offer-main-media img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.owpo-offer-main-media span {
	position: absolute;
	left: 16px;
	bottom: 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #214083;
	padding: 7px 12px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.owpo-offer-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.owpo-offer-thumbs button {
	position: relative;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 8px;
	background: #eef2f7;
	aspect-ratio: 4 / 3;
	padding: 0;
	cursor: pointer;
}

.owpo-offer-thumbs button.is-active,
.owpo-offer-thumbs button:focus {
	border-color: #214083;
	outline: none;
}

.owpo-offer-thumbs img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.owpo-offer-thumbs span {
	position: absolute;
	inset: auto 8px 8px auto;
	border-radius: 999px;
	background: #214083;
	color: #fff;
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 900;
}

.owpo-sales-proof {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 6px;
}

.owpo-sales-proof div {
	border: 1px solid #e5edf7;
	border-radius: 10px;
	background: #fff;
	padding: 14px;
}

.owpo-sales-proof strong {
	display: block;
	margin-bottom: 5px;
	color: #111827;
	font-size: 15px;
	line-height: 1.25;
}

.owpo-sales-proof span {
	display: block;
	color: #657084;
	font-size: 13px;
	line-height: 1.45;
}

.owpo-process {
	border: 1px solid #e5edf7;
	border-radius: 10px;
	background: #f8fafc;
	padding: 18px;
}

.owpo-process h3,
.owpo-seo-content h2,
.owpo-faq h3 {
	margin: 0;
	color: #111827;
	line-height: 1.2;
}

.owpo-process h3 {
	font-size: 20px;
}

.owpo-process ol {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.owpo-process li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 2px 10px;
	align-items: center;
}

.owpo-process li span {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #214083;
	color: #fff;
	font-weight: 900;
}

.owpo-process li strong {
	color: #111827;
}

.owpo-process li small {
	color: #657084;
	line-height: 1.35;
}

.owpo-offer-form {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(15, 23, 42, .12);
	padding: 24px;
}

.owpo-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.owpo-offer-heading {
	display: grid;
	gap: 6px;
}

.owpo-offer-heading span {
	color: #214083;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.owpo-offer-heading h2 {
	margin: 0;
	color: #111827;
	font-size: 30px;
	line-height: 1.12;
}

.owpo-offer-heading p,
.owpo-offer-note {
	margin: 0;
	color: #657084;
	font-size: 14px;
	line-height: 1.45;
}

.owpo-choice-grid,
.owpo-customer-grid,
.owpo-dimensions {
	display: grid;
	gap: 12px;
}

.owpo-dimensions {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owpo-offer-form label {
	display: grid;
	gap: 6px;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.owpo-offer-form input,
.owpo-offer-form select,
.owpo-offer-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dce3ee;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	font: inherit;
	font-size: 15px;
	padding: 10px 11px;
	outline: none;
}

.owpo-offer-form input,
.owpo-offer-form select {
	height: 42px;
}

.owpo-offer-form textarea {
	min-height: 86px;
	resize: vertical;
}

.owpo-offer-form .owpo-consent,
.owpo-contact-lead .owpo-consent {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	color: #4b5563;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.owpo-offer-form .owpo-consent input,
.owpo-contact-lead .owpo-consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: #214083;
}

.owpo-offer-form input:focus,
.owpo-offer-form select:focus,
.owpo-offer-form textarea:focus {
	border-color: #214083;
	box-shadow: 0 0 0 3px rgba(33, 64, 131, .14);
}

.owpo-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.owpo-summary div {
	border: 1px solid #e8eef7;
	border-radius: 10px;
	background: #f8fafc;
	padding: 14px;
}

.owpo-summary span {
	display: block;
	margin-bottom: 4px;
	color: #657084;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.owpo-summary strong {
	display: block;
	color: #214083;
	font-size: 22px;
	line-height: 1.15;
}

.owpo-offer-form button[type="submit"] {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 8px;
	background: #214083;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
}

.owpo-offer-form button[type="submit"]:hover {
	background: #152c62;
}

.owpo-seo-content {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	gap: 28px;
	margin-top: 34px;
	border-top: 1px solid #e5edf7;
	padding-top: 30px;
	color: #161b24;
}

.owpo-seo-content > div:first-child {
	display: grid;
	gap: 12px;
	align-content: start;
}

.owpo-seo-content span {
	color: #214083;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.owpo-seo-content h2 {
	max-width: 760px;
	font-size: 30px;
}

.owpo-seo-content p {
	margin: 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.7;
}

.owpo-faq {
	display: grid;
	gap: 10px;
}

.owpo-faq h3 {
	margin-bottom: 4px;
	font-size: 22px;
}

.owpo-faq details {
	border: 1px solid #e5edf7;
	border-radius: 10px;
	background: #fff;
	padding: 14px 16px;
}

.owpo-faq summary {
	color: #111827;
	font-weight: 900;
	cursor: pointer;
}

.owpo-faq details p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.55;
}

.owpo-bottom-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 26px;
	border: 1px solid #dbe6f4;
	border-radius: 10px;
	background: #f8fafc;
	padding: 24px;
	color: #161b24;
}

.owpo-bottom-cta div {
	display: grid;
	gap: 8px;
}

.owpo-bottom-cta span {
	color: #214083;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.owpo-bottom-cta h2 {
	margin: 0;
	color: #111827;
	font-size: 25px;
	line-height: 1.2;
}

.owpo-bottom-cta p {
	max-width: 760px;
	margin: 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.6;
}

.owpo-bottom-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 8px;
	background: #214083;
	color: #fff;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.owpo-bottom-cta a:hover {
	background: #152c62;
	color: #fff;
}

.owpo-related-links {
	display: grid;
	gap: 12px;
	margin-top: 16px;
	color: #161b24;
}

.owpo-related-links > span {
	color: #657084;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.owpo-related-links div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.owpo-related-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	border: 1px solid #dbe6f4;
	border-radius: 8px;
	background: #fff;
	color: #214083;
	padding: 0 13px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.owpo-related-links a:hover {
	border-color: #214083;
	background: #f8fafc;
	color: #152c62;
}

@media (max-width: 980px) {
	.owpo-offer-shell {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.owpo-offer-form {
		position: static;
	}

	.owpo-seo-content {
		grid-template-columns: 1fr;
	}

	.owpo-bottom-cta {
		grid-template-columns: 1fr;
	}

	.owpo-bottom-cta a {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.owpo-offer-shell {
		gap: 20px;
	}

	.owpo-offer-form {
		gap: 14px;
		padding: 16px;
	}

	.owpo-dimensions,
	.owpo-summary,
	.owpo-sales-proof {
		grid-template-columns: 1fr;
	}

	.owpo-offer-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.owpo-offer-heading h2,
	.owpo-seo-content h2 {
		font-size: 24px;
		line-height: 1.16;
	}

	.owpo-summary strong {
		font-size: 20px;
	}

	.owpo-bottom-cta {
		padding: 18px;
	}

	.owpo-bottom-cta h2 {
		font-size: 22px;
	}
}

@media (max-width: 420px) {
	.onees-stylbud-offer-intro {
		margin-bottom: 32px;
		padding-bottom: 24px;
	}

	.onees-stylbud-offer-intro h1 {
		font-size: 34px;
		line-height: 1.15;
	}

	.onees-stylbud-offer-intro .onees-stylbud-offer-intro__lead {
		font-size: 16px;
		line-height: 1.6;
	}

	.onees-stylbud-offer-intro__facts {
		display: grid;
		gap: 9px;
	}

	.owpo-offer-main-media {
		border-radius: 8px;
	}

	.owpo-offer-form input,
	.owpo-offer-form select,
	.owpo-offer-form textarea {
		font-size: 16px;
	}

	.owpo-process {
		padding: 15px;
	}

	.owpo-process li {
		grid-template-columns: 30px minmax(0, 1fr);
	}

	.owpo-process li span {
		width: 30px;
		height: 30px;
	}
}
