/**
 * Auto Export Fair — V3 design system
 *
 * The stylesheet is deliberately scoped behind body.aef-v3-live so the
 * package can be activated and rolled back without changing Oxygen content.
 * No remote fonts, icon fonts or SVG assets are required.
 */

/* --------------------------------------------------------------------------
   Foundations
   -------------------------------------------------------------------------- */

body.aef-v3-live {
  --aef-v3-ink: #061019;
  --aef-v3-ink-2: #0b1721;
  --aef-v3-panel: #111f2a;
  --aef-v3-panel-soft: #172630;
  --aef-v3-paper: #f3efe8;
  --aef-v3-paper-2: #e7dfd4;
  --aef-v3-white: #fffdf9;
  --aef-v3-text: #f8f6f2;
  --aef-v3-muted: #b6c0c7;
  --aef-v3-muted-dark: #53616b;
  --aef-v3-copper: #ff7a1a;
  --aef-v3-copper-light: #ffb272;
  --aef-v3-copper-dark: #963b00;
  --aef-v3-line: rgba(255, 255, 255, 0.14);
  --aef-v3-line-dark: rgba(6, 16, 25, 0.16);
  --aef-v3-focus: #ffd4a8;
  --aef-v3-radius: 26px;
  --aef-v3-radius-sm: 15px;
  --aef-v3-shadow: 0 34px 90px rgba(0, 0, 0, 0.25);
  --aef-v3-shadow-paper: 0 26px 70px rgba(13, 26, 35, 0.13);
  --aef-v3-shell: min(1320px, calc(100% - 48px));
  margin: 0;
  overflow-x: clip;
  background: var(--aef-v3-ink);
  color: var(--aef-v3-text);
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.aef-v3-live *,
body.aef-v3-live *::before,
body.aef-v3-live *::after {
  box-sizing: border-box;
}

body.aef-v3-live img {
  max-width: 100%;
}

body.aef-v3-live button,
body.aef-v3-live input,
body.aef-v3-live select,
body.aef-v3-live textarea {
  font: inherit;
}

body.aef-v3-live :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--aef-v3-focus) !important;
  outline-offset: 4px !important;
  box-shadow: none;
}

body.aef-v3-live ::selection {
  background: var(--aef-v3-copper);
  color: var(--aef-v3-ink);
}

body.aef-v3-live .aef-v3-shell {
  width: var(--aef-v3-shell);
  max-width: 100%;
  margin-inline: auto;
}

body.aef-v3-live .aef-v3-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Remove only the replaced Oxygen header and footer. */
body.aef-v3-live > #div_block-24-7,
body.aef-v3-live > #aef_footer {
  display: none !important;
}

/* Oxygen formerly added a second page-top offset below its global header. */
body.aef-v3-live #inner_content-6-7.ct-inner-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 0 !important;
  overflow: visible;
}

/* --------------------------------------------------------------------------
   Global V3 header
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-v3-site-header {
  position: sticky;
  z-index: 9990;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 16, 25, 0.92);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.14);
  color: var(--aef-v3-text);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

body.admin-bar.aef-v3-live .aef-v3-site-header {
  top: 32px;
}

body.aef-v3-live .aef-v3-site-header__inner {
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 22px;
}

body.aef-v3-live .aef-v3-brand {
  min-height: 48px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  color: var(--aef-v3-white);
  text-decoration: none;
}

body.aef-v3-live .aef-v3-brand__logo {
  width: 160px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

body.aef-v3-live .aef-v3-primary-nav {
  margin-left: auto;
}

body.aef-v3-live .aef-v3-primary-nav__list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.aef-v3-live .aef-v3-primary-nav__mobile-action {
  display: none;
}

body.aef-v3-live .aef-v3-primary-nav a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 9px;
  color: #dce3e7;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

body.aef-v3-live .aef-v3-primary-nav a:hover,
body.aef-v3-live .aef-v3-primary-nav .current-menu-item > a,
body.aef-v3-live .aef-v3-primary-nav .current_page_item > a,
body.aef-v3-live .aef-v3-primary-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

body.aef-v3-live .aef-v3-site-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

body.aef-v3-live .aef-v3-phone,
body.aef-v3-live .aef-v3-button,
body.aef-v3-live .aef-v3-consent {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.aef-v3-live .aef-v3-button {
  border-color: var(--aef-v3-copper);
  background: var(--aef-v3-copper);
  color: var(--aef-v3-ink);
}

body.aef-v3-live .aef-v3-phone:hover,
body.aef-v3-live .aef-v3-consent:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

body.aef-v3-live .aef-v3-button:hover {
  transform: translateY(-2px);
  background: #ff9b50;
}

body.aef-v3-live .aef-v3-menu-toggle {
  width: 48px;
  height: 48px;
  display: none;
  flex: 0 0 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 11px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

body.aef-v3-live .aef-v3-menu-toggle__lines,
body.aef-v3-live .aef-v3-menu-toggle__lines::before,
body.aef-v3-live .aef-v3-menu-toggle__lines::after {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 10px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

body.aef-v3-live .aef-v3-menu-toggle__lines {
  position: relative;
}

body.aef-v3-live .aef-v3-menu-toggle__lines::before {
  position: absolute;
  top: -7px;
}

body.aef-v3-live .aef-v3-menu-toggle__lines::after {
  position: absolute;
  top: 7px;
}

body.aef-v3-live .aef-v3-site-header.is-menu-open .aef-v3-menu-toggle__lines {
  background: transparent;
}

body.aef-v3-live .aef-v3-site-header.is-menu-open .aef-v3-menu-toggle__lines::before {
  top: 0;
  transform: rotate(45deg);
}

body.aef-v3-live .aef-v3-site-header.is-menu-open .aef-v3-menu-toggle__lines::after {
  top: 0;
  transform: rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Global V3 footer
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-v3-site-footer {
  position: relative;
  padding: 76px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 122, 26, 0.11), transparent 26%),
    #03090e;
  color: var(--aef-v3-text);
}

body.aef-v3-live .aef-v3-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(160px, 0.65fr) minmax(220px, 0.8fr);
  gap: clamp(36px, 6vw, 90px);
  padding-bottom: 54px;
}

body.aef-v3-live .aef-v3-site-footer__intro {
  max-width: 520px;
}

body.aef-v3-live .aef-v3-site-footer__intro > p {
  max-width: 48ch;
  margin: 21px 0 0;
  color: var(--aef-v3-muted);
}

body.aef-v3-live .aef-v3-site-footer__column h2,
body.aef-v3-live .aef-v3-site-footer__column h3 {
  margin: 0 0 16px;
  color: var(--aef-v3-copper-light);
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.aef-v3-live .aef-v3-site-footer__nav {
  display: grid;
  gap: 3px;
}

body.aef-v3-live .aef-v3-site-footer__nav a,
body.aef-v3-live .aef-v3-site-footer__address a {
  min-height: 44px;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #e7ecef;
  font-weight: 680;
  text-decoration-color: rgba(255, 255, 255, 0.27);
  text-underline-offset: 4px;
}

body.aef-v3-live .aef-v3-site-footer__nav a:hover,
body.aef-v3-live .aef-v3-site-footer__address a:hover {
  color: var(--aef-v3-copper-light);
}

body.aef-v3-live .aef-v3-site-footer__address {
  margin: 0;
  color: var(--aef-v3-muted);
  font-style: normal;
}

body.aef-v3-live .aef-v3-site-footer__address p {
  margin: 0 0 8px;
}

body.aef-v3-live .aef-v3-site-footer__bottom {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--aef-v3-line);
  color: #96a2a9;
  font-size: 13px;
}

body.aef-v3-live .aef-v3-site-footer__bottom p {
  margin: 0;
}

body.aef-v3-live .aef-v3-consent {
  background: transparent;
}

/* The original Complianz revoke control must remain genuinely reachable. */
body.aef-v3-live .cmplz-manage-consent,
body.aef-v3-live .cmplz-manage-consent.manage-consent-1 {
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  min-width: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  z-index: 9998 !important;
}

