:root {
	--how-ink: var(--lh-ink);
	--how-muted: var(--lh-muted);
	--how-line: var(--lh-border);
	--how-soft: var(--lh-bg);
	--how-cream: #f5f1e9;
	--how-green: var(--lh-green);
	--how-green-dark: var(--lh-green-dark);
	--how-mint: var(--lh-green-soft);
}

/* Recorrido público corto + señales locales */
.lh-how-short .lh-how-hero {
	padding: 46px 0 54px;
}

.lh-how-short .lh-how-hero-visual,
.lh-how-short .lh-how-hero-visual > img {
	min-height: 430px;
}

.lh-how-short .lh-how-process {
	padding: 76px 0;
}

.lh-how-local-proof {
	padding: 30px 0;
	border-top: 1px solid var(--how-line);
	border-bottom: 1px solid var(--how-line);
	background: #fff;
}

.lh-how-local-proof .lh-how-shell {
	display: grid;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
	gap: 42px;
	align-items: center;
}

.lh-how-local-proof header > span {
	color: var(--how-green);
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
}

.lh-how-local-proof h2 {
	max-width: 420px;
	margin: 6px 0 0;
	color: var(--how-ink);
	font-size: 24px;
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: -.7px !important;
}

.lh-how-local-proof-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	overflow: hidden;
	border: 1px solid var(--how-line);
	border-radius: 12px;
	background: var(--how-soft);
}

.lh-how-local-proof-grid > div {
	min-width: 0;
	padding: 18px;
	border-right: 1px solid var(--how-line);
}

.lh-how-local-proof-grid > div:last-child {
	border-right: 0;
}

.lh-how-local-proof-grid strong,
.lh-how-local-proof-grid span {
	display: block;
}

.lh-how-local-proof-grid strong {
	color: var(--how-green-dark);
	font-size: 24px;
}

.lh-how-local-proof-grid span {
	margin-top: 5px;
	color: #48504d;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
}

.lh-how-steps-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-how-reality {
	padding: 76px 0;
	background: var(--how-soft);
}

.lh-how-reality-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.lh-how-reality-grid article {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: start;
	padding: 24px;
	border: 1px solid var(--how-line);
	border-radius: 13px;
	background: #fff;
}

.lh-how-reality-grid article > i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--how-mint);
	color: var(--how-green);
}

.lh-how-reality-grid h3 {
	margin: 0;
	color: var(--how-ink);
	font-size: 16px;
	line-height: 1.3;
}

.lh-how-reality-grid p {
	margin: 7px 0 0;
	color: var(--how-muted);
	font-size: 11px;
	line-height: 1.5;
}

.lh-how-reality-grid small {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--how-line);
	color: #626a67;
	font-size: 9px;
	line-height: 1.45;
}

.lh-how-choice {
	padding: 76px 0;
	background: #fff;
}

.lh-how-choice-grid {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	gap: 70px;
	align-items: center;
}

.lh-how-choice h2 {
	margin: 0;
	color: var(--how-ink);
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1.4px !important;
}

.lh-how-choice p {
	max-width: 420px;
	margin: 12px 0 0;
	color: var(--how-muted);
	font-size: 14px;
	line-height: 1.55;
}

.lh-how-choice-cards {
	display: grid;
	gap: 10px;
}

.lh-how-choice-cards a {
	display: grid;
	grid-template-columns: 42px 1fr 18px;
	gap: 13px;
	align-items: center;
	min-height: 82px;
	padding: 14px 17px;
	border: 1px solid var(--how-line);
	border-radius: 11px;
	background: #fff;
	color: var(--how-ink);
}

.lh-how-choice-cards a:hover {
	border-color: var(--how-green);
	color: var(--how-ink);
}

.lh-how-choice-cards a > i:first-child {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--how-mint);
	color: var(--how-green);
}

.lh-how-choice-cards strong,
.lh-how-choice-cards small {
	display: block;
}

.lh-how-choice-cards strong {
	font-size: 14px;
}

.lh-how-choice-cards small {
	margin-top: 3px;
	color: var(--how-muted);
	font-size: 10px;
}

