/**
 * Aviation Auction approved homepage content — July 2026.
 *
 * Scoped to the live front page so the retained Elementor header, footer and
 * all inner pages continue to use their existing presentation.
 */

/* 1. Foundation
   ========================================================================== */

body.home.aa-home-content-2026 {
	--aa-home-navy: #06152e;
	--aa-home-navy-secondary: #0b2345;
	--aa-home-gold: #d3a13a;
	--aa-home-warm-white: #fbfaf6;
	--aa-home-blue: #3358d3;
	--aa-home-white: #ffffff;
	--aa-home-border: rgb(6 21 46 / 14%);
	--aa-home-muted: rgb(6 21 46 / 68%);
	background: var(--aa-home-warm-white);
	color: var(--aa-home-navy);
}


body.home.aa-home-content-2026 .elementor-4032 {
	background: var(--aa-home-warm-white);
}

body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .elementor-element-9bb2951 {
	padding-block: 10px;
}

body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .aa-site-logo {
	max-height: 68px;
	width: 230px;
}

body.home.aa-home-content-2026 #reactheme-header .main-menu-link {
	font-size: 13.5px;
	padding: 32px 11px !important;
	white-space: nowrap;
}

body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .elementor-element-868e394,
body.home.aa-home-content-2026 #reactheme-header ul.menu {
	flex-wrap: nowrap !important;
}

body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .elementor-element-28c242b {
	flex: 0 0 auto;
	width: auto !important;
}

body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .elementor-element-28c242b .react_button {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	height: 50px;
	line-height: 1.2;
	min-height: 50px;
	padding: 0 26px !important;
}

body.home.aa-home-content-2026 .aa-home,
body.home.aa-home-content-2026 .aa-home * {
	box-sizing: border-box;
}

body.home.aa-home-content-2026 .aa-home {
	background: var(--aa-home-warm-white);
	color: var(--aa-home-navy);
	font-family: "Montserrat", Arial, sans-serif;
	overflow: clip;
}

body.home.aa-home-content-2026 .aa-home-shell {
	margin-inline: auto;
	max-width: 1280px;
	width: calc(100% - 48px);
}

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-section {
	padding-block: clamp(72px, 8vw, 108px);
}

body.home.aa-home-content-2026 .aa-home h1,
body.home.aa-home-content-2026 .aa-home h2,
body.home.aa-home-content-2026 .aa-home h3 {
	font-family: "Montserrat", Arial, sans-serif;
	letter-spacing: -0.035em;
}

body.home.aa-home-content-2026 .aa-home h2 {
	color: var(--aa-home-navy);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
}

body.home.aa-home-content-2026 .aa-home h3 {
	color: var(--aa-home-navy);
	font-size: 22px;
	font-weight: 750;
	line-height: 1.25;
	margin: 0;
}

body.home.aa-home-content-2026 .aa-home p {
	color: var(--aa-home-muted);
	font-size: 16px;
	line-height: 1.72;
}

