:root {
	--owner-ink: var(--lh-ink);
	--owner-muted: var(--lh-muted);
	--owner-green: var(--lh-green);
	--owner-green-dark: var(--lh-green-dark);
	--owner-green-soft: var(--lh-green-soft);
	--owner-line: var(--lh-border);
	--owner-cream: #f6f3ed;
	--owner-paper: #fff;
}

.owner-sales {
	margin: 0;
	background: var(--owner-paper);
	color: var(--owner-ink);
	font-family: var(--lh-font, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	-webkit-font-smoothing: antialiased;
}

.owner-sales *,
.owner-sales *::before,
.owner-sales *::after {
	box-sizing: border-box;
}

.owner-sales-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.owner-sales-section {
	padding: 72px 0;
}

.owner-sales-eyebrow {
	display: inline-flex;
	align-items: center;
	color: var(--owner-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .075em;
	line-height: 1.2;
	text-transform: uppercase;
}

.owner-sales-hero {
	width: 100%;
	min-height: 520px;
	display: grid;
	grid-template-columns: minmax(410px, .86fr) minmax(0, 1.14fr);
	margin: 0 auto;
	border-bottom: 1px solid var(--owner-line);
	background: #fbfaf7;
}

.owner-sales-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 52px 58px 52px clamp(40px, 3.5vw, 56px);
}

.owner-sales-hero-copy h1 {
	max-width: 590px;
	margin: 12px 0 14px;
	color: #111412;
	font-size: clamp(44px, 3.75vw, 54px);
	font-weight: 620;
	letter-spacing: -.055em;
	line-height: .99;
	text-wrap: balance;
}

.owner-sales-hero-copy > p {
	max-width: 545px;
	margin: 0;
	color: #414a46;
	font-size: 18px;
	line-height: 1.42;
}

.owner-sales-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 22px;
}

.owner-sales-primary {
	min-width: 280px;
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border-radius: 9px;
	background: var(--owner-green);
	color: #fff !important;
	font-size: 15px;
	font-weight: 750;
	text-decoration: none !important;
	transition: background .18s ease, transform .18s ease;
}

.owner-sales-primary:hover {
	background: var(--owner-green-dark);
	transform: translateY(-1px);
}

.owner-sales-support {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--owner-green-dark) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.owner-sales-support:hover {
	text-decoration: underline !important;
}

.owner-sales-hero-media {
	min-height: 520px;
	margin: 0;
	overflow: hidden;
	background: #e8e3d9;
}

.owner-sales-hero-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 53%;
}

.owner-sales-trust {
	border-bottom: 1px solid var(--owner-line);
	background: #fff;
}

.owner-sales-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.owner-sales-trust-grid > div {
	min-height: 96px;
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 17px;
	align-items: center;
	padding: 20px 30px;
	border-right: 1px solid var(--owner-line);
}

.owner-sales-trust-grid > div:last-child {
	border-right: 0;
}

.owner-sales-trust-grid i {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d5dfda;
	border-radius: 50%;
	color: var(--owner-green);
	font-size: 19px;
}

.owner-sales-trust-grid p,
.owner-sales-trust-grid strong,
.owner-sales-trust-grid span {
	display: block;
	margin: 0;
}

.owner-sales-trust-grid strong {
	font-size: 14px;
	line-height: 1.25;
}

.owner-sales-trust-grid span {
	margin-top: 4px;
	color: var(--owner-muted);
	font-size: 12px;
	line-height: 1.4;
}

.owner-sales-results {
	background: #fff;
}

.owner-sales-results-grid {
	display: grid;
	grid-template-columns: .85fr 2.15fr;
	gap: 48px;
	align-items: start;
}

.owner-sales-results header h2,
.owner-sales-heading h2,
.owner-sales-story-copy h2,
.owner-sales-pricing h2,
.owner-sales-form-copy h2,
.owner-sales-faq h2 {
	margin: 8px 0 0;
	color: #171a18;
	font-size: 36px;
	font-weight: 620;
	letter-spacing: -.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.owner-sales-result-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.owner-sales-result-list article {
	display: grid;
	grid-template-rows: 48px auto;
	gap: 14px;
	padding: 2px 22px 6px;
	border-left: 1px solid var(--owner-line);
}

.owner-sales-result-list i {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--owner-green);
	font-size: 25px;
}