body.aef-v3-live #cmplz-manage-consent button.cmplz-manage-consent {
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(255, 122, 26, 0.58) !important;
  border-radius: 999px !important;
  background: rgba(6, 16, 25, 0.94) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(12px);
}

/* --------------------------------------------------------------------------
   Shared content system — existing V2 pages, visually promoted to V3
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-core-v2,
body.aef-v3-live .aef-city-v2 {
  --aef-ink: var(--aef-v3-ink);
  --aef-ink-2: var(--aef-v3-ink-2);
  --aef-paper: var(--aef-v3-paper);
  --aef-white: var(--aef-v3-white);
  --aef-orange: var(--aef-v3-copper);
  --aef-orange-2: var(--aef-v3-copper-light);
  --aef-text: var(--aef-v3-text);
  --aef-muted: var(--aef-v3-muted);
  --aef-line: var(--aef-v3-line-dark);
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

body.aef-v3-live .aef-core-v2 :where(h1, h2, h3),
body.aef-v3-live .aef-city-v2 :where(h1, h2, h3) {
  font-family: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.03;
  text-wrap: balance;
}

body.aef-v3-live .aef-core-v2 :where(p, li, a, strong),
body.aef-v3-live .aef-city-v2 :where(p, li, a, strong) {
  overflow-wrap: break-word;
}

body.aef-v3-live .aef-core-v2 :where(h1, h2, h3),
body.aef-v3-live .aef-city-v2 :where(h1, h2, h3) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.aef-v3-live .aef-core-v2__shell,
body.aef-v3-live .aef-core-v2__container,
body.aef-v3-live .aef-city-v2__shell {
  width: var(--aef-v3-shell) !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

body.aef-v3-live .aef-core-v2__eyebrow,
body.aef-v3-live .aef-core-v2__section-kicker,
body.aef-v3-live .aef-city-v2__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--aef-v3-copper-light);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.aef-v3-live .aef-core-v2__eyebrow::before,
body.aef-v3-live .aef-core-v2__section-kicker::before,
body.aef-v3-live .aef-city-v2__eyebrow::before {
  width: 31px;
  height: 2px;
  flex: 0 0 31px;
  border: 0;
  border-radius: 20px;
  background: currentColor;
  content: "";
}

body.aef-v3-live .aef-core-v2__button,
body.aef-v3-live .aef-city-v2__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid var(--aef-v3-copper);
  border-radius: 9px;
  background: var(--aef-v3-copper);
  color: var(--aef-v3-ink) !important;
  font-size: 15px;
  font-weight: 860;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.aef-v3-live .aef-core-v2__button:hover,
body.aef-v3-live .aef-city-v2__button:hover {
  transform: translateY(-2px);
  background: #ff9b50;
}

body.aef-v3-live .aef-core-v2__button--ghost,
body.aef-v3-live .aef-core-v2__button--secondary,
body.aef-v3-live .aef-city-v2__button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(6, 16, 25, 0.3);
  color: #fff !important;
  transform: none;
}

body.aef-v3-live .aef-core-v2__button--ghost:hover,
body.aef-v3-live .aef-core-v2__button--secondary:hover,
body.aef-v3-live .aef-city-v2__button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

body.aef-v3-live :where(.aef-core-v2__section, .aef-home-v2__fit, .aef-home-v2__split, .aef-home-v2__process, .aef-home-v2__cities, .aef-home-v2__faq, .aef-home-v2__final) {
  scroll-margin-top: 105px;
}

/* --------------------------------------------------------------------------
   Homepage
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-home-v2__hero {
  position: relative;
  isolation: isolate;
  min-height: min(850px, calc(100svh - 84px));
  display: grid;
  align-items: end;
  padding: clamp(82px, 11vh, 132px) 0 58px !important;
  overflow: hidden;
  background-color: var(--aef-v3-ink);
  background-image: url("../images/aef-city-region-hero-v3-1440.png");
  background-image: image-set(
    url("../images/aef-city-region-hero-v3-1440.avif") type("image/avif"),
    url("../images/aef-city-region-hero-v3-1440.webp") type("image/webp"),
    url("../images/aef-city-region-hero-v3-1440.png") type("image/png")
  );
  background-position: 52% center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--aef-v3-text);
}

body.aef-v3-live .aef-home-v2__hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 15, 0.98) 0%, rgba(4, 10, 15, 0.91) 39%, rgba(4, 10, 15, 0.36) 75%, rgba(4, 10, 15, 0.18) 100%),
    linear-gradient(0deg, rgba(4, 10, 15, 0.98) 0%, transparent 54%);
  content: "";
}

body.aef-v3-live .aef-home-v2__hero::after {
  position: absolute;
  z-index: -1;
  right: -15vw;
  bottom: -29vw;
  width: min(760px, 64vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 122, 26, 0.29);
  border-radius: 50%;
  box-shadow: 0 0 0 10vw rgba(255, 122, 26, 0.033), 0 0 0 21vw rgba(255, 255, 255, 0.017);
  content: "";
}

body.aef-v3-live .aef-home-v2__hero-grid {
  grid-template-columns: minmax(0, 960px) !important;
  justify-content: start;
  gap: 0 !important;
  align-items: end !important;
}

body.aef-v3-live .aef-home-v2__hero-grid > :first-child {
  width: 100%;
  max-width: 960px;
  justify-self: start;
}

body.aef-v3-live .aef-home-v2__hero h1 {
  max-width: 100% !important;
  color: #fff !important;
  font-size: clamp(50px, 6.2vw, 88px) !important;
  font-weight: 740 !important;
  line-height: 0.97 !important;
}

body.aef-v3-live .aef-home-v2__hero h1 span {
  margin-top: 7px;
  color: var(--aef-v3-copper-light) !important;
  font-weight: 620 !important;
}

body.aef-v3-live .aef-home-v2__lead {
  max-width: 660px !important;
  margin-top: 26px !important;
  color: #d8dee2 !important;
  font-size: clamp(17px, 1.4vw, 20px) !important;
  line-height: 1.72 !important;
}

/* The homepage hero follows the same one-image rule as city pages: the large
   background carries the atmosphere while the former right-hand image card
   stays stored in Oxygen only for rollback. */
body.aef-v3-live .aef-home-v2__visual {
  display: none !important;
}

body.aef-v3-live .aef-home-v2__vehicle-stage {
  display: none !important;
}