body.home.aa-home-content-2026 .aa-home-eyebrow {
	color: var(--aa-home-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	margin: 0 0 14px;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-section-heading {
	max-width: 780px;
}

body.home.aa-home-content-2026 .aa-home-section-heading > p:last-child {
	margin: 20px 0 0;
}

body.home.aa-home-content-2026 .aa-home-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

body.home.aa-home-content-2026 .aa-home-section-heading--light h2 {
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-section-heading--light > p:last-child {
	color: rgb(255 255 255 / 76%);
}

/* 2. Buttons and links
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

body.home.aa-home-content-2026 .aa-home-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.02em;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		transform 160ms ease;
}

body.home.aa-home-content-2026 .aa-home-button:hover,
body.home.aa-home-content-2026 .aa-home-button:focus {
	transform: translateY(-1px);
}

body.home.aa-home-content-2026 .aa-home-button--gold {
	background: var(--aa-home-gold);
	border-color: var(--aa-home-gold);
	color: var(--aa-home-navy);
}

body.home.aa-home-content-2026 .aa-home-button--gold:hover,
body.home.aa-home-content-2026 .aa-home-button--gold:focus {
	background: #e0b252;
	border-color: #e0b252;
	color: var(--aa-home-navy);
}

body.home.aa-home-content-2026 .aa-home-button--navy {
	background: var(--aa-home-navy);
	border-color: var(--aa-home-navy);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-button--navy:hover,
body.home.aa-home-content-2026 .aa-home-button--navy:focus {
	background: var(--aa-home-blue);
	border-color: var(--aa-home-blue);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-button--outline-light {
	background: rgb(6 21 46 / 35%);
	border-color: rgb(255 255 255 / 55%);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-button--outline-light:hover,
body.home.aa-home-content-2026 .aa-home-button--outline-light:focus {
	background: var(--aa-home-white);
	border-color: var(--aa-home-white);
	color: var(--aa-home-navy);
}

body.home.aa-home-content-2026 .aa-home-button--outline-dark {
	background: transparent;
	border-color: var(--aa-home-navy);
	color: var(--aa-home-navy);
}

body.home.aa-home-content-2026 .aa-home-button--outline-dark:hover,
body.home.aa-home-content-2026 .aa-home-button--outline-dark:focus {
	background: var(--aa-home-navy);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-text-link {
	color: var(--aa-home-blue);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-text-link::after,
body.home.aa-home-content-2026 .aa-home-category-card__body > a::after {
	content: " →";
}

body.home.aa-home-content-2026 .aa-home-text-link:hover,
body.home.aa-home-content-2026 .aa-home-text-link:focus,
body.home.aa-home-content-2026 .aa-home-category-card__body > a:hover,
body.home.aa-home-content-2026 .aa-home-category-card__body > a:focus {
	color: var(--aa-home-navy);
}

body.home.aa-home-content-2026 .aa-home-text-link--light {
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home a:focus-visible {
	outline: 3px solid rgb(211 161 58 / 72%);
	outline-offset: 4px;
}

/* 3. Hero
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) #home.aa-home-hero {
	background:
		linear-gradient(90deg, rgb(3 12 28 / 96%) 0%, rgb(3 12 28 / 90%) 43%, rgb(3 12 28 / 42%) 66%, rgb(3 12 28 / 7%) 86%, rgb(3 12 28 / 8%) 100%),
		url("../images/hero-10-years-2016-2026.png") right center / auto 94% no-repeat;
	background-color: var(--aa-home-navy);
	color: var(--aa-home-white);
	min-height: 720px;
	padding: clamp(60px, 6vw, 82px) 0 28px;
	position: relative;
}

body.home.aa-home-content-2026 .aa-elementor-home #home.aa-home-hero {
	background-color: var(--aa-home-navy);
	color: var(--aa-home-white);
	position: relative;
}

body.home.aa-home-content-2026 .aa-home-hero__shade {
	background: linear-gradient(180deg, transparent 55%, rgb(6 21 46 / 54%) 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.home.aa-home-content-2026 .aa-home-hero__inner {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	min-height: 500px;
	position: relative;
	z-index: 1;
}

body.home.aa-home-content-2026 .aa-home-hero__content {
	max-width: 720px;
}

body.home.aa-home-content-2026 .aa-home-hero h1 {
	color: var(--aa-home-white);
	font-size: clamp(46px, 4.15vw, 56px);
	font-weight: 800;
	line-height: 1.01;
	margin: 0;
	max-width: 650px;
	white-space: normal !important;
}

body.home.aa-home-content-2026 .aa-home-hero h1 span {
	display: block;
	white-space: normal !important;
}

body.home.aa-home-content-2026 .aa-home-hero__lede {
	color: rgb(255 255 255 / 84%) !important;
	font-size: clamp(17px, 1.45vw, 19px);
	line-height: 1.68;
	margin: 24px 0 34px;
	max-width: 690px;
}

body.home.aa-home-content-2026 .aa-home-hero__trust {
	border-top: 1px solid rgb(255 255 255 / 24%);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

body.home.aa-home-content-2026 .aa-home-hero__trust > div {
	min-height: 90px;
	padding: 20px 28px 15px 0;
}

body.home.aa-home-content-2026 .aa-home-hero__trust > div + div {
	border-left: 1px solid rgb(255 255 255 / 20%);
	padding-left: 32px;
}

body.home.aa-home-content-2026 .aa-home-hero__trust strong,
body.home.aa-home-content-2026 .aa-home-hero__trust span {
	display: block;
}

body.home.aa-home-content-2026 .aa-home-hero__trust strong {
	color: var(--aa-home-white);
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-hero__trust span {
	color: rgb(255 255 255 / 74%);
	font-size: 14px;
	line-height: 1.55;
	margin-top: 7px;
}

body.home.aa-home-content-2026 .aa-home-hero .aa-home-eyebrow {
	color: var(--aa-home-gold) !important;
}

body.home.aa-home-content-2026 .aa-home-process .aa-home-eyebrow,
body.home.aa-home-content-2026 .aa-home-seller-banner .aa-home-eyebrow,
body.home.aa-home-content-2026 .aa-home-auctions .aa-home-eyebrow,
body.home.aa-home-content-2026 .aa-home-audience-card--dark .aa-home-eyebrow,
body.home.aa-home-content-2026 .aa-home-contact-cta .aa-home-eyebrow {
	color: var(--aa-home-gold) !important;
}

/* 4. Service highlights
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home-highlights {
	border-bottom: 1px solid var(--aa-home-border);
	box-shadow: 0 12px 34px rgb(6 21 46 / 6%);
}

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-highlights {
	background: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-highlights__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-home-highlight {
	align-items: center;
	display: flex;
	gap: 15px;
	min-height: 126px;
	padding: 24px 20px;
}

body.home.aa-home-content-2026 .aa-home-highlight + .aa-home-highlight {
	border-left: 1px solid var(--aa-home-border);
}

body.home.aa-home-content-2026 .aa-home-highlight__icon {
	align-items: center;
	background: var(--aa-home-navy);
	border-radius: 50%;
	color: var(--aa-home-gold);
	display: inline-flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
	width: 46px;
}

body.home.aa-home-content-2026 .aa-home-highlight__icon svg {
	fill: none;
	height: 25px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 25px;
}

body.home.aa-home-content-2026 .aa-home-highlight strong {
	color: var(--aa-home-navy);
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-highlight p {
	font-size: 12.5px;
	line-height: 1.45;
	margin: 5px 0 0;
}

/* 5. Auction categories
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-categories {
	background: var(--aa-home-warm-white);
}

body.home.aa-home-content-2026 .aa-home-card-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 46px;
}

body.home.aa-home-content-2026 .aa-home-category-card {
	background: var(--aa-home-white);
	border: 1px solid var(--aa-home-border);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgb(6 21 46 / 7%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

body.home.aa-home-content-2026 .aa-home-category-card:hover {
	border-color: rgb(211 161 58 / 60%);
	box-shadow: 0 18px 38px rgb(6 21 46 / 11%);
	transform: translateY(-3px);
}

body.home.aa-home-content-2026 .aa-home-category-card > img {
	aspect-ratio: 16 / 8.3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.home.aa-home-content-2026 .aa-home-category-card:nth-child(3) > img {
	object-position: center 62%;
}

body.home.aa-home-content-2026 .aa-home-category-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 32px;
}

body.home.aa-home-content-2026 .aa-home-category-card__body p {
	font-size: 16px;
	line-height: 1.7;
	margin: 16px 0 25px;
}

body.home.aa-home-content-2026 .aa-home-category-card__body > a {
	color: var(--aa-home-blue);
	font-size: 13.5px;
	font-weight: 800;
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
}

/* 6. Process
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home-process {
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-process {
	background:
		radial-gradient(circle at 90% 8%, rgb(51 88 211 / 17%), transparent 30rem),
		linear-gradient(135deg, var(--aa-home-navy), var(--aa-home-navy-secondary));
}

body.home.aa-home-content-2026 .aa-home-process__grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
}

body.home.aa-home-content-2026 .aa-home-process__grid li {
	padding: 4px 32px;
	position: relative;
}

body.home.aa-home-content-2026 .aa-home-process__grid li + li {
	border-left: 1px solid rgb(255 255 255 / 18%);
}

body.home.aa-home-content-2026 .aa-home-process__grid li > span {
	align-items: center;
	background: var(--aa-home-gold);
	border-radius: 50%;
	color: var(--aa-home-navy);
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	margin-bottom: 19px;
	width: 38px;
}

body.home.aa-home-content-2026 .aa-home-process__grid h3 {
	color: var(--aa-home-white);
	font-size: 20px;
	line-height: 1.35;
}

body.home.aa-home-content-2026 .aa-home-process__grid p {
	color: rgb(255 255 255 / 70%);
	font-size: 15px;
	line-height: 1.7;
	margin: 15px 0 0;
}

body.home.aa-home-content-2026 .aa-home-process__note {
	color: var(--aa-home-gold) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 38px 0 0;
	text-align: center;
	text-transform: uppercase;
}

/* 7. Seller banner
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-seller-banner {
	background:
		linear-gradient(90deg, rgb(6 21 46 / 94%) 0%, rgb(6 21 46 / 76%) 55%, rgb(6 21 46 / 34%) 100%),
		url("/wp-content/uploads/2026/07/aviation-warehouse-9-scaled.jpg") center 48% / cover no-repeat;
	padding-block: 70px;
}

body.home.aa-home-content-2026 .aa-home-seller-banner__inner {
	align-items: center;
	display: flex;
	gap: 48px;
	justify-content: space-between;
}

body.home.aa-home-content-2026 .aa-home-seller-banner__inner > div {
	max-width: 820px;
}

body.home.aa-home-content-2026 .aa-home-seller-banner h2 {
	color: var(--aa-home-white);
	font-size: clamp(32px, 4.3vw, 54px);
}

body.home.aa-home-content-2026 .aa-home-seller-banner p:not(.aa-home-eyebrow) {
	color: rgb(255 255 255 / 78%);
	margin: 18px 0 0;
	max-width: 800px;
}

body.home.aa-home-content-2026 .aa-home-seller-banner .aa-home-button {
	flex: 0 0 auto;
}

/* 8. About and seller support
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-about {
	background: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-about__grid {
	align-items: center;
	display: grid;
	gap: clamp(42px, 5vw, 68px);
	grid-template-columns: minmax(0, 0.98fr) minmax(400px, 1.02fr);
}

body.home.aa-home-content-2026 .aa-home-about__content > p:not(.aa-home-eyebrow) {
	font-size: 17px;
	line-height: 1.76;
	margin: 20px 0 0;
}

body.home.aa-home-content-2026 .aa-home-benefits {
	display: grid;
	gap: 18px 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 32px;
}

body.home.aa-home-content-2026 .aa-home-benefits > div {
	border-left: 3px solid var(--aa-home-gold);
	padding-left: 15px;
}

body.home.aa-home-content-2026 .aa-home-benefits strong,
body.home.aa-home-content-2026 .aa-home-benefits span {
	display: block;
}

body.home.aa-home-content-2026 .aa-home-benefits strong {
	color: var(--aa-home-navy);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-benefits span {
	color: var(--aa-home-muted);
	font-size: 14px;
	line-height: 1.65;
	margin-top: 7px;
}

body.home.aa-home-content-2026 .aa-home-about__contact {
	align-items: center;
	background: var(--aa-home-warm-white);
	border: 1px solid var(--aa-home-border);
	border-radius: 8px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 32px;
	padding: 22px 24px;
}

body.home.aa-home-content-2026 .aa-home-about__contact span {
	color: var(--aa-home-navy);
	font-size: 14.5px;
	font-weight: 750;
}

body.home.aa-home-content-2026 .aa-home-about__contact a {
	color: var(--aa-home-blue);
	font-size: 21px;
	font-weight: 800;
	text-decoration: none;
}

body.home.aa-home-content-2026 .aa-home-about__media {
	margin: 0;
}

body.home.aa-home-content-2026 .aa-home-about__media img {
	aspect-ratio: 4 / 4.1;
	border-radius: 12px;
	box-shadow: 0 22px 54px rgb(6 21 46 / 14%);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-seller-support {
	background: var(--aa-home-warm-white);
	padding-block: 38px;
}

body.home.aa-home-content-2026 .aa-home-seller-support__inner {
	align-items: center;
	background: var(--aa-home-white);
	border: 1px solid var(--aa-home-border);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgb(6 21 46 / 7%);
	display: flex;
	gap: 32px;
	justify-content: space-between;
	padding: 28px 30px;
}

body.home.aa-home-content-2026 .aa-home-seller-support h2 {
	font-size: 24px;
}

body.home.aa-home-content-2026 .aa-home-seller-support p {
	font-size: 14px;
	margin: 8px 0 0;
}

/* 9. Auctions and audience panels
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-auctions {
	background: linear-gradient(145deg, var(--aa-home-navy), var(--aa-home-navy-secondary));
}

body.home.aa-home-content-2026 .aa-home-auctions__header {
	align-items: flex-end;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

body.home.aa-home-content-2026 .aa-home-auctions h2 {
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-auctions .aa-home-section-heading > p:last-child {
	color: rgb(255 255 255 / 72%);
}

body.home.aa-home-content-2026 .aa-home-auctions .aa-home-text-link {
	color: var(--aa-home-gold);
	flex: 0 0 auto;
	margin-bottom: 4px;
}

body.home.aa-home-content-2026 .aa-home-auction-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
}

body.home.aa-home-content-2026 .aa-home-auction-card {
	background: var(--aa-home-white);
	border: 1px solid rgb(255 255 255 / 14%);
	border-radius: 10px;
	box-shadow: 0 18px 42px rgb(0 0 0 / 20%);
	display: flex;
	flex-direction: column;
	min-height: 570px;
	overflow: hidden;
}

body.home.aa-home-content-2026 .aa-home-auction-card__media {
	background: #102b51;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

body.home.aa-home-content-2026 .aa-home-auction-card__media img,
body.home.aa-home-content-2026 .aa-home-auction-card__placeholder {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

body.home.aa-home-content-2026 .aa-home-auction-card__placeholder {
	align-items: center;
	background:
		linear-gradient(145deg, rgb(6 21 46 / 15%), rgb(6 21 46 / 85%)),
		linear-gradient(135deg, #183c6f, #06152e);
	color: rgb(211 161 58 / 82%);
	display: flex;
	font-size: 54px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.08em;
}

body.home.aa-home-content-2026 .aa-home-auction-card:hover .aa-home-auction-card__media img {
	transform: scale(1.025);
}

body.home.aa-home-content-2026 .aa-home-auction-card__status {
	background: var(--aa-home-gold);
	border-radius: 999px;
	color: var(--aa-home-navy);
	font-size: 11px;
	font-weight: 800;
	left: 16px;
	letter-spacing: 0.08em;
	padding: 8px 12px;
	position: absolute;
	text-transform: uppercase;
	top: 16px;
}

body.home.aa-home-content-2026 .aa-home-auction-card__status--closed {
	background: #dde2e9;
}

body.home.aa-home-content-2026 .aa-home-auction-card__status--upcoming {
	background: #d8e2ff;
	color: #173480;
}

body.home.aa-home-content-2026 .aa-home-auction-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

body.home.aa-home-content-2026 .aa-home-auction-card__meta {
	color: #6e7480;
	font-size: 12.5px;
	font-weight: 750;
	letter-spacing: 0.035em;
	line-height: 1.6;
	margin: 0 0 14px;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-auction-card h3 {
	display: -webkit-box;
	font-size: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.32;
	min-height: calc(1.32em * 2);
	overflow: hidden;
}

body.home.aa-home-content-2026 .aa-home-auction-card h3 a {
	color: var(--aa-home-navy);
	text-decoration: none;
}

body.home.aa-home-content-2026 .aa-home-auction-card__body > p:not(.aa-home-auction-card__meta) {
	color: #626b7a;
	display: -webkit-box;
	font-size: 15px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.7;
	margin: 16px 0 24px;
	overflow: hidden;
}

body.home.aa-home-content-2026 .aa-home-auction-card__link {
	align-items: center;
	align-self: flex-start;
	background: var(--aa-home-navy);
	border: 1px solid var(--aa-home-navy);
	border-radius: 6px;
	color: var(--aa-home-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	margin-top: auto;
	min-height: 46px;
	padding: 11px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.home.aa-home-content-2026 .aa-home-auction-card__link::after {
	content: " →";
}

body.home.aa-home-content-2026 .aa-home-auction-card__link:hover,
body.home.aa-home-content-2026 .aa-home-auction-card__link:focus {
	background: var(--aa-home-blue);
	border-color: var(--aa-home-blue);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-auctions__empty {
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 10px;
	margin-top: 40px;
	padding: clamp(28px, 5vw, 48px);
}

body.home.aa-home-content-2026 .aa-home-auctions__empty h3 {
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-auctions__empty p {
	color: rgb(255 255 255 / 72%);
	margin: 12px 0 24px;
}

body.home.aa-home-content-2026 .aa-home-auctions__demo {
	align-items: center;
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-left: 4px solid var(--aa-home-gold);
	border-radius: 9px;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr;
	margin-top: 24px;
	padding: 20px 24px;
}

body.home.aa-home-content-2026 .aa-home-auctions__demo > span {
	background: var(--aa-home-gold);
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgb(211 161 58 / 15%);
	height: 10px;
	width: 10px;
}

body.home.aa-home-content-2026 .aa-home-auctions__demo strong {
	color: var(--aa-home-white);
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-auctions__demo p {
	color: rgb(255 255 255 / 72%);
	font-size: 13px;
	margin: 6px 0 0;
}

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-audiences {
	background: var(--aa-home-warm-white);
}

body.home.aa-home-content-2026 .aa-home-audiences__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-home-audience-card {
	background: var(--aa-home-white);
	border: 1px solid var(--aa-home-border);
	border-radius: 11px;
	box-shadow: 0 14px 36px rgb(6 21 46 / 7%);
	padding: clamp(42px, 4.5vw, 60px);
}

body.home.aa-home-content-2026 .aa-home-audience-card h2 {
	font-size: clamp(28px, 3.2vw, 42px);
}

body.home.aa-home-content-2026 .aa-home-audience-card > p:not(.aa-home-eyebrow) {
	font-size: 17px;
	line-height: 1.76;
	margin: 20px 0 32px;
}

body.home.aa-home-content-2026 .aa-home-audience-card .aa-home-button {
	font-size: 14px;
	min-height: 52px;
	padding-inline: 25px;
}

body.home.aa-home-content-2026 .aa-home-audience-card--dark {
	background:
		radial-gradient(circle at 92% 12%, rgb(51 88 211 / 24%), transparent 18rem),
		var(--aa-home-navy);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-audience-card--dark h2 {
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-home-audience-card--dark > p:not(.aa-home-eyebrow) {
	color: rgb(255 255 255 / 74%);
}

/* 10. Trust statement and contact
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-trust-statement {
	background:
		linear-gradient(145deg, rgb(6 21 46 / 96%), rgb(11 35 69 / 94%)),
		url("/wp-content/uploads/2026/07/aviation-warehouse-9-scaled.jpg") center / cover no-repeat;
}

body.home.aa-home-content-2026 .aa-home-trust-statement__points {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 46px auto 0;
	max-width: 1100px;
}

body.home.aa-home-content-2026 .aa-home-trust-statement__points article {
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 17%);
	border-radius: 10px;
	min-height: 248px;
	padding: 30px 28px;
	text-align: left;
}

body.home.aa-home-content-2026 .aa-home-trust-statement__icon {
	align-items: center;
	background: rgb(211 161 58 / 14%);
	border: 1px solid rgb(211 161 58 / 42%);
	border-radius: 50%;
	color: var(--aa-home-gold);
	display: inline-flex;
	height: 54px;
	justify-content: center;
	width: 54px;
}

body.home.aa-home-content-2026 .aa-home-trust-statement__icon svg {
	fill: none;
	height: 25px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 25px;
}

body.home.aa-home-content-2026 .aa-home-trust-statement__points h3 {
	color: var(--aa-home-white);
	font-size: 16px;
	letter-spacing: 0.035em;
	line-height: 1.4;
	margin-top: 22px;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-home-trust-statement__points p {
	color: rgb(255 255 255 / 74%);
	font-size: 14.5px;
	line-height: 1.68;
	margin: 12px 0 0;
}

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-contact-cta {
	background: var(--aa-home-warm-white);
	padding-block: 48px;
}

body.home.aa-home-content-2026 .aa-home-contact-cta__inner {
	align-items: center;
	background: var(--aa-home-navy);
	border-top: 4px solid var(--aa-home-gold);
	border-radius: 10px;
	box-shadow: 0 16px 40px rgb(6 21 46 / 13%);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 42px 44px;
}

body.home.aa-home-content-2026 .aa-home-contact-cta h2 {
	color: var(--aa-home-white);
	font-size: 31px;
}

body.home.aa-home-content-2026 .aa-home-contact-cta p {
	color: rgb(255 255 255 / 70%);
	font-size: 15px;
	line-height: 1.65;
	margin: 10px 0 0;
}

body.home.aa-home-content-2026 .aa-home-contact-cta__phone {
	color: var(--aa-home-white);
	font-size: 24px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

body.home.aa-home-content-2026 .aa-home-contact-cta .aa-home-actions {
	flex-wrap: nowrap;
}

body.home.aa-home-content-2026 .aa-home-contact-cta .aa-home-button {
	font-size: 14px;
	min-height: 54px;
	padding-inline: 25px;
}

/* 11. Pre-footer and retained footer refinements
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home-prefooter {
	border-bottom: 1px solid var(--aa-home-border);
	text-align: center;
}

body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-prefooter {
	background: var(--aa-home-white);
	padding-block: 52px;
}

body.home.aa-home-content-2026 .aa-home-prefooter h2 {
	font-size: clamp(30px, 4.5vw, 52px);
	margin-inline: auto;
	max-width: 1040px;
}

body.home.aa-home-content-2026 .aa-home-prefooter p {
	margin: 15px auto 0;
	max-width: 720px;
}

body.home.aa-home-content-2026 .aa-home-prefooter .aa-home-actions {
	justify-content: center;
	margin-top: 27px;
}

body.home.aa-home-content-2026 .aa-final-footer {
	background: var(--aa-home-navy);
	border-top: 3px solid var(--aa-home-gold);
	font-family: "Montserrat", Arial, sans-serif;
	padding: 44px 24px 0;
}

body.home.aa-home-content-2026 .aa-final-footer__shell {
	margin-inline: auto;
	max-width: 1360px;
}

body.home.aa-home-content-2026 .aa-final-footer__panel {
	background: var(--aa-home-warm-white);
	border-radius: 16px 16px 0 0;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 3.1fr);
	padding: 46px 48px 42px;
}

body.home.aa-home-content-2026 .aa-final-footer__logo {
	display: inline-block;
}

body.home.aa-home-content-2026 .aa-final-footer__logo img {
	display: block;
	height: auto;
	width: 226px;
}

body.home.aa-home-content-2026 .aa-final-footer__brand > p {
	color: var(--aa-home-muted);
	font-size: 14.5px;
	line-height: 1.72;
	margin: 20px 0 19px;
	max-width: 330px;
}

body.home.aa-home-content-2026 .aa-final-footer__linkedin {
	align-items: center;
	color: var(--aa-home-navy);
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 8px;
	text-decoration: none;
}

body.home.aa-home-content-2026 .aa-final-footer__linkedin svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
}

body.home.aa-home-content-2026 .aa-final-footer__columns {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-final-footer h3 {
	border-bottom: 2px solid rgb(211 161 58 / 58%);
	color: var(--aa-home-navy);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.35;
	margin: 0 0 18px;
	padding-bottom: 12px;
}

body.home.aa-home-content-2026 .aa-final-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.home.aa-home-content-2026 .aa-final-footer li,
body.home.aa-home-content-2026 .aa-final-footer li a {
	color: var(--aa-home-muted);
	font-size: 14px;
	line-height: 1.68;
}

body.home.aa-home-content-2026 .aa-final-footer li + li {
	margin-top: 9px;
}

body.home.aa-home-content-2026 .aa-final-footer a {
	text-decoration: none;
}

body.home.aa-home-content-2026 .aa-final-footer a:hover,
body.home.aa-home-content-2026 .aa-final-footer a:focus {
	color: var(--aa-home-blue);
}

body.home.aa-home-content-2026 .aa-final-footer__contact li:last-child {
	overflow-wrap: anywhere;
}

body.home.aa-home-content-2026 .aa-final-footer__legal {
	align-items: center;
	color: rgb(255 255 255 / 66%);
	display: flex;
	font-size: 12.5px;
	gap: 28px;
	justify-content: space-between;
	min-height: 72px;
	padding: 18px 8px;
}

body.home.aa-home-content-2026 .aa-final-footer__legal p {
	font-size: inherit;
	margin: 0;
}

body.home.aa-home-content-2026 .aa-final-footer__legal nav {
	display: flex;
	gap: 22px;
}

body.home.aa-home-content-2026 .aa-final-footer__legal a {
	color: inherit;
}

/* 12. Responsive rules
   ========================================================================== */

@media (max-width: 1100px) {
	body.home.aa-home-content-2026 .aa-home-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
	}

	body.home.aa-home-content-2026 .aa-home-highlights__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home.aa-home-content-2026 .aa-home-highlight:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--aa-home-border);
	}

	body.home.aa-home-content-2026 .aa-home-highlight:nth-child(4) {
		border-top: 1px solid var(--aa-home-border);
	}

	body.home.aa-home-content-2026 .aa-home-process__grid {
		gap: 32px 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home.aa-home-content-2026 .aa-home-process__grid li:nth-child(3) {
		border-left: 0;
	}

	body.home.aa-home-content-2026 .aa-home-about__grid {
		align-items: start;
		grid-template-columns: minmax(0, 1fr) minmax(350px, 1fr);
	}

	body.home.aa-home-content-2026 .aa-home-contact-cta__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	body.home.aa-home-content-2026 .aa-home-contact-cta__inner > .aa-home-actions {
		grid-column: 1 / -1;
	}

	body.home.aa-home-content-2026 .aa-final-footer__panel {
		gap: 38px;
		grid-template-columns: 1fr;
		padding: 42px;
	}

	body.home.aa-home-content-2026 .aa-final-footer__brand > p {
		max-width: 620px;
	}
}

@media (max-width: 800px) {
	body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .aa-site-logo {
		max-height: 58px;
		width: 210px;
	}

	body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .elementor-element-28c242b .react_button {
		font-size: 11px;
		height: 48px;
		min-height: 48px;
		padding: 0 17px !important;
	}

	body.home.aa-home-content-2026 .aa-home-shell {
		width: calc(100% - 40px);
	}

	body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) #home.aa-home-hero {
		min-height: 640px;
		padding: 56px 0 24px;
	}

	body.home.aa-home-content-2026 .aa-home-hero__inner {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-hero__content {
		max-width: 60%;
	}

	body.home.aa-home-content-2026 .aa-home-hero h1 {
		font-size: clamp(40px, 5.5vw, 44px);
	}

	body.home.aa-home-content-2026 .aa-home-hero__lede {
		font-size: 16px;
		line-height: 1.65;
	}

	body.home.aa-home-content-2026 .aa-home-hero__trust > div {
		min-height: 84px;
		padding-right: 18px;
	}

	body.home.aa-home-content-2026 .aa-home-hero__trust > div + div {
		padding-left: 20px;
	}

	body.home.aa-home-content-2026 .aa-home-hero .aa-home-button {
		font-size: 11px;
		min-height: 46px;
		padding-inline: 16px;
	}

	body.home.aa-home-content-2026 .aa-home-card-grid,
	body.home.aa-home-content-2026 .aa-home-about__grid,
	body.home.aa-home-content-2026 .aa-home-audiences__grid {
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-card-grid {
		margin-top: 36px;
	}

	body.home.aa-home-content-2026 .aa-home-category-card {
		margin-inline: auto;
		max-width: 620px;
	}

	body.home.aa-home-content-2026 .aa-home-auction-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home.aa-home-content-2026 .aa-home-auction-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: calc(50% - 12px);
	}

	body.home.aa-home-content-2026 .aa-home-seller-banner__inner,
	body.home.aa-home-content-2026 .aa-home-seller-support__inner,
	body.home.aa-home-content-2026 .aa-home-auctions__header {
		align-items: flex-start;
		flex-direction: column;
	}

	body.home.aa-home-content-2026 .aa-home-seller-banner__inner {
		display: flex;
	}

	body.home.aa-home-content-2026 .aa-home-seller-support__inner,
	body.home.aa-home-content-2026 .aa-home-auctions__header {
		display: flex;
	}

	body.home.aa-home-content-2026 .aa-home-about__media {
		margin-inline: auto;
		max-width: 620px;
		order: -1;
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-home-about__media img {
		aspect-ratio: 16 / 10;
	}

	body.home.aa-home-content-2026 .aa-home-auctions__demo {
		align-items: start;
		grid-template-columns: auto 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-auctions__demo .aa-home-button {
		grid-column: 1 / -1;
	}

	body.home.aa-home-content-2026 .aa-final-footer {
		padding-inline: 20px;
	}

	body.home.aa-home-content-2026 .aa-final-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.home.aa-home-content-2026 #reactheme-header .elementor-4033 .aa-site-logo {
		max-height: 54px;
		width: 190px;
	}

	body.home.aa-home-content-2026 .aa-home-shell {
		width: calc(100% - 32px);
	}

	body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-section {
		padding-block: 66px;
	}

	body.home.aa-home-content-2026 .aa-home h2 {
		font-size: clamp(30px, 10vw, 40px);
	}

	body.home.aa-home-content-2026 .aa-home p {
		font-size: 15px;
	}

	body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) #home.aa-home-hero {
		background:
			linear-gradient(180deg, rgb(3 12 28 / 5%) 0, rgb(3 12 28 / 20%) 170px, var(--aa-home-navy) 250px),
			url("../images/hero-10-years-2016-2026.png") center top / 100% auto no-repeat;
		min-height: 0;
		padding: 250px 0 22px;
	}

	body.home.aa-home-content-2026 .aa-home-hero__inner {
		min-height: 0;
	}

	body.home.aa-home-content-2026 .aa-home-hero__content {
		max-width: none;
	}

	body.home.aa-home-content-2026 .aa-home-hero h1 {
		font-size: clamp(34px, 9.5vw, 39px);
		overflow-wrap: normal;
	}

	body.home.aa-home-content-2026 .aa-home-hero__lede {
		font-size: 16px;
	}

	body.home.aa-home-content-2026 .aa-home-hero__trust {
		grid-template-columns: 1fr;
		margin-top: 34px;
	}

	body.home.aa-home-content-2026 .aa-home-hero__trust > div,
	body.home.aa-home-content-2026 .aa-home-hero__trust > div + div {
		border-left: 0;
		min-height: 0;
		padding: 17px 0;
	}

	body.home.aa-home-content-2026 .aa-home-hero__trust > div + div {
		border-top: 1px solid rgb(255 255 255 / 18%);
	}

	body.home.aa-home-content-2026 .aa-home-actions,
	body.home.aa-home-content-2026 .aa-home-button {
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-home-highlights__grid {
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-highlight + .aa-home-highlight,
	body.home.aa-home-content-2026 .aa-home-highlight:nth-child(4) {
		border-left: 0;
		border-top: 1px solid var(--aa-home-border);
	}

	body.home.aa-home-content-2026 .aa-home-highlight {
		min-height: 0;
		padding: 20px 0;
	}

	body.home.aa-home-content-2026 .aa-home-process__grid {
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-process__grid li,
	body.home.aa-home-content-2026 .aa-home-process__grid li + li,
	body.home.aa-home-content-2026 .aa-home-process__grid li:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgb(255 255 255 / 18%);
		padding: 26px 0 0;
	}

	body.home.aa-home-content-2026 .aa-home-process__grid li:first-child {
		border-top: 0;
		padding-top: 0;
	}

	body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-seller-banner {
		padding-block: 60px;
	}

	body.home.aa-home-content-2026 .aa-home-benefits {
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-about__contact {
		align-items: flex-start;
		flex-direction: column;
	}

	body.home.aa-home-content-2026 .aa-home-seller-support__inner {
		padding: 24px 20px;
	}

	body.home.aa-home-content-2026 .aa-home-auctions__demo {
		grid-template-columns: 1fr;
		padding: 22px 20px;
	}

	body.home.aa-home-content-2026 .aa-home-auction-grid {
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-auction-card:last-child:nth-child(odd) {
		grid-column: auto;
		max-width: none;
	}

	body.home.aa-home-content-2026 .aa-home-auctions__demo .aa-home-button {
		grid-column: auto;
	}

	body.home.aa-home-content-2026 .aa-home-audience-card {
		padding: 34px 26px;
	}

	body.home.aa-home-content-2026 .aa-home-trust-statement__points {
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-home-trust-statement__points article {
		min-height: 0;
		padding: 28px 24px;
	}

	body.home.aa-home-content-2026 .aa-home-contact-cta__inner {
		align-items: flex-start;
		grid-template-columns: 1fr;
		padding: 34px 24px;
	}

	body.home.aa-home-content-2026 .aa-home-contact-cta__inner > .aa-home-actions {
		grid-column: auto;
	}

	body.home.aa-home-content-2026 .aa-home-contact-cta .aa-home-actions {
		flex-wrap: wrap;
	}

	body.home.aa-home-content-2026 .aa-home:not(.aa-elementor-home) .aa-home-prefooter {
		padding-block: 42px;
	}

	body.home.aa-home-content-2026 .aa-final-footer {
		padding: 30px 16px 0;
	}

	body.home.aa-home-content-2026 .aa-final-footer__panel {
		gap: 34px;
		padding: 34px 24px;
	}

	body.home.aa-home-content-2026 .aa-final-footer__logo img {
		width: 210px;
	}

	body.home.aa-home-content-2026 .aa-final-footer__columns {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-final-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding-block: 22px;
	}
}

/* Footer template styles are self-scoped so Elementor's template editor matches live output. */
.aa-footer--integrated {
	background: #06152e;
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
}

.aa-footer--integrated,
.aa-footer--integrated * {
	box-sizing: border-box;
}

.aa-footer--integrated .aa-footer__shell {
	margin-inline: auto;
	max-width: 1360px;
	width: calc(100% - 48px);
}

.aa-footer--integrated .aa-footer__grid {
	display: grid !important;
	gap: 40px 34px;
	grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(135px, 0.78fr)) minmax(220px, 1.2fr);
}

.aa-footer--integrated .aa-footer__grid > .e-con {
	min-width: 0;
	width: auto !important;
}

.aa-footer--integrated .aa-footer__logo {
	background: #fbfaf6;
	border-radius: 5px;
	display: inline-flex;
	padding: 10px 14px;
	width: fit-content;
}

.aa-footer--integrated .aa-footer__logo img,
.aa-footer--integrated .aa-footer__logo .aa-site-logo {
	height: auto;
	max-height: none;
	width: 248px;
}

.aa-footer--integrated .aa-footer__description,
.aa-footer--integrated .aa-footer__description p {
	color: rgb(251 250 246 / 76%);
	font-size: 15.5px;
	line-height: 1.7;
	margin: 0;
	max-width: 360px;
}

.aa-footer--integrated .aa-footer__column h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	letter-spacing: 0.02em;
	line-height: 1.35;
	margin: 0;
	padding-bottom: 13px;
	position: relative;
}

.aa-footer--integrated .aa-footer__column h3::after {
	background: #d3a13a;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 38px;
}

.aa-footer--integrated ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aa-footer--integrated li + li {
	margin-top: 10px;
}

.aa-footer--integrated a,
.aa-footer--integrated li,
.aa-footer--integrated address {
	color: rgb(251 250 246 / 72%);
	font-size: 14.5px;
	font-style: normal;
	line-height: 1.65;
	text-decoration: none;
}

.aa-footer--integrated address {
	margin-top: 18px;
}

.aa-footer--integrated a:hover,
.aa-footer--integrated a:focus {
	color: #d3a13a;
}

.aa-footer--integrated a:focus-visible {
	outline: 3px solid #3358d3;
	outline-offset: 3px;
}

.aa-footer--integrated .aa-footer__legal {
	border-top: 1px solid rgb(255 255 255 / 16%);
	min-height: 68px;
}

.aa-footer--integrated .aa-footer__legal,
.aa-footer--integrated .aa-footer__legal p,
.aa-footer--integrated .aa-footer__legal a {
	color: rgb(251 250 246 / 62%);
	font-size: 13.5px;
	line-height: 1.55;
	margin: 0;
}

.aa-footer--integrated .aa-footer__legal-links p {
	display: flex;
	gap: 24px;
}

@media (max-width: 1100px) {
	.aa-footer--integrated .aa-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aa-footer--integrated .aa-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.aa-footer--integrated .aa-footer__shell {
		width: calc(100% - 32px);
	}

	.aa-footer--integrated .aa-footer__grid {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.aa-footer--integrated .aa-footer__brand {
		grid-column: auto;
		padding-bottom: 32px;
	}

	.aa-footer--integrated .aa-footer__column {
		border-top: 1px solid rgb(255 255 255 / 14%);
		padding-block: 26px;
	}

	.aa-footer--integrated .aa-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 22px;
	}

	.aa-footer--integrated .aa-footer__legal-links p {
		flex-wrap: wrap;
		gap: 10px 22px;
	}
}

/* Keep action groups on the shared button dimensions after section-specific rules. */
body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
	flex: 0 0 auto;
	gap: 16px;
	width: auto !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn {
	flex: 0 0 auto;
	width: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn--outline-light .elementor-button {
	background: transparent;
	border-color: rgb(255 255 255 / 65%);
	color: #fff;
}

@media (max-width: 1024px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
		flex-basis: 100%;
		width: 100% !important;
	}
}

@media (min-width: 701px) and (max-width: 1024px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__content {
		width: 72% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-actions {
		flex-wrap: nowrap !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-btn .elementor-button {
		font-size: 12.5px;
		padding-inline: 18px;
	}
}

@media (max-width: 700px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn .elementor-button,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions .aa-btn .elementor-button {
		width: 100%;
	}
}

/* 15. Final whole-page visual polish — 27 July 2026
   ========================================================================== */

body.home.aa-home-content-2026 .aa-home-shell,
body.home.aa-home-content-2026 #colophon .aa-footer__shell {
	margin-inline: auto;
	max-width: 1360px;
	width: calc(100% - 48px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-categories,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement {
	padding-block: 96px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process {
	padding-block: 90px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner {
	padding-block: 78px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support {
	padding-block: 34px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta {
	padding-block: 46px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter {
	border-bottom: 0;
	border-top: 2px solid rgb(211 161 58 / 75%);
	padding-block: 52px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-section-heading > .elementor-widget-text-editor:last-child,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .elementor-widget-text-editor,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__content > .elementor-widget-text-editor:not(.aa-home-eyebrow),
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card > .elementor-widget-text-editor:not(.aa-home-eyebrow) {
	font-size: 16.5px;
	line-height: 1.68;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-section-heading {
	gap: 14px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-eyebrow,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-eyebrow p {
	font-size: 12.5px;
	letter-spacing: 0.15em;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__lede,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__lede p {
	font-size: clamp(17px, 1.28vw, 19px);
	line-height: 1.68;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item {
	gap: 17px;
	padding-block: 28px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content p {
	font-size: 15px;
	line-height: 1.58;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight {
	gap: 15px;
	min-height: 112px;
	padding-block: 20px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight__icon {
	flex-basis: 44px;
	height: 44px;
	width: 44px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight h3 {
	font-size: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight .elementor-widget-text-editor {
	font-size: 14.5px;
	line-height: 1.55;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-card-grid {
	align-items: stretch;
	gap: 28px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card {
	border-color: rgb(6 21 46 / 13%);
	border-radius: 9px;
	box-shadow: 0 12px 28px rgb(6 21 46 / 6%);
	height: 100%;
	overflow: hidden;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card .aa-el-card-image img {
	aspect-ratio: 16 / 9;
	height: 248px;
	object-fit: cover;
	width: 100%;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body {
	display: flex;
	flex: 1;
	gap: 16px;
	padding: 34px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body .aa-btn {
	margin-top: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid {
	margin-top: 54px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card {
	padding-inline: 34px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card .aa-el-step-number .elementor-heading-title {
	font-size: 18px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card h3 {
	font-size: 20px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card .elementor-widget-text-editor {
	font-size: 15.5px;
	line-height: 1.7;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner {
	gap: 44px;
	justify-content: flex-start;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .e-con:first-child {
	max-width: 850px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .aa-btn {
	margin-left: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner .elementor-widget-text-editor:not(.aa-home-eyebrow) {
	font-size: 17px;
	line-height: 1.7;
	margin-top: 18px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__grid {
	gap: 70px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__content {
	width: 56% !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media {
	width: 44% !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__content > .elementor-widget-text-editor:not(.aa-home-eyebrow) {
	margin-top: 18px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-benefits {
	gap: 22px 28px;
	margin-top: 34px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-benefit h3 {
	font-size: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-benefit .elementor-widget-text-editor {
	font-size: 15px;
	line-height: 1.65;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media img {
	border-radius: 9px;
	box-shadow: 0 20px 46px rgb(6 21 46 / 11%);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__contact {
	margin-top: 34px;
	padding: 23px 26px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner {
	border: 1px solid rgb(6 21 46 / 16%);
	border-left: 4px solid var(--aa-home-gold);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgb(6 21 46 / 5%);
	min-height: 112px;
	padding: 30px 34px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support h2 {
	font-size: 27px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support .elementor-widget-text-editor {
	font-size: 15.5px;
	line-height: 1.62;
}

body.home.aa-home-content-2026 .aa-home-auction-card {
	border-radius: 9px;
	min-height: 558px;
}

body.home.aa-home-content-2026 .aa-home-auction-card__body {
	padding: 30px 30px 28px;
}

body.home.aa-home-content-2026 .aa-home-auction-card__meta {
	font-size: 13px;
}

body.home.aa-home-content-2026 .aa-home-auction-card h3 {
	-webkit-line-clamp: 3;
	font-size: 21px;
	line-height: 1.34;
}

body.home.aa-home-content-2026 .aa-home-auction-card__body > p:not(.aa-home-auction-card__meta) {
	-webkit-line-clamp: 3;
	font-size: 15.5px;
	line-height: 1.66;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__demo {
	margin-top: 28px;
	padding: 20px 24px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__demo .elementor-widget-text-editor {
	font-size: 14px;
	line-height: 1.6;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences__grid {
	align-items: stretch;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card {
	border-radius: 9px;
	display: flex;
	height: 100%;
	padding: 52px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card .aa-btn {
	margin-top: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__points {
	gap: 24px;
	margin-top: 50px;
	max-width: 1180px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature {
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 9px;
	min-height: 255px;
	padding: 34px 30px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__icon {
	height: 60px;
	width: 60px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__icon .elementor-icon {
	font-size: 28px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature h3 {
	font-size: 17px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature .elementor-widget-text-editor {
	font-size: 15.5px;
	line-height: 1.66;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__inner {
	gap: 38px;
	min-height: 150px;
	padding: 42px 46px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta h2 {
	font-size: clamp(30px, 2.5vw, 36px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__inner > .e-con > .elementor-widget-text-editor {
	font-size: 16px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__phone .elementor-heading-title a {
	font-size: 26px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter h2 {
	font-size: clamp(30px, 3.7vw, 46px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter .elementor-widget-text-editor {
	font-size: 16.5px;
	line-height: 1.65;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter .aa-home-actions {
	gap: 18px;
	margin-top: 24px;
}

/* Integrated Elementor footer. */
body.home.aa-home-content-2026 #colophon,
body.home.aa-home-content-2026 #colophon .elementor-4034,
body.home.aa-home-content-2026 #colophon .aa-footer {
	background: #06152e;
}

body.home.aa-home-content-2026 #colophon {
	border-top: 3px solid #d3a13a;
	font-family: "Montserrat", Arial, sans-serif;
}

body.home.aa-home-content-2026 #colophon .aa-footer__grid {
	display: grid !important;
	gap: 40px 34px;
	grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(135px, 0.78fr)) minmax(220px, 1.2fr);
}

body.home.aa-home-content-2026 #colophon .aa-footer__grid > .e-con {
	min-width: 0;
	width: auto !important;
}

body.home.aa-home-content-2026 #colophon .aa-footer__logo img,
body.home.aa-home-content-2026 #colophon .aa-footer__logo .aa-site-logo {
	height: auto;
	max-height: none;
	width: 248px;
}

body.home.aa-home-content-2026 #colophon .aa-footer__logo {
	background: #fbfaf6;
	border-radius: 5px;
	display: inline-flex;
	padding: 10px 14px;
	width: fit-content;
}

body.home.aa-home-content-2026 #colophon .aa-footer__description,
body.home.aa-home-content-2026 #colophon .aa-footer__description p {
	color: rgb(251 250 246 / 76%);
	font-size: 15.5px;
	line-height: 1.7;
	margin: 0;
	max-width: 360px;
}

body.home.aa-home-content-2026 #colophon .aa-footer__column h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	letter-spacing: 0.02em;
	line-height: 1.35;
	margin: 0;
	padding-bottom: 13px;
	position: relative;
}

body.home.aa-home-content-2026 #colophon .aa-footer__column h3::after {
	background: #d3a13a;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 38px;
}

body.home.aa-home-content-2026 #colophon .aa-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.home.aa-home-content-2026 #colophon .aa-footer li + li {
	margin-top: 10px;
}

body.home.aa-home-content-2026 #colophon .aa-footer a,
body.home.aa-home-content-2026 #colophon .aa-footer li,
body.home.aa-home-content-2026 #colophon .aa-footer address {
	color: rgb(251 250 246 / 72%);
	font-size: 14.5px;
	font-style: normal;
	line-height: 1.65;
	text-decoration: none;
}

body.home.aa-home-content-2026 #colophon .aa-footer address {
	margin-top: 18px;
}

body.home.aa-home-content-2026 #colophon .aa-footer a:hover,
body.home.aa-home-content-2026 #colophon .aa-footer a:focus {
	color: #d3a13a;
}

body.home.aa-home-content-2026 #colophon .aa-footer a:focus-visible {
	outline: 3px solid #3358d3;
	outline-offset: 3px;
}

body.home.aa-home-content-2026 #colophon .aa-footer__legal {
	border-top: 1px solid rgb(255 255 255 / 16%);
	min-height: 68px;
}

body.home.aa-home-content-2026 #colophon .aa-footer__legal,
body.home.aa-home-content-2026 #colophon .aa-footer__legal p,
body.home.aa-home-content-2026 #colophon .aa-footer__legal a {
	color: rgb(251 250 246 / 62%);
	font-size: 13.5px;
	line-height: 1.55;
	margin: 0;
}

body.home.aa-home-content-2026 #colophon .aa-footer__legal-links p {
	display: flex;
	gap: 24px;
}

@media (max-width: 1100px) {
	body.home.aa-home-content-2026 #colophon .aa-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home.aa-home-content-2026 #colophon .aa-footer__brand {
		grid-column: 1 / -1;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__content,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media {
		width: 50% !important;
	}
}

@media (max-width: 800px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-categories,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process {
		padding-block: 72px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__content,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media {
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .aa-btn {
		margin-left: 0;
	}
}

@media (max-width: 700px) {
	body.home.aa-home-content-2026 .aa-home-shell,
	body.home.aa-home-content-2026 #colophon .aa-footer__shell {
		width: calc(100% - 32px);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-categories,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process {
		padding-block: 60px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature {
		padding: 28px 24px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__inner {
		gap: 24px;
		padding: 34px 24px;
	}

	body.home.aa-home-content-2026 #colophon .aa-footer__grid {
		gap: 0;
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 #colophon .aa-footer__brand {
		grid-column: auto;
		padding-bottom: 32px;
	}

	body.home.aa-home-content-2026 #colophon .aa-footer__column {
		border-top: 1px solid rgb(255 255 255 / 14%);
		padding-block: 26px;
	}

	body.home.aa-home-content-2026 #colophon .aa-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 22px;
	}

	body.home.aa-home-content-2026 #colophon .aa-footer__legal-links p {
		flex-wrap: wrap;
		gap: 10px 22px;
	}
}

/* Elementor hero cleanup — 27 July 2026
   The image hero now contains copy/actions only. Trust content is a separate strip. */

body.home.aa-home-content-2026 .aa-elementor-home {
	margin-inline: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	padding: 0 !important;
	width: 100vw !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero {
	min-height: 680px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-shell,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip .aa-home-shell {
	max-width: 1400px;
	width: calc(100% - 80px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__inner {
	min-height: 680px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__content {
	max-width: 620px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 {
	font-size: clamp(44px, 3.7vw, 54px);
	line-height: 1.04;
	max-width: 620px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__lede {
	color: rgb(251 250 246 / 90%) !important;
	font-size: clamp(18px, 1.35vw, 20px);
	line-height: 1.72;
	margin: 26px 0 36px;
	max-width: 620px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-actions {
	align-items: stretch;
	gap: 16px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-button .elementor-button {
	min-height: 54px;
	padding-inline: 26px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip {
	background: rgb(6 21 46 / 58%);
	border-bottom: 1px solid rgb(255 255 255 / 14%);
	border-top: 1px solid rgb(255 255 255 / 20%);
	box-shadow: inset 0 12px 30px rgb(3 12 28 / 14%);
	position: relative;
	z-index: 2;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item {
	align-items: center;
	display: flex !important;
	max-width: none !important;
	min-width: 0;
	width: 100% !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item + .aa-home-trust-strip__item {
	border-left: 1px solid rgb(255 255 255 / 20%);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__icon {
	align-items: center;
	background: rgb(255 255 255 / 9%);
	border: 1px solid rgb(211 161 58 / 45%);
	border-radius: 50%;
	display: flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
	margin: 0;
	width: 46px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__icon .elementor-icon {
	color: var(--aa-home-gold);
	font-size: 21px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content h3 {
	color: var(--aa-home-white);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content p {
	color: rgb(255 255 255 / 78%);
	font-size: 14.5px;
	line-height: 1.55;
	margin: 0;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights {
	box-shadow: none;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid {
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight {
	max-width: none !important;
	min-height: 104px;
	padding-block: 18px;
	width: 100% !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight__icon {
	flex-basis: 40px;
	height: 40px;
	width: 40px;
}

@media (max-width: 1024px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-shell,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip .aa-home-shell {
		width: calc(100% - 48px);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 {
		font-size: clamp(42px, 5vw, 50px);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item {
		gap: 12px;
		padding-inline: 16px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item:last-child {
		border-left: 0;
		border-top: 1px solid rgb(255 255 255 / 18%);
		grid-column: 1 / -1;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__icon {
		flex-basis: 40px;
		height: 40px;
		width: 40px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content h3 {
		font-size: 12.5px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content p {
		font-size: 13.5px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-shell,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip .aa-home-shell {
		width: calc(100% - 32px);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__inner {
		min-height: 720px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 {
		font-size: clamp(36px, 10vw, 42px);
		line-height: 1.06;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__lede {
		font-size: 16px;
		line-height: 1.66;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-actions {
		gap: 12px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__grid {
		grid-template-columns: 1fr;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item:last-child {
		grid-column: auto;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item + .aa-home-trust-strip__item {
		border-left: 0;
		padding-inline: 4px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item + .aa-home-trust-strip__item {
		border-top: 1px solid rgb(255 255 255 / 18%);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content h3 {
		font-size: 13px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content p {
		font-size: 14px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home.aa-home-content-2026 .aa-home *,
	body.home.aa-home-content-2026 .aa-home *::before,
	body.home.aa-home-content-2026 .aa-home *::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
	}
}


/* 13. Elementor Free editing compatibility
   ========================================================================== */

body.home.aa-home-content-2026 .aa-elementor-home.e-con,
body.home.aa-home-content-2026 .aa-elementor-home .e-con {
	--container-max-width: none;
}

body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget {
	margin-block-end: 0;
}

body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget-heading .elementor-heading-title,
body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget-text-editor p {
	margin: 0;
}

body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget-text-editor p {
	color: inherit;
	font: inherit;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-eyebrow,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-eyebrow p {
	color: var(--aa-home-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-section-heading--light > .elementor-widget-text-editor:last-child,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions .aa-home-section-heading > .elementor-widget-text-editor:last-child {
	color: rgb(255 255 255 / 76%);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-button .elementor-button,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-text-link .elementor-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	display: inline-flex;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.02em;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-button--gold .elementor-button {
	background: var(--aa-home-gold);
	color: var(--aa-home-navy);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-button--navy .elementor-button {
	background: var(--aa-home-navy);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-button--outline-light .elementor-button {
	background: rgb(6 21 46 / 35%);
	border-color: rgb(255 255 255 / 55%);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-button--outline-dark .elementor-button {
	background: transparent;
	border-color: var(--aa-home-navy);
	color: var(--aa-home-navy);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-text-link .elementor-button {
	background: transparent;
	border: 0;
	color: var(--aa-home-blue);
	min-height: 0;
	padding: 0;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-text-link .elementor-button-text::after {
	content: " →";
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-text-link--light .elementor-button {
	color: var(--aa-home-white);
}

/* 14. Unified button system
   ========================================================================== */

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn .elementor-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: none;
	display: inline-flex;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.035em;
	line-height: 1.2;
	min-height: 50px;
	padding: 0 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		transform 160ms ease;
	white-space: nowrap;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--compact .elementor-button {
	font-size: 12.5px;
	min-height: 44px;
	padding-inline: 20px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--gold .elementor-button {
	background: #d3a13a;
	border-color: #d3a13a;
	color: #06152e;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--gold .elementor-button:hover,
body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--gold .elementor-button:focus {
	background: #c4922f;
	border-color: #c4922f;
	color: #06152e;
	transform: translateY(-1px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--navy .elementor-button {
	background: #06152e;
	border-color: #06152e;
	color: #fff;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--navy .elementor-button:hover,
body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--navy .elementor-button:focus {
	background: #0b2345;
	border-color: #d3a13a;
	color: #fff;
	transform: translateY(-1px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--outline-light .elementor-button {
	background: transparent;
	border-color: rgb(255 255 255 / 65%);
	color: #fff;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--outline-light .elementor-button:hover,
body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--outline-light .elementor-button:focus {
	background: #fbfaf6;
	border-color: #fff;
	color: #06152e;
	transform: translateY(-1px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--outline-dark .elementor-button {
	background: transparent;
	border-color: #06152e;
	color: #06152e;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--outline-dark .elementor-button:hover,
body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--outline-dark .elementor-button:focus {
	background: #06152e;
	border-color: #06152e;
	color: #fff;
	transform: translateY(-1px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn .elementor-button:focus-visible,
body.home.aa-home-content-2026 #reactheme-header .react_button:focus-visible,
body.home.aa-home-content-2026 .aa-home-auction-card__link:focus-visible {
	outline: 3px solid #3358d3;
	outline-offset: 3px;
}

body.home.aa-home-content-2026 #reactheme-header .react_button {
	align-items: center;
	background: #06152e !important;
	border: 1px solid #06152e !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 13px !important;
	font-weight: 700 !important;
	height: 50px !important;
	justify-content: center;
	letter-spacing: 0.035em;
	line-height: 1.2;
	min-height: 50px !important;
	padding: 0 26px !important;
	text-transform: uppercase;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		transform 160ms ease;
}

body.home.aa-home-content-2026 #reactheme-header .react_button:hover,
body.home.aa-home-content-2026 #reactheme-header .react_button:focus {
	background: #0b2345 !important;
	border-color: #d3a13a !important;
	color: #fff !important;
	transform: translateY(-1px);
}

body.home.aa-home-content-2026 .aa-home-auction-card__link {
	align-items: center;
	background: #06152e;
	border: 1px solid #06152e;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.035em;
	line-height: 1.2;
	min-height: 44px;
	padding: 0 20px;
	text-transform: uppercase;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		transform 160ms ease;
	white-space: nowrap;
}

body.home.aa-home-content-2026 .aa-home-auction-card__link:hover,
body.home.aa-home-content-2026 .aa-home-auction-card__link:focus {
	background: #0b2345;
	border-color: #d3a13a;
	color: #fff;
	transform: translateY(-1px);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-actions {
	gap: 16px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-btn .elementor-button {
	min-height: 50px;
	padding-inline: 28px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
	flex: 0 0 auto;
	gap: 16px;
	width: auto !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn {
	flex: 0 0 auto;
	width: auto;
}

@media (max-width: 1024px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
		flex-basis: 100%;
		width: 100% !important;
	}
}

@media (max-width: 700px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions .aa-btn .elementor-button,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn .elementor-button {
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-btn .elementor-button {
		min-height: 50px;
		padding-inline: 20px;
		white-space: normal;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--compact .elementor-button {
		min-height: 44px;
	}
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions .aa-home-text-link .elementor-button {
	color: var(--aa-home-gold);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__inner,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-card-grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-benefits,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences__grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__points,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__inner {
	display: flex;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__content {
	max-width: none;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__trust h3 {
	color: var(--aa-home-white);
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__trust p {
	color: rgb(255 255 255 / 74%);
	font-size: 14px;
	line-height: 1.55;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight__icon {
	display: flex;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight__icon .elementor-icon {
	color: var(--aa-home-gold);
	font-size: 24px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight h3 {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card > .elementor-widget-image img {
	aspect-ratio: 16 / 8.3;
	display: block;
	object-fit: cover;
	width: 100%;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card:nth-child(3) > .elementor-widget-image img {
	object-position: center 62%;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body .aa-home-text-link {
	margin-top: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card {
	position: relative;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card + .aa-el-process-card {
	border-left: 1px solid rgb(255 255 255 / 18%);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-step-number {
	align-items: center;
	background: var(--aa-home-gold);
	border-radius: 50%;
	display: flex;
	height: 38px;
	justify-content: center;
	margin-bottom: 19px;
	width: 38px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-step-number .elementor-heading-title {
	color: var(--aa-home-navy);
	font-size: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid .aa-el-process-card > .elementor-widget-heading:not(.aa-el-step-number) h3 {
	color: var(--aa-home-white);
	font-size: 20px;
	line-height: 1.35;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid .aa-el-process-card > .elementor-widget-text-editor {
	color: rgb(255 255 255 / 70%);
	font-size: 15px;
	line-height: 1.7;
	margin-top: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .e-con {
	max-width: 820px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-benefits > .aa-el-benefit {
	border-left: 3px solid var(--aa-home-gold);
	padding-left: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-benefit h3 {
	font-size: 14px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-benefit .elementor-widget-text-editor {
	color: var(--aa-home-muted);
	font-size: 14px;
	line-height: 1.65;
	margin-top: 7px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__contact .elementor-widget-text-editor {
	color: var(--aa-home-navy);
	font-size: 14.5px;
	font-weight: 700;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__contact .elementor-heading-title a {
	color: var(--aa-home-blue);
	font-size: 21px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media .elementor-widget-image {
	width: 100%;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__header,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner {
	display: flex;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-auctions-shortcode {
	margin-top: 42px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__demo .aa-el-demo-icon {
	width: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__demo .elementor-icon {
	color: var(--aa-home-gold);
	font-size: 18px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__demo h3 {
	color: var(--aa-home-white);
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__demo .elementor-widget-text-editor {
	color: rgb(255 255 255 / 72%);
	font-size: 13px;
	margin-top: 6px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card > .elementor-widget-text-editor:not(.aa-home-eyebrow) {
	font-size: 17px;
	line-height: 1.76;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card--dark > .elementor-widget-text-editor {
	color: rgb(255 255 255 / 74%);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature {
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 17%);
	border-radius: 10px;
	min-height: 248px;
	text-align: left;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__icon {
	display: flex;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__icon .elementor-icon {
	color: var(--aa-home-gold);
	font-size: 25px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature h3 {
	color: var(--aa-home-white);
	font-size: 16px;
	letter-spacing: 0.035em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature .elementor-widget-text-editor {
	color: rgb(255 255 255 / 74%);
	font-size: 14.5px;
	line-height: 1.68;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__phone .elementor-heading-title a {
	color: var(--aa-home-white);
	font-size: 24px;
	white-space: nowrap;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__inner > .e-con > .elementor-widget-text-editor {
	color: rgb(255 255 255 / 70%);
	font-size: 15px;
	line-height: 1.65;
	margin-top: 10px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
	justify-content: flex-end;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-home-button {
	flex: 1 1 0;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-home-button--outline-light .elementor-button {
	background: transparent;
	border-color: rgb(255 255 255 / 55%);
	color: var(--aa-home-white);
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter > .aa-home-shell {
	text-align: center;
}

@media (max-width: 800px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media {
		order: -1;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card {
		max-width: 620px;
	}
}

@media (max-width: 600px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card + .aa-el-process-card {
		border-left: 0;
		border-top: 1px solid rgb(255 255 255 / 18%);
		padding-top: 26px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card:first-child {
		border-top: 0;
		padding-top: 0;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature {
		min-height: 0;
	}
}

/* Final cascade guard for shared action sizing. */
body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
	flex: 0 0 auto;
	gap: 16px;
	width: auto !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn {
	flex: 0 0 auto;
	width: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn--outline-light .elementor-button {
	background: transparent;
	border-color: rgb(255 255 255 / 65%);
	color: #fff;
}

@media (max-width: 1024px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions {
		flex-basis: 100%;
		width: 100% !important;
	}
}

@media (max-width: 700px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-contact-actions .aa-btn .elementor-button,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions .aa-btn .elementor-button {
		width: 100%;
	}
}

/* Final visual-polish cascade guard. */
body.home.aa-home-content-2026 .aa-home-shell {
	max-width: 1360px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight h3 {
	font-size: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlight .elementor-widget-text-editor {
	font-size: 14.5px;
	line-height: 1.55;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-process-card .aa-el-step-number .elementor-heading-title {
	font-size: 18px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid .aa-el-process-card > .elementor-widget-text-editor {
	font-size: 15.5px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .e-con {
	max-width: 850px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner .elementor-widget-text-editor:not(.aa-home-eyebrow) {
	font-size: 17px;
	line-height: 1.7;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-benefit h3 {
	font-size: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-benefit .elementor-widget-text-editor {
	font-size: 15px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions__demo .elementor-widget-text-editor {
	font-size: 14px;
	line-height: 1.6;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature {
	border-radius: 9px;
	min-height: 255px;
	padding: 34px 30px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__icon {
	height: 60px;
	width: 60px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__icon .elementor-icon {
	font-size: 28px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature h3 {
	font-size: 17px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature .elementor-widget-text-editor {
	font-size: 15.5px;
	line-height: 1.66;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__phone .elementor-heading-title a {
	font-size: 26px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__inner > .e-con > .elementor-widget-text-editor {
	font-size: 16px;
}

@media (max-width: 700px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-el-trust-feature {
		min-height: 0;
		padding: 28px 24px;
	}
}

/* Deterministic repeated-component grids. */
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-card-grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-benefits,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences__grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__points {
	display: grid !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-card-grid,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__points {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-benefits,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid > .e-con,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-card-grid > .e-con,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid > .e-con,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-benefits > .e-con,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences__grid > .e-con,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__points > .e-con {
	width: auto !important;
}

@media (max-width: 1024px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 800px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences__grid,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement__points {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-highlights__grid,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__grid,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-benefits {
		grid-template-columns: 1fr;
	}
}

/* Final mobile composition pass — 27 July 2026. */
@media (max-width: 767px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero {
		background-position: 68% center !important;
		background-size: cover !important;
		isolation: isolate;
		min-height: 0 !important;
		overflow: hidden;
		position: relative;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero::before {
		background:
			linear-gradient(90deg, rgb(3 12 28 / 96%) 0%, rgb(3 12 28 / 89%) 62%, rgb(3 12 28 / 63%) 100%),
			linear-gradient(180deg, rgb(3 12 28 / 22%), rgb(3 12 28 / 68%));
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 0;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__inner {
		align-items: flex-start;
		min-height: 0 !important;
		padding-block: 66px 46px;
		position: relative;
		z-index: 1;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__content {
		max-width: none !important;
		padding-inline: 0 !important;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-shell {
		width: calc(100% - 32px) !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 {
		font-size: clamp(34px, 8.8vw, 40px);
		letter-spacing: -0.045em;
		line-height: 1.04;
		max-width: 100%;
		text-wrap: balance;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 span {
		display: inline;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 span + span::before {
		content: " ";
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 br {
		content: " ";
		display: inline;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 br::after {
		content: " ";
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__lede,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__lede p {
		font-size: 16px;
		line-height: 1.65;
		margin-bottom: 28px;
		max-width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-actions {
		gap: 12px;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-btn .elementor-button {
		font-size: 14px;
		min-height: 50px;
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip {
		background: rgb(6 21 46 / 74%);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__item + .aa-home-trust-strip__item {
		gap: 14px;
		min-height: 0;
		padding: 22px 4px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content h3 {
		font-size: 14px;
		line-height: 1.35;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-strip__content p {
		font-size: 15px;
		line-height: 1.6;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-categories,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-auctions,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audiences,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-trust-statement,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process {
		padding-block: 58px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner {
		background-position: 66% center !important;
		padding-block: 56px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support {
		padding-block: 24px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta {
		padding-block: 32px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter {
		padding-block: 44px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-section-heading > .elementor-widget-text-editor:last-child,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .elementor-widget-text-editor,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__content > .elementor-widget-text-editor:not(.aa-home-eyebrow),
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card > .elementor-widget-text-editor:not(.aa-home-eyebrow) {
		font-size: 16px;
		line-height: 1.7;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card,
	body.home.aa-home-content-2026 .aa-home-auction-card,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card {
		max-width: none;
		min-height: 0;
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card > .elementor-widget-image img,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card .aa-el-card-image img,
	body.home.aa-home-content-2026 .aa-home-auction-card__media img {
		aspect-ratio: 16 / 10;
		height: auto;
		object-fit: cover;
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body,
	body.home.aa-home-content-2026 .aa-home-auction-card__body,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card {
		padding: 26px 22px;
	}

	body.home.aa-home-content-2026 .aa-home-auction-card h3 {
		font-size: 20px;
		line-height: 1.35;
	}

	body.home.aa-home-content-2026 .aa-home-auction-card__body > p:not(.aa-home-auction-card__meta) {
		font-size: 16px;
		line-height: 1.68;
	}

	body.home.aa-home-content-2026 .aa-home-auction-card__link {
		font-size: 14px;
		width: 100%;
	}

	/* Mobile About reads in the natural narrative order: copy, then image. */
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__content {
		order: 1;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media {
		margin-top: 28px;
		order: 2;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__media img {
		aspect-ratio: 16 / 10;
		height: auto;
		object-fit: cover;
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-about__contact {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 20px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__inner {
		gap: 24px;
		min-height: 0;
		padding: 30px 22px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-contact-cta__phone .elementor-heading-title a {
		font-size: 22px;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter h2 {
		font-size: clamp(30px, 9vw, 38px);
		line-height: 1.12;
	}
}

@media (max-width: 360px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero__inner {
		padding-block: 56px 40px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 {
		font-size: 34px;
	}
}

@media (min-width: 361px) and (max-width: 767px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero h1 {
		font-size: clamp(38px, 9.3vw, 40px);
	}
}

/* Category cards: integrated, equal-height footer actions. */
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card {
	display: flex;
	flex-direction: column;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
	padding: 34px 34px 0 !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn {
	align-self: stretch;
	margin: auto -44px -10px;
	max-width: none !important;
	width: calc(100% + 88px) !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button {
	border: 0;
	border-radius: 0;
	min-height: 58px;
	width: 100%;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button:hover,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button:focus {
	transform: none;
}

@media (max-width: 767px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body {
		padding: 26px 22px 0 !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn {
		margin: auto -32px -10px;
		width: calc(100% + 64px) !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button {
		min-height: 54px;
	}
}

/* Seller support: integrated contact line moved from the About section. */
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact {
	align-items: center;
	background: #f8f7f3;
	border: 1px solid rgb(6 21 46 / 14%);
	border-left: 3px solid var(--aa-home-gold);
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	gap: 22px;
	justify-content: flex-start;
	margin-top: 22px;
	max-width: 560px;
	padding: 15px 18px;
	width: 100%;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact > .elementor-widget-text-editor {
	color: var(--aa-home-navy);
	flex: 1 1 auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact > .elementor-widget-heading {
	flex: 0 0 auto;
	margin: 0;
	width: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact .elementor-heading-title,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact .elementor-heading-title a {
	color: var(--aa-home-navy);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact .elementor-heading-title a:hover,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact .elementor-heading-title a:focus {
	color: var(--aa-home-gold);
}

@media (max-width: 600px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 16px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact .elementor-heading-title,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact .elementor-heading-title a {
		font-size: 21px;
		white-space: normal;
	}
}

/* Centre the seller-support CTA and keep its phone panel and action together. */
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner {
	align-items: center !important;
	display: grid !important;
	grid-template-columns: minmax(0, 560px) auto;
	gap: 16px 18px !important;
	justify-content: center !important;
	padding: 40px 38px !important;
	text-align: center;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .e-con {
	display: contents !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .e-con > .elementor-widget-heading,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .e-con > .elementor-widget-text-editor {
	grid-column: 1 / -1;
	justify-self: center;
	margin: 0 !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .e-con > .elementor-widget-text-editor {
	max-width: 880px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact {
	grid-column: 1;
	justify-self: end;
	margin-top: 8px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .aa-btn {
	grid-column: 2;
	justify-self: start;
	margin-top: 8px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .aa-btn .elementor-button {
	min-height: 58px;
}

@media (max-width: 900px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner {
		grid-template-columns: minmax(0, 560px);
		padding: 34px 28px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .e-con > .elementor-widget-heading,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .e-con > .elementor-widget-text-editor,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .aa-btn {
		grid-column: 1;
		justify-self: center;
	}
}

@media (max-width: 600px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner {
		padding: 30px 20px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__contact {
		align-items: center;
		text-align: center;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .aa-btn .elementor-button {
		width: 100%;
	}
}

/* Final global CTA refinement: one shape, four variants, no styled wrappers. */
body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget.aa-btn,
body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget.aa-btn .elementor-button-wrapper {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn .elementor-button {
	border-radius: 6px;
	font-size: 14px;
	letter-spacing: .02em;
	min-height: 50px;
	padding: 0 30px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--compact .elementor-button {
	font-size: 13px;
	min-height: 44px;
	padding: 0 22px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-actions {
	gap: 16px;
	margin-top: 30px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding-bottom: 30px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn {
	align-self: flex-start;
	margin: auto 0 0 !important;
	width: auto !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button {
	border: 1px solid #06152e;
	border-radius: 6px;
	min-height: 44px;
	width: auto;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .aa-btn .elementor-button {
	min-height: 50px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card > .aa-btn,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card > .aa-btn .elementor-button {
	min-height: 50px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter .aa-home-actions {
	gap: 16px;
	margin-top: 34px;
}

@media (max-width: 767px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions > .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions > .aa-btn .elementor-button {
		width: 100%;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body {
		padding: 26px 22px 28px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn {
		margin: auto 0 0 !important;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button {
		min-height: 44px;
		width: auto;
	}
}

/* Join the process promise and seller banner into one coherent image-led CTA. */
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process {
	overflow: visible !important;
	padding-bottom: 0 !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__note {
	margin: 34px 0 0 !important;
	position: relative;
	text-align: left;
	transform: translateY(56px);
	z-index: 3;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__note h2 {
	background: rgb(6 21 46 / 82%);
	border: 1px solid rgb(211 161 58 / 72%);
	border-radius: 999px;
	color: var(--aa-home-gold) !important;
	display: inline-flex;
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1;
	margin: 0;
	padding: 13px 18px;
	text-transform: uppercase;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner {
	background:
		linear-gradient(90deg, rgb(6 21 46 / 98%) 0%, rgb(6 21 46 / 91%) 43%, rgb(6 21 46 / 58%) 70%, rgb(6 21 46 / 26%) 100%),
		url("/wp-content/uploads/2026/07/aviation-warehouse-9-scaled.jpg") center 48% / cover no-repeat !important;
	padding-block: 96px 82px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner {
	align-items: flex-start !important;
	flex-direction: column !important;
	gap: 26px !important;
	justify-content: center !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .e-con {
	max-width: 680px !important;
	width: 100% !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner h2 {
	font-size: clamp(38px, 4.2vw, 54px);
	line-height: 1.08;
	max-width: 680px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner .elementor-widget-text-editor:not(.aa-home-eyebrow),
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner .elementor-widget-text-editor:not(.aa-home-eyebrow) p {
	color: rgb(255 255 255 / 84%) !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner .elementor-widget-text-editor:not(.aa-home-eyebrow) {
	margin-top: 18px !important;
	max-width: 650px;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .aa-btn {
	margin: 0 !important;
}

@media (max-width: 900px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__note {
		transform: translateY(48px);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner {
		background-position: 64% center !important;
		padding-block: 84px 70px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner__inner > .e-con {
		max-width: 620px !important;
	}
}

@media (max-width: 600px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__note {
		text-align: center;
		transform: translateY(44px);
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-process__note h2 {
		font-size: 12px !important;
		padding: 12px 16px;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner {
		background:
			linear-gradient(90deg, rgb(6 21 46 / 97%) 0%, rgb(6 21 46 / 89%) 66%, rgb(6 21 46 / 66%) 100%),
			url("/wp-content/uploads/2026/07/aviation-warehouse-9-scaled.jpg") 64% center / cover no-repeat !important;
		padding-block: 78px 62px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-banner h2 {
		font-size: clamp(34px, 10vw, 42px);
	}
}

/* CTA cascade lock after all legacy homepage refinements. */
body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget.aa-btn,
body.home.aa-home-content-2026 .aa-elementor-home .elementor-widget.aa-btn .elementor-button-wrapper {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn .elementor-button {
	border-radius: 6px !important;
	font-size: 14px !important;
	letter-spacing: .02em !important;
	min-height: 50px !important;
	padding: 0 30px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-btn--compact .elementor-button {
	font-size: 13px !important;
	min-height: 44px !important;
	padding: 0 22px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-hero .aa-home-actions,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-prefooter .aa-home-actions {
	gap: 16px !important;
	margin-top: 30px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column !important;
	padding-bottom: 30px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn {
	align-self: flex-start;
	margin: auto 0 0 !important;
	width: auto !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button {
	border: 1px solid #06152e !important;
	border-radius: 6px !important;
	min-height: 44px !important;
	width: 264px !important;
}

body.home.aa-home-content-2026 .aa-elementor-home .aa-home-seller-support__inner > .aa-btn .elementor-button,
body.home.aa-home-content-2026 .aa-elementor-home .aa-home-audience-card > .aa-btn .elementor-button {
	min-height: 50px !important;
}

@media (max-width: 767px) {
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 12px !important;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions > .aa-btn,
	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-actions > .aa-btn .elementor-button {
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body {
		padding: 26px 22px 28px !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn {
		margin: auto 0 0 !important;
		width: 100% !important;
	}

	body.home.aa-home-content-2026 .aa-elementor-home .aa-home-category-card__body > .aa-btn .elementor-button {
		width: 100% !important;
	}
}