.owner-sales-result-list h3 {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 680;
	letter-spacing: -.025em;
	line-height: 1.28;
}

.owner-sales-result-list p {
	margin: 0;
	color: var(--owner-muted);
	font-size: 13px;
	line-height: 1.52;
}

.owner-sales-live-proof {
	padding: 24px 0;
	border-top: 1px solid var(--owner-line);
	border-bottom: 1px solid var(--owner-line);
	background: #fbfaf7;
}

.owner-sales-live-grid {
	display: grid;
	grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
	gap: 46px;
	align-items: center;
}

.owner-sales-live-grid header h2 {
	max-width: 410px;
	margin: 7px 0 0;
	font-size: 23px;
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.2;
}

.owner-sales-live-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.owner-sales-live-metrics p {
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0 20px;
	border-left: 1px solid var(--owner-line);
}

.owner-sales-live-metrics strong,
.owner-sales-live-metrics span {
	display: block;
}

.owner-sales-live-metrics strong {
	color: var(--owner-green-dark);
	font-size: 25px;
	font-weight: 650;
	line-height: 1;
}

.owner-sales-live-metrics span {
	margin-top: 6px;
	color: var(--owner-muted);
	font-size: 10px;
	line-height: 1.35;
}

.owner-sales-story {
	background: var(--owner-cream);
}

.owner-sales-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
	gap: 54px;
	align-items: center;
}

.owner-sales-story-media {
	height: 480px;
	overflow: hidden;
	border-radius: 14px;
}

.owner-sales-story-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 75% 50%;
	transform: scale(1.18);
}

.owner-sales-story-copy h2 {
	max-width: 520px;
	margin-top: 9px;
}

.owner-sales-story-copy > p {
	max-width: 540px;
	margin: 14px 0 0;
	color: var(--owner-muted);
	font-size: 16px;
	line-height: 1.55;
}

.owner-sales-story-copy ul {
	display: grid;
	gap: 0;
	margin: 22px 0 0;
	padding: 0;
	border-top: 1px solid #d7d2c9;
	list-style: none;
}

.owner-sales-story-copy li {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 13px;
	align-items: start;
	padding: 14px 0;
	border-bottom: 1px solid #d7d2c9;
	color: var(--owner-muted);
	font-size: 13px;
	line-height: 1.55;
}

.owner-sales-story-copy li i {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	border-radius: 50%;
	background: var(--owner-green-soft);
	color: var(--owner-green);
	font-size: 9px;
}

.owner-sales-story-copy li strong {
	color: var(--owner-ink);
}

.owner-sales-story-copy > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: var(--owner-green-dark) !important;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none !important;
}

.owner-sales-story-copy > a:hover {
	text-decoration: underline !important;
}

.owner-sales-process {
	background: #fff;
}

.owner-sales-heading {
	max-width: 690px;
	margin-bottom: 32px;
}

.owner-sales-heading > p {
	margin: 10px 0 0;
	color: var(--owner-muted);
	font-size: 15px;
	line-height: 1.55;
}

.owner-sales-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--owner-line);
	border-bottom: 1px solid var(--owner-line);
	list-style: none;
}

.owner-sales-steps li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 17px;
	padding: 24px 26px;
	border-right: 1px solid var(--owner-line);
}

.owner-sales-steps li:last-child {
	border-right: 0;
}

.owner-sales-steps li > span {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--owner-green);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.owner-sales-steps h3 {
	margin: 1px 0 7px;
	font-size: 17px;
	font-weight: 680;
	letter-spacing: -.02em;
}

.owner-sales-steps p {
	margin: 0;
	color: var(--owner-muted);
	font-size: 12px;
	line-height: 1.55;
}

.owner-sales-pricing {
	border-top: 1px solid var(--owner-line);
	border-bottom: 1px solid var(--owner-line);
	background: var(--owner-green-soft);
}