body.aef-v3-live .aef-home-v2__fact {
  right: 20px !important;
  bottom: 20px !important;
  left: 20px;
  width: auto !important;
  padding: 20px 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px !important;
  background: rgba(6, 16, 25, 0.84) !important;
  color: #fff !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

body.aef-v3-live .aef-home-v2__fact strong {
  color: var(--aef-v3-copper-light);
}

body.aef-v3-live .aef-home-v2__fact span {
  color: #d5dde1;
}

body.aef-v3-live .aef-home-v2__qualifier {
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a141d !important;
  color: var(--aef-v3-text) !important;
}

body.aef-v3-live .aef-home-v2__qualifier span {
  min-height: 72px !important;
  color: #e5eaed;
  letter-spacing: 0.11em;
}

body.aef-v3-live .aef-home-v2__qualifier span + span {
  border-color: rgba(255, 255, 255, 0.13) !important;
}

body.aef-v3-live .aef-home-v2__fit,
body.aef-v3-live .aef-home-v2__cities,
body.aef-v3-live .aef-home-v2__final {
  background: var(--aef-v3-paper) !important;
}

body.aef-v3-live .aef-home-v2__split,
body.aef-v3-live .aef-home-v2__faq {
  background: var(--aef-v3-white) !important;
}

body.aef-v3-live .aef-home-v2__fit,
body.aef-v3-live .aef-home-v2__split,
body.aef-v3-live .aef-home-v2__process,
body.aef-v3-live .aef-home-v2__cities,
body.aef-v3-live .aef-home-v2__faq,
body.aef-v3-live .aef-home-v2__final {
  padding-block: clamp(82px, 9vw, 128px) !important;
}

body.aef-v3-live .aef-home-v2__head h2,
body.aef-v3-live .aef-home-v2__split h2,
body.aef-v3-live .aef-home-v2__process h2,
body.aef-v3-live .aef-home-v2__faq h2,
body.aef-v3-live .aef-home-v2__cities h2,
body.aef-v3-live .aef-home-v2__final h2 {
  font-size: clamp(40px, 5vw, 68px) !important;
  line-height: 1.02 !important;
}

body.aef-v3-live .aef-home-v2__fit-card {
  min-height: 290px !important;
  padding: 31px !important;
  border-color: var(--aef-v3-line-dark) !important;
  border-radius: var(--aef-v3-radius-sm) !important;
  background: var(--aef-v3-white) !important;
  box-shadow: 0 18px 48px rgba(15, 30, 39, 0.055);
}

body.aef-v3-live .aef-home-v2__harbor {
  min-height: 620px !important;
  border-radius: var(--aef-v3-radius) !important;
  background-color: var(--aef-v3-ink);
  background-image: url("../images/aef-export-logistics-v3-1024.png");
  background-image: image-set(
    url("../images/aef-export-logistics-v3-1024.avif") type("image/avif"),
    url("../images/aef-export-logistics-v3-1024.webp") type("image/webp"),
    url("../images/aef-export-logistics-v3-1024.png") type("image/png")
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--aef-v3-shadow-paper);
}

body.aef-v3-live .aef-home-v2__harbor img {
  width: 100%;
  height: 620px !important;
  opacity: 0 !important;
}

body.aef-v3-live .aef-home-v2__harbor::after {
  background: linear-gradient(0deg, rgba(6, 16, 25, 0.96), rgba(6, 16, 25, 0.05) 75%) !important;
}

body.aef-v3-live .aef-home-v2__clarity div {
  min-height: 74px;
}

body.aef-v3-live .aef-home-v2__process {
  background: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-home-v2__steps {
  border-block: 1px solid var(--aef-v3-line);
}

body.aef-v3-live .aef-home-v2__steps li {
  min-height: 280px !important;
  padding-top: 29px;
  padding-bottom: 32px;
}

body.aef-v3-live .aef-home-v2__city-grid {
  border-color: var(--aef-v3-line-dark) !important;
}

body.aef-v3-live .aef-home-v2__city-grid a {
  min-height: 60px !important;
  color: var(--aef-v3-ink) !important;
  font-size: 14px !important;
}

body.aef-v3-live .aef-home-v2__city-grid a::after {
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-home-v2__faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
}

body.aef-v3-live .aef-home-v2__final-box {
  padding: clamp(34px, 5vw, 62px) !important;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--aef-v3-radius) !important;
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 122, 26, 0.15), transparent 28%),
    var(--aef-v3-ink) !important;
  box-shadow: 12px 12px 0 var(--aef-v3-copper) !important;
}

/* --------------------------------------------------------------------------
   City pages
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-city-v2 {
  padding-top: 0 !important;
  background: var(--aef-v3-white);
  color: var(--aef-v3-ink);
}

body.aef-v3-live .aef-city-v2__hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  display: grid;
  align-items: end;
  padding: clamp(88px, 10vw, 140px) 0 66px !important;
  overflow: hidden;
  background-color: var(--aef-v3-ink) !important;
  background-image: url("../images/aef-city-region-hero-v3-1440.png") !important;
  background-image: image-set(
    url("../images/aef-city-region-hero-v3-1440.avif") type("image/avif"),
    url("../images/aef-city-region-hero-v3-1440.webp") type("image/webp"),
    url("../images/aef-city-region-hero-v3-1440.png") type("image/png")
  ) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: var(--aef-v3-text);
}

body.aef-v3-live .aef-city-v2__hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 12, 18, 0.98) 0%, rgba(5, 12, 18, 0.88) 45%, rgba(5, 12, 18, 0.28) 82%),
    linear-gradient(0deg, rgba(5, 12, 18, 0.97), transparent 58%);
  content: "";
}

body.aef-v3-live .aef-city-v2__hero-grid {
  grid-template-columns: minmax(0, 860px) !important;
  justify-content: start;
  gap: 0 !important;
  align-items: end !important;
}

body.aef-v3-live .aef-city-v2__hero-grid > :first-child {
  width: 100%;
  max-width: 860px;
}

body.aef-v3-live .aef-city-v2__hero h1 {
  max-width: 100% !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(48px, 5.8vw, 80px) !important;
  font-weight: 750 !important;
  line-height: 0.98 !important;
}

body.aef-v3-live .aef-city-v2__hero h1 span {
  display: block !important;
  margin-top: 7px;
  color: var(--aef-v3-copper-light) !important;
  font-weight: 620 !important;
}

body.aef-v3-live .aef-city-v2__lead {
  max-width: 720px !important;
  margin-top: 27px !important;
  color: #d8dfe3 !important;
  font-size: clamp(17px, 1.4vw, 20px) !important;
  line-height: 1.72 !important;
}

body.aef-v3-live .aef-city-v2__actions {
  margin-top: 31px !important;
}

/* Keep a single photographic layer in city heroes. The regional background
   carries the atmosphere; the former right-hand media card remains stored in
   Oxygen for rollback but is intentionally absent from the V3 composition. */
body.aef-v3-live .aef-city-v2__area {
  display: none !important;
}

body.aef-v3-live .aef-city-v2__route {
  display: none !important;
}

body.aef-v3-live .aef-city-v2__signal {
  border: 0 !important;
  border-bottom: 1px solid var(--aef-v3-line) !important;
  background: var(--aef-v3-ink-2) !important;
  color: #e6ecef !important;
}

body.aef-v3-live .aef-city-v2__signal .aef-city-v2__shell {
  min-height: 72px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

body.aef-v3-live .aef-city-v2__signal span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px 22px !important;
  border-left: 1px solid var(--aef-v3-line);
  color: #c8d1d6 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.aef-v3-live .aef-city-v2__signal span:first-child {
  padding-left: 0 !important;
  border-left: 0;
}

