/**
 * Biltmore Motors — Homepage About Us section POC
 * Scoped under .biltmore-home-about-poc / .biltmore-home-sections.
 */

.biltmore-home-about-poc,
.biltmore-home-sections {
	--hau-bg: #fafafa;
	--hau-bg-2: #f4f5f7;
	--hau-bg-3: #ffffff;
	--hau-text: #0a0b0d;
	--hau-text-secondary: #5c6370;
	--hau-text-muted: #8b919a;
	--hau-border: #e8eaed;
	--hau-brand: #ff2800;
	--hau-brand-soft: rgba(255, 40, 0, 0.08);
	--hau-brand-border: rgba(255, 40, 0, 0.35);
	--hau-warm-soft: rgba(255, 176, 32, 0.1);
	--hau-warm-border: rgba(255, 176, 32, 0.35);
	--hau-grad-brand: linear-gradient(135deg, #ff2800 0%, #ff6b35 100%);
	--hau-radius-sm: 8px;
	--hau-radius-md: 12px;
	--hau-radius-lg: 16px;
	--hau-radius-pill: 999px;
	--hau-shadow-sm: 0 2px 8px rgba(10, 11, 13, 0.06);
	--hau-shadow-md: 0 8px 24px rgba(10, 11, 13, 0.08);
	--hau-transition: 0.2s ease;
	--hau-section-py: 72px;
	--hau-mono: "SF Mono", "Consolas", "Monaco", monospace;
	--hau-fs-xs: 13px;
	--hau-fs-sm: 14px;
	--hau-fs-base: 16px;
	--hau-fs-md: 18px;
	--hau-fs-lg: 21px;
	--hau-fs-2xl: clamp(26px, 3.5vw, 34px);
	--hau-fs-hero: clamp(34px, 4.8vw, 50px);
	--hau-fs-hero-lead: clamp(18px, 2.2vw, 22px);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	font-size: var(--hau-fs-base) !important;
	color: var(--hau-text);
	line-height: 1.65;
}

body.biltmore-home-about-poc-page #primary,
body.biltmore-home-about-poc-page .autobid-breadcrumbs,
body.biltmore-home-about-poc-page .page-title,
body.biltmore-home-about-poc-page .entry-content {
	display: none !important;
}

body.biltmore-home-about-poc-page .biltmore-home-about-poc {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.biltmore-home-about-poc *,
.biltmore-home-about-poc *::before,
.biltmore-home-about-poc *::after {
	box-sizing: border-box;
}

.biltmore-home-about-poc .hau-container {
	width: 100% !important;
	max-width: 1140px !important;
	margin: 0 auto !important;
	padding: 0 24px !important;
}

.biltmore-home-about-poc p,
.biltmore-home-about-poc li {
	font-size: var(--hau-fs-base) !important;
	line-height: 1.65 !important;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc h2,
.biltmore-home-about-poc h3 {
	line-height: 1.2 !important;
	color: var(--hau-text);
}

/* POC banner */
.biltmore-home-about-poc .hau-poc-banner {
	background: var(--hau-text);
	color: #fff;
	padding: 14px 0;
	border-bottom: 3px solid var(--hau-brand);
}

.biltmore-home-about-poc .hau-poc-banner-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
}

.biltmore-home-about-poc .hau-poc-badge {
	display: inline-flex;
	padding: 4px 12px;
	background: var(--hau-brand);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.biltmore-home-about-poc .hau-poc-banner p {
	margin: 0;
	font-size: var(--hau-fs-sm) !important;
	color: rgba(255, 255, 255, 0.85) !important;
}

.biltmore-home-about-poc .hau-poc-banner a {
	color: #fff !important;
	font-weight: 600;
	text-decoration: underline !important;
	margin-left: 6px;
}

/* Mock homepage context */
.biltmore-home-about-poc .hau-context {
	padding: 18px 0;
	background: var(--hau-bg-2);
	border: 1px dashed var(--hau-border);
}

.biltmore-home-about-poc .hau-context span {
	display: block;
	text-align: center;
	font-family: var(--hau-mono);
	font-size: var(--hau-fs-xs) !important;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-context-top {
	border-bottom: none;
}

.biltmore-home-about-poc .hau-context-bottom {
	border-top: none;
}

/* Section spacing */
.biltmore-home-about-poc .hau-section,
.biltmore-home-about-poc .hau-auctions-section,
.biltmore-home-about-poc .hau-process-section,
.biltmore-home-about-poc .hau-why-section,
.biltmore-home-about-poc .hau-cta-section {
	padding: var(--hau-section-py) 0;
}

.biltmore-home-about-poc .hau-compare-section {
	padding: 64px 0 88px;
}

body.biltmore-home-page .entry-content .biltmore-home-sections {
	clear: both;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

body.biltmore-home-page .autobid_header_slider {
	display: none !important;
}

body.biltmore-home-page .entry-content > .biltmore-home-sections:first-child {
	margin-top: 0;
}

/* Live auctions section */
.biltmore-home-about-poc .hau-auctions-section {
	background: var(--hau-bg);
	border-top: 1px solid var(--hau-border);
	border-bottom: 1px solid var(--hau-border);
}

.biltmore-home-about-poc .hau-auctions-head {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
}

.biltmore-home-about-poc .hau-auctions-title {
	font-size: var(--hau-fs-2xl) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	margin: 0 0 12px;
}

.biltmore-home-about-poc .hau-auctions-title .brand-grad {
	background: var(--hau-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-auctions-lead {
	font-size: var(--hau-fs-md) !important;
	margin: 0;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-auctions-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 28px;
}

.biltmore-home-about-poc .hau-auctions-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-family: inherit;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 700;
	color: var(--hau-text-secondary);
	cursor: pointer;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-auctions-tab i {
	font-size: 14px;
	color: var(--hau-text-muted);
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-auctions-tab:hover,
.biltmore-home-about-poc .hau-auctions-tab.is-active {
	border-color: var(--hau-brand-border);
	background: var(--hau-brand-soft);
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-auctions-tab.is-active i,
.biltmore-home-about-poc .hau-auctions-tab:hover i {
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-auctions-panel {
	display: none;
}

.biltmore-home-about-poc .hau-auctions-panel.is-active {
	display: block;
}

.biltmore-home-about-poc .hau-auctions-panel-desc {
	margin: 0 0 18px;
	text-align: center;
	font-size: var(--hau-fs-sm) !important;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auctions-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.biltmore-home-about-poc .hau-auction-card {
	display: flex;
	flex-direction: column;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	overflow: hidden;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-auction-card:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-3px);
}

.biltmore-home-about-poc .hau-auction-media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: var(--hau-bg-2);
	overflow: hidden;
}

.biltmore-home-about-poc .hau-auction-media-link {
	display: block;
	width: 100%;
	height: 100%;
}

.biltmore-home-about-poc .hau-auction-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.biltmore-home-about-poc .hau-auction-card:hover .hau-auction-media img {
	transform: scale(1.04);
}

.biltmore-home-about-poc .hau-auction-media-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	font-size: 42px;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auction-media-badges,
.biltmore-shop-auctions .hau-auction-media-badges {
	position: absolute;
	top: 12px;
	right: 12px;
	left: auto;
	bottom: auto;
	display: flex;
	pointer-events: none;
}

.biltmore-home-about-poc .hau-auction-badge,
.biltmore-shop-auctions .hau-auction-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-auction-badge.live,
.biltmore-shop-auctions .hau-auction-badge.live {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--hau-brand-border);
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-auction-badge.live::before,
.biltmore-shop-auctions .hau-auction-badge.live::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hau-brand);
	animation: hau-live-pulse 1.6s ease-in-out infinite;
}

.biltmore-home-about-poc .hau-auction-badge.ending-soon,
.biltmore-shop-auctions .hau-auction-badge.ending-soon {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--hau-warm-border);
	color: #c47a00;
}

.biltmore-home-about-poc .hau-auction-badge.ended,
.biltmore-shop-auctions .hau-auction-badge.ended {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(92, 99, 112, 0.28);
	color: #5c6370;
}

@keyframes hau-live-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.55; transform: scale(0.85); }
}

.biltmore-home-about-poc .hau-auction-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 20px 20px;
}

.biltmore-home-about-poc .hau-auction-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.biltmore-home-about-poc .hau-auction-lot {
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auction-category {
	padding: 4px 10px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-size: 11px !important;
	font-weight: 700;
	color: var(--hau-text-secondary);
	white-space: nowrap;
}

.biltmore-home-about-poc .hau-auction-title {
	font-size: var(--hau-fs-md) !important;
	font-weight: 700 !important;
	margin: 0 0 6px;
	line-height: 1.25 !important;
	letter-spacing: -0.02em;
}

.biltmore-home-about-poc .hau-auction-title a {
	color: var(--hau-text) !important;
	text-decoration: none !important;
}

.biltmore-home-about-poc .hau-auction-title a:hover {
	color: var(--hau-brand) !important;
}

.biltmore-home-about-poc .hau-auction-specs {
	margin: 0 0 10px;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 500;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-auction-trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 12px;
	font-size: 12px !important;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auction-trust-sep {
	color: var(--hau-border);
}

.biltmore-home-about-poc .hau-auction-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
}

.biltmore-home-about-poc .hau-auction-tags span {
	padding: 4px 10px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-size: 11px !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-auction-bid-block {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	margin-bottom: 14px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-md);
}

.biltmore-home-about-poc .hau-auction-price-label {
	display: block;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
	margin-bottom: 4px;
}

.biltmore-home-about-poc .hau-auction-price-value {
	font-size: clamp(22px, 2.5vw, 26px) !important;
	font-weight: 700;
	line-height: 1.1;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-auction-price-value .amount,
.biltmore-home-about-poc .hau-auction-price-value bdi {
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-auction-bid-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	text-align: right;
}

.biltmore-home-about-poc .hau-auction-bid-count {
	font-size: var(--hau-fs-sm) !important;
	font-weight: 700;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-auction-bid-status {
	font-size: 12px !important;
	font-weight: 600;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auction-ends {
	font-size: 12px !important;
	font-weight: 700;
	color: #c47a00;
}

.biltmore-home-about-poc .hau-auction-bid-btn {
	width: 100%;
	justify-content: center;
	margin-top: auto;
	text-align: center;
}

.biltmore-home-about-poc .hau-auctions-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 24px;
	text-align: center;
	background: var(--hau-bg);
	border: 1px dashed var(--hau-border);
	border-radius: var(--hau-radius-lg);
}

.biltmore-home-about-poc .hau-auctions-empty p {
	margin: 0 0 16px;
}

.biltmore-home-about-poc .hau-auctions-foot {
	margin-top: 28px;
	text-align: center;
}

/* Section label */
.biltmore-home-about-poc .section-label {
	display: inline-flex;
	padding: 8px 16px;
	background: var(--hau-warm-soft);
	border: 1px solid var(--hau-warm-border);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: var(--hau-fs-xs) !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c47a00;
	margin-bottom: 16px;
}

.biltmore-home-about-poc .section-label.accent {
	background: var(--hau-brand-soft);
	border-color: var(--hau-brand-border);
	color: var(--hau-brand);
}

/* Main section */
.biltmore-home-about-poc .hau-section {
	position: relative;
	background: var(--hau-bg-3);
	overflow: hidden;
}

.biltmore-home-about-poc .hau-section-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 45% at 100% 0%, rgba(255, 40, 0, 0.06) 0%, transparent 55%),
		radial-gradient(ellipse 45% 50% at 0% 100%, rgba(255, 176, 32, 0.08) 0%, transparent 55%);
	pointer-events: none;
}

.biltmore-home-about-poc .hau-section-grid-lines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(10, 11, 13, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(10, 11, 13, 0.025) 1px, transparent 1px);
	background-size: 64px 64px;
	pointer-events: none;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 95%);
}

.biltmore-home-about-poc .hau-section > .hau-container {
	position: relative;
	z-index: 1;
}

.biltmore-home-about-poc .hau-head {
	position: relative;
	max-width: 860px;
	margin: 0 auto 52px;
	padding: 12px 16px 0;
	text-align: center;
}

.biltmore-home-about-poc .hau-head::before {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	z-index: 0;
	width: min(100%, 680px);
	height: 220px;
	background:
		radial-gradient(ellipse 75% 70% at 50% 35%, rgba(255, 40, 0, 0.1) 0%, transparent 72%),
		radial-gradient(ellipse 55% 55% at 80% 20%, rgba(255, 176, 32, 0.08) 0%, transparent 70%);
	transform: translateX(-50%);
	pointer-events: none;
}

.biltmore-home-about-poc .hau-title {
	position: relative;
	z-index: 1;
	font-size: var(--hau-fs-hero) !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
	letter-spacing: -0.045em;
	margin: 0 0 22px;
}

.biltmore-home-about-poc .hau-title .brand-grad {
	background: linear-gradient(135deg, #ff2800 0%, #ff5c33 48%, #ff8a4c 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 2px 14px rgba(255, 40, 0, 0.14));
}

.biltmore-home-about-poc .hau-lead {
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
	font-size: var(--hau-fs-hero-lead) !important;
	line-height: 1.75 !important;
	font-weight: 400;
	color: #4a5260;
}

/* Two-column layout */
.biltmore-home-about-poc .hau-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 40px;
	align-items: start;
	margin-bottom: 40px;
}

.biltmore-home-about-poc .hau-story p {
	margin: 0 0 16px;
}

.biltmore-home-about-poc .hau-quote {
	margin: 0 0 24px;
	padding: 20px 22px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-left: 4px solid var(--hau-brand);
	border-radius: var(--hau-radius-md);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-quote p {
	margin: 0;
	font-size: var(--hau-fs-base) !important;
	font-weight: 500;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
}

.biltmore-home-about-poc .hau-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: var(--hau-radius-pill);
	font-size: var(--hau-fs-base) !important;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-btn-primary {
	background: var(--hau-text);
	color: #fff !important;
}

.biltmore-home-about-poc .hau-btn-primary:hover {
	background: #222;
	transform: translateY(-1px);
	box-shadow: var(--hau-shadow-md);
}

.biltmore-home-about-poc .hau-btn-secondary {
	background: var(--hau-bg-3);
	color: var(--hau-text) !important;
	border-color: var(--hau-border);
}

.biltmore-home-about-poc .hau-btn-secondary:hover {
	background: var(--hau-bg-2);
}

.biltmore-home-about-poc .hau-btn-lg {
	padding: 16px 28px;
	font-size: var(--hau-fs-md) !important;
}

.biltmore-home-about-poc .hau-trust-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
}

.biltmore-home-about-poc .hau-trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-trust-row i {
	color: var(--hau-brand);
	font-size: 14px;
}

/* Feature cards */
.biltmore-home-about-poc .hau-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.biltmore-home-about-poc .hau-feature-card {
	padding: 22px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-feature-card:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-2px);
}

.biltmore-home-about-poc .hau-feature-card.warm {
	background: linear-gradient(180deg, #fff 0%, rgba(255, 176, 32, 0.04) 100%);
}

.biltmore-home-about-poc .hau-feature-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.biltmore-home-about-poc .hau-feature-badge {
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-feature-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-sm);
	color: var(--hau-brand);
	font-size: 16px;
}

.biltmore-home-about-poc .hau-feature-card.warm .hau-feature-icon {
	background: var(--hau-warm-soft);
	border-color: var(--hau-warm-border);
	color: #c47a00;
}

.biltmore-home-about-poc .hau-feature-card h3 {
	font-size: var(--hau-fs-base) !important;
	font-weight: 700 !important;
	margin: 0 0 8px;
}

.biltmore-home-about-poc .hau-feature-card p {
	margin: 0 0 12px;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.biltmore-home-about-poc .hau-feature-tags span {
	padding: 4px 10px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-size: 11px !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

/* Stats bar */
.biltmore-home-about-poc .hau-stats-wrap {
	margin-top: 8px;
}

.biltmore-home-about-poc .hau-stats-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.biltmore-home-about-poc .hau-stat {
	padding: 24px 20px 22px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	text-align: left;
	transition: border-color var(--hau-transition), box-shadow var(--hau-transition), transform var(--hau-transition);
}

.biltmore-home-about-poc .hau-stat--brand {
	border-top: 3px solid var(--hau-brand);
}

.biltmore-home-about-poc .hau-stat--warm {
	border-top: 3px solid #f59e0b;
}

.biltmore-home-about-poc .hau-stat:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-2px);
}

.biltmore-home-about-poc .hau-stat-value {
	font-size: clamp(26px, 2.8vw, 32px) !important;
	font-weight: 800;
	line-height: 1.05 !important;
	letter-spacing: -0.03em;
	color: var(--hau-text);
	margin-bottom: 8px;
}

.biltmore-home-about-poc .hau-stat--brand .hau-stat-value {
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-stat--warm .hau-stat-value {
	color: #c47a00;
}

.biltmore-home-about-poc .hau-stat-label {
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--hau-text-secondary);
	line-height: 1.4 !important;
}

.biltmore-home-about-poc .hau-stats-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.biltmore-home-about-poc .hau-stats-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	background: var(--hau-bg-3);
	color: var(--hau-text) !important;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: var(--hau-shadow-sm);
	transition: border-color var(--hau-transition), box-shadow var(--hau-transition), transform var(--hau-transition);
}