.owner-sales-pricing-grid {
	display: grid;
	grid-template-columns: .76fr 1.24fr;
	gap: 56px;
	align-items: start;
}

.owner-sales-pricing header > p {
	max-width: 480px;
	margin: 12px 0 0;
	color: #4d5b55;
	font-size: 15px;
	line-height: 1.55;
}

.owner-sales-rate-list {
	border-top: 1px solid #c8d8d1;
}

.owner-sales-rate-list article {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 36px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #c8d8d1;
}

.owner-sales-rate-list small {
	display: block;
	margin-bottom: 4px;
	color: var(--owner-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.owner-sales-rate-list h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 680;
}

.owner-sales-rate-list article > div > p {
	margin: 7px 0 0;
	color: var(--owner-muted);
	font-size: 12px;
	line-height: 1.5;
}

.owner-sales-rate {
	min-width: 168px;
	margin: 0;
	text-align: right;
}

.owner-sales-rate strong,
.owner-sales-rate span {
	display: block;
}

.owner-sales-rate strong {
	color: var(--owner-green-dark);
	font-size: 32px;
	font-weight: 620;
	letter-spacing: -.04em;
}

.owner-sales-rate span {
	margin-top: 4px;
	color: var(--owner-muted);
	font-size: 10px;
	line-height: 1.35;
}

.owner-sales-mode-note {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 14px 0 0;
	color: #4d5b55;
	font-size: 11px;
	line-height: 1.5;
}

.owner-sales-mode-note i {
	margin-top: 2px;
	color: var(--owner-green);
}

.owner-sales-form-section {
	background: #f7f5f0;
}

.owner-sales-form-grid {
	display: grid;
	grid-template-columns: .76fr 1.24fr;
	gap: 56px;
	align-items: start;
}

.owner-sales-form-copy {
	padding-top: 12px;
}

.owner-sales-form-copy > p {
	max-width: 460px;
	margin: 14px 0 0;
	color: var(--owner-muted);
	font-size: 15px;
	line-height: 1.55;
}

.owner-sales-local {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 15px;
	align-items: start;
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #d7d2c9;
}

.owner-sales-local > i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--owner-green);
	color: #fff;
	font-size: 18px;
}

.owner-sales-local strong,
.owner-sales-local span {
	display: block;
}

.owner-sales-local strong {
	font-size: 13px;
}

.owner-sales-local span {
	margin-top: 4px;
	color: var(--owner-muted);
	font-size: 11px;
	line-height: 1.5;
}

.owner-sales-form-card {
	padding: 30px;
	border: 1px solid var(--owner-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(25, 42, 34, .08);
}

.owner-sales-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 14px;
}

.owner-sales-fields label {
	display: grid;
	gap: 8px;
	margin: 0;
}

.owner-sales-fields label.is-wide {
	grid-column: 1 / -1;
}

.owner-sales-fields label > span {
	color: #37413c;
	font-size: 11px;
	font-weight: 730;
}

.owner-sales-fields label > span small {
	color: var(--owner-muted);
	font-size: 9px;
	font-weight: 500;
}

.owner-sales-fields input,
.owner-sales-fields select {
	width: 100%;
	height: 51px;
	padding: 0 14px;
	border: 1px solid #cbd2ce;
	border-radius: 8px;
	background: #fff;
	color: var(--owner-ink);
	font: inherit;
	font-size: 13px;
	outline: none;
}

.owner-sales-fields input::placeholder {
	color: #7d8782;
}

.owner-sales-fields input:focus,
.owner-sales-fields select:focus {
	border-color: var(--owner-green);
	box-shadow: 0 0 0 3px rgba(47, 118, 95, .15);
}

.owner-sales-form-error {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 3px solid var(--lh-danger);
	background: var(--lh-danger-soft);
	color: var(--lh-danger);
	font-size: 12px;
	line-height: 1.45;
}

.owner-sales-privacy {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 16px 0;
	color: var(--owner-muted);
	font-size: 10px;
	line-height: 1.45;
}