body.aef-v3-live .aef-city-v2__local,
body.aef-v3-live .aef-city-v2__vehicles,
body.aef-v3-live .aef-city-v2__process,
body.aef-v3-live .aef-city-v2__faq,
body.aef-v3-live .aef-city-v2__final {
  padding-block: clamp(80px, 9vw, 126px) !important;
}

body.aef-v3-live .aef-city-v2__local {
  background: var(--aef-v3-white) !important;
}

body.aef-v3-live .aef-city-v2__local:nth-of-type(even),
body.aef-v3-live .aef-city-v2__vehicles,
body.aef-v3-live .aef-city-v2__faq {
  background: var(--aef-v3-paper) !important;
}

body.aef-v3-live .aef-city-v2__local-grid,
body.aef-v3-live .aef-city-v2__faq-grid {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(48px, 8vw, 112px) !important;
  align-items: start !important;
}

body.aef-v3-live .aef-city-v2 :where(.aef-city-v2__local, .aef-city-v2__vehicles, .aef-city-v2__faq) h2,
body.aef-v3-live .aef-city-v2__process h2,
body.aef-v3-live .aef-city-v2__final h2 {
  margin: 0;
  color: var(--aef-v3-ink) !important;
  font-size: clamp(38px, 4.6vw, 62px) !important;
  line-height: 1.04 !important;
}

body.aef-v3-live .aef-city-v2__local-copy > p {
  color: #45545e !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

body.aef-v3-live .aef-city-v2__local-copy > p + p {
  margin-top: 20px !important;
}

body.aef-v3-live .aef-city-v2__fact {
  display: grid !important;
  grid-template-columns: 44px 1fr !important;
  gap: 18px !important;
  margin-top: 34px !important;
  padding: 25px !important;
  border: 1px solid var(--aef-v3-line-dark) !important;
  border-left: 3px solid var(--aef-v3-copper) !important;
  border-radius: var(--aef-v3-radius-sm) !important;
  background: #ece5dc !important;
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-city-v2__fact > b {
  color: var(--aef-v3-copper-dark) !important;
  font-size: 12px;
  letter-spacing: 0.12em;
}

body.aef-v3-live .aef-city-v2__fact strong {
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-city-v2__fact span {
  color: #52616b !important;
}

body.aef-v3-live .aef-city-v2__section-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr) !important;
  gap: clamp(36px, 7vw, 92px) !important;
  align-items: end !important;
}

body.aef-v3-live .aef-city-v2__cards {
  gap: 16px !important;
  margin-top: 52px !important;
}

body.aef-v3-live .aef-city-v2__card {
  min-height: 290px !important;
  padding: 30px !important;
  border: 1px solid var(--aef-v3-line-dark) !important;
  border-radius: var(--aef-v3-radius-sm) !important;
  background: var(--aef-v3-white) !important;
  box-shadow: 0 18px 46px rgba(15, 29, 38, 0.05);
}

body.aef-v3-live .aef-city-v2__card > b {
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-city-v2__transparency-note,
body.aef-v3-live .aef-city-v2__context-links {
  padding: 20px 22px !important;
  border-left: 3px solid var(--aef-v3-copper) !important;
  border-radius: 0 var(--aef-v3-radius-sm) var(--aef-v3-radius-sm) 0;
  background: rgba(255, 255, 255, 0.62) !important;
  color: #46545d !important;
}

body.aef-v3-live .aef-city-v2__context-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #833300 !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.aef-v3-live .aef-city-v2__process {
  background: var(--aef-v3-ink) !important;
  color: var(--aef-v3-text) !important;
}

body.aef-v3-live .aef-city-v2__process h2 {
  max-width: 15ch;
  color: #fff !important;
}

body.aef-v3-live .aef-city-v2__steps {
  margin-top: 54px !important;
  border-block: 1px solid var(--aef-v3-line);
}

body.aef-v3-live .aef-city-v2__steps li {
  min-height: 260px !important;
  padding-top: 28px !important;
  padding-bottom: 32px !important;
  border-color: var(--aef-v3-line) !important;
}

body.aef-v3-live .aef-city-v2__steps :where(h3) {
  color: #fff !important;
}

body.aef-v3-live .aef-city-v2__steps p {
  color: var(--aef-v3-muted) !important;
}

body.aef-v3-live .aef-city-v2__process .aef-city-v2__transparency-note {
  border-color: rgba(255, 178, 114, 0.62) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #cbd4d9 !important;
}

body.aef-v3-live .aef-city-v2__faq-list details {
  border-color: var(--aef-v3-line-dark) !important;
}

body.aef-v3-live .aef-city-v2__faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding-block: 18px !important;
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-city-v2__final {
  background: var(--aef-v3-white) !important;
}

body.aef-v3-live .aef-city-v2__final-box {
  padding: clamp(34px, 5vw, 64px) !important;
  border-radius: var(--aef-v3-radius) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 122, 26, 0.16), transparent 29%),
    var(--aef-v3-ink) !important;
  color: #fff !important;
  box-shadow: 12px 12px 0 var(--aef-v3-copper) !important;
}

body.aef-v3-live .aef-city-v2__final h2 {
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   Sell, service and information pages
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-core-v2--sell,
body.aef-v3-live .aef-core-v2--service,
body.aef-v3-live .aef-core-v2--infos {
  background: var(--aef-v3-white) !important;
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-sell-v2__hero,
body.aef-v3-live .aef-core-v2--service > .aef-core-v2__hero,
body.aef-v3-live .aef-core-v2--infos > .aef-core-v2__hero {
  position: relative;
  isolation: isolate;
  padding: clamp(84px, 9vw, 132px) 0 !important;
  overflow: hidden;
  background: var(--aef-v3-ink) !important;
  color: var(--aef-v3-text) !important;
}

body.aef-v3-live .aef-sell-v2__hero::before,
body.aef-v3-live .aef-core-v2--service > .aef-core-v2__hero::before,
body.aef-v3-live .aef-core-v2--infos > .aef-core-v2__hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 88% 14%, rgba(255, 122, 26, 0.17), transparent 28%);
  content: "";
}

body.aef-v3-live .aef-sell-v2__hero-grid,
body.aef-v3-live .aef-core-v2--service .aef-core-v2__hero-grid,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr) !important;
  gap: clamp(44px, 7vw, 96px) !important;
  align-items: center !important;
}

body.aef-v3-live .aef-sell-v2__hero h1,
body.aef-v3-live .aef-core-v2--service .aef-core-v2__title,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__hero h1 {
  max-width: 100% !important;
  color: #fff !important;
  font-size: clamp(46px, 5.4vw, 74px) !important;
  line-height: 0.99 !important;
}

body.aef-v3-live .aef-sell-v2__hero h1 span,
body.aef-v3-live .aef-core-v2--service .aef-core-v2__title-accent {
  color: var(--aef-v3-copper-light) !important;
}

body.aef-v3-live .aef-sell-v2__lead,
body.aef-v3-live .aef-core-v2--service .aef-core-v2__lead,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__lead {
  color: #d4dde1 !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.72 !important;
}

body.aef-v3-live .aef-sell-v2__visual,
body.aef-v3-live .aef-service-v2__visual,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__media {
  position: relative;
  min-height: 500px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: var(--aef-v3-radius) !important;
  background-color: var(--aef-v3-panel) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: var(--aef-v3-shadow) !important;
}