.biltmore-home-about-poc .hau-stats-action i {
	font-size: 0.875rem;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-stats-action:hover {
	border-color: var(--hau-border-hover, #d1d5db);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-1px);
	color: var(--hau-text) !important;
}

.biltmore-home-about-poc .hau-stats-action--primary {
	background: var(--hau-grad-brand);
	border-color: transparent;
	color: #fff !important;
	box-shadow: 0 8px 24px rgba(255, 40, 0, 0.22);
}

.biltmore-home-about-poc .hau-stats-action--primary i {
	color: rgba(255, 255, 255, 0.92);
}

.biltmore-home-about-poc .hau-stats-action--primary:hover {
	color: #fff !important;
	box-shadow: 0 12px 32px rgba(255, 40, 0, 0.28);
}

.biltmore-home-about-poc .hau-meta-sep {
	margin: 0 10px;
	color: var(--hau-text-muted);
}

/* Process section */
.biltmore-home-about-poc .hau-process-section {
	position: relative;
	background: var(--hau-bg-2);
	border-top: 1px solid var(--hau-border);
	overflow: hidden;
}

.biltmore-home-about-poc .hau-process-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 40% at 0% 0%, rgba(255, 40, 0, 0.07) 0%, transparent 55%),
		radial-gradient(ellipse 45% 50% at 100% 100%, rgba(255, 176, 32, 0.08) 0%, transparent 55%);
	pointer-events: none;
}