.lh-how-choice-cards a > i:last-child {
	color: var(--how-green);
}

@media (max-width: 900px) {
	.lh-how-local-proof .lh-how-shell,
	.lh-how-choice-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.lh-how-local-proof-grid {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}

	.lh-how-local-proof-grid > div:nth-child(2) {
		border-right: 0;
	}

	.lh-how-local-proof-grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid var(--how-line);
	}

	.lh-how-local-proof-grid > div:last-child {
		border-bottom: 0;
	}

	.lh-how-reality-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.lh-how-short .lh-how-hero {
		padding: 34px 0 42px;
	}

	.lh-how-short .lh-how-hero h1 {
		font-size: 39px;
		line-height: 1.02;
		letter-spacing: -1.7px !important;
	}

	.lh-how-short .lh-how-hero-visual,
	.lh-how-short .lh-how-hero-visual > img {
		min-height: 320px;
	}

	.lh-how-short .lh-how-process,
	.lh-how-reality,
	.lh-how-choice {
		padding: 56px 0;
	}

	.lh-how-local-proof {
		padding: 24px 0;
	}

	.lh-how-local-proof h2 {
		font-size: 27px;
	}

	.lh-how-steps-three {
		grid-template-columns: 1fr;
	}

	.lh-how-reality-grid article {
		padding: 20px;
	}

	.lh-how-choice h2 {
		font-size: 32px;
	}
}

.lethouse-how-v6,
.lethouse-how-v6 * {
	box-sizing: border-box;
}

body.lethouse-how-v6 {
	margin: 0;
	background: #fff;
	color: var(--how-ink);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.lethouse-how-v6 a {
	text-decoration: none;
}

.lethouse-how-v6 .lh-site-header {
	position: relative;
	background: #fff;
	backdrop-filter: none;
}

.lethouse-how-v6 .lh-nav-shell {
	min-height: 72px;
}

.lethouse-how-v6 .lh-menu-pill {
	height: 44px;
	box-shadow: none;
}

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

.lethouse-how-v6 .lh-mobile-search {
	display: none;
}

.lh-how {
	overflow: hidden;
	background: #fff;
}

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

.lh-how-kicker {
	display: inline-block;
	margin-bottom: 13px;
	color: var(--how-green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .075em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lh-how-kicker.is-light {
	color: #a7d4c5;
}

.lh-how-hero {
	padding: 58px 0 70px;
	background:
		radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .72), transparent 32%),
		var(--how-cream);
}

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

.lh-how-hero-copy {
	padding: 22px 0;
}

.lh-how-hero h1 {
	max-width: 570px;
	margin: 0;
	color: var(--how-ink);
	font-size: clamp(48px, 5vw, 68px);
	font-weight: 600;
	line-height: .99;
	letter-spacing: -3.2px !important;
	text-wrap: balance;
}

.lh-how-hero-copy > p {
	max-width: 580px;
	margin: 24px 0 0;
	color: #4f5754;
	font-size: 18px;
	line-height: 1.55;
}

.lh-how-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 31px;
}

.lh-how-button {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 700;
	transition: background .18s ease, color .18s ease, transform .18s ease;
}

.lh-how-button.is-primary {
	background: var(--how-green);
	color: #fff;
}

.lh-how-button.is-primary:hover {
	background: var(--how-green-dark);
	color: #fff;
	transform: translateY(-1px);
}

.lh-how-text-link {
	color: var(--how-ink);
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid var(--how-ink);
}

.lh-how-text-link:hover {
	color: var(--how-green);
	border-color: var(--how-green);
}

.lh-how-hero-note {
	max-width: 540px;
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	align-items: center;
	margin-top: 31px;
	padding-top: 23px;
	border-top: 1px solid rgba(23, 26, 25, .14);
	color: #5b625f;
	font-size: 12px;
	line-height: 1.5;
}

.lh-how-hero-note i {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: var(--how-green);
}

.lh-how-hero-note strong {
	color: var(--how-ink);
}