.owner-sales-privacy i {
	color: var(--owner-green);
}

.owner-sales-form button,
.owner-sales-success > a {
	width: 100%;
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: 9px;
	background: var(--owner-green);
	color: #fff !important;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none !important;
	cursor: pointer;
	transition: background .18s ease;
}

.owner-sales-form button:hover,
.owner-sales-success > a:hover {
	background: var(--owner-green-dark);
}

.owner-sales-success {
	min-height: 390px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.owner-sales-success > i {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--owner-green-soft);
	color: var(--owner-green);
}

.owner-sales-success > span {
	color: var(--owner-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.owner-sales-success h2 {
	margin: 10px 0;
	font-size: 34px;
	font-weight: 620;
	letter-spacing: -.04em;
}

.owner-sales-success p {
	margin: 0 0 24px;
	color: var(--owner-muted);
	line-height: 1.6;
}

.owner-sales-faq {
	background: #fff;
}

.owner-sales-faq-grid {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 56px;
}

.owner-sales-faq header {
	max-width: 410px;
}

.owner-sales-faq details {
	border-bottom: 1px solid var(--owner-line);
}

.owner-sales-faq details:first-child {
	border-top: 1px solid var(--owner-line);
}

.owner-sales-faq summary {
	position: relative;
	padding: 20px 42px 20px 0;
	color: var(--owner-ink);
	font-size: 16px;
	font-weight: 680;
	cursor: pointer;
	list-style: none;
}

.owner-sales-faq summary::-webkit-details-marker {
	display: none;
}

.owner-sales-faq summary::after {
	content: "+";
	position: absolute;
	top: 16px;
	right: 4px;
	color: var(--owner-green);
	font-size: 24px;
	font-weight: 400;
}

.owner-sales-faq details[open] summary::after {
	content: "−";
}

.owner-sales-faq details p {
	max-width: 700px;
	margin: -4px 0 20px;
	color: var(--owner-muted);
	font-size: 13px;
	line-height: 1.58;
}

.owner-sales-sticky {
	display: none;
}

.owner-sales a:focus-visible,
.owner-sales button:focus-visible,
.owner-sales summary:focus-visible,
.owner-sales input:focus-visible,
.owner-sales select:focus-visible {
	outline: 3px solid var(--lh-focus);
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.owner-sales-hero {
		grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
	}

	.owner-sales-hero-copy {
		padding-right: 42px;
	}

	.owner-sales-results-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.owner-sales-live-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.owner-sales-result-list article:first-child {
		border-left: 0;
	}
}

@media (max-width: 900px) {
	.owner-sales-section {
		padding: 60px 0;
	}

	.owner-sales-hero {
		grid-template-columns: 1fr;
	}

	.owner-sales-hero-copy {
		padding: 48px max(32px, calc((100vw - 720px) / 2));
	}

	.owner-sales-hero-copy h1 {
		max-width: 690px;
	}

	.owner-sales-hero-copy > p {
		max-width: 660px;
	}

	.owner-sales-hero-media {
		min-height: 460px;
	}

	.owner-sales-story-grid,
	.owner-sales-pricing-grid,
	.owner-sales-form-grid,
	.owner-sales-faq-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.owner-sales-story-copy {
		max-width: 680px;
	}

	.owner-sales-pricing header,
	.owner-sales-form-copy,
	.owner-sales-faq header {
		max-width: 680px;
	}
}

@media (max-width: 720px) {
	.owner-sales .lh-mobile-search {
		display: none;
	}

	.owner-sales-shell {
		width: min(100% - 32px, 1180px);
	}

	.owner-sales-section {
		padding: 48px 0;
	}

	.owner-sales-hero-copy {
		padding: 34px 16px 30px;
	}

	.owner-sales-hero-copy h1 {
		margin: 10px 0 13px;
		font-size: clamp(38px, 10.8vw, 43px);
		letter-spacing: -.052em;
		line-height: 1;
	}

	.owner-sales-hero-copy > p {
		font-size: 15px;
		line-height: 1.48;
	}

	.owner-sales-actions {
		gap: 12px;
		margin-top: 20px;
	}

	.owner-sales-primary {
		width: 100%;
		min-width: 0;
	}

	.owner-sales-support {
		align-self: center;
	}

	.owner-sales-hero-media {
		min-height: 360px;
	}

	.owner-sales-trust-grid {
		grid-template-columns: 1fr;
	}

	.owner-sales-trust-grid > div {
		min-height: 82px;
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid var(--owner-line);
	}

	.owner-sales-trust-grid > div:last-child {
		border-bottom: 0;
	}

	.owner-sales-results header h2,
	.owner-sales-heading h2,
	.owner-sales-story-copy h2,
	.owner-sales-pricing h2,
	.owner-sales-form-copy h2,
	.owner-sales-faq h2 {
		font-size: 30px;
		letter-spacing: -.042em;
	}

	.owner-sales-result-list {
		grid-template-columns: 1fr;
	}

	.owner-sales-result-list article {
		grid-template-columns: 46px 1fr;
		grid-template-rows: auto;
		gap: 15px;
		padding: 19px 0;
		border-top: 1px solid var(--owner-line);
		border-left: 0;
	}

	.owner-sales-result-list article:last-child {
		border-bottom: 1px solid var(--owner-line);
	}

	.owner-sales-live-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-top: 1px solid var(--owner-line);
	}

	.owner-sales-live-metrics p {
		padding: 16px 14px;
		border-bottom: 1px solid var(--owner-line);
	}

	.owner-sales-result-list i {
		width: 42px;
		height: 42px;
		font-size: 23px;
	}

	.owner-sales-story-media {
		height: 340px;
		border-radius: 12px;
	}

	.owner-sales-steps {
		grid-template-columns: 1fr;
	}

	.owner-sales-steps li {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid var(--owner-line);
	}

	.owner-sales-steps li:last-child {
		border-bottom: 0;
	}

	.owner-sales-rate-list article {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.owner-sales-rate {
		text-align: left;
	}

	.owner-sales-fields {
		grid-template-columns: 1fr;
	}

	.owner-sales-fields label.is-wide {
		grid-column: auto;
	}

	.owner-sales-form-card {
		padding: 24px 18px;
		border-radius: 12px;
	}

	.owner-sales-sticky {
		position: fixed;
		z-index: 80;
		right: 12px;
		bottom: 12px;
		left: 12px;
		display: block;
		padding: 6px;
		border: 1px solid rgba(23, 33, 29, .12);
		border-radius: 14px;
		background: rgba(255, 255, 255, .94);
		box-shadow: 0 12px 36px rgba(22, 45, 35, .18);
		opacity: 0;
		pointer-events: none;
		transform: translateY(16px);
		transition: opacity .2s ease, transform .2s ease;
	}

	.owner-sales-sticky.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.owner-sales-sticky a {
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 9px;
		background: var(--owner-green);
		color: #fff !important;
		font-size: 13px;
		font-weight: 750;
		text-decoration: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.owner-sales-primary,
	.owner-sales-form button,
	.owner-sales-sticky {
		transition: none;
	}
}

/* Alineación visual con /como-funciona */
.owner-sales .lh-site-header {
	position: relative;
	background: #fff;
	backdrop-filter: none;
}

.owner-sales .lh-nav-shell {
	min-height: 72px;
}

.owner-sales .lh-menu-pill {
	height: 44px;
	box-shadow: none;
}

.owner-sales .lh-menu-pill span {
	width: 30px;
	height: 30px;
	background: #f2f2f2;
	color: var(--owner-ink);
}

.owner-sales .lh-mobile-search {
	display: none;
}

.owner-sales-section {
	padding: 76px 0;
}

.owner-sales-eyebrow {
	margin-bottom: 13px;
	font-size: 12px;
	font-weight: 700;
}

.owner-sales-hero {
	min-height: 0;
	display: block;
	padding: 46px 0 54px;
	border-bottom: 0;
	background:
		radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .72), transparent 32%),
		var(--owner-cream);
}

.owner-sales-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
	gap: 72px;
	align-items: center;
}