body.aef-v3-live .aef-sell-v2__visual,
body.aef-v3-live .aef-service-v2__visual {
  background-image: url("../images/aef-vehicle-assessment-v3-1024.png") !important;
  background-image: image-set(
    url("../images/aef-vehicle-assessment-v3-1024.avif") type("image/avif"),
    url("../images/aef-vehicle-assessment-v3-1024.webp") type("image/webp"),
    url("../images/aef-vehicle-assessment-v3-1024.png") type("image/png")
  ) !important;
}

body.aef-v3-live .aef-core-v2--infos .aef-core-v2__media {
  background-image: url("../images/aef-export-logistics-v3-1024.png") !important;
  background-image: image-set(
    url("../images/aef-export-logistics-v3-1024.avif") type("image/avif"),
    url("../images/aef-export-logistics-v3-1024.webp") type("image/webp"),
    url("../images/aef-export-logistics-v3-1024.png") type("image/png")
  ) !important;
}

body.aef-v3-live .aef-sell-v2__visual::after,
body.aef-v3-live .aef-service-v2__visual::after,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 16, 25, 0.92), transparent 68%);
  content: "";
}

body.aef-v3-live .aef-sell-v2__visual img,
body.aef-v3-live .aef-service-v2__visual img,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__media img {
  width: 100%;
  height: 500px !important;
  opacity: 0 !important;
}

body.aef-v3-live .aef-sell-v2__visual-label,
body.aef-v3-live .aef-service-v2__visual-label,
body.aef-v3-live .aef-sell-v2__visual-note,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__media figcaption {
  z-index: 2 !important;
  color: #eef2f4 !important;
}

body.aef-v3-live .aef-core-v2__section,
body.aef-v3-live .aef-sell-v2__form-section,
body.aef-v3-live .aef-sell-v2__details,
body.aef-v3-live .aef-sell-v2__process,
body.aef-v3-live .aef-sell-v2__closing {
  padding-block: clamp(80px, 8.5vw, 122px) !important;
}

body.aef-v3-live .aef-core-v2__section-heading h2,
body.aef-v3-live .aef-core-v2--infos .aef-core-v2__section h2,
body.aef-v3-live .aef-core-v2--service .aef-core-v2__section h2,
body.aef-v3-live .aef-core-v2--sell .aef-core-v2__section h2 {
  max-width: 15ch;
  color: var(--aef-v3-ink) !important;
  font-size: clamp(38px, 4.7vw, 64px) !important;
  line-height: 1.04 !important;
}