.biltmore-home-about-poc .hau-process-section > .hau-container {
	position: relative;
	z-index: 1;
}

.biltmore-home-about-poc .hau-process-head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.biltmore-home-about-poc .hau-process-title {
	font-size: var(--hau-fs-2xl) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	margin: 0 0 16px;
}

.biltmore-home-about-poc .hau-process-title .brand-grad {
	background: var(--hau-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-lead {
	font-size: var(--hau-fs-md) !important;
	margin: 0;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 28px;
}

.biltmore-home-about-poc .hau-process-card {
	display: flex;
	flex-direction: column;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-md);
	overflow: hidden;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-process-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(10, 11, 13, 0.12);
}

.biltmore-home-about-poc .hau-process-card-header {
	position: relative;
	padding: 24px 22px 22px;
	overflow: hidden;
}

.biltmore-home-about-poc .hau-process-card-header::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.biltmore-home-about-poc .hau-process-num-bg {
	position: absolute;
	right: 8px;
	bottom: -14px;
	font-family: var(--hau-mono);
	font-size: 96px !important;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	pointer-events: none;
	user-select: none;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-num-bg {
	background: linear-gradient(135deg, rgba(255, 40, 0, 0.16), rgba(255, 107, 53, 0.1));
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-num-bg {
	background: linear-gradient(135deg, rgba(217, 119, 6, 0.18), rgba(251, 191, 36, 0.12));
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-num-bg {
	background: linear-gradient(135deg, rgba(10, 11, 13, 0.12), rgba(42, 49, 64, 0.08));
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-header-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biltmore-home-about-poc .hau-process-num {
	font-family: var(--hau-mono);
	font-size: 34px !important;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-num {
	background: linear-gradient(135deg, #ff2800, #ff6b35);
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-num {
	background: linear-gradient(135deg, #d97706, #f59e0b);
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-num {
	background: linear-gradient(135deg, #1f2430, #4b5568);
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-card-header {
	background: linear-gradient(180deg, #fff8f6 0%, #ffefe9 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 28px rgba(255, 40, 0, 0.1);
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-card-header::after {
	background: linear-gradient(135deg, rgba(255, 40, 0, 0.1) 0%, rgba(255, 107, 53, 0.06) 100%);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-card-header {
	background: linear-gradient(180deg, #fffbf3 0%, #fff3dc 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 28px rgba(217, 119, 6, 0.1);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-card-header::after {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(251, 191, 36, 0.07) 100%);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-card-header {
	background: linear-gradient(180deg, #f4f5f7 0%, #e9ebef 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 28px rgba(10, 11, 13, 0.08);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-card-header::after {
	background: linear-gradient(135deg, rgba(10, 11, 13, 0.07) 0%, rgba(42, 49, 64, 0.04) 100%);
}

.biltmore-home-about-poc .hau-process-icon {
	position: relative;
	z-index: 1;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--hau-radius-md);
	font-size: 21px;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-icon {
	background: linear-gradient(135deg, rgba(255, 40, 0, 0.82), rgba(255, 92, 51, 0.72));
	border: 1px solid rgba(255, 40, 0, 0.18);
	color: #fff;
	box-shadow: 0 8px 22px rgba(255, 40, 0, 0.22), 0 2px 8px rgba(255, 40, 0, 0.12);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-icon {
	background: linear-gradient(135deg, rgba(217, 119, 6, 0.82), rgba(245, 158, 11, 0.72));
	border: 1px solid rgba(217, 119, 6, 0.18);
	color: #fff;
	box-shadow: 0 8px 22px rgba(217, 119, 6, 0.2), 0 2px 8px rgba(245, 158, 11, 0.12);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-icon {
	background: linear-gradient(135deg, rgba(31, 36, 48, 0.92), rgba(42, 49, 64, 0.85));
	border: 1px solid rgba(10, 11, 13, 0.12);
	color: #fff;
	box-shadow: 0 8px 22px rgba(10, 11, 13, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.biltmore-home-about-poc .hau-process-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 22px 24px;
}

.biltmore-home-about-poc .hau-process-stage {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 5px 11px;
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-stage {
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-stage {
	background: var(--hau-warm-soft);
	border: 1px solid var(--hau-warm-border);
	color: #b45309;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-stage {
	background: rgba(10, 11, 13, 0.06);
	border: 1px solid rgba(10, 11, 13, 0.12);
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-process-card h3 {
	font-size: var(--hau-fs-md) !important;
	font-weight: 700 !important;
	margin: 0 0 10px;
	line-height: 1.25 !important;
}

.biltmore-home-about-poc .hau-process-card p {
	margin: 0 0 16px;
	font-size: var(--hau-fs-sm) !important;
	flex: 1;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-process-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}

.biltmore-home-about-poc .hau-process-pills span {
	padding: 5px 11px;
	border-radius: var(--hau-radius-pill);
	font-size: 12px !important;
	font-weight: 600;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-pills span {
	background: rgba(255, 40, 0, 0.08);
	border: 1px solid rgba(255, 40, 0, 0.2);
	color: #c41e00;
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-pills span {
	background: rgba(245, 158, 11, 0.1);
	border: 1px solid rgba(245, 158, 11, 0.28);
	color: #b45309;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-pills span {
	background: rgba(10, 11, 13, 0.05);
	border: 1px solid var(--hau-border);
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-process-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	padding: 12px 18px;
	border-radius: var(--hau-radius-pill);
	font-size: var(--hau-fs-sm) !important;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-cta {
	background: var(--hau-brand);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(255, 40, 0, 0.35);
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-cta:hover {
	background: #e02400;
	transform: translateY(-1px);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-cta {
	background: #d97706;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-cta:hover {
	background: #b45309;
	transform: translateY(-1px);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-cta {
	background: var(--hau-text);
	color: #fff !important;
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-cta:hover {
	background: #222;
	transform: translateY(-1px);
}

.biltmore-home-about-poc .hau-process-cta i {
	font-size: 12px;
	transition: transform var(--hau-transition);
}

.biltmore-home-about-poc .hau-process-cta:hover i {
	transform: translateX(3px);
}

.biltmore-home-about-poc .hau-process-card--brand:hover {
	border-color: var(--hau-brand-border);
}

.biltmore-home-about-poc .hau-process-card--amber:hover {
	border-color: var(--hau-warm-border);
}

.biltmore-home-about-poc .hau-process-card--dark:hover {
	border-color: rgba(10, 11, 13, 0.2);
}

.biltmore-home-about-poc .hau-delivery-card {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 28px;
	align-items: center;
	padding: 28px 32px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-delivery-eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 12px;
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-delivery-copy h3 {
	font-size: var(--hau-fs-lg) !important;
	font-weight: 700 !important;
	margin: 0 0 10px;
}

.biltmore-home-about-poc .hau-delivery-copy p {
	margin: 0;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-delivery-side {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.biltmore-home-about-poc .hau-delivery-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.biltmore-home-about-poc .hau-delivery-pills span {
	padding: 6px 12px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-size: 12px !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

/* Why Biltmore Motors */
.biltmore-home-about-poc .hau-why-section {
	background: var(--hau-bg-3);
	border-top: 1px solid var(--hau-border);
}

.biltmore-home-about-poc .hau-why-head {
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
}

.biltmore-home-about-poc .hau-why-title {
	font-size: var(--hau-fs-2xl) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	margin: 0;
}

.biltmore-home-about-poc .hau-why-title .brand-grad {
	background: var(--hau-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-why-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.biltmore-home-about-poc .hau-why-card {
	padding: 26px 24px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-why-card:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-2px);
}

.biltmore-home-about-poc .hau-why-card.warm {
	background: linear-gradient(180deg, #fff 0%, rgba(255, 176, 32, 0.04) 100%);
}

.biltmore-home-about-poc .hau-why-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.biltmore-home-about-poc .hau-why-stat {
	font-family: var(--hau-mono);
	font-size: var(--hau-fs-xs) !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-why-card.warm .hau-why-stat {
	color: #c47a00;
}

.biltmore-home-about-poc .hau-why-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-md);
	color: var(--hau-brand);
	font-size: 18px;
}

.biltmore-home-about-poc .hau-why-card.warm .hau-why-icon {
	background: var(--hau-warm-soft);
	border-color: var(--hau-warm-border);
	color: #c47a00;
}

.biltmore-home-about-poc .hau-why-card h3 {
	font-size: var(--hau-fs-lg) !important;
	font-weight: 700 !important;
	margin: 0 0 10px;
	line-height: 1.25 !important;
}

.biltmore-home-about-poc .hau-why-card p {
	margin: 0 0 16px;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-why-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.biltmore-home-about-poc .hau-why-tags span {
	padding: 4px 10px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-size: 12px !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

/* Closing CTA card */
.biltmore-home-about-poc .hau-cta-section {
	background: linear-gradient(180deg, #f4fbf7 0%, #fff8f4 100%);
}

.biltmore-home-about-poc .hau-cta-card {
	max-width: 920px;
	margin: 0 auto;
	padding: 48px 40px 40px;
	text-align: center;
	background: var(--hau-bg-3);
	border: 1px solid rgba(10, 11, 13, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(10, 11, 13, 0.08);
}

.biltmore-home-about-poc .hau-cta-eyebrow {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 16px;
	background: rgba(34, 197, 94, 0.1);
	border: 1px solid rgba(34, 197, 94, 0.28);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #15803d;
}

.biltmore-home-about-poc .hau-cta-title {
	max-width: 760px;
	margin: 0 auto 16px;
	font-size: clamp(28px, 3.4vw, 40px) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.03em;
}

.biltmore-home-about-poc .hau-cta-lead {
	max-width: 680px;
	margin: 0 auto 24px;
	font-size: var(--hau-fs-md) !important;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-cta-live {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	padding: 12px 18px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-md);
	box-shadow: var(--hau-shadow-sm);
	text-align: left;
}

.biltmore-home-about-poc .hau-cta-live-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 rgba(34, 197, 94, 0.45);
	animation: hau-cta-live-pulse 1.8s ease-in-out infinite;
	flex-shrink: 0;
}

@keyframes hau-cta-live-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.35); }
	50% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
}

.biltmore-home-about-poc .hau-cta-live-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.biltmore-home-about-poc .hau-cta-live-copy strong {
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-cta-live-copy span {
	font-size: var(--hau-fs-sm) !important;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-cta-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.biltmore-home-about-poc .hau-cta-stat {
	padding: 18px 14px 16px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-md);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-cta-stat--brand {
	border-top: 3px solid var(--hau-brand);
}

.biltmore-home-about-poc .hau-cta-stat--warm {
	border-top: 3px solid #f59e0b;
}

.biltmore-home-about-poc .hau-cta-stat strong {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(24px, 2.5vw, 30px) !important;
	font-weight: 800 !important;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-cta-stat span {
	display: block;
	font-family: var(--hau-mono);
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 22px;
}

.biltmore-home-about-poc .hau-cta-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 16px;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-cta-trust span:not(:last-child)::after,
.biltmore-home-about-poc .hau-cta-trust a:not(:last-child)::after {
	content: "·";
	margin-left: 16px;
	opacity: 0.45;
}

.biltmore-home-about-poc .hau-cta-trust a {
	color: var(--hau-text-muted);
	text-decoration: none !important;
}

.biltmore-home-about-poc .hau-cta-trust a:hover {
	color: var(--hau-brand);
}

/* Compare section */
.biltmore-home-about-poc .hau-compare-section {
	background: var(--hau-bg);
	border-top: 1px solid var(--hau-border);
}

.biltmore-home-about-poc .hau-compare-head {
	margin-bottom: 32px;
	text-align: center;
}

.biltmore-home-about-poc .hau-compare-title {
	font-size: var(--hau-fs-lg) !important;
	font-weight: 700 !important;
	margin: 0;
}

.biltmore-home-about-poc .hau-compare-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.biltmore-home-about-poc .hau-compare-card {
	padding: 24px;
	border-radius: var(--hau-radius-lg);
	border: 1px solid var(--hau-border);
	background: var(--hau-bg-3);
}

.biltmore-home-about-poc .hau-compare-card.old {
	opacity: 0.88;
}

.biltmore-home-about-poc .hau-compare-card.new {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-compare-card h3 {
	font-size: var(--hau-fs-base) !important;
	font-weight: 700 !important;
	margin: 0 0 14px;
}

.biltmore-home-about-poc .hau-compare-card ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.biltmore-home-about-poc .hau-compare-card li {
	position: relative;
	padding: 0 0 10px 18px !important;
	margin: 0 !important;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-compare-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-compare-card.new li::before {
	background: var(--hau-brand);
}

.biltmore-home-about-poc .hau-compare-card li:last-child {
	padding-bottom: 0 !important;
}

@media (max-width: 991px) {
	.biltmore-home-about-poc .hau-layout {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-stats-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.biltmore-home-about-poc .hau-stats-actions {
		justify-content: flex-start;
	}

	.biltmore-home-about-poc .hau-process-grid {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-auctions-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.biltmore-home-about-poc .hau-why-grid {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-delivery-card {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-compare-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.biltmore-home-about-poc,
	.biltmore-home-sections {
		--hau-section-py: 48px;
	}

	.biltmore-home-about-poc .hau-section,
	.biltmore-home-about-poc .hau-auctions-section,
	.biltmore-home-about-poc .hau-process-section,
	.biltmore-home-about-poc .hau-why-section,
	.biltmore-home-about-poc .hau-cta-section {
		padding: var(--hau-section-py) 0;
	}

	.biltmore-home-about-poc .hau-compare-section {
		padding: 48px 0 64px;
	}

	.biltmore-home-about-poc .hau-cta-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.biltmore-home-about-poc .hau-cta-card {
		padding: 36px 22px 28px;
	}

	.biltmore-home-about-poc .hau-auctions-tabs {
		flex-direction: column;
		align-items: stretch;
	}

	.biltmore-home-about-poc .hau-auctions-tab {
		justify-content: center;
	}

	.biltmore-home-about-poc .hau-auction-bid-block {
		flex-direction: column;
		align-items: flex-start;
	}

	.biltmore-home-about-poc .hau-auction-bid-side {
		align-items: flex-start;
		text-align: left;
	}

	.biltmore-home-about-poc .hau-features {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-stats-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.biltmore-home-about-poc .hau-stat {
		padding: 20px 16px 18px;
	}

	.biltmore-home-about-poc .hau-stats-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.biltmore-home-about-poc .hau-actions {
		flex-direction: column;
		align-items: center;
	}
}