.owner-sales-hero-copy {
	display: block;
	padding: 22px 0;
}

.owner-sales-hero-copy h1 {
	max-width: 570px;
	margin: 0;
	font-size: clamp(48px, 5vw, 68px);
	font-weight: 600;
	letter-spacing: -3.2px;
	line-height: .99;
}

.owner-sales-hero-copy > p {
	max-width: 580px;
	margin: 24px 0 0;
	font-size: 18px;
	line-height: 1.55;
}

.owner-sales-actions {
	align-items: center;
	flex-direction: row;
	gap: 24px;
	margin-top: 31px;
}

.owner-sales-primary {
	min-width: 0;
	min-height: 54px;
	gap: 12px;
	padding: 0 22px;
}

.owner-sales-support {
	color: var(--owner-ink) !important;
	border-bottom: 1px solid var(--owner-ink);
}

.owner-sales-support:hover {
	color: var(--owner-green) !important;
	border-color: var(--owner-green);
	text-decoration: none !important;
}

.owner-sales-hero-media {
	min-height: 430px;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(30, 46, 41, .18);
}

.owner-sales-hero-media img {
	min-height: 430px;
	object-position: 58% 53%;
}

.owner-sales-trust {
	padding: 30px 0;
	border-top: 1px solid var(--owner-line);
}