.lh-how-hero-visual {
	position: relative;
	min-height: 510px;
	overflow: hidden;
	border-radius: 18px;
	background: var(--how-green-dark);
	box-shadow: 0 24px 60px rgba(30, 46, 41, .18);
}

.lh-how-hero-visual:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 54%, rgba(7, 21, 18, .46) 100%);
	pointer-events: none;
}

.lh-how-hero-visual > img {
	width: 100%;
	height: 100%;
	min-height: 510px;
	display: block;
	object-fit: cover;
	object-position: 66% center;
}

.lh-how-hero-card {
	position: absolute;
	z-index: 2;
	left: 24px;
	right: 24px;
	bottom: 24px;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	gap: 4px 18px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 12px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
	backdrop-filter: blur(12px);
}

.lh-how-hero-card > span {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--how-mint);
	color: var(--how-green-dark);
	font-size: 10px;
	font-weight: 700;
}

.lh-how-hero-card strong {
	font-size: 18px;
	font-weight: 700;
}

.lh-how-hero-card small {
	color: var(--how-muted);
	font-size: 11px;
	line-height: 1.35;
}

.lh-how-proof {
	border-bottom: 1px solid var(--how-line);
	background: #fff;
}

.lh-how-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.lh-how-proof-grid > div {
	min-width: 0;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 13px;
	align-items: center;
	padding: 27px 28px;
	border-right: 1px solid var(--how-line);
}

.lh-how-proof-grid > div:first-child {
	padding-left: 0;
}

.lh-how-proof-grid > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.lh-how-proof-grid i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--how-mint);
	color: var(--how-green);
	font-size: 16px;
}

.lh-how-proof-grid span,
.lh-how-proof-grid strong,
.lh-how-proof-grid small {
	display: block;
}

.lh-how-proof-grid strong {
	margin-bottom: 3px;
	color: var(--how-ink);
	font-size: 12px;
	font-weight: 700;
}

.lh-how-proof-grid small {
	color: var(--how-muted);
	font-size: 10px;
	line-height: 1.4;
}

.lh-how-process,
.lh-how-stays,
.lh-how-clarity {
	padding: 94px 0;
}

.lh-how-section-head {
	max-width: 720px;
	margin-bottom: 42px;
}

.lh-how-section-head.is-centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.lh-how-section-head h2,
.lh-how-after h2,
.lh-how-clarity h2,
.lh-how-final h2 {
	margin: 0;
	color: var(--how-ink);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.09;
	letter-spacing: -1.8px !important;
	text-wrap: balance;
}

.lh-how-section-head p {
	margin: 13px 0 0;
	color: var(--how-muted);
	font-size: 15px;
	line-height: 1.5;
}

.lh-how-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh-how-steps li {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid var(--how-line);
	border-radius: 14px;
	background: #fff;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.lh-how-steps li:hover {
	border-color: #cbd8d3;
	box-shadow: 0 16px 34px rgba(26, 45, 38, .08);
	transform: translateY(-3px);
}

.lh-how-step-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 46px;
}

.lh-how-step-top > span {
	color: #979d9a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
}

.lh-how-step-top > i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--how-soft);
	color: var(--how-green);
}

.lh-how-steps h3 {
	margin: 0;
	color: var(--how-ink);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

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

.lh-how-steps a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--how-green);
	font-size: 11px;
	font-weight: 700;
}

.lh-how-stays {
	background: var(--how-soft);
}

.lh-how-stay-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.lh-how-stay-card {
	position: relative;
	overflow: hidden;
	padding: 36px;
	border: 1px solid var(--how-line);
	border-radius: 16px;
	background: #fff;
}

.lh-how-stay-card:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 160px;
	border-radius: 0 0 0 100%;
	background: var(--how-mint);
	opacity: .7;
}

.lh-how-stay-card.is-daily:after {
	background: #efe9db;
}

.lh-how-stay-icon {
	position: relative;
	z-index: 1;
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
	border-radius: 50%;
	background: var(--how-green-dark);
	color: #fff;
	font-size: 19px;
}

.lh-how-stay-card.is-daily .lh-how-stay-icon {
	background: #7f6747;
}

