/*
 * Compiled taxonomy landing styles.
 * Source: assets/src/scss/layouts/_taxonomy-location.scss
 */

.tax-landing-page {
	--tax-brand: #4199ff;
	--tax-text: #111111;
	--tax-text-soft: #2d2d2d;
	--tax-surface: #ffffff;
	--tax-border: #d8e8ff;
	--tax-muted-bg: #f5f9ff;
	background: linear-gradient(180deg, #f6faff 0%, #ffffff 24%, #ffffff 100%);
	color: var(--tax-text);
	user-select: text;
}

.tax-landing-page .tax-landing {
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.tax-landing-page .tax-landing-shell {
	max-width: 132rem;
	margin: 0 auto;
}

.tax-landing-page .tax-section-title {
	font-size: clamp(2.4rem, 1.2vw + 1.9rem, 3.8rem);
	line-height: 1.15;
	margin: 0;
}

.tax-landing-page .tax-card {
	border-radius: 1.2rem;
	background: var(--tax-surface);
	border: 1px solid var(--tax-border);
	box-shadow: none;
	overflow: hidden;
}

.tax-landing-page .tax-landing-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(120deg, #0f2847 0%, #2666ad 52%, #4199ff 100%);
	color: #ffffff;
	min-height: 40rem;
}

.tax-landing-page .tax-landing-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(8, 26, 49, 0.45) 0%, rgba(18, 58, 104, 0.22) 52%, rgba(65, 153, 255, 0.12) 100%);
	pointer-events: none;
}

.tax-landing-page .tax-landing-hero-media {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.tax-landing-page .tax-landing-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.55;
	mix-blend-mode: normal;
}

.tax-landing-page .tax-landing-hero .tax-landing-shell {
	position: relative;
	z-index: 2;
	padding-top: 10rem;
	padding-bottom: 7rem;
}

.tax-landing-page .tax-landing-breadcrumb {
	display: flex;
	gap: 0.8rem;
	font-family: var(--font-primary);
	font-size: 1.4rem;
	opacity: 0.95;
	margin-bottom: 1.8rem;
}

.tax-landing-page .tax-landing-breadcrumb a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.tax-landing-page .tax-landing-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 1.4rem;
	color: #ffffff;
}