.owner-sales-trust-grid {
	overflow: hidden;
	border: 1px solid var(--owner-line);
	border-radius: 12px;
	background: var(--lh-bg);
}

.owner-sales-trust-grid > div {
	min-height: 0;
	grid-template-columns: 42px 1fr;
	gap: 13px;
	padding: 18px;
}

.owner-sales-trust-grid i {
	width: 42px;
	height: 42px;
	border: 0;
	background: var(--owner-green-soft);
	font-size: 16px;
}

.owner-sales-results-grid {
	grid-template-columns: 1fr;
	gap: 42px;
}

.owner-sales-results header,
.owner-sales-heading {
	max-width: 720px;
}

.owner-sales-results header h2,
.owner-sales-heading h2,
.owner-sales-story-copy h2,
.owner-sales-pricing h2,
.owner-sales-form-copy h2,
.owner-sales-faq h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1.8px;
	line-height: 1.09;
}

.owner-sales-result-list {
	gap: 14px;
}

.owner-sales-result-list article {
	min-height: 220px;
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 24px;
	border: 1px solid var(--owner-line);
	border-radius: 14px;
	background: #fff;
}

.owner-sales-result-list i {
	width: 42px;
	height: 42px;
	margin-bottom: 42px;
	border-radius: 50%;
	background: var(--lh-bg);
	font-size: 18px;
}

.owner-sales-result-list h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.owner-sales-result-list p {
	margin-top: 11px;
	font-size: 12px;
	line-height: 1.55;
}

.owner-sales-live-proof {
	padding: 30px 0;
}

.owner-sales-story-grid {
	grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
	gap: 72px;
}

.owner-sales-story-media {
	height: 510px;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(30, 46, 41, .14);
}

.owner-sales-story-copy h2 {
	margin-top: 0;
}

.owner-sales-story-copy > p {
	margin-top: 13px;
	font-size: 15px;
	line-height: 1.5;
}

.owner-sales-story-copy ul {
	margin-top: 24px;
}

.owner-sales-heading {
	margin-bottom: 42px;
}

.owner-sales-heading > p {
	margin-top: 13px;
	font-size: 15px;
	line-height: 1.5;
}

.owner-sales-steps {
	gap: 14px;
	border: 0;
}

.owner-sales-steps li {
	min-height: 220px;
	grid-template-columns: 42px 1fr;
	gap: 17px;
	padding: 24px;
	border: 1px solid var(--owner-line);
	border-radius: 14px;
	background: #fff;
}

.owner-sales-steps li:last-child {
	border-right: 1px solid var(--owner-line);
}

.owner-sales-pricing {
	background: var(--lh-bg);
}