.lh-how-stay-label {
	display: block;
	margin-bottom: 8px;
	color: var(--how-green);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.lh-how-stay-card.is-daily .lh-how-stay-label {
	color: #765e3f;
}

.lh-how-stay-card h3 {
	margin: 0;
	color: var(--how-ink);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -1px !important;
}

.lh-how-stay-card > p {
	max-width: 480px;
	margin: 12px 0 24px;
	color: var(--how-muted);
	font-size: 13px;
	line-height: 1.55;
}

.lh-how-stay-card ul {
	display: grid;
	gap: 11px;
	margin: 0 0 27px;
	padding: 22px 0 0;
	border-top: 1px solid var(--how-line);
	list-style: none;
}

.lh-how-stay-card li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #444b48;
	font-size: 12px;
}

.lh-how-stay-card li i {
	color: var(--how-green);
	font-size: 10px;
}

.lh-how-stay-card > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--how-ink);
	font-size: 12px;
	font-weight: 700;
}

.lh-how-stay-card > a:hover {
	color: var(--how-green);
}

.lh-how-after {
	padding: 94px 0;
	background: var(--how-green-dark);
	color: #fff;
}

.lh-how-after-layout {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 110px;
	align-items: center;
}

.lh-how-after h2 {
	color: #fff;
}

.lh-how-after-copy > p {
	max-width: 500px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	line-height: 1.6;
}

.lh-how-after-list {
	display: grid;
}

.lh-how-after-list > div {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	align-items: start;
	padding: 23px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.lh-how-after-list > div:last-child {
	border-bottom: 0;
}

.lh-how-after-list > div > span {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 50%;
	color: #bfe1d6;
	font-size: 11px;
	font-weight: 700;
}

.lh-how-after-list p,
.lh-how-after-list strong,
.lh-how-after-list small {
	display: block;
}

.lh-how-after-list p {
	margin: 0;
}

.lh-how-after-list strong {
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.lh-how-after-list small {
	color: rgba(255, 255, 255, .66);
	font-size: 11px;
	line-height: 1.5;
}

.lh-how-clarity-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.lh-how-clarity-card {
	padding: 38px;
	border-radius: 16px;
	background: var(--how-soft);
}

.lh-how-clarity-card > p {
	margin: 18px 0 26px;
	color: var(--how-muted);
	font-size: 13px;
	line-height: 1.6;
}

.lh-how-clarity-card ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh-how-clarity-card li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	align-items: start;
	padding: 17px 0;
	border-top: 1px solid var(--how-line);
	color: var(--how-muted);
	font-size: 11px;
	line-height: 1.5;
}

.lh-how-clarity-card li > i {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: var(--how-green);
}

.lh-how-clarity-card li strong {
	display: block;
	margin-bottom: 2px;
	color: var(--how-ink);
	font-size: 12px;
}

.lh-how-faq {
	padding-top: 12px;
}

.lh-how-faq > h2 {
	margin-bottom: 24px;
}

.lh-how-faq details {
	border-top: 1px solid var(--how-line);
}

.lh-how-faq details:last-child {
	border-bottom: 1px solid var(--how-line);
}

.lh-how-faq summary {
	position: relative;
	padding: 20px 38px 20px 0;
	color: var(--how-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.lh-how-faq summary::-webkit-details-marker {
	display: none;
}

.lh-how-faq summary:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--how-soft);
	color: var(--how-green);
	font-size: 18px;
	font-weight: 400;
	transform: translateY(-50%);
}

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

.lh-how-faq details p {
	max-width: 560px;
	margin: -3px 40px 20px 0;
	color: var(--how-muted);
	font-size: 11px;
	line-height: 1.55;
}

.lh-how-final {
	padding: 0 0 94px;
	background: #fff;
}

.lh-how-final-card {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: 48px 54px;
	border-radius: 18px;
	background:
		linear-gradient(100deg, rgba(16, 56, 46, .98), rgba(47, 112, 91, .93)),
		url("/images/home/encarnacion-costanera-hero-v2.png") center/cover;
	color: #fff;
}

.lh-how-final-card > div {
	max-width: 700px;
}

.lh-how-final h2 {
	color: #fff;
}

.lh-how-final p {
	margin: 13px 0 0;
	color: rgba(255, 255, 255, .75);
	font-size: 13px;
}

.lh-how-button.is-white {
	flex: 0 0 auto;
	background: #fff;
	color: var(--how-green-dark);
}

.lh-how-button.is-white:hover {
	background: #f2f6f4;
	color: var(--how-green-dark);
	transform: translateY(-1px);
}

.lethouse-how-v6 a:focus-visible,
.lethouse-how-v6 summary:focus-visible {
	outline: 3px solid var(--lh-focus);
	outline-offset: 3px;
}

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

	.lh-how-hero h1 {
		font-size: 52px;
	}

	.lh-how-hero-visual,
	.lh-how-hero-visual > img {
		min-height: 450px;
	}

	.lh-how-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lh-how-steps li {
		min-height: 260px;
	}

	.lh-how-after-layout {
		gap: 64px;
	}

	.lh-how-clarity-layout {
		gap: 42px;
	}
}