body.aef-v3-live .aef-core-v2__section--light,
body.aef-v3-live .aef-sell-v2__form-section,
body.aef-v3-live .aef-sell-v2__details {
  background: var(--aef-v3-paper) !important;
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-core-v2--infos .aef-core-v2__section:not(.aef-core-v2__section--light):not(.aef-core-v2__section--orange),
body.aef-v3-live .aef-core-v2--service .aef-core-v2__section:not(.aef-core-v2__section--light),
body.aef-v3-live .aef-sell-v2__faq-grid {
  background: var(--aef-v3-white) !important;
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-core-v2__card,
body.aef-v3-live .aef-core-v2__factor,
body.aef-v3-live .aef-core-v2__case,
body.aef-v3-live .aef-core-v2__signal,
body.aef-v3-live .aef-core-v2__boundary-card,
body.aef-v3-live .aef-sell-v2__detail-card,
body.aef-v3-live .aef-service-v2__step,
body.aef-v3-live .aef-service-v2__meaning-card,
body.aef-v3-live .aef-service-v2__prep-note {
  border: 1px solid var(--aef-v3-line-dark) !important;
  border-radius: var(--aef-v3-radius-sm) !important;
  background: var(--aef-v3-white) !important;
  color: var(--aef-v3-ink) !important;
  box-shadow: 0 18px 50px rgba(16, 30, 39, 0.05);
}

body.aef-v3-live .aef-core-v2__definition,
body.aef-v3-live .aef-core-v2__hero-note,
body.aef-v3-live .aef-service-v2__notice,
body.aef-v3-live .aef-sell-v2__prepare,
body.aef-v3-live .aef-sell-v2__form-note {
  border-color: var(--aef-v3-copper) !important;
  border-radius: var(--aef-v3-radius-sm) !important;
}

body.aef-v3-live .aef-core-v2--infos .aef-core-v2__compare-wrap {
  max-width: 100%;
  border: 1px solid var(--aef-v3-line-dark);
  border-radius: var(--aef-v3-radius-sm);
  background: var(--aef-v3-white);
  box-shadow: var(--aef-v3-shadow-paper);
  scrollbar-color: var(--aef-v3-copper) #d9d2c8;
}

body.aef-v3-live .aef-core-v2--infos .aef-core-v2__compare th {
  background: var(--aef-v3-ink) !important;
  color: #fff !important;
}

body.aef-v3-live .aef-core-v2--infos .aef-core-v2__compare :where(th, td) {
  min-width: 190px;
  padding: 18px !important;
}

body.aef-v3-live .aef-core-v2 :where(details) {
  border-color: var(--aef-v3-line-dark) !important;
}

body.aef-v3-live .aef-core-v2 :where(summary) {
  min-height: 64px;
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-sell-v2__closing,
body.aef-v3-live .aef-service-v2__closing,
body.aef-v3-live .aef-core-v2__section--orange {
  background: var(--aef-v3-ink) !important;
  color: #fff !important;
}

body.aef-v3-live .aef-sell-v2__closing h2,
body.aef-v3-live .aef-service-v2__closing h2,
body.aef-v3-live .aef-core-v2__section--orange h2 {
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   V3 contrast contract for V2 content

   The stored V2 page CSS is emitted after this stylesheet and assigns light
   text colours directly to child elements. These higher-specificity rules
   keep those children readable after their V3 surfaces become light.
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-home-v2 .aef-home-v2__fit .aef-core-v2__eyebrow,
body.aef-v3-live .aef-home-v2 .aef-home-v2__split .aef-core-v2__eyebrow,
body.aef-v3-live .aef-home-v2 .aef-home-v2__cities .aef-core-v2__eyebrow,
body.aef-v3-live .aef-home-v2 .aef-home-v2__faq .aef-core-v2__eyebrow,
body.aef-v3-live .aef-city-v2 .aef-city-v2__local .aef-city-v2__eyebrow,
body.aef-v3-live .aef-city-v2 .aef-city-v2__vehicles .aef-city-v2__eyebrow,
body.aef-v3-live .aef-city-v2 .aef-city-v2__faq .aef-city-v2__eyebrow {
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-home-v2 .aef-home-v2__clarity > div > span {
  border: 1px solid rgba(150, 59, 0, 0.3) !important;
  background: #ffe6d2 !important;
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-home-v2 .aef-home-v2__cities-note {
  color: var(--aef-v3-muted-dark) !important;
}

body.aef-v3-live .aef-city-v2 .aef-city-v2__vehicles strong {
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section:not(.aef-core-v2__section--orange) :is(h2, h3, strong, summary) {
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section:not(.aef-core-v2__section--orange) :is(p, li, td) {
  color: var(--aef-v3-muted-dark) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section:not(.aef-core-v2__section--orange) .aef-core-v2__section-kicker,
body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section:not(.aef-core-v2__section--orange) .aef-core-v2__signal-label,
body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section:not(.aef-core-v2__section--orange) .aef-core-v2__text-link {
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section--orange :is(h2, h3, strong) {
  color: #fff !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section--orange :is(p, li) {
  color: #d4dde1 !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__section--orange .aef-core-v2__section-kicker {
  color: var(--aef-v3-copper-light) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--infos .aef-core-v2__compare th {
  color: #fff !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-core-v2__section:not(.aef-core-v2__section--orange) .aef-core-v2__section-heading > p {
  color: var(--aef-v3-muted-dark) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-core-v2__section:not(.aef-core-v2__section--orange) .aef-core-v2__section-heading > .aef-core-v2__eyebrow {
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service :is(.aef-service-v2__step, .aef-service-v2__meaning-card, .aef-service-v2__prep-note) :is(h3, strong) {
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service :is(.aef-service-v2__step, .aef-service-v2__meaning-card, .aef-service-v2__prep-note) :is(p, li) {
  color: var(--aef-v3-muted-dark) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-service-v2__step::before {
  border-color: rgba(150, 59, 0, 0.3) !important;
  background: #ffe6d2 !important;
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-service-v2__prep-note .aef-core-v2__text-link {
  color: var(--aef-v3-copper-dark) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-service-v2__faq details {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: var(--aef-v3-ink-2) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-service-v2__faq summary {
  color: var(--aef-v3-text) !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-service-v2__faq details p {
  color: #d4dde1 !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-service-v2__closing :is(h2, h3, strong) {
  color: #fff !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--service .aef-service-v2__closing p {
  color: #d4dde1 !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--sell .aef-sell-v2__process h2 {
  color: #fff !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--sell .aef-sell-v2__process p {
  color: #d4dde1 !important;
}

body.aef-v3-live .aef-core-v2.aef-core-v2--sell .aef-sell-v2__faq-grid .aef-core-v2__text-link {
  color: var(--aef-v3-copper-dark) !important;
}

/* --------------------------------------------------------------------------
   Forminator form 550
   -------------------------------------------------------------------------- */

body.aef-v3-live .aef-sell-v2__form-shell {
  overflow: hidden;
  border: 1px solid var(--aef-v3-line-dark) !important;
  border-radius: var(--aef-v3-radius) !important;
  background: var(--aef-v3-white) !important;
  box-shadow: var(--aef-v3-shadow-paper) !important;
}

body.aef-v3-live .forminator-ui#forminator-module-550,
body.aef-v3-live #forminator-module-550.forminator-ui {
  --aef-form-border: #727d84;
  color: var(--aef-v3-ink) !important;
  font-family: inherit !important;
}

body.aef-v3-live #forminator-module-550 :where(.forminator-label, .forminator-checkbox-label, .forminator-radio-label) {
  color: #182631 !important;
  font-size: 14px !important;
  font-weight: 780 !important;
  line-height: 1.45 !important;
}

body.aef-v3-live #forminator-module-550 :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea, .select2-selection) {
  width: 100%;
  min-height: 50px !important;
  border: 1px solid var(--aef-form-border) !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--aef-v3-ink) !important;
  padding: 12px 13px !important;
  box-shadow: none !important;
}

body.aef-v3-live #forminator-module-550 textarea {
  min-height: 132px !important;
  resize: vertical;
}

body.aef-v3-live #forminator-module-550 :where(input, select, textarea, .select2-selection):focus,
body.aef-v3-live #forminator-module-550 :where(input, select, textarea, .select2-selection):focus-visible {
  border-color: #8f3900 !important;
  outline: 3px solid rgba(181, 70, 0, 0.25) !important;
  outline-offset: 2px !important;
}

body.aef-v3-live #forminator-module-550 .forminator-button,
body.aef-v3-live #forminator-module-550 button,
body.aef-v3-live #forminator-module-550 .forminator-button-upload {
  min-height: 48px !important;
  border: 1px solid var(--aef-v3-ink) !important;
  border-radius: 9px !important;
  background: var(--aef-v3-ink) !important;
  color: #fff !important;
  padding: 11px 17px !important;
  font-weight: 840 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  cursor: pointer;
}

body.aef-v3-live #forminator-module-550 .forminator-button-next,
body.aef-v3-live #forminator-module-550 .forminator-button-submit {
  border-color: var(--aef-v3-copper) !important;
  background: var(--aef-v3-copper) !important;
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live #forminator-module-550 .forminator-button:hover {
  filter: brightness(1.08);
}

body.aef-v3-live #forminator-module-550 .forminator-pagination-steps {
  min-height: 50px;
  align-items: center;
  border-bottom: 1px solid var(--aef-v3-line-dark);
}

body.aef-v3-live #forminator-module-550 .forminator-step-label {
  color: #3f4d56 !important;
  font-weight: 760 !important;
}

body.aef-v3-live #forminator-module-550 .forminator-current .forminator-step-label {
  color: var(--aef-v3-ink) !important;
}

body.aef-v3-live #forminator-module-550 button.forminator-step {
  border: 0 !important;
  background: transparent !important;
  color: var(--aef-v3-ink) !important;
  box-shadow: none !important;
}

body.aef-v3-live #forminator-module-550 .forminator-required {
  color: #a51d35 !important;
}

body.aef-v3-live #forminator-module-550 .forminator-step-dot,
body.aef-v3-live #forminator-module-550 .forminator-pagination-steps .forminator-step-number {
  min-width: 28px !important;
  min-height: 28px !important;
  display: inline-grid !important;
  place-items: center;
}

body.aef-v3-live #forminator-module-550 .forminator-error-message,
body.aef-v3-live #forminator-module-550 .forminator-response-message.forminator-error {
  border-left: 4px solid #9b1c1c !important;
  background: #fff0f0 !important;
  color: #721313 !important;
}

body.aef-v3-live #forminator-module-550 .forminator-response-message.forminator-success {
  border-left: 4px solid #17663a !important;
  background: #effaf3 !important;
  color: #114c2d !important;
}

body.aef-v3-live #forminator-module-550 a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #793000 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.aef-v3-live #forminator-module-550 .forminator-uploaded-file,
body.aef-v3-live #forminator-module-550 .forminator-multi-upload {
  min-height: 64px;
  border: 1px dashed #707b82 !important;
  border-radius: 10px !important;
  background: #eee8df !important;
}

/* --------------------------------------------------------------------------
   Legal pages and 404 shell
   -------------------------------------------------------------------------- */

body.aef-v3-live.page-id-69 #inner_content-6-7,
body.aef-v3-live.page-id-71 #inner_content-6-7,
body.aef-v3-live.privacy-policy #inner_content-6-7,
body.aef-v3-live.page-id-69 #section-15-8,
body.aef-v3-live.page-id-71 #section-15-8,
body.aef-v3-live .aef-v3-legal {
  min-height: 70vh;
  padding: clamp(58px, 8vw, 108px) max(24px, calc((100% - 1040px) / 2)) !important;
  background: var(--aef-v3-paper);
  color: var(--aef-v3-ink);
}

body.aef-v3-live.page-id-69 #section-15-8 > .ct-section-inner-wrap,
body.aef-v3-live.page-id-71 #section-15-8 > .ct-section-inner-wrap {
  width: min(100%, 1040px) !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

body.aef-v3-live.page-id-69 #inner_content-6-7 :where(h1, h2, h3),
body.aef-v3-live.page-id-71 #inner_content-6-7 :where(h1, h2, h3),
body.aef-v3-live.privacy-policy #inner_content-6-7 :where(h1, h2, h3),
body.aef-v3-live.page-id-69 #section-15-8 :where(h1, h2, h3),
body.aef-v3-live.page-id-71 #section-15-8 :where(h1, h2, h3),
body.aef-v3-live .aef-v3-legal :where(h1, h2, h3) {
  max-width: 20ch;
  color: var(--aef-v3-ink) !important;
  font-family: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

body.aef-v3-live.page-id-69 #inner_content-6-7 h1,
body.aef-v3-live.page-id-71 #inner_content-6-7 h1,
body.aef-v3-live.privacy-policy #inner_content-6-7 h1,
body.aef-v3-live.page-id-69 #section-15-8 h1,
body.aef-v3-live.page-id-71 #section-15-8 h1,
body.aef-v3-live .aef-v3-legal h1 {
  margin-bottom: 38px;
  font-size: clamp(42px, 6vw, 76px);
}

body.aef-v3-live.page-id-69 #inner_content-6-7 h2,
body.aef-v3-live.page-id-71 #inner_content-6-7 h2,
body.aef-v3-live.privacy-policy #inner_content-6-7 h2,
body.aef-v3-live.page-id-69 #section-15-8 h2,
body.aef-v3-live.page-id-71 #section-15-8 h2,
body.aef-v3-live .aef-v3-legal h2 {
  margin: 50px 0 16px;
  font-size: clamp(27px, 3.4vw, 43px);
}

body.aef-v3-live.page-id-69 #inner_content-6-7 :where(p, li, address),
body.aef-v3-live.page-id-71 #inner_content-6-7 :where(p, li, address),
body.aef-v3-live.privacy-policy #inner_content-6-7 :where(p, li, address),
body.aef-v3-live.page-id-69 #section-15-8 :where(p, li, address),
body.aef-v3-live.page-id-71 #section-15-8 :where(p, li, address),
body.aef-v3-live .aef-v3-legal :where(p, li, address) {
  max-width: 76ch;
  color: #35454f !important;
  font-size: 17px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

body.aef-v3-live.page-id-69 #inner_content-6-7 a,
body.aef-v3-live.page-id-71 #inner_content-6-7 a,
body.aef-v3-live.privacy-policy #inner_content-6-7 a,
body.aef-v3-live.page-id-69 #section-15-8 a,
body.aef-v3-live.page-id-71 #section-15-8 a,
body.aef-v3-live .aef-v3-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #783000 !important;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

body.aef-v3-live.error404 #inner_content-6-7 {
  min-height: 68vh;
  display: grid;
  align-items: center;
  padding-block: clamp(80px, 11vw, 150px) !important;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 122, 26, 0.14), transparent 28%),
    var(--aef-v3-ink);
  color: #fff;
}

body.aef-v3-live.error404 #inner_content-6-7 :where(h1, h2) {
  color: #fff;
  font-family: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(46px, 8vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

body.aef-v3-live.error404 #inner_content-6-7 :where(a, button) {
  min-height: 48px;
}

body.aef-v3-live .aef-v3-error__shell {
  width: var(--aef-v3-shell);
  margin-inline: auto;
}

body.aef-v3-live .aef-v3-error__eyebrow {
  margin: 0 0 23px;
  color: var(--aef-v3-copper-light);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.aef-v3-live .aef-v3-error h1 {
  max-width: 10ch;
  margin: 0;
}

body.aef-v3-live .aef-v3-error__copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: #d4dde1;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
}

body.aef-v3-live .aef-v3-error__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

body.aef-v3-live .aef-v3-error__primary,
body.aef-v3-live .aef-v3-error__secondary {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 10px;
  font-weight: 820;
  text-decoration: none;
}

body.aef-v3-live .aef-v3-error__primary {
  background: var(--aef-v3-copper);
  color: var(--aef-v3-ink);
}

body.aef-v3-live .aef-v3-error__secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

/* --------------------------------------------------------------------------
   Responsive behavior
   -------------------------------------------------------------------------- */

@media (min-width: 1181px) {
  body.aef-v3-live .aef-v3-primary-nav {
    display: block !important;
  }
}

@media (max-width: 1180px) {
  body.aef-v3-live .aef-v3-menu-toggle {
    display: grid;
    order: 4;
  }

  body.aef-v3-live .aef-v3-primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    max-height: min(70vh, 620px);
    margin: 0;
    padding: 12px max(24px, calc((100% - 1320px) / 2)) 18px;
    overflow-y: auto;
    border-bottom: 1px solid var(--aef-v3-line);
    background: rgba(6, 16, 25, 0.985);
    box-shadow: 0 30px 54px rgba(0, 0, 0, 0.26);
  }

  body.aef-v3-live .aef-v3-site-header.is-menu-open .aef-v3-primary-nav,
  body.aef-v3-live [data-aef-v3-header].is-menu-open [data-aef-primary-nav],
  body.aef-v3-live [data-aef-header].is-menu-open [data-aef-primary-nav] {
    display: block;
  }

  body.aef-v3-live .aef-v3-primary-nav__list {
    width: min(100%, 760px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 16px;
    margin-inline: auto;
  }

  body.aef-v3-live .aef-v3-primary-nav a {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
  }

  body.aef-v3-live .aef-v3-site-header__actions {
    margin-left: auto;
  }

  body.aef-v3-live .aef-v3-phone {
    display: none;
  }

  body.aef-v3-live .aef-home-v2__hero-grid,
  body.aef-v3-live .aef-city-v2__hero-grid,
  body.aef-v3-live .aef-sell-v2__hero-grid,
  body.aef-v3-live .aef-core-v2--service .aef-core-v2__hero-grid,
  body.aef-v3-live .aef-core-v2--infos .aef-core-v2__hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.aef-v3-live .aef-sell-v2__visual,
  body.aef-v3-live .aef-service-v2__visual,
  body.aef-v3-live .aef-core-v2--infos .aef-core-v2__media {
    width: min(100%, 760px);
    min-height: 420px !important;
  }

  body.aef-v3-live .aef-city-v2__local-grid,
  body.aef-v3-live .aef-city-v2__faq-grid,
  body.aef-v3-live .aef-city-v2__section-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 900px) {
  body.aef-v3-live {
    --aef-v3-shell: min(100% - 36px, 1320px);
  }

  body.aef-v3-live .aef-v3-site-header__inner {
    min-height: 76px;
    gap: 12px;
  }

  body.aef-v3-live .aef-v3-site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.aef-v3-live .aef-v3-site-footer__intro {
    grid-column: 1 / -1;
  }

  body.aef-v3-live .aef-home-v2__fit-grid,
  body.aef-v3-live .aef-city-v2__cards,
  body.aef-v3-live .aef-sell-v2__detail-grid,
  body.aef-v3-live .aef-service-v2__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.aef-v3-live .aef-home-v2__city-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.aef-v3-live .aef-city-v2__signal .aef-city-v2__shell {
    grid-template-columns: 1fr !important;
    padding-block: 10px !important;
  }

  body.aef-v3-live .aef-city-v2__signal span,
  body.aef-v3-live .aef-city-v2__signal span:first-child {
    min-height: 48px;
    padding: 10px 0 !important;
    border-top: 1px solid var(--aef-v3-line);
    border-left: 0;
  }

  body.aef-v3-live .aef-city-v2__signal span:first-child {
    border-top: 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar.aef-v3-live .aef-v3-site-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  body.aef-v3-live {
    --aef-v3-shell: min(100% - 28px, 1320px);
    --aef-v3-radius: 19px;
    --aef-v3-radius-sm: 12px;
  }

  body.aef-v3-live .aef-v3-site-header__inner {
    min-height: 70px;
  }

  body.aef-v3-live .aef-v3-brand__logo {
    width: 142px;
  }

  body.aef-v3-live .aef-v3-site-header__actions {
    display: none;
  }

  body.aef-v3-live .aef-v3-menu-toggle {
    margin-left: auto;
  }

  body.aef-v3-live .aef-v3-primary-nav {
    padding-inline: 14px;
  }

  body.aef-v3-live .aef-v3-primary-nav__list {
    grid-template-columns: 1fr;
  }

  body.aef-v3-live .aef-v3-primary-nav__mobile-action {
    display: block;
  }

  body.aef-v3-live .aef-v3-primary-nav__mobile-action a {
    justify-content: center;
    margin-top: 4px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    text-align: center;
  }

  body.aef-v3-live .aef-v3-primary-nav__mobile-action .aef-v3-primary-nav__phone {
    color: #fff;
  }

  body.aef-v3-live .aef-v3-primary-nav__mobile-action .aef-v3-primary-nav__sell {
    border-color: var(--aef-v3-copper);
    background: var(--aef-v3-copper);
    color: var(--aef-v3-ink);
    font-weight: 850;
  }

  body.aef-v3-live .aef-v3-site-footer {
    padding-top: 58px;
  }

  body.aef-v3-live .aef-v3-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.aef-v3-live .aef-v3-site-footer__intro {
    grid-column: auto;
  }

  body.aef-v3-live .aef-v3-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.aef-v3-live .aef-home-v2__hero,
  body.aef-v3-live .aef-city-v2__hero {
    min-height: auto;
    padding: 72px 0 42px !important;
    background-image: url("../images/aef-city-region-hero-v3-1024.png") !important;
    background-image: image-set(
      url("../images/aef-city-region-hero-v3-1024.avif") type("image/avif"),
      url("../images/aef-city-region-hero-v3-1024.webp") type("image/webp"),
      url("../images/aef-city-region-hero-v3-1024.png") type("image/png")
    ) !important;
    background-position: 58% center !important;
  }

  body.aef-v3-live .aef-home-v2__hero::before,
  body.aef-v3-live .aef-city-v2__hero::before {
    background:
      linear-gradient(90deg, rgba(4, 10, 15, 0.97), rgba(4, 10, 15, 0.62)),
      linear-gradient(0deg, rgba(4, 10, 15, 0.98), transparent 62%);
  }

  body.aef-v3-live .aef-home-v2__hero h1,
  body.aef-v3-live .aef-city-v2__hero h1,
  body.aef-v3-live .aef-sell-v2__hero h1,
  body.aef-v3-live .aef-core-v2--service .aef-core-v2__title,
  body.aef-v3-live .aef-core-v2--infos .aef-core-v2__hero h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10.2vw, 46px) !important;
    line-height: 1.01 !important;
  }

  body.aef-v3-live .aef-sell-v2__visual,
  body.aef-v3-live .aef-service-v2__visual,
  body.aef-v3-live .aef-core-v2--infos .aef-core-v2__media {
    min-height: 330px !important;
  }

  body.aef-v3-live .aef-home-v2__actions,
  body.aef-v3-live .aef-city-v2__actions,
  body.aef-v3-live .aef-sell-v2__hero-actions,
  body.aef-v3-live .aef-core-v2__actions,
  body.aef-v3-live .aef-city-v2__final-actions,
  body.aef-v3-live .aef-sell-v2__closing-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
  }

  body.aef-v3-live .aef-core-v2__button,
  body.aef-v3-live .aef-city-v2__button {
    width: 100%;
  }

  body.aef-v3-live .aef-home-v2__fit,
  body.aef-v3-live .aef-home-v2__split,
  body.aef-v3-live .aef-home-v2__process,
  body.aef-v3-live .aef-home-v2__cities,
  body.aef-v3-live .aef-home-v2__faq,
  body.aef-v3-live .aef-home-v2__final,
  body.aef-v3-live .aef-city-v2__local,
  body.aef-v3-live .aef-city-v2__vehicles,
  body.aef-v3-live .aef-city-v2__process,
  body.aef-v3-live .aef-city-v2__faq,
  body.aef-v3-live .aef-city-v2__final,
  body.aef-v3-live .aef-core-v2__section,
  body.aef-v3-live .aef-sell-v2__form-section,
  body.aef-v3-live .aef-sell-v2__details,
  body.aef-v3-live .aef-sell-v2__process,
  body.aef-v3-live .aef-sell-v2__closing {
    padding-block: 70px !important;
  }

  body.aef-v3-live .aef-home-v2__fit-grid,
  body.aef-v3-live .aef-city-v2__cards,
  body.aef-v3-live .aef-sell-v2__detail-grid,
  body.aef-v3-live .aef-service-v2__steps {
    grid-template-columns: 1fr !important;
  }

  body.aef-v3-live .aef-home-v2__city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.aef-v3-live .aef-home-v2__fit-card,
  body.aef-v3-live .aef-city-v2__card {
    min-height: 0 !important;
  }

  body.aef-v3-live .aef-home-v2__harbor,
  body.aef-v3-live .aef-home-v2__harbor img {
    min-height: 440px !important;
    height: 440px !important;
  }

  body.aef-v3-live .aef-home-v2__steps,
  body.aef-v3-live .aef-city-v2__steps {
    grid-template-columns: 1fr !important;
  }

  body.aef-v3-live .aef-home-v2__steps li,
  body.aef-v3-live .aef-home-v2__steps li + li,
  body.aef-v3-live .aef-city-v2__steps li,
  body.aef-v3-live .aef-city-v2__steps li + li {
    min-height: 0 !important;
    padding: 28px 0 !important;
    border-top: 1px solid var(--aef-v3-line) !important;
    border-left: 0 !important;
  }

  body.aef-v3-live .aef-home-v2__steps li:first-child,
  body.aef-v3-live .aef-city-v2__steps li:first-child {
    border-top: 0 !important;
  }

  body.aef-v3-live .aef-home-v2__final-box,
  body.aef-v3-live .aef-city-v2__final-box {
    padding: 30px 23px !important;
    box-shadow: 7px 7px 0 var(--aef-v3-copper) !important;
  }

  body.aef-v3-live .aef-city-v2__fact {
    grid-template-columns: 1fr !important;
  }

  body.aef-v3-live #forminator-module-550 .forminator-row {
    display: block !important;
  }

  body.aef-v3-live #forminator-module-550 .forminator-col {
    width: 100% !important;
    max-width: none !important;
  }

  body.aef-v3-live.page-id-69 #inner_content-6-7,
  body.aef-v3-live.page-id-71 #inner_content-6-7 {
    padding: 58px 18px !important;
  }
}

@media (max-width: 420px) {
  body.aef-v3-live .aef-home-v2__city-grid {
    grid-template-columns: 1fr !important;
  }

  body.aef-v3-live .aef-home-v2__city-grid a {
    min-height: 52px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.aef-v3-live,
  body.aef-v3-live * {
    scroll-behavior: auto !important;
  }

  body.aef-v3-live *,
  body.aef-v3-live *::before,
  body.aef-v3-live *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  body.aef-v3-live :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid CanvasText !important;
  }

  body.aef-v3-live .aef-core-v2__button,
  body.aef-v3-live .aef-city-v2__button,
  body.aef-v3-live #forminator-module-550 .forminator-button {
    border: 2px solid CanvasText !important;
  }
}