.tax-landing-page .tax-landing-title {
	margin: 0;
	max-width: 92rem;
	font-size: clamp(3.4rem, 2.6vw + 1.8rem, 6.1rem);
	line-height: 1.02;
	font-weight: 800;
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.tax-landing-page .tax-landing-intro {
	margin-top: 2rem;
	max-width: 84rem;
	font-size: clamp(1.8rem, 0.45vw + 1.5rem, 2.4rem);
	line-height: 1.5;
	font-weight: 600;
	color: #f2f8ff;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
}

.tax-landing-page .tax-landing-result-count {
	margin-top: 2.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #dbe9ff;
}

.tax-landing-page .tax-benefit-grid,
.tax-landing-page .tax-use-case-grid,
.tax-landing-page .tax-related-grid {
	margin-top: 1.8rem;
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tax-landing-page .tax-benefit-card,
.tax-landing-page .tax-use-case-card {
	padding: 0;
}

.tax-landing-page .tax-card-icon {
	width: 100%;
	height: auto;
	max-height: 22rem;
	object-fit: contain;
	object-position: center center;
	display: block;
	border-bottom: 1px solid var(--tax-border);
	background: #f2f7ff;
	padding: 1.2rem;
}

.tax-landing-page .tax-landing-benefits .tax-card,
.tax-landing-page .tax-landing-use-cases .tax-card {
	border: 0;
	box-shadow: none;
	background: transparent;
}

.tax-landing-page .tax-landing-benefits .tax-card-content,
.tax-landing-page .tax-landing-use-cases .tax-card-content {
	margin-bottom: 1rem;
}

.tax-landing-page .tax-card-title {
	margin: 1.6rem 1.6rem 0;
	font-size: 2rem;
	line-height: 1.2;
}

.tax-landing-page .tax-card-content {
	margin: 1rem 1.6rem 1.8rem;
	font-size: 1.6rem;
	line-height: 1.55;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-use-case-image {
	width: 100%;
	aspect-ratio: 21 / 9;
	object-fit: cover;
	margin-bottom: 0;
	border-bottom: 1px solid var(--tax-border);
}

.tax-landing-page .tax-use-case-content {
	padding-bottom: 0.2rem;
}

.tax-landing-page .tax-lineup-shell {
	background: var(--tax-muted-bg);
	border-radius: 1.2rem;
	border: 1px solid var(--tax-border);
	display: grid;
	gap: 2rem;
	padding: 2rem;
	margin-bottom: 0.8rem;
}

.tax-landing-page .tax-lineup-intro {
	margin-top: 1.2rem;
	color: var(--tax-text-soft);
	font-size: 1.7rem;
}

.tax-landing-page .tax-lineup-highlights {
	margin: 1.6rem 0 0;
	padding-left: 1.8rem;
}

.tax-landing-page .tax-lineup-highlights li {
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
}

.tax-landing-page .tax-lineup-model-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tax-landing-page .tax-lineup-model-card {
	border-radius: 1rem;
	background: #ffffff;
	border: 1px solid var(--tax-border);
	padding: 1.2rem;
}

.tax-landing-page .tax-lineup-model-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.tax-landing-page .tax-lineup-model-card img {
	width: 100%;
	border-radius: 0.8rem;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.tax-landing-page .tax-lineup-model-card h3 {
	margin: 1rem 0 0;
	font-size: 1.7rem;
	line-height: 1.25;
}

.tax-landing-page .tax-lineup-model-card:hover {
	border-color: var(--tax-brand);
}

.tax-landing-page .tax-card-image-fallback {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	background: linear-gradient(180deg, #fbfdff 0%, #f2f8ff 100%);
	border: 1px solid #d4e7ff;
	color: transparent;
}

.tax-landing-page .tax-card-image-fallback-hidden {
	display: none;
}

.tax-landing-page .tax-card-image-missing .tax-card-image-fallback-hidden {
	display: flex;
}

.tax-landing-page .tax-card-image-fallback-model {
	aspect-ratio: 4 / 3;
	border-radius: 0.4rem;
}

.tax-landing-page .tax-card-image-fallback-listing {
	min-height: 16rem;
	border-radius: 0.8rem;
}

.tax-landing-page .tax-listing-image-element {
	min-height: 16rem;
	border-radius: 0.8rem;
	object-fit: contain;
	background: #f7fbff;
	padding: 0.8rem;
}

.tax-landing-page .tax-card-image-fallback-category {
	aspect-ratio: 5 / 3;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.tax-landing-page .tax-lineup-model-card.tax-card-image-missing h3,
.tax-landing-page .tax-listing-card.tax-card-image-missing .tax-listing-title,
.tax-landing-page .tax-related-card.tax-card-image-missing h3 {
	font-size: 1.95rem;
	line-height: 1.25;
	font-weight: 800;
}

.tax-landing-page .tax-landing-listing {
	padding-top: 0.4rem;
}

.tax-landing-page .tax-landing-listing .tax-landing-shell {
	gap: 1.4rem;
}

/* Final listing-grid normalization overrides */
.tax-landing-page .tax-listing-grid .tax-listing-card {
	height: auto !important;
	min-height: 0 !important;
}

.tax-landing-page .tax-listing-grid .tax-listing-card .single-product-link {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.tax-landing-page .tax-listing-grid {
	grid-auto-rows: auto;
}

.tax-landing-page .tax-listing-grid .tax-listing-image-element,
.tax-landing-page .tax-listing-grid .single-product-image {
	width: 100%;
	height: 17rem !important;
	min-height: 17rem !important;
	object-fit: contain !important;
	background: #eef4fb;
	padding: 0;
}

.tax-landing-page .tax-listing-grid .tax-listing-summary {
	min-height: 0;
	margin: 0.8rem 0 0;
}

.tax-landing-page .tax-listing-grid .tax-listing-specs {
	margin-top: 0.8rem;
}

.tax-landing-page .tax-listing-grid .tax-listing-price-label {
	position: static !important;
	margin-top: 0.8rem;
	text-align: right;
	right: auto !important;
	bottom: auto !important;
}

.tax-landing-page .tax-listing-grid .tax-listing-price {
	position: static !important;
	right: auto;
	bottom: auto;
	margin-top: 0.3rem;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	line-height: 1;
	padding: 0.75rem 1.1rem;
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-listing-title {
	display: none;
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-card-image-fallback-listing {
	display: flex !important;
	min-height: 18rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(180deg, #f6faff 0%, #edf4ff 100%);
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-card-image-fallback-listing span {
	color: #2a4f77;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 800;
	max-width: 26rem;
	padding: 0 1.2rem;
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-listing-specs {
	margin-top: 0.6rem;
}

.tax-landing-page .tax-related-card.tax-card-image-missing h3 {
	display: none;
}

.tax-landing-page .tax-related-card.tax-card-image-missing .tax-card-image-fallback-category {
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 18rem;
	background: linear-gradient(180deg, #f6faff 0%, #edf4ff 100%);
}

.tax-landing-page .tax-related-card.tax-card-image-missing .tax-card-image-fallback-category span {
	color: #2a4f77;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 800;
	max-width: 24rem;
	padding: 0 1.2rem;
}
.tax-landing-page .tax-listing-grid {
	align-items: stretch;
}

.tax-landing-page .tax-listing-card {
	border-radius: 1.1rem;
	overflow: hidden;
	border: 1px solid var(--tax-border);
	background: #ffffff;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tax-landing-page .tax-listing-card:hover {
	transform: translateY(-2px);
	border-color: #9fcbff;
	box-shadow: 0 12px 24px rgba(16, 46, 82, 0.08);
}

.tax-landing-page .tax-listing-card .single-product-link {
	height: 100%;
	min-height: 100%;
	border: 0;
	padding: 1.2rem;
	background: #ffffff;
	display: flex;
	flex-direction: column;
}

.tax-landing-page .tax-listing-grid .tax-listing-card {
	height: 100%;
	min-height: 41rem;
}

@media (max-width: 767px) {
	.tax-landing-page .tax-listing-grid .tax-listing-card {
		min-height: 37rem;
	}
}

.tax-landing-page .tax-listing-card .single-product-image {
	height: 18rem;
	min-height: 18rem;
	border-radius: 0.8rem;
	background-size: contain;
}

.tax-landing-page .tax-listing-title {
	margin-bottom: 0.8rem;
	font-size: 1.65rem;
	line-height: 1.25;
	min-height: 4.2rem;
}

.tax-landing-page .tax-listing-summary {
	margin: 1rem 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #42566e;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 6.3rem;
}

.tax-landing-page .tax-faq-item {
	background: #ffffff;
	border: 1px solid var(--tax-border);
	border-radius: 1rem;
	padding: 1.4rem 1.6rem;
}

.tax-landing-page .tax-faq-item summary {
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	list-style: none;
}

.tax-landing-page .tax-faq-item summary::-webkit-details-marker {
	display: none;
}

.tax-landing-page .tax-faq-item .tax-faq-answer p {
	margin: 1rem 0 0;
	font-size: 1.6rem;
	line-height: 1.55;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-service-shell {
	background: #eff6ff;
	color: var(--tax-text);
	border-radius: 1.2rem;
	border: 1px solid #cfe2ff;
	padding: 2rem;
}

.tax-landing-page .tax-service-content {
	margin-top: 1.2rem;
	font-size: 1.7rem;
	line-height: 1.55;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-service-list {
	margin-top: 1.4rem;
	padding-left: 1.8rem;
}

.tax-landing-page .tax-service-list li {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
}

.tax-landing-page .tax-service-map-wrap {
	margin-top: 1.6rem;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #bcd8ff;
	background: #ffffff;
}

.tax-landing-page .tax-service-map {
	width: 100%;
	min-height: 34rem;
	border: 0;
	display: block;
}

.tax-landing-page .tax-service-map-fallback {
	width: 100%;
	display: block;
	object-fit: cover;
}

.tax-landing-page .tax-service-map-note {
	margin-top: 1rem;
	font-size: 1.3rem;
	color: #30445f;
}

.tax-landing-page .tax-cta-shell {
	border-radius: 1.2rem;
	background: #ffffff;
	border: 1px solid #d0e2ff;
	box-shadow: none;
	padding: 2.2rem;
}

.tax-landing-page .tax-cta-content {
	margin-top: 1rem;
	font-size: 1.7rem;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-cta-actions {
	margin-top: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.tax-landing-page .tax-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 1rem 1.8rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
}

.tax-landing-page .tax-cta-primary {
	background: var(--tax-brand);
	color: #ffffff;
}

.tax-landing-page .tax-cta-secondary {
	border: 1px solid var(--tax-brand);
	color: var(--tax-brand);
	background: transparent;
}

.tax-landing-page .tax-related-card {
	border: 1px solid var(--tax-border);
	border-radius: 1rem;
	overflow: hidden;
}

.tax-landing-page .tax-related-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.tax-landing-page .tax-related-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.tax-landing-page .tax-related-card h3 {
	margin: 0;
	padding: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	border-top: 1px solid var(--tax-border);
	background: #ffffff;
}

.tax-landing-page .tax-related-card:hover {
	border-color: var(--tax-brand);
}

@media (min-width: 768px) {
	.tax-landing-page .tax-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-landing-page .tax-use-case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-landing-page .tax-lineup-model-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-listing-card .single-product-image {
		min-height: 18rem;
	}
}

@media (min-width: 1024px) {
	.tax-landing-page .tax-landing {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
	}

	.tax-landing-page .tax-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-landing-page .tax-use-case-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-lineup-shell {
		grid-template-columns: 1.15fr 1fr;
		align-items: center;
		padding: 3rem;
	}

	.tax-landing-page .tax-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-listing-card .single-product-image {
		min-height: 20rem;
	}
}

/* Final landing-page polish overrides */
.tax-landing-page .tax-landing{padding-top:1.2rem;padding-bottom:1.2rem}.tax-landing-page .tax-landing-title{max-width:80rem;font-size:clamp(3.1rem,2.2vw + 1.8rem,5.5rem);line-height:1.04}.tax-landing-page .tax-landing-intro{max-width:78rem;font-size:clamp(1.6rem,.25vw + 1.45rem,2rem);line-height:1.55}.tax-landing-page .tax-benefit-grid,.tax-landing-page .tax-use-case-grid,.tax-landing-page .tax-related-grid{margin-top:1.2rem;gap:1rem}.tax-landing-page .tax-landing-benefits .tax-card,.tax-landing-page .tax-landing-use-cases .tax-card{border:1px solid var(--tax-border);background:#f8fbff;display:grid;grid-template-columns:1fr;align-items:stretch;overflow:hidden}.tax-landing-page .tax-landing-benefits .tax-card-icon,.tax-landing-page .tax-landing-use-cases .tax-use-case-image{width:100%;aspect-ratio:auto;max-height:none;min-height:19rem;height:100%;object-fit:cover;padding:0;background:none;border-bottom:0}.tax-landing-page .tax-landing-benefits .tax-card-title,.tax-landing-page .tax-landing-use-cases .tax-card-title{margin:1.2rem 1.4rem 0;font-size:1.85rem}.tax-landing-page .tax-landing-benefits .tax-card-content,.tax-landing-page .tax-landing-use-cases .tax-card-content{margin:.8rem 1.4rem 1.4rem}.tax-landing-page .tax-lineup-shell{margin-bottom:.2rem}.tax-landing-page .tax-landing-listing{padding-top:.2rem}.tax-landing-page .tax-listing-header{display:grid;gap:.6rem;align-items:end;margin-bottom:1.2rem;padding:1.2rem 1.4rem;background:linear-gradient(180deg,#fff 0%,#f6faff 100%);border:1px solid var(--tax-border);border-radius:1rem}.tax-landing-page .tax-listing-kicker{margin:0;font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--tax-brand)}.tax-landing-page .tax-listing-intro{margin:0;font-size:1.5rem;line-height:1.55;color:var(--tax-text-soft);max-width:60rem}.tax-landing-page .tax-listing-card .single-product-image{min-height:18rem;border-radius:.8rem;background-size:contain;background-position:center center;background-color:#f7fbff}.tax-landing-page .tax-listing-title{margin-bottom:.8rem;font-size:1.7rem;line-height:1.25;min-height:4.2rem}.tax-landing-page .tax-related-card img{aspect-ratio:5/3;object-fit:contain;background:#f8fbff;padding:1rem}.tax-landing-page .tax-service-map-note{margin-top:1rem;font-size:1.3rem;color:#30445f}@media (min-width:768px){.tax-landing-page .tax-listing-header{grid-template-columns:minmax(0,1fr) minmax(28rem,40rem)}.tax-landing-page .tax-landing-benefits .tax-card,.tax-landing-page .tax-landing-use-cases .tax-card{grid-template-columns:18rem 1fr}.tax-landing-page .tax-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.tax-landing-page .tax-landing{padding-top:1.8rem;padding-bottom:1.8rem}.tax-landing-page .tax-landing-benefits .tax-card,.tax-landing-page .tax-landing-use-cases .tax-card{grid-template-columns:20rem 1fr}}
.tax-landing-page .tax-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.tax-landing-page .tax-hero-action{display:inline-flex;align-items:center;justify-content:center;min-height:4.6rem;padding:0 1.8rem;border-radius:999px;font-size:1.5rem;font-weight:700;text-decoration:none}.tax-landing-page .tax-hero-action-primary{background:#fff;color:#163d70}.tax-landing-page .tax-hero-action-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.tax-landing-page .tax-listing-header{margin-bottom:.8rem}
.tax-landing-page .tax-benefit-copy,.tax-landing-page .tax-use-case-content{display:flex;flex-direction:column;justify-content:center;width:100%;min-width:0}.tax-landing-page .tax-landing-benefits .tax-card-title,.tax-landing-page .tax-landing-use-cases .tax-card-title{max-width:none}.tax-landing-page .tax-landing-benefits .tax-card-content,.tax-landing-page .tax-landing-use-cases .tax-card-content{max-width:none}.tax-landing-page .tax-benefit-card-no-icon{grid-template-columns:1fr}.tax-landing-page .tax-landing-benefits .tax-card>.tax-benefit-copy:only-child,.tax-landing-page .tax-landing-use-cases .tax-card>.tax-use-case-content:only-child{grid-column:1/-1;justify-self:stretch;width:100%;min-width:0}.tax-landing-page .tax-landing-benefits .tax-card>.tax-benefit-copy:only-child .tax-card-title,.tax-landing-page .tax-landing-benefits .tax-card>.tax-benefit-copy:only-child .tax-card-content,.tax-landing-page .tax-landing-use-cases .tax-card>.tax-use-case-content:only-child .tax-card-title,.tax-landing-page .tax-landing-use-cases .tax-card>.tax-use-case-content:only-child .tax-card-content,.tax-landing-page .tax-benefit-card-no-icon .tax-card-title,.tax-landing-page .tax-benefit-card-no-icon .tax-card-content{max-width:none}@media (min-width:768px){.tax-landing-page .tax-landing-benefits .tax-card,.tax-landing-page .tax-landing-use-cases .tax-card{grid-template-columns:minmax(18rem,22rem) 1fr}.tax-landing-page .tax-benefit-card-no-icon{grid-template-columns:1fr}.tax-landing-page .tax-landing-benefits .tax-card-icon,.tax-landing-page .tax-landing-use-cases .tax-use-case-image{min-height:100%;height:100%}}@media (min-width:1024px){.tax-landing-page .tax-landing-benefits .tax-card,.tax-landing-page .tax-landing-use-cases .tax-card{grid-template-columns:minmax(20rem,24rem) 1fr}.tax-landing-page .tax-benefit-card-no-icon{grid-template-columns:1fr}}.tax-landing-page .tax-use-case-content{padding-bottom:0}
.tax-landing-page .tax-listing-sortbar{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.tax-landing-page .tax-sort-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--tax-border);padding:.55rem 1rem;font-size:1.25rem;font-weight:600;background:#fff;color:#3a4a5d}.tax-landing-page .tax-sort-chip-active{border-color:#8ec0ff;background:#ebf4ff;color:#163d70}.tax-landing-page .tax-listing-meta{display:inline-flex;align-items:center;margin-top:.9rem;font-size:1.25rem;font-weight:700;color:#1f5da3;background:#e9f3ff;border-radius:999px;padding:.4rem .9rem}.tax-landing-page .tax-listing-summary{margin:1rem 0 0;font-size:1.4rem;line-height:1.5;color:#42566e}.tax-landing-page .tax-listing-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.1rem;font-size:1.3rem;font-weight:700;color:#163d70;text-decoration:underline;text-underline-offset:.2rem}

/* Professional visual tone overrides */
.tax-landing-page .tax-card,.tax-landing-page .tax-lineup-shell,.tax-landing-page .tax-service-shell,.tax-landing-page .tax-cta-shell{border-radius:.6rem}.tax-landing-page .tax-lineup-model-card,.tax-landing-page .tax-listing-header,.tax-landing-page .tax-faq-item,.tax-landing-page .tax-service-map-wrap,.tax-landing-page .tax-related-card,.tax-landing-page .tax-listing-card{border-radius:.5rem}.tax-landing-page .tax-hero-action,.tax-landing-page .tax-cta{border-radius:.45rem}.tax-landing-page .tax-sort-chip,.tax-landing-page .tax-listing-meta{border-radius:.4rem}.tax-landing-page .tax-listing-card .single-product-image,.tax-landing-page .tax-lineup-model-card img{border-radius:.4rem}.tax-landing-page .tax-listing-price{border-radius:.35rem 0 0 0}.tax-landing-page .tax-listing-cta{display:none}
.tax-landing-page .tax-sort-chip{cursor:pointer;appearance:none;-webkit-appearance:none}

/* Comparison UX enhancements */
.tax-landing-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.tax-landing-page .tax-listing-sortbar{align-items:center}.tax-landing-page .tax-sort-chip{transition:border-color .15s ease,background-color .15s ease}.tax-landing-page .tax-sort-chip:hover,.tax-landing-page .tax-sort-chip:focus-visible{border-color:#6caeff;outline:none}.tax-landing-page .tax-listing-card .single-product-link{display:flex;flex-direction:column}.tax-landing-page .tax-listing-specs{margin:1rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.55rem}.tax-landing-page .tax-listing-specs li{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:.35rem;background:#f1f7ff;border:1px solid #d8e8ff;color:#1f507f;font-size:1.15rem;font-weight:700;line-height:1.2}.tax-landing-page .tax-listing-price-label{position:absolute;right:1rem;bottom:4.2rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:.06em;color:#2e5b8c;font-weight:700}

/* Adaptive featured merchandising */
.tax-landing-page.tax-landing-page--adaptive .tax-landing-hero{min-height:34rem}
.tax-landing-page.tax-landing-page--adaptive .tax-landing-hero .tax-landing-shell{padding-top:7.2rem;padding-bottom:4.8rem}
.tax-landing-page.tax-landing-page--adaptive .tax-landing-featured-adaptive{padding-top:.4rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{border:1px solid var(--tax-border);border-radius:.6rem;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);padding:1.8rem 1.8rem 2rem;display:grid;gap:1.55rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-header{display:grid;gap:1rem;align-items:start}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-copy{display:grid;gap:.55rem;align-content:start}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-kicker{margin:0;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:#1f5da3}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-count{margin:.45rem 0 0;font-size:1.3rem;color:#294c72;font-weight:700}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-intro{margin:.4rem 0 0;font-size:1.4rem;line-height:1.5;color:#35506e;max-width:74rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights{margin:.5rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights li{margin:0;display:inline-flex;align-items:center;min-height:2.8rem;padding:.3rem .78rem;border-radius:.32rem;border:1px solid #cfe2ff;background:#f1f7ff;color:#1f507f;font-size:1.19rem;line-height:1.2;font-weight:700}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights-row{margin-top:.1rem;display:flex;justify-content:flex-start}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights-row .tax-featured-highlights{margin-top:0}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-quick-actions{margin-top:.7rem;display:flex;flex-wrap:wrap;gap:.5rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-note{border:1px solid #cce2ff;background:#eef6ff;border-radius:.5rem;padding:1rem 1.2rem;display:grid;gap:.5rem;align-content:center}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-note p{margin:0;font-size:1.3rem;font-weight:700;color:#22466e}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:4rem;padding:.2rem 1.2rem;border:1px solid #7eb8ff;border-radius:.45rem;color:#0f4072;font-size:1.3rem;font-weight:700;text-decoration:none;background:#ffffff;transition:border-color .15s ease,background-color .15s ease}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link:hover,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button:hover,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link:focus-visible,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button:focus-visible{border-color:#4f9bf5;background:#f1f7ff;outline:none}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.2rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card{border:1px solid var(--tax-border);border-radius:.55rem;overflow:hidden;background:#ffffff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card:hover{transform:translateY(-2px);border-color:#8ebeff;box-shadow:0 12px 24px rgba(18,52,92,.08)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-link{display:grid;grid-template-columns:1fr;text-decoration:none;color:inherit;height:100%}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-media-wrap{border-bottom:1px solid var(--tax-border);background:#f3f8ff}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-tier-row{margin-top:.2rem;display:flex;justify-content:flex-start}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-tier-badge{display:inline-flex;align-items:center;min-height:2.6rem;padding:.18rem .76rem;border-radius:999px;border:1px solid #c9defb;background:#eef5ff;color:#0f4072;font-size:1.03rem;line-height:1.1;letter-spacing:.04em;text-transform:uppercase;font-weight:700}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-tier-badge-hero{border-color:#0f4f93;background:#0f4f93;color:#ffffff}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-tier-badge-large{border-color:#95c1f3;background:#f1f7ff;color:#0f4072}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-card-image-fallback-featured{width:100%;aspect-ratio:5/3;min-height:17.8rem;object-fit:contain;background:#f3f8ff;padding:.65rem}
.tax-landing-page.tax-landing-page--adaptive .tax-card-image-fallback-featured{border:0}
.tax-landing-page.tax-landing-page--adaptive .tax-card-image-fallback-featured span{color:#2a4f77;font-size:1.8rem;line-height:1.2;font-weight:800;max-width:25rem;padding:0 1.1rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-content{display:grid;gap:.88rem;padding:1.15rem 1.15rem 1.2rem;align-content:start}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero{border-color:#86b9f8;box-shadow:0 16px 32px rgba(18,52,92,.1)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-content{padding:1.25rem 1.25rem 1.35rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-title{font-size:2.14rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-card-image-fallback-featured{aspect-ratio:16/9;min-height:21rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-featured-title{font-size:2.02rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-card-image-fallback-featured{min-height:19rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-title{margin:0;font-size:1.9rem;line-height:1.2;color:#112f52}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-summary{margin:0;font-size:1.36rem;line-height:1.5;color:#425b78}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-specs{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-specs li{display:inline-flex;align-items:center;border:1px solid #d9e9ff;border-radius:.35rem;padding:.32rem .62rem;color:#1f507f;background:#f3f8ff;font-size:1.12rem;line-height:1.2;font-weight:700}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-price-wrap{margin-top:.2rem;display:grid;justify-items:start;gap:.25rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-action-row{margin-top:.25rem;display:flex;align-items:flex-end;justify-content:space-between;gap:.8rem;flex-wrap:wrap}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-price-label{font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase;color:#2e5b8c;font-weight:700}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-price{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:0 .95rem;border-radius:.3rem;background:var(--tax-brand);color:#ffffff;font-size:1.32rem;line-height:1;font-weight:800;white-space:nowrap}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-cta{display:inline-flex;align-items:center;justify-content:center;min-height:3.9rem;margin-top:0;padding:0 1.2rem;border-radius:.35rem;border:1px solid #143f77;background:#143f77;color:#ffffff;font-size:1.35rem;font-weight:700;line-height:1;width:fit-content}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card:hover .tax-featured-card-cta{background:#0e325f;border-color:#0e325f}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-bar{display:flex;justify-content:center;padding-top:.2rem}

@media (min-width:768px){
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-header{grid-template-columns:minmax(0,1fr) minmax(23rem,30rem)}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights-row{justify-content:center}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card{grid-column:span 3}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero{grid-column:span 6}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large{grid-column:span 3}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-action-row{flex-wrap:nowrap}
	.tax-landing-page.tax-landing-page--adaptive .tax-landing-hero .tax-landing-shell{padding-top:7.8rem;padding-bottom:5.1rem}
}

@media (min-width:1100px){
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:2rem;gap:1.5rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{grid-template-columns:repeat(12,minmax(0,1fr))}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card{grid-column:span 4}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero{grid-column:span 8}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large{grid-column:span 6}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-image,
	.tax-landing-page.tax-landing-page--adaptive .tax-card-image-fallback-featured{min-height:19.5rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-image,
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-card-image-fallback-featured{min-height:24rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-featured-image,
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-card-image-fallback-featured{min-height:21rem}
}

/* Todo1 default lineup + listing conversion overrides */
.tax-landing-page .tax-lineup-shell{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff 0%,#ffffff 48%,#f7fbff 100%);border-radius:1.6rem;border:1px solid #d8e8fb;box-shadow:0 18px 40px rgba(18,52,92,.06);gap:clamp(1.8rem,1.4vw + 1.2rem,2.9rem);padding:clamp(1.8rem,1.4vw + 1.2rem,3.2rem)}
.tax-landing-page .tax-lineup-shell:before{content:"";position:absolute;inset:0 auto auto 0;width:42rem;height:42rem;background:radial-gradient(circle at top left,rgba(88,160,255,.14),rgba(88,160,255,0) 70%);pointer-events:none}
.tax-landing-page .tax-lineup-copy{position:relative;z-index:1;display:grid;align-content:start;gap:1.1rem;min-width:0;padding:clamp(1.4rem,.8vw + 1.05rem,2.2rem);border-radius:1.35rem;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(247,251,255,.82) 100%);border:1px solid rgba(212,228,247,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.tax-landing-page .tax-lineup-copy .tax-section-title{margin:0;max-width:11.5ch;font-size:clamp(3rem,2.1vw + 1.85rem,5.1rem);line-height:1.02;letter-spacing:-.03em}
.tax-landing-page .tax-lineup-kicker{margin:0;text-transform:uppercase;letter-spacing:.11em;font-size:1.18rem;font-weight:700;color:#1f5da3}
.tax-landing-page .tax-lineup-meta{display:inline-flex;align-items:center;width:fit-content;margin:.1rem 0 0;padding:.5rem .95rem;border-radius:999px;border:1px solid #cfe1f8;background:#edf5ff;font-size:1.3rem;color:#294c72;font-weight:700}
.tax-landing-page .tax-lineup-intro{margin:.2rem 0 0;max-width:58rem;font-size:1.56rem;line-height:1.62}
.tax-landing-page .tax-lineup-highlights{margin:.25rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.55rem}
.tax-landing-page .tax-lineup-highlights li{margin:0;display:inline-flex;align-items:center;min-height:3rem;padding:.38rem .88rem;border-radius:999px;border:1px solid #d8e7fb;background:rgba(255,255,255,.72);color:#29547d;font-size:1.12rem;line-height:1.2;font-weight:700}
.tax-landing-page .tax-lineup-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.tax-landing-page .tax-lineup-footer{position:relative;z-index:1;display:grid;gap:1rem;padding-top:.1rem}
.tax-landing-page .tax-lineup-action{display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;max-width:100%;padding:.62rem 1.5rem;border-radius:999px;font-size:1.3rem;font-weight:700;line-height:1.15;text-align:center;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}
.tax-landing-page .tax-lineup-action:focus-visible{outline:none}
.tax-landing-page .tax-lineup-action-primary{border:1px solid #143f77;background:#143f77;color:#fff}
.tax-landing-page .tax-lineup-action-primary:hover,.tax-landing-page .tax-lineup-action-primary:focus-visible{background:#0e325f;border-color:#0e325f}
.tax-landing-page .tax-lineup-action-secondary{border:1px solid #7eb8ff;background:#fff;color:#0f4072}
.tax-landing-page .tax-lineup-action-secondary:hover,.tax-landing-page .tax-lineup-action-secondary:focus-visible{border-color:#4f9bf5;background:#f1f7ff}
.tax-landing-page .tax-lineup-model-grid{position:relative;z-index:1;gap:1.35rem;align-items:start;align-content:start}
.tax-landing-page .tax-lineup-model-card{display:flex;height:auto;align-self:start;min-width:0;border-radius:1.2rem;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #d9e8fb;overflow:hidden;box-shadow:0 18px 34px rgba(18,52,92,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.tax-landing-page .tax-lineup-model-card:hover{transform:translateY(-2px);border-color:#9cc4f5;box-shadow:0 22px 40px rgba(18,52,92,.09)}
.tax-landing-page .tax-lineup-model-link{display:flex;flex-direction:column;height:100%;min-width:0;color:inherit;text-decoration:none}
.tax-landing-page .tax-lineup-model-card img,.tax-landing-page .tax-card-image-fallback-model{display:block;width:100%;margin:0;aspect-ratio:4/3;height:clamp(15.5rem,18vw,17.6rem);min-height:0;object-fit:contain;object-position:center center;background:radial-gradient(circle at top center,rgba(133,185,250,.12),rgba(133,185,250,0) 58%),linear-gradient(180deg,#f9fbff 0%,#eef5ff 100%);padding:.9rem .9rem .6rem;border:0;border-bottom:1px solid #e2ecf9;border-radius:0 !important;box-shadow:none}
.tax-landing-page .tax-card-image-fallback-model{border:0}
.tax-landing-page .tax-lineup-model-content{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;min-width:0;padding:1.35rem 1.3rem 1.4rem}
.tax-landing-page .tax-lineup-model-content h3{margin:0;font-size:clamp(1.78rem,.22vw + 1.7rem,2rem);line-height:1.14;letter-spacing:-.01em;color:#112f52}
.tax-landing-page .tax-lineup-model-summary{margin:0;font-size:1.3rem;line-height:1.5;color:#425b78;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tax-landing-page .tax-lineup-model-specs{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}
.tax-landing-page .tax-lineup-model-specs li{display:inline-flex;align-items:center;border:1px solid #dce9fa;border-radius:999px;padding:.34rem .74rem;color:#31577f;background:#f5f9ff;font-size:1.03rem;line-height:1.2;font-weight:700}
.tax-landing-page .tax-lineup-model-action-row{margin-top:auto;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:.8rem;padding-top:.55rem}
.tax-landing-page .tax-lineup-model-price-wrap{display:grid;justify-items:start;gap:.4rem;min-width:0}
.tax-landing-page .tax-lineup-model-price-label{font-size:1.02rem;letter-spacing:.06em;text-transform:uppercase;color:#2e5b8c;font-weight:700}
.tax-landing-page .tax-lineup-model-price{display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;padding:0 1.05rem;border-radius:.6rem;background:var(--tax-brand);box-shadow:inset 0 -1px 0 rgba(255,255,255,.12);color:#fff;font-size:1.38rem;line-height:1;font-weight:800;white-space:nowrap}
.tax-landing-page .tax-lineup-model-cta{display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;width:100%;max-width:100%;padding:.72rem 1.1rem;border-radius:.85rem;border:1px solid #143f77;background:#143f77;color:#fff;box-shadow:0 10px 18px rgba(20,63,119,.16);font-size:1.34rem;font-weight:700;line-height:1.12;text-align:center;white-space:normal}
.tax-landing-page .tax-lineup-model-card:hover .tax-lineup-model-cta{background:#0e325f;border-color:#0e325f}
.tax-landing-page .tax-lineup-model-card.tax-card-image-missing .tax-lineup-model-content h3{font-size:1.95rem;line-height:1.25;font-weight:800}

.tax-landing-page .tax-listing-action-row{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:.8rem;flex-wrap:wrap}
.tax-landing-page .tax-listing-price-wrap{display:grid;justify-items:start;gap:.25rem}
.tax-landing-page .tax-listing-price-label{position:static !important;right:auto !important;bottom:auto !important}
.tax-landing-page .tax-listing-price{border-radius:.35rem !important}
.tax-landing-page .tax-listing-card-cta{display:inline-flex;align-items:center;justify-content:center;min-height:3.7rem;padding:0 1.15rem;border-radius:.35rem;border:1px solid #143f77;background:#143f77;color:#fff;font-size:1.3rem;font-weight:700;line-height:1}
.tax-landing-page .tax-listing-card:hover .tax-listing-card-cta{background:#0e325f;border-color:#0e325f}

@media (min-width:768px){
	.tax-landing-page .tax-listing-action-row{flex-wrap:nowrap}
}

@media (min-width:1024px){
	.tax-landing-page .tax-lineup-shell{grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);align-items:start}
	.tax-landing-page .tax-lineup-footer{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem 1.5rem}
	.tax-landing-page .tax-lineup-actions{justify-content:flex-end}
	.tax-landing-page .tax-lineup-model-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}
}

@media (min-width:1320px){
	.tax-landing-page .tax-lineup-model-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.tax-landing-page .tax-lineup-model-card img,.tax-landing-page .tax-card-image-fallback-model{height:19.2rem}
}

/* Non-adaptive flow refinements */
.tax-landing-page .tax-landing-hero{min-height:clamp(39rem,45vw,44rem)}
.tax-landing-page .tax-landing-hero:before{content:"";position:absolute;inset:auto 0 0;height:clamp(8rem,12vw,12rem);background:linear-gradient(180deg,rgba(246,250,255,0) 0%,rgba(246,250,255,.12) 58%,rgba(246,250,255,.82) 100%);pointer-events:none;z-index:1}
.tax-landing-page .tax-landing-hero .tax-landing-shell{display:block;padding-bottom:clamp(6.8rem,8.4vw,8.8rem)}
.tax-landing-page .tax-landing-breadcrumb,.tax-landing-page .tax-landing-title,.tax-landing-page .tax-landing-intro,.tax-landing-page .tax-landing-result-count,.tax-landing-page .tax-hero-actions{width:100%;max-width:112rem}
.tax-landing-page .tax-landing-breadcrumb,.tax-landing-page .tax-landing-title,.tax-landing-page .tax-landing-intro,.tax-landing-page .tax-landing-result-count{text-align:left}
.tax-landing-page .tax-landing-title{max-width:none;font-size:clamp(3.6rem,2.8vw + 1.9rem,6rem)}
.tax-landing-page .tax-landing-intro{width:100%;max-width:104rem;margin-top:1.75rem}
.tax-landing-page .tax-landing-result-count{margin-top:2rem}
.tax-landing-page .tax-hero-actions{justify-content:flex-start;margin-top:2.15rem}
.tax-landing-page .tax-landing-lineup{position:relative;z-index:3;margin-top:-1.4rem;padding-top:0}
.tax-landing-page .tax-lineup-shell{background:linear-gradient(180deg,rgba(253,254,255,.98) 0%,rgba(249,252,255,.95) 100%);border-color:rgba(219,231,245,.92);box-shadow:0 16px 32px rgba(18,52,92,.055)}
.tax-landing-page .tax-lineup-shell:before{opacity:.48}
.tax-landing-page .tax-lineup-shell:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.92);pointer-events:none}
.tax-landing-page .tax-lineup-copy{background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(249,252,255,.76) 100%);border-color:rgba(220,234,248,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 10px 22px rgba(18,52,92,.035)}
.tax-landing-page .tax-landing-listing{position:relative;margin-top:1.8rem;padding-top:2.6rem}
.tax-landing-page .tax-landing-listing:before{content:"";position:absolute;top:0;left:clamp(1.8rem,3vw,2.8rem);right:clamp(1.8rem,3vw,2.8rem);height:1px;background:linear-gradient(90deg,rgba(209,225,244,0) 0%,rgba(209,225,244,.95) 18%,rgba(209,225,244,.95) 82%,rgba(209,225,244,0) 100%);pointer-events:none}
.tax-landing-page .tax-landing-listing .tax-landing-shell{position:relative;z-index:1}
.tax-landing-page .tax-listing-header{margin-bottom:1.5rem;padding:0 0 1.45rem;background:transparent;border:0;border-bottom:1px solid rgba(208,224,245,.94);border-radius:0;box-shadow:none;gap:.85rem}
.tax-landing-page .tax-listing-intro{max-width:64rem;color:#48607b}
.tax-landing-page .tax-listing-sortbar{gap:.7rem;margin-bottom:1.45rem;padding:.1rem 0 .2rem}
.tax-landing-page .tax-sort-chip{border-color:rgba(208,224,242,.86);background:rgba(255,255,255,.92);box-shadow:0 1px 0 rgba(255,255,255,.88),0 8px 18px rgba(18,52,92,.035)}
.tax-landing-page .tax-sort-chip:hover,.tax-landing-page .tax-sort-chip:focus-visible{background:#f6faff;border-color:#7bb4f6}
.tax-landing-page .tax-sort-chip-active{border-color:#b9d5f5;background:#eef6ff;box-shadow:0 10px 20px rgba(18,52,92,.05)}
.tax-landing-page .tax-listing-grid{gap:1.4rem 1.6rem}
.tax-landing-page .tax-listing-card{border-color:rgba(216,232,255,.72);border-radius:1.15rem;box-shadow:0 10px 26px rgba(18,52,92,.05)}
.tax-landing-page .tax-listing-card:hover{border-color:#c8ddf6;box-shadow:0 18px 36px rgba(18,52,92,.08)}
.tax-landing-page .tax-listing-card .single-product-link{gap:.7rem;padding:1.35rem 1.35rem 1.45rem;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
.tax-landing-page .tax-listing-grid .tax-listing-image-element,.tax-landing-page .tax-listing-grid .single-product-image,.tax-landing-page .tax-listing-card .single-product-image{border-radius:1rem;background:radial-gradient(circle at top center,rgba(133,185,250,.1),rgba(133,185,250,0) 58%),linear-gradient(180deg,#f9fbff 0%,#eef5ff 100%)}
.tax-landing-page .tax-listing-title{margin-bottom:.2rem;color:#112f52}
.tax-landing-page .tax-listing-meta{margin-top:.15rem;border:1px solid rgba(201,221,245,.85);background:#edf5ff}
.tax-landing-page .tax-listing-summary{margin-top:.45rem}
.tax-landing-page .tax-listing-specs{gap:.45rem}
.tax-landing-page .tax-listing-specs li{border-radius:999px;border-color:rgba(215,229,246,.9);background:#f5f9ff;color:#2d577f;font-size:1.08rem}
.tax-landing-page .tax-listing-action-row{gap:1rem;padding-top:.3rem}
.tax-landing-page .tax-listing-price{border-radius:.7rem !important;box-shadow:0 10px 18px rgba(65,153,255,.18)}
.tax-landing-page .tax-listing-card-cta{min-height:4rem;padding:0 1.25rem;border-radius:.85rem;box-shadow:0 10px 18px rgba(20,63,119,.12)}
@media (min-width:768px){
	.tax-landing-page .tax-landing-lineup{margin-top:-2.1rem}
	.tax-landing-page .tax-landing-intro{max-width:108rem}
}
@media (min-width:1024px){
	.tax-landing-page .tax-landing-lineup{margin-top:-3.2rem}
	.tax-landing-page .tax-landing-breadcrumb,.tax-landing-page .tax-landing-title,.tax-landing-page .tax-landing-result-count,.tax-landing-page .tax-hero-actions{max-width:none}
	.tax-landing-page .tax-landing-intro{max-width:118rem}
	.tax-landing-page .tax-landing-listing{margin-top:2.8rem;padding-top:3.4rem}
	.tax-landing-page .tax-listing-header{margin-bottom:1.8rem;gap:1rem 2rem}
	.tax-landing-page .tax-listing-sortbar{margin-bottom:1.7rem}
}
@media (min-width:1280px){
	.tax-landing-page .tax-landing-intro{max-width:122rem}
}
.tax-landing-page .tax-landing-benefits,.tax-landing-page .tax-landing-use-cases,.tax-landing-page .tax-landing-faq,.tax-landing-page .tax-landing-service,.tax-landing-page .tax-landing-cta,.tax-landing-page .tax-landing-related{position:relative}
.tax-landing-page .tax-landing-benefits .tax-section-title,.tax-landing-page .tax-landing-use-cases .tax-section-title,.tax-landing-page .tax-landing-faq .tax-section-title,.tax-landing-page .tax-landing-service .tax-section-title,.tax-landing-page .tax-landing-cta .tax-section-title,.tax-landing-page .tax-landing-related .tax-section-title{margin-bottom:1.45rem}
.tax-landing-page .tax-landing-benefits{margin-top:1rem}
.tax-landing-page .tax-landing-benefits .tax-landing-shell{position:relative;padding-top:1.2rem}
.tax-landing-page .tax-landing-benefits .tax-landing-shell:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,rgba(210,224,242,0) 0%,rgba(210,224,242,.95) 18%,rgba(210,224,242,.95) 82%,rgba(210,224,242,0) 100%);pointer-events:none}
.tax-landing-page .tax-benefit-grid{gap:1.25rem}
.tax-landing-page .tax-landing-benefits .tax-card,.tax-landing-page .tax-landing-use-cases .tax-card{position:relative;border:1px solid rgba(218,232,247,.9);border-radius:1.5rem;background:linear-gradient(180deg,rgba(250,252,255,.96) 0%,rgba(244,249,255,.86) 100%);box-shadow:0 12px 28px rgba(18,52,92,.045)}
.tax-landing-page .tax-landing-benefits .tax-card:before,.tax-landing-page .tax-landing-use-cases .tax-card:before{content:"";position:absolute;inset:0 auto 0 0;width:.42rem;background:linear-gradient(180deg,#143f77 0%,#4199ff 100%)}
.tax-landing-page .tax-landing-benefits .tax-card-title,.tax-landing-page .tax-landing-use-cases .tax-card-title{margin:1.45rem 1.6rem 0;font-size:1.9rem;max-width:32rem}
.tax-landing-page .tax-landing-benefits .tax-card-content,.tax-landing-page .tax-landing-use-cases .tax-card-content{margin:.85rem 1.6rem 1.55rem;max-width:none;color:#4c637d}
.tax-landing-page .tax-benefit-card-no-icon .tax-benefit-copy{min-height:100%}
.tax-landing-page .tax-benefit-card-no-icon .tax-card-title,.tax-landing-page .tax-benefit-card-no-icon .tax-card-content{max-width:none}
.tax-landing-page .tax-landing-benefits .tax-card>.tax-benefit-copy:only-child,.tax-landing-page .tax-landing-use-cases .tax-card>.tax-use-case-content:only-child{grid-column:1/-1;justify-self:stretch;width:100%;min-width:0;min-height:100%}
.tax-landing-page .tax-landing-benefits .tax-card>.tax-benefit-copy:only-child .tax-card-title,.tax-landing-page .tax-landing-benefits .tax-card>.tax-benefit-copy:only-child .tax-card-content,.tax-landing-page .tax-landing-use-cases .tax-card>.tax-use-case-content:only-child .tax-card-title,.tax-landing-page .tax-landing-use-cases .tax-card>.tax-use-case-content:only-child .tax-card-content{max-width:none}
.tax-landing-page .tax-landing-use-cases{margin-top:.8rem}
.tax-landing-page .tax-landing-use-cases .tax-landing-shell{padding-top:2rem;border-top:1px solid rgba(214,228,244,.92)}
.tax-landing-page .tax-use-case-grid{gap:1.25rem}
.tax-landing-page .tax-use-case-content{padding-bottom:0;background:none}
.tax-landing-page .tax-landing-faq{margin-top:1rem}
.tax-landing-page .tax-landing-faq .tax-landing-shell{padding-top:2rem;border-top:1px solid rgba(214,228,244,.92)}
.tax-landing-page .tax-faq-list{display:grid;gap:1.45rem}
.tax-landing-page .tax-faq-item{border:1px solid rgba(216,229,245,.92);border-radius:1.25rem;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(249,252,255,.92) 100%);box-shadow:0 10px 20px rgba(18,52,92,.035);padding:1.55rem 1.75rem}
.tax-landing-page .tax-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;color:#143453}
.tax-landing-page .tax-faq-item summary:after{content:"+";flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:999px;background:#eef5ff;color:#1a4e86;font-size:1.8rem;line-height:1;font-weight:500}
.tax-landing-page .tax-faq-item[open] summary:after{content:"-"}
.tax-landing-page .tax-faq-item .tax-faq-answer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(221,232,244,.92)}
.tax-landing-page .tax-faq-item .tax-faq-answer p{margin-top:0;color:#4d637b}
.tax-landing-page .tax-landing-service{margin-top:1.1rem}
.tax-landing-page .tax-service-shell{position:relative;display:grid;gap:1.4rem;border:1px solid rgba(213,228,245,.95);border-radius:1.7rem;background:radial-gradient(circle at top left,rgba(69,154,255,.12),transparent 24%),linear-gradient(180deg,rgba(248,251,255,.98) 0%,rgba(241,247,255,.92) 100%);box-shadow:0 18px 34px rgba(18,52,92,.05);padding:clamp(2rem,1.2vw + 1.5rem,2.8rem)}
.tax-landing-page .tax-service-content{margin-top:.2rem;max-width:68rem;color:#4d647d}
.tax-landing-page .tax-service-list{margin-top:0;display:grid;gap:.7rem;padding-left:1.9rem;color:#36506d}
.tax-landing-page .tax-service-map-wrap{margin-top:.3rem;border:1px solid rgba(193,216,242,.95);border-radius:1.3rem;box-shadow:0 10px 22px rgba(18,52,92,.045)}
.tax-landing-page .tax-service-map-note{margin-top:.2rem}
.tax-landing-page .tax-landing-cta{margin-top:1.2rem}
.tax-landing-page .tax-cta-shell{position:relative;display:grid;gap:1rem;border:1px solid rgba(214,228,244,.94);border-radius:1.6rem;background:radial-gradient(circle at 88% 28%,rgba(109,176,255,.12),rgba(109,176,255,0) 24%),linear-gradient(135deg,rgba(245,250,255,.98) 0%,rgba(255,255,255,.94) 64%,rgba(244,249,255,.98) 100%),#ffffff;box-shadow:0 14px 30px rgba(18,52,92,.045);padding:clamp(2rem,1vw + 1.6rem,2.8rem);overflow:hidden}
.tax-landing-page .tax-cta-content{margin-top:0;max-width:74rem;color:#50657d}
.tax-landing-page .tax-cta-actions{margin-top:.25rem;gap:.85rem}
.tax-landing-page .tax-cta{border-radius:999px;min-height:4.4rem;padding:.9rem 1.7rem;position:relative;z-index:1}
.tax-landing-page .tax-landing-related{margin-top:1.25rem;padding-bottom:2.6rem}
.tax-landing-page .tax-landing-related .tax-landing-shell{padding-top:2rem;border-top:1px solid rgba(214,228,244,.92)}
.tax-landing-page .tax-related-grid{gap:1.1rem}
.tax-landing-page .tax-related-card{border:1px solid rgba(216,230,246,.94);border-radius:1.35rem;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,251,255,.9) 100%);box-shadow:0 12px 24px rgba(18,52,92,.04)}
.tax-landing-page .tax-related-card a{display:flex;flex-direction:column;height:100%}
.tax-landing-page .tax-related-card img{padding:1.35rem 1.2rem .9rem;background:radial-gradient(circle at top center,rgba(133,185,250,.1),rgba(133,185,250,0) 60%),linear-gradient(180deg,#f8fbff 0%,#f1f7ff 100%)}
.tax-landing-page .tax-related-card h3{padding:1.05rem 1.25rem 1.3rem;border-top:0;background:transparent;color:#193c60}
.tax-landing-page .tax-related-card:hover{border-color:#b8d4f6;box-shadow:0 16px 30px rgba(18,52,92,.06)}
@media (min-width:768px){
	.tax-landing-page .tax-benefit-grid,.tax-landing-page .tax-use-case-grid,.tax-landing-page .tax-related-grid{gap:1.2rem}
}
@media (min-width:1024px){
	.tax-landing-page .tax-landing-benefits{margin-top:1.4rem}
	.tax-landing-page .tax-service-shell{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;column-gap:2rem}
	.tax-landing-page .tax-service-shell>.tax-section-title,.tax-landing-page .tax-service-shell>.tax-service-content,.tax-landing-page .tax-service-shell>.tax-service-list,.tax-landing-page .tax-service-shell>.tax-service-map-note{grid-column:1}
	.tax-landing-page .tax-service-map-wrap{grid-column:2;grid-row:1/span 4;margin-top:0}
	.tax-landing-page .tax-cta-shell{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.2rem 2rem}
	.tax-landing-page .tax-cta-shell>.tax-section-title,.tax-landing-page .tax-cta-shell>.tax-cta-content{grid-column:1}
	.tax-landing-page .tax-cta-actions{grid-column:2;grid-row:1/span 2;margin-top:0;justify-content:flex-end;align-self:center}
}

/* Adaptive featured landing refresh */
.tax-landing-page.tax-landing-page--adaptive .tax-landing-featured-adaptive{padding-top:.2rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{border-radius:1.4rem;border:1px solid #d7e6fb;background:radial-gradient(circle at top left,rgba(65,153,255,.16),transparent 28%),linear-gradient(180deg,#f8fbff 0%,#ffffff 36%,#f7fbff 100%);box-shadow:0 22px 44px rgba(18,52,92,.08);padding:1.8rem;gap:1.6rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-header{grid-template-columns:minmax(0,1fr);gap:1.25rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-copy{gap:.8rem;max-width:none}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-kicker{font-size:1.14rem;letter-spacing:.14em}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-meta-row{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-count,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-inline{margin:0;display:inline-flex;align-items:center;min-height:3rem;padding:.45rem .95rem;border-radius:999px;font-size:1.22rem;line-height:1.2;font-weight:700}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-count{background:#eaf3ff;border:1px solid #cfe2ff;color:#174d86}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-inline{background:rgba(15,64,114,.06);border:1px solid rgba(15,64,114,.1);color:#35506e}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-intro{margin:0;max-width:none;width:100%;font-size:clamp(1.45rem,.12vw + 1.4rem,1.7rem);line-height:1.65;color:#314a67}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-header-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.2rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button{min-height:4.2rem;padding:.2rem 1.35rem;border-radius:999px;font-size:1.3rem;box-shadow:0 8px 18px rgba(18,52,92,.08)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link-primary,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button{border-color:#143f77;background:#143f77;color:#ffffff}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link-primary:hover,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link-primary:focus-visible,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button:hover,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button:focus-visible{background:#0e325f;border-color:#0e325f;color:#ffffff}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{gap:1.35rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card{border-radius:1.25rem;border:1px solid #d9e7fb;box-shadow:0 16px 32px rgba(18,52,92,.06)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card:hover{transform:translateY(-4px);border-color:#99c5fb;box-shadow:0 24px 40px rgba(18,52,92,.12)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-link{display:flex;flex-direction:column;height:100%}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-media-wrap{border-bottom:1px solid #dce8f8;background:radial-gradient(circle at center,rgba(255,255,255,.92) 0%,rgba(255,255,255,0) 68%),linear-gradient(180deg,#eef6ff 0%,#f9fbff 100%)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-card-image-fallback-featured{aspect-ratio:4/3;min-height:22rem;padding:1.4rem 1.2rem .8rem}
.tax-landing-page.tax-landing-page--adaptive .tax-card-image-fallback-featured span{max-width:24rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-content{display:flex;flex-direction:column;gap:1rem;padding:1.35rem 1.35rem 1.45rem;flex:1 1 auto}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-body{display:grid;gap:.8rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-footer{margin-top:auto;display:grid;gap:.85rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-title{font-size:2rem;line-height:1.18}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-summary{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:1.36rem;line-height:1.58;color:#45617f}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-specs{gap:.5rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-specs li{border-radius:999px;padding:.42rem .78rem;background:#f4f8ff;border-color:#d6e7ff}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-tier-row{margin-top:0}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-action-row{margin-top:0;align-items:stretch;gap:1rem;flex-wrap:wrap}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-price-wrap{gap:.35rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-price{min-height:3.6rem;padding:0 1.15rem;border-radius:.7rem;box-shadow:inset 0 -1px 0 rgba(0,0,0,.08)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-cta{min-height:4.2rem;min-width:12rem;padding:0 1.4rem;border-radius:.9rem;margin-left:auto;box-shadow:0 10px 18px rgba(20,63,119,.16)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero{border-color:#9dc7fb;box-shadow:0 22px 44px rgba(18,52,92,.12)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-title{font-size:clamp(2.2rem,.5vw + 2rem,2.8rem)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-card-image-fallback-featured{aspect-ratio:16/11;min-height:25rem;padding-top:1.6rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-card-image-fallback-featured{min-height:23rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights-row{margin-top:.15rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights{display:grid;grid-template-columns:minmax(0,1fr);gap:.8rem;width:100%;margin:0}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights li{display:grid;grid-template-columns:2.4rem minmax(0,1fr);gap:.85rem;align-items:start;min-height:0;padding:1rem 1.05rem;border-radius:1rem;border:1px solid #d7e6fb;background:#ffffff;box-shadow:0 10px 24px rgba(18,52,92,.05);color:#24496f;font-size:1.28rem;line-height:1.5;font-weight:600}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlight-icon{position:relative;display:inline-flex;width:2.4rem;height:2.4rem;border-radius:999px;background:linear-gradient(180deg,#143f77 0%,#4199ff 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlight-icon::after{content:"";position:absolute;inset:.72rem;border-radius:999px;background:#ffffff}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlight-text{display:block}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-bar{padding-top:.4rem}

@media (min-width:768px){
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:2rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card{grid-column:span 3}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero{grid-column:span 6}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large{grid-column:span 3}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (min-width:1100px){
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:2.2rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card{grid-column:span 4}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero{grid-column:span 8}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-card-link{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(28rem,.85fr)}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-media-wrap{border-right:1px solid #dce8f8;border-bottom:0}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-card-image-fallback-featured{min-height:100%;height:100%;padding:1.8rem 1.5rem 1rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large{grid-column:span 6}
}

/* Adaptive featured compact layout refinements */
.tax-landing-page.tax-landing-page--adaptive .tax-landing-featured-adaptive.padding-x{padding-left:.8rem;padding-right:.8rem}
.tax-landing-page.tax-landing-page--adaptive .tax-landing-shell{max-width:160rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:1.3rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-header{gap:.85rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-copy{gap:.55rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-intro{max-width:126rem;font-size:clamp(1.28rem,.06vw + 1.24rem,1.48rem);line-height:1.48}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{gap:.95rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-card-image-fallback-featured{min-height:23rem;padding:1.2rem 1rem .7rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-title{font-size:1.9rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-summary{-webkit-line-clamp:2;line-clamp:2}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-content{padding:1rem 1rem 1.05rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-cta{min-height:3.4rem;min-width:9.4rem;padding:0 .95rem;border-radius:.72rem;font-size:1.16rem;box-shadow:0 7px 14px rgba(20,63,119,.14)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights li{padding:.9rem .95rem}

@media (min-width:768px){
	.tax-landing-page.tax-landing-page--adaptive .tax-landing-featured-adaptive.padding-x{padding-left:1rem;padding-right:1rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:1.45rem}
}

@media (min-width:1100px){
	.tax-landing-page.tax-landing-page--adaptive .tax-landing-featured-adaptive.padding-x{padding-left:1.2rem;padding-right:1.2rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:1.55rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card{grid-column:span 4}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large{grid-column:span 6}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-card-link{display:flex;flex-direction:column}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-media-wrap{border-right:0;border-bottom:1px solid #dce8f8}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-card-image-fallback-featured{aspect-ratio:16/10;min-height:24rem;height:auto;padding:1.2rem 1rem .7rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-card-image-fallback-featured{min-height:22.5rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* Adaptive cohesive flow refinements */
.tax-landing-page.tax-landing-page--adaptive .tax-landing{padding-top:1.35rem;padding-bottom:1.35rem}
.tax-landing-page.tax-landing-page--adaptive .tax-landing.padding-x,.tax-landing-page.tax-landing-page--adaptive .tax-landing-shell.padding-x{padding-left:clamp(1.8rem,3vw,2.8rem);padding-right:clamp(1.8rem,3vw,2.8rem)}
.tax-landing-page.tax-landing-page--adaptive .tax-landing-shell{max-width:138rem}
.tax-landing-page.tax-landing-page--adaptive .tax-landing-hero .tax-landing-shell{max-width:122rem;margin-left:auto;margin-right:auto;display:block;padding-top:8.2rem;padding-bottom:6rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-followup-actions{justify-content:center}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell,.tax-landing-page.tax-landing-page--adaptive .tax-listing-header{border-radius:1.1rem;border-color:#dbe7f8;background:linear-gradient(180deg,rgba(249,252,255,.94) 0%,rgba(255,255,255,.88) 100%);box-shadow:0 14px 30px rgba(18,52,92,.045)}
.tax-landing-page.tax-landing-page--adaptive .tax-listing-header{padding:1.05rem 1.2rem;gap:.45rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:1.2rem;gap:1.15rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-header{gap:.5rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-copy{gap:.35rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-kicker{font-size:1.08rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-meta-row{gap:.6rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{gap:.9rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-content{gap:.85rem;padding:.95rem .95rem 1rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-footer{gap:.65rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-intro{margin:0;max-width:96rem;font-size:clamp(1.24rem,.08vw + 1.2rem,1.42rem);line-height:1.52;color:#385471}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-followup{display:grid;gap:1rem;align-items:center;padding-top:.35rem;border-top:1px solid rgba(206,223,244,.85)}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-followup-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-link,.tax-landing-page.tax-landing-page--adaptive .tax-featured-overflow-button{min-height:3.85rem;padding:0 .95rem;font-size:1.18rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-price{min-height:3.3rem;padding:0 1rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-cta{min-height:3.2rem;min-width:8.8rem;padding:0 .85rem;font-size:1.08rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-action-row{gap:.75rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights-row{margin-top:.05rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights{gap:.65rem}
.tax-landing-page.tax-landing-page--adaptive .tax-featured-highlights li{background:rgba(255,255,255,.72);box-shadow:none}

@media (min-width:768px){
	.tax-landing-page.tax-landing-page--adaptive .tax-landing.padding-x,.tax-landing-page.tax-landing-page--adaptive .tax-landing-shell.padding-x{padding-left:clamp(2.4rem,4vw,3.8rem);padding-right:clamp(2.4rem,4vw,3.8rem)}
	.tax-landing-page.tax-landing-page--adaptive .tax-landing-hero .tax-landing-shell{padding-top:8.8rem;padding-bottom:5.9rem;max-width:122rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:1.3rem 1.35rem 1.4rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-followup{grid-template-columns:minmax(0,1fr) auto;gap:1.2rem}
}

@media (min-width:1100px){
	.tax-landing-page.tax-landing-page--adaptive .tax-landing.padding-x,.tax-landing-page.tax-landing-page--adaptive .tax-landing-shell.padding-x{padding-left:clamp(3rem,5vw,5rem);padding-right:clamp(3rem,5vw,5rem)}
	.tax-landing-page.tax-landing-page--adaptive .tax-landing-hero .tax-landing-shell{max-width:122rem;padding-top:9.2rem;padding-bottom:6.2rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{padding:1.35rem 1.45rem 1.5rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-grid{gap:.95rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-hero .tax-card-image-fallback-featured{min-height:22.8rem}
	.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-featured-image,.tax-landing-page.tax-landing-page--adaptive .tax-featured-card-tier-large .tax-card-image-fallback-featured{min-height:21.5rem}
}
.tax-landing-page .tax-mobile-summary-slot{display:none}
@media (max-width:767px){.tax-landing-page--mobile-priority .tax-landing-lineup{display:none}.tax-landing-page--mobile-priority .tax-mobile-summary-slot{display:block;padding-top:1.8rem;padding-bottom:2.2rem;background:#f4f9ff}.tax-landing-page--mobile-priority .tax-mobile-summary-slot .tax-landing-intro{display:block;margin:0 auto;max-width:72rem;padding:1.6rem;border:1px solid #d7e6f7;border-radius:.6rem;background:#fff;color:#334e6d;font-size:1.45rem;line-height:1.65;box-shadow:0 10px 24px rgba(18,52,92,.06)}}

/* Shared UI alignment for rental category landing pages */
.tax-landing-page{--tax-btn-blue:#1295e8;--tax-btn-navy:#062f48;--tax-btn-ink:#082f49;--tax-card-border:#d6e4f3;--tax-card-shadow:0 1.2rem 3rem rgba(18,52,92,.075)}
.tax-landing-page .jcr-btn{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;min-height:4.4rem;padding:.78rem 1.55rem;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:1.25rem;font-weight:800;line-height:1.1;letter-spacing:.015em;text-decoration:none;text-transform:uppercase;overflow:hidden;box-shadow:0 .9rem 2rem rgba(18,52,92,.12);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,background-color .18s ease}
.tax-landing-page .jcr-btn>span{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center}
.tax-landing-page .jcr-btn::before{content:"";position:absolute;inset:0;z-index:0;background:rgba(255,255,255,.14);transform:translateX(-105%);transition:transform .28s ease}
.tax-landing-page .jcr-btn:hover,.tax-landing-page .jcr-btn:focus-visible{transform:translateY(-1px);text-decoration:none;box-shadow:0 1.2rem 2.8rem rgba(18,52,92,.18)}
.tax-landing-page .jcr-btn:hover::before,.tax-landing-page .jcr-btn:focus-visible::before{transform:translateX(0)}
.tax-landing-page .jcr-btn:focus-visible{outline:3px solid rgba(18,149,232,.34);outline-offset:3px}
.tax-landing-page .jcr-btn--white-solid{background:#fff;color:var(--tax-btn-ink);border-color:#fff}
.tax-landing-page .jcr-btn--dark{background:rgba(3,31,49,.74);color:#fff;border-color:rgba(255,255,255,.42);box-shadow:none}
.tax-landing-page .jcr-btn--blue-solid{background:var(--tax-btn-blue);color:#fff;border-color:var(--tax-btn-blue)}
.tax-landing-page .jcr-btn--blue{background:#fff;color:var(--tax-btn-ink);border-color:rgba(18,149,232,.52);box-shadow:0 .8rem 1.8rem rgba(18,52,92,.08)}
.tax-landing-page .tax-hero-action.jcr-btn,.tax-landing-page .tax-lineup-action.jcr-btn,.tax-landing-page .tax-cta.jcr-btn,.tax-landing-page .tax-featured-overflow-link.jcr-btn,.tax-landing-page .tax-featured-overflow-button.jcr-btn{border-radius:999px}
.tax-landing-page .tax-lineup-model-card,.tax-landing-page .tax-listing-card,.tax-landing-page .tax-featured-card{border-color:var(--tax-card-border);box-shadow:var(--tax-card-shadow)}
.tax-landing-page .tax-lineup-model-card:hover,.tax-landing-page .tax-listing-card:hover,.tax-landing-page .tax-featured-card:hover{border-color:rgba(18,149,232,.32);box-shadow:0 1.6rem 3.6rem rgba(18,52,92,.11)}
.tax-landing-page .tax-lineup-model-cta,.tax-landing-page .tax-featured-card-cta,.tax-landing-page .tax-listing-card-link{border-radius:999px}
.tax-landing-page .tax-sort-chip{border-radius:999px;border-color:rgba(18,52,92,.15);background:#fff;color:#173e5d;font-weight:800;box-shadow:0 .55rem 1.35rem rgba(18,52,92,.05);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}
.tax-landing-page .tax-sort-chip:hover,.tax-landing-page .tax-sort-chip:focus-visible{border-color:rgba(18,149,232,.45);background:#f6fbff;color:#07334f;box-shadow:0 .8rem 1.7rem rgba(18,52,92,.08)}
.tax-landing-page .tax-sort-chip.is-active,.tax-landing-page .tax-sort-chip[aria-pressed=true]{border-color:rgba(18,149,232,.62);background:#eaf6ff;color:#062f48}
.tax-landing-page .tax-lineup-shell,.tax-landing-page .tax-listing-header,.tax-landing-page .tax-cta-card,.tax-landing-page.tax-landing-page--adaptive .tax-featured-shell{border-color:rgba(214,228,243,.92);box-shadow:0 1.4rem 3.4rem rgba(18,52,92,.065)}
.tax-landing-page .tax-landing-lineup,.tax-landing-page .tax-landing-models,.tax-landing-page .tax-landing-cta{scroll-margin-top:10rem}

@media (max-width:767px){
	.tax-landing-page .jcr-btn{width:100%;min-height:4.2rem;padding:.76rem 1.25rem;font-size:1.16rem}
	.tax-landing-page .tax-hero-actions,.tax-landing-page .tax-lineup-actions,.tax-landing-page .tax-cta-actions,.tax-landing-page .tax-featured-followup-actions{width:100%;align-items:stretch}
	.tax-landing-page .tax-sort-chip{min-height:3.8rem}
}

@media (prefers-reduced-motion:reduce){
	.tax-landing-page .jcr-btn,.tax-landing-page .jcr-btn::before,.tax-landing-page .tax-sort-chip{transition:none}
	.tax-landing-page .jcr-btn:hover,.tax-landing-page .jcr-btn:focus-visible{transform:none}
}