.owner-sales-pricing-grid,
.owner-sales-form-grid,
.owner-sales-faq-grid {
	gap: 70px;
}

.owner-sales-pricing header > p,
.owner-sales-form-copy > p {
	margin-top: 13px;
	font-size: 15px;
	line-height: 1.5;
}

.owner-sales-rate-list {
	overflow: hidden;
	padding: 0 24px;
	border: 1px solid var(--owner-line);
	border-radius: 14px;
	background: #fff;
}

.owner-sales-rate-list article {
	padding: 22px 0;
}

.owner-sales-form-section {
	background: var(--lh-bg);
}

.owner-sales-form-copy {
	padding-top: 0;
}

.owner-sales-form-card {
	padding: 30px;
	border-radius: 14px;
	box-shadow: 0 16px 34px rgba(26, 45, 38, .08);
}

.owner-sales-faq-grid > div:last-child {
	overflow: hidden;
	padding: 0 22px;
	border: 1px solid var(--owner-line);
	border-radius: 14px;
	background: #fff;
}

.owner-sales-faq details:first-child {
	border-top: 0;
}

@media (max-width: 1024px) {
	.owner-sales-hero-layout {
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}

	.owner-sales-hero-copy h1 {
		font-size: 52px;
	}

	.owner-sales-hero-media,
	.owner-sales-hero-media img {
		min-height: 450px;
	}
}

@media (max-width: 900px) {
	.owner-sales-hero-layout,
	.owner-sales-story-grid,
	.owner-sales-pricing-grid,
	.owner-sales-form-grid,
	.owner-sales-faq-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.owner-sales-hero-copy {
		padding: 0;
	}
}

@media (max-width: 720px) {
	.owner-sales .lh-nav-shell {
		min-height: 64px;
	}

	.owner-sales-section {
		padding: 56px 0;
	}

	.owner-sales-hero {
		padding: 34px 0 42px;
	}

	.owner-sales-hero-layout {
		gap: 34px;
	}

	.owner-sales-hero-copy {
		padding: 0;
	}

	.owner-sales-hero-copy h1 {
		margin: 0;
		font-size: 39px;
		letter-spacing: -1.7px;
		line-height: 1.02;
	}

	.owner-sales-hero-copy > p {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.55;
	}

	.owner-sales-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-top: 24px;
	}

	.owner-sales-primary {
		width: 100%;
	}

	.owner-sales-support {
		align-self: flex-start;
	}

	.owner-sales-hero-media,
	.owner-sales-hero-media img {
		min-height: 320px;
	}

	.owner-sales-hero-media {
		border-radius: 14px;
	}

	.owner-sales-trust {
		padding: 24px 0;
	}

	.owner-sales-trust-grid > div {
		padding: 15px 18px;
	}

	.owner-sales-results header h2,
	.owner-sales-heading h2,
	.owner-sales-story-copy h2,
	.owner-sales-pricing h2,
	.owner-sales-form-copy h2,
	.owner-sales-faq h2 {
		font-size: 32px;
		letter-spacing: -1.25px;
	}

	.owner-sales-results-grid,
	.owner-sales-story-grid,
	.owner-sales-pricing-grid,
	.owner-sales-form-grid,
	.owner-sales-faq-grid {
		gap: 30px;
	}

	.owner-sales-result-list {
		gap: 10px;
	}

	.owner-sales-result-list article {
		min-height: 0;
		display: block;
		padding: 20px;
	}

	.owner-sales-result-list i {
		margin-bottom: 28px;
	}

	.owner-sales-story-media {
		height: 320px;
	}

	.owner-sales-heading {
		margin-bottom: 30px;
	}

	.owner-sales-steps {
		gap: 10px;
	}

	.owner-sales-steps li {
		min-height: 0;
		padding: 20px;
	}

	.owner-sales-steps li:last-child {
		border-bottom: 1px solid var(--owner-line);
	}

	.owner-sales-rate-list {
		padding: 0 20px;
	}

	.owner-sales-form-card {
		padding: 24px 20px;
	}

	.owner-sales-faq-grid > div:last-child {
		padding: 0 18px;
	}
}