@media (max-width: 767px) {
	.lethouse-how-v6 .lh-nav-shell {
		min-height: 64px;
	}

	.lethouse-how-v6 .lh-mobile-search {
		display: none !important;
	}

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

	.lh-how-hero {
		padding: 34px 0 44px;
	}

	.lh-how-hero-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.lh-how-hero-copy {
		padding: 0;
	}

	.lh-how-hero h1 {
		max-width: 520px;
		font-size: 43px;
		line-height: 1.02;
		letter-spacing: -2.2px !important;
	}

	.lh-how-hero-copy > p {
		margin-top: 18px;
		font-size: 15px;
	}

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

	.lh-how-button.is-primary {
		width: 100%;
	}

	.lh-how-hero-note {
		margin-top: 24px;
	}

	.lh-how-hero-visual,
	.lh-how-hero-visual > img {
		min-height: 360px;
	}

	.lh-how-hero-visual {
		border-radius: 14px;
	}

	.lh-how-hero-card {
		left: 14px;
		right: 14px;
		bottom: 14px;
		padding: 14px;
	}

	.lh-how-hero-card > span {
		display: none;
	}

	.lh-how-proof-grid {
		grid-template-columns: 1fr;
		padding: 12px 0;
	}

	.lh-how-proof-grid > div,
	.lh-how-proof-grid > div:first-child,
	.lh-how-proof-grid > div:last-child {
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid var(--how-line);
	}

	.lh-how-proof-grid > div:last-child {
		border-bottom: 0;
	}

	.lh-how-process,
	.lh-how-stays,
	.lh-how-clarity {
		padding: 68px 0;
	}

	.lh-how-section-head {
		margin-bottom: 30px;
	}

	.lh-how-section-head.is-centered {
		text-align: left;
	}

	.lh-how-section-head h2,
	.lh-how-after h2,
	.lh-how-clarity h2,
	.lh-how-final h2 {
		font-size: 32px;
		letter-spacing: -1.25px !important;
	}

	.lh-how-steps {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.lh-how-steps li {
		min-height: 0;
		padding: 20px;
	}

	.lh-how-step-top {
		margin-bottom: 28px;
	}

	.lh-how-steps a {
		margin-top: 22px;
	}

	.lh-how-stay-grid {
		grid-template-columns: 1fr;
	}

	.lh-how-stay-card {
		padding: 26px;
	}

	.lh-how-stay-card h3 {
		font-size: 26px;
	}

	.lh-how-after {
		padding: 68px 0;
	}

	.lh-how-after-layout,
	.lh-how-clarity-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.lh-how-clarity-card {
		padding: 26px;
	}

	.lh-how-faq {
		padding-top: 0;
	}

	.lh-how-final {
		padding-bottom: 68px;
	}

	.lh-how-final-card {
		min-height: 0;
		align-items: flex-start;
		flex-direction: column;
		padding: 34px 26px;
	}

	.lh-how-button.is-white {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lh-how-button,
	.lh-how-steps li {
		transition: none;
	}
}
