:root {
  --customer-bg: #f4f7fb;
  --customer-surface: #ffffff;
  --customer-surface-soft: #f8fafc;
  --customer-ink: #152238;
  --customer-muted: #66758c;
  --customer-line: #dbe3ee;
  --customer-line-soft: #e9eef5;
  --customer-primary: #1769d2;
  --customer-primary-dark: #0f4e9d;
  --customer-primary-soft: #edf5ff;
  --customer-success: #12966f;
  --customer-danger: #d14343;
  --customer-radius: 16px;
  --customer-shadow-sm: 0 8px 24px rgba(17, 37, 68, 0.06);
  --customer-shadow-md: 0 18px 48px rgba(17, 37, 68, 0.1);
  --customer-shadow-lg: 0 28px 80px rgba(17, 37, 68, 0.16);
  --customer-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-portal="customer"] .page-back-button.ant-btn {
  width: fit-content;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  align-self: flex-start;
  flex: none;
  gap: 7px;
  border: 1px solid #a9c9f5;
  border-radius: 10px;
  padding: 0 15px;
  color: #0f5fbd;
  background: #edf5ff;
  box-shadow: 0 5px 14px rgba(23, 105, 210, 0.12);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

body[data-portal="customer"] .page-back-button.ant-btn:hover {
  border-color: #1769d2;
  color: #0f4e9d;
  background: #e0eeff;
  box-shadow: 0 7px 18px rgba(23, 105, 210, 0.18);
  transform: translateX(-2px);
}

body[data-portal="customer"] .page-back-button.ant-btn:active {
  transform: translateX(-1px) scale(0.98);
}

body[data-portal="customer"] .page-back-button.ant-btn:focus-visible {
  outline: 3px solid rgba(23, 105, 210, 0.24);
  outline-offset: 2px;
}

body[data-portal="customer"] .customer-intent-detail-heading .page-back-button.ant-btn {
  margin-bottom: 8px;
}

html {
  scroll-behavior: smooth;
}

body[data-portal="customer"] {
  min-width: 320px;
  background:
    radial-gradient(circle at 8% -8%, rgba(23, 105, 210, 0.09), transparent 30rem),
    linear-gradient(180deg, #f8faff 0, var(--customer-bg) 26rem);
  color: var(--customer-ink);
}

body[data-portal="customer"] button,
body[data-portal="customer"] a,
body[data-portal="customer"] input,
body[data-portal="customer"] textarea,
body[data-portal="customer"] .ant-card,
body[data-portal="customer"] .ant-select-selector {
  transition-duration: 220ms;
  transition-timing-function: var(--customer-ease);
}

.customer-ant-app,
.next-car-home {
  min-height: 100vh;
}

.customer-route-frame {
  min-width: 0;
}

/* Header */

body[data-portal="customer"] .customer-site-header {
  position: sticky;
  top: 0;
  z-index: 220;
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(212, 222, 235, 0.82);
  padding: 0 max(24px, calc((100vw - 1440px) / 2));
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(17, 37, 68, 0.035);
  backdrop-filter: blur(18px) saturate(1.35);
}

/* 首页首屏让主视觉延伸到导航栏后方；开始滚动后恢复为独立的白色导航。 */
body[data-portal="customer"] .customer-site-header-home {
  margin-bottom: -72px;
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .next-logo img {
  filter: brightness(0) invert(1);
}

body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-menu .ant-menu-item,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-action,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-action-link,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-language.ant-btn,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-account.ant-btn,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-account-trigger-copy small,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-account-trigger-copy strong {
  color: #fff;
}

body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-menu .ant-menu-item:hover,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-menu .ant-menu-item-selected,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-action:hover,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-language.ant-btn:hover,
body[data-portal="customer"] .customer-site-header-home:not(.customer-site-header-scrolled) .customer-header-account.ant-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

body[data-portal="customer"] .customer-site-header-home.customer-site-header-scrolled {
  border-bottom-color: rgba(212, 222, 235, 0.82);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(17, 37, 68, 0.06);
  backdrop-filter: blur(18px) saturate(1.35);
}

body[data-portal="customer"] .next-logo {
  width: 132px;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0;
}

body[data-portal="customer"] .next-logo img {
  width: 100%;
  height: auto;
  display: block;
}

body[data-portal="customer"] .customer-header-menu.ant-menu {
  min-width: 0;
  justify-content: flex-end;
  border: 0;
  background: transparent;
  line-height: 46px;
}

body[data-portal="customer"] .customer-header-menu .ant-menu-item {
  margin-inline: 4px;
  border-radius: 10px;
  padding-inline: 18px;
  color: #4f6077;
  font-weight: 650;
}

body[data-portal="customer"] .customer-header-menu .ant-menu-item::after {
  display: none;
}

body[data-portal="customer"] .customer-header-menu .ant-menu-item:hover {
  color: var(--customer-primary);
  background: #f5f8fc;
}

body[data-portal="customer"] .customer-header-menu .ant-menu-item-selected {
  color: var(--customer-primary);
  background: var(--customer-primary-soft);
}

body[data-portal="customer"] .customer-header-menu a {
  color: inherit;
}

body[data-portal="customer"] .customer-global-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

body[data-portal="customer"] .customer-header-action-link {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}

body[data-portal="customer"] .customer-header-action,
body[data-portal="customer"] .customer-header-language.ant-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #54657d;
  font-size: 18px;
}

body[data-portal="customer"] .customer-header-language.ant-btn {
  width: auto;
  gap: 5px;
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 700;
}

body[data-portal="customer"] .customer-header-action:hover,
body[data-portal="customer"] .customer-header-language.ant-btn:hover {
  color: var(--customer-primary);
  background: var(--customer-primary-soft);
  transform: translateY(-1px);
}

body[data-portal="customer"] .customer-header-account.ant-btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 13px;
  padding: 5px 9px 5px 6px;
  color: var(--customer-ink);
}

body[data-portal="customer"] .customer-header-account.ant-btn:hover {
  background: #f5f8fc;
}

body[data-portal="customer"] .customer-header-account .ant-avatar,
body[data-portal="customer"] .customer-account-summary .ant-avatar {
  color: #fff;
  background: linear-gradient(145deg, #2482e8, #0e4f9d);
  box-shadow: 0 6px 16px rgba(23, 105, 210, 0.24);
}

body[data-portal="customer"] .customer-header-account .ant-avatar.customer-account-service-avatar {
  background: linear-gradient(145deg, #f2a51f, #bf6a09);
  box-shadow: 0 6px 16px rgba(191, 106, 9, 0.24);
}

body[data-portal="customer"] .customer-account-trigger-copy {
  min-width: 0;
  max-width: 124px;
  display: grid;
  gap: 1px;
  text-align: left;
}

body[data-portal="customer"] .customer-account-trigger-copy small,
body[data-portal="customer"] .customer-account-trigger-copy strong {
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-portal="customer"] .customer-account-trigger-copy small {
  color: #8390a3;
  font-size: 11px;
  font-weight: 550;
}

body[data-portal="customer"] .customer-account-trigger-copy strong {
  color: #2a3a51;
  font-size: 13px;
  font-weight: 720;
}

.customer-header-popover {
  width: min(380px, calc(100vw - 32px));
  max-height: min(640px, calc(100vh - 100px));
  overflow: auto;
  padding: 4px;
}

.customer-header-popover.customer-account-popover {
  width: min(344px, calc(100vw - 32px));
}

.customer-account-service-error {
  display: grid;
  gap: 14px;
  padding: 2px;
}

.customer-account-service-error .ant-alert {
  border-radius: 13px;
}

.customer-auth-service-alert-wrap {
  position: fixed;
  top: 84px;
  right: max(20px, calc((100vw - 1440px) / 2));
  z-index: 219;
  width: min(540px, calc(100vw - 32px));
  pointer-events: none;
}

body[data-portal="customer"] .customer-auth-service-alert.ant-alert {
  align-items: center;
  border: 1px solid rgba(217, 145, 28, 0.32);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 251, 237, 0.96);
  box-shadow: 0 16px 42px rgba(83, 52, 6, 0.14);
  backdrop-filter: blur(18px) saturate(1.2);
  pointer-events: auto;
}

body[data-portal="customer"] .customer-auth-service-alert .ant-alert-message {
  color: #68420b;
  font-weight: 740;
}

body[data-portal="customer"] .customer-auth-service-alert .ant-alert-description {
  max-width: 360px;
  color: #7a633f;
  line-height: 1.55;
}

body[data-portal="customer"] .customer-auth-service-alert .ant-alert-action {
  margin-inline-start: 16px;
}

.customer-popover-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 4px 12px;
}

.customer-popover-head > div {
  display: grid;
  gap: 2px;
}

.customer-popover-head strong {
  color: var(--customer-ink);
  font-size: 16px;
  font-weight: 750;
}

.customer-popover-head span {
  color: var(--customer-muted);
  font-size: 12px;
}

.customer-popover-state {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--customer-muted);
}

.customer-message-list.ant-list {
  border: 0;
}

.customer-message-list .customer-message-list-item.ant-list-item {
  display: block;
  border: 0;
  padding: 3px 0;
}

.customer-message-list .customer-message-item {
  display: grid;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 12px;
  color: var(--customer-ink);
  text-decoration: none;
  background: #f8fafc;
}

.customer-message-list .customer-message-item:hover {
  border-color: #cfdef0;
  background: #f1f7ff;
  transform: translateX(2px);
}

.customer-message-kind {
  width: fit-content;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 720;
}

.customer-message-kind-inquiry {
  color: #a95b12;
  background: #fff3df;
}

.customer-message-kind-demand {
  color: #0c7659;
  background: #e8f8f2;
}

.customer-message-item strong {
  font-size: 14px;
  line-height: 1.4;
}

.customer-message-item em,
.customer-message-item small {
  color: var(--customer-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.customer-popover-empty.ant-empty {
  margin-block: 24px 16px;
}

.customer-account-summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid #dce8f6;
  border-radius: 13px;
  padding: 13px;
  background: linear-gradient(135deg, #f4f9ff, #fff);
}

.customer-account-summary-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.customer-account-summary-copy span,
.customer-account-summary-copy small {
  overflow: hidden;
  color: var(--customer-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-account-summary-copy strong {
  overflow: hidden;
  color: var(--customer-ink);
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-account-login-form.ant-form {
  padding: 4px;
}

.customer-account-login-intro {
  display: grid;
  margin-bottom: 14px;
}

.customer-account-login-intro .ant-typography {
  margin: 0;
}

.customer-account-login-form .ant-form-item {
  margin-bottom: 12px;
}

body[data-portal="customer"] .customer-account-login-form .ant-input-affix-wrapper input.ant-input {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

body[data-portal="customer"] .customer-account-login-form .ant-input-affix-wrapper input.ant-input:focus {
  border: 0;
  box-shadow: none;
}

.customer-account-auth-actions.ant-space,
.customer-account-auth-actions .ant-space-item,
.customer-account-auth-actions a {
  width: 100%;
}

body[data-portal="customer"] .customer-account-login-form .ant-btn-primary,
body[data-portal="customer"] .customer-account-login-form .ant-btn-primary > span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.customer-account-menu.ant-menu {
  margin-block: 8px;
  border: 0;
}

.customer-account-menu.ant-menu .ant-menu-item {
  margin-inline: 0;
  width: 100%;
}

.customer-account-menu.ant-menu a {
  display: block;
  color: inherit;
}

.customer-account-footer {
  display: grid;
  gap: 10px;
  padding: 4px;
}

.customer-language-option {
  min-width: 154px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.customer-language-option small {
  color: #8390a3;
}

/* Page shell and home */

body[data-portal="customer"] .next-main {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

body[data-portal="customer"] .next-main.honey-home-page {
  width: 100%;
  margin: 0;
  padding: 0 0 64px;
  isolation: isolate;
}

body[data-portal="customer"] .honey-home-content-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 64px;
  background: linear-gradient(180deg, #3f70aa 0, #93afce 76px, #e2ecf8 220px, #f5f8fc 100%);
}

body[data-portal="customer"] .honey-home-hero {
  position: relative;
  width: 100%;
  min-height: clamp(390px, 32vw, 430px);
  box-sizing: border-box;
  overflow: hidden;
  aspect-ratio: auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  padding: clamp(28px, 3vw, 40px);
  background-color: #061a37;
  background:
    linear-gradient(122deg, transparent 0 38%, rgba(110, 187, 255, 0.16) 38.1%, transparent 38.3%),
    linear-gradient(147deg, transparent 0 58%, rgba(146, 211, 255, 0.12) 58.1%, transparent 58.25%),
    radial-gradient(circle at 82% 18%, rgba(70, 166, 255, 0.36), transparent 28rem),
    radial-gradient(circle at 14% 92%, rgba(33, 124, 220, 0.28), transparent 26rem),
    url("/static/assets/home-hero-ui-safe-v9.png") center / cover no-repeat;
  box-shadow: 0 30px 70px rgba(12, 49, 94, 0.22);
}

body[data-portal="customer"] .honey-home-hero::before,
body[data-portal="customer"] .honey-home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body[data-portal="customer"] .honey-home-hero::before {
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

body[data-portal="customer"] .honey-home-hero::after {
  top: -140px;
  right: -100px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
}

body[data-portal="customer"] .honey-home-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  padding: 0;
}

body[data-portal="customer"] .honey-home-copy {
  max-width: 630px;
  display: grid;
  gap: 20px;
  padding-bottom: 0;
  color: #fff;
}

body[data-portal="customer"] .honey-home-eyebrow {
  width: fit-content;
  border: 1px solid rgba(152, 205, 255, 0.28);
  border-radius: 999px;
  padding: 7px 12px;
  color: #b9dcff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

body[data-portal="customer"] .honey-home-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 3.8vw, 56px);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

body[data-portal="customer"] .honey-home-copy > p {
  max-width: 580px;
  margin: 0;
  color: rgba(232, 242, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

body[data-portal="customer"] .honey-home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 4px;
}

body[data-portal="customer"] .honey-home-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(240, 247, 255, 0.88);
  font-size: 13px;
  font-weight: 620;
}

body[data-portal="customer"] .honey-home-trust .anticon {
  color: #77c2ff;
  font-size: 16px;
}

body[data-portal="customer"] .customer-search-card.ant-card {
  position: relative;
  z-index: 3;
  min-width: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 44px rgba(0, 25, 64, 0.24);
  backdrop-filter: blur(16px) saturate(1.08);
}

body[data-portal="customer"] .customer-search-card .ant-card-body {
  padding: clamp(20px, 2.2vw, 28px);
}

body[data-portal="customer"] .customer-search-card .ant-alert {
  overflow: hidden;
}

body[data-portal="customer"] .customer-search-card .ant-alert-message {
  overflow-wrap: anywhere;
}

.customer-home-search-form {
  display: grid;
  gap: 16px;
}

body[data-portal="customer"] .honey-home-search-head {
  display: grid;
  gap: 5px;
}

body[data-portal="customer"] .honey-home-search-head > .ant-typography:first-child {
  color: var(--customer-primary);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-portal="customer"] .honey-home-search-head h4.ant-typography {
  margin: 0;
  color: var(--customer-ink);
  font-size: 22px;
  line-height: 1.25;
}

body[data-portal="customer"] .honey-home-search-head p.ant-typography {
  margin: 2px 0 0;
  color: var(--customer-muted);
  line-height: 1.45;
}

body[data-portal="customer"] .honey-home-search-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-portal="customer"] .honey-home-field,
body[data-portal="customer"] .filter-group {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
}

body[data-portal="customer"] .filter-name {
  color: #43546b;
  font-size: 12px;
  font-weight: 680;
}

body[data-portal="customer"] .customer-search-select.ant-select,
body[data-portal="customer"] .customer-filter-select.ant-select,
body[data-portal="customer"] .customer-demand-picker-control.ant-select {
  width: 100%;
}

body[data-portal="customer"] .customer-search-select .ant-select-selector,
body[data-portal="customer"] .customer-filter-select .ant-select-selector {
  min-height: 44px;
  display: flex;
  align-items: center;
}

/* 首页搜索框不使用 Select 默认的主色聚焦描边和光晕。 */
body[data-portal="customer"] .customer-search-select.ant-select-focused .ant-select-selector {
  border-color: #dbe3ee;
  box-shadow: none;
}

body[data-portal="customer"] .customer-demand-picker-control .ant-select-selector {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding-inline: 13px;
  background: #fff;
}

body[data-portal="customer"] .customer-demand-picker-control.ant-select-focused .ant-select-selector {
  border-color: #dbe3ee;
  box-shadow: none;
}

/* 搜索型 Select 内部的原生 input 不应继承首页旧表单的输入框外观。 */
body[data-portal="customer"] .customer-search-select .ant-select-selection-search-input,
body[data-portal="customer"] .customer-search-select .ant-select-selection-search-input:focus,
body[data-portal="customer"] .customer-demand-picker-control .ant-select-selection-search-input,
body[data-portal="customer"] .customer-demand-picker-control .ant-select-selection-search-input:focus {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.customer-brand-option {
  min-width: 180px;
}

.customer-brand-option > span:last-child {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.customer-brand-option strong,
.customer-brand-option small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-brand-option small {
  color: #8793a5;
  font-size: 11px;
}

body[data-portal="customer"] .honey-home-search-submit.ant-btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  font-size: 15px;
}

body[data-portal="customer"] .honey-home-featured {
  display: grid;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  gap: 22px;
  padding-top: 36px;
}

body[data-portal="customer"] .honey-home-content-stage .honey-home-featured {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

body[data-portal="customer"] .honey-home-featured-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

body[data-portal="customer"] .honey-home-featured-head > div {
  display: grid;
  gap: 5px;
}

body[data-portal="customer"] .honey-home-featured-head span {
  color: var(--customer-primary);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-portal="customer"] .honey-home-featured-head h2 {
  margin: 0;
  color: var(--customer-ink);
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.03em;
}

/* 桌面首页优先露出完整的一排推荐车源：把找车表单收成横向搜索条。 */
@media (min-width: 1181px) {
  body[data-portal="customer"] .honey-home-page .honey-home-hero {
    min-height: clamp(420px, 55vh, 580px);
    border: 0;
    border-radius: 0;
    padding: clamp(112px, 14vh, 152px) 0 clamp(56px, 8vh, 96px);
  }

  body[data-portal="customer"] .honey-home-page .honey-home-content {
    width: min(1360px, calc(100% - 48px));
    margin: 0 auto;
    transform: translateY(-24px);
  }

  body[data-portal="customer"] .honey-home-hero {
    min-height: clamp(280px, 29vh, 360px);
    padding: clamp(26px, 3vw, 42px);
  }

  body[data-portal="customer"] .honey-home-content {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
    gap: clamp(36px, 6vw, 88px);
  }

  body[data-portal="customer"] .honey-home-copy {
    padding: 0;
  }

  body[data-portal="customer"] .honey-home-copy h1 {
    font-size: clamp(34px, 3.1vw, 46px);
    max-width: 520px;
    text-shadow: 0 3px 20px rgba(2, 14, 35, 0.32);
  }

  body[data-portal="customer"] .customer-search-card .ant-card-body {
    padding: 22px;
  }

  body[data-portal="customer"] .customer-home-search-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-portal="customer"] .honey-home-search-head {
    display: grid;
    gap: 0;
  }

  body[data-portal="customer"] .honey-home-search-head > .ant-typography:first-child,
  body[data-portal="customer"] .honey-home-search-head > :last-child {
    display: none;
  }

  body[data-portal="customer"] .honey-home-search-head h4.ant-typography {
    font-size: 20px;
  }

  body[data-portal="customer"] .honey-home-search-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body[data-portal="customer"] .honey-home-field {
    gap: 0;
  }

  body[data-portal="customer"] .honey-home-field > .filter-name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  body[data-portal="customer"] .customer-search-select .ant-select-selector,
  body[data-portal="customer"] .honey-home-search-submit.ant-btn {
    min-height: 46px;
    height: 46px;
  }

  body[data-portal="customer"] .honey-home-search-submit.ant-btn {
    width: 100%;
    padding-inline: 0;
  }

  body[data-portal="customer"] .honey-home-search-submit-label {
    display: none;
  }

  body[data-portal="customer"] .honey-home-featured {
    gap: 10px;
    margin-top: 0;
    padding-top: 0;
  }

  body[data-portal="customer"] .honey-home-featured .inventory-summary {
    display: none;
  }
}

/* Inventory filters and cards */

body[data-portal="customer"] .smart-filter {
  overflow: visible;
  border: 1px solid var(--customer-line-soft);
  border-radius: 20px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--customer-shadow-sm);
}

body[data-portal="customer"] .smart-filter:focus-within {
  border-color: #c9dbef;
  box-shadow: var(--customer-shadow-md);
}

body[data-portal="customer"] .filter-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

body[data-portal="customer"] .filter-head > div {
  display: grid;
  gap: 5px;
}

body[data-portal="customer"] .filter-head span {
  color: var(--customer-primary);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-portal="customer"] .filter-head h2 {
  margin: 0;
  color: var(--customer-ink);
  font-size: 25px;
  line-height: 1.3;
}

body[data-portal="customer"] .filter-head p {
  max-width: 720px;
  margin: 3px 0 0;
  color: var(--customer-muted);
  line-height: 1.6;
}

body[data-portal="customer"] .filter-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
}

body[data-portal="customer"] .filter-input-row .ant-input-affix-wrapper {
  min-height: 44px;
}

body[data-portal="customer"] .filter-error {
  color: var(--customer-danger);
  font-size: 12px;
}

body[data-portal="customer"] .customer-sort-panel {
  display: grid;
  gap: 9px;
  border-top: 1px solid var(--customer-line-soft);
  margin-top: 22px;
  padding-top: 20px;
}

body[data-portal="customer"] .customer-sort-label {
  color: #43546b;
  font-size: 12px;
  font-weight: 680;
}

body[data-portal="customer"] .customer-sort-options.ant-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-portal="customer"] .customer-sort-options .ant-radio-button-wrapper {
  border: 1px solid var(--customer-line);
  border-radius: 9px;
}

body[data-portal="customer"] .customer-sort-options .ant-radio-button-wrapper::before {
  display: none;
}

body[data-portal="customer"] .picked-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--customer-line-soft);
  margin-top: 22px;
  padding-top: 20px;
}

body[data-portal="customer"] .picked-values > span {
  color: var(--customer-muted);
  font-size: 13px;
  font-weight: 650;
}

body[data-portal="customer"] .filter-actions {
  display: flex;
  gap: 10px;
}

body[data-portal="customer"] .inventory-shell {
  margin-top: 24px;
}

body[data-portal="customer"] .honey-home-featured .inventory-shell {
  margin-top: 0;
}

body[data-portal="customer"] .inventory-summary {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}

body[data-portal="customer"] .inventory-summary h3.ant-typography {
  margin: 0;
  color: var(--customer-ink);
  font-size: 22px;
}

body[data-portal="customer"] .next-car-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  overflow-anchor: none;
}

body[data-portal="customer"] .customer-vehicle-card-link {
  height: 100%;
  min-width: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}

body[data-portal="customer"] .next-car-card.ant-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--customer-line-soft);
  border-radius: 16px;
  background: var(--customer-surface);
  box-shadow: 0 8px 26px rgba(17, 37, 68, 0.055);
}

body[data-portal="customer"] .next-car-card.ant-card:hover {
  border-color: #bed3ea;
  box-shadow: 0 22px 50px rgba(17, 37, 68, 0.13);
  transform: translateY(-5px);
}

body[data-portal="customer"] .next-car-card.ant-card .ant-card-cover {
  flex: none;
  overflow: hidden;
  border-radius: 0;
}

body[data-portal="customer"] .next-car-card .card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, #eaf0f7, #f7f9fc);
}

body[data-portal="customer"] .next-car-card .card-media img,
body[data-portal="customer"] .next-car-card .card-media-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body[data-portal="customer"] .next-car-card:hover .card-media img {
  transform: scale(1.045);
}

body[data-portal="customer"] .next-car-card .card-media-placeholder {
  position: relative;
  background:
    linear-gradient(135deg, transparent 46%, rgba(23, 105, 210, 0.08) 46% 54%, transparent 54%),
    linear-gradient(145deg, #edf2f7, #f8fafc);
}

body[data-portal="customer"] .vehicle-recommended-badge.ant-tag {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 4px 9px;
  color: #fff;
  background: rgba(15, 78, 157, 0.86);
  box-shadow: 0 8px 20px rgba(4, 36, 78, 0.2);
  backdrop-filter: blur(10px);
}

body[data-portal="customer"] .next-car-card .ant-card-body {
  display: flex;
  flex: 1;
  padding: 18px;
}

body[data-portal="customer"] .next-car-card .card-body {
  width: 100%;
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

body[data-portal="customer"] .next-car-card .card-body h4.ant-typography {
  min-height: 48px;
  margin: 0;
  color: var(--customer-ink);
  font-size: 17px;
  font-weight: 720;
  line-height: 1.4;
}

body[data-portal="customer"] .next-car-card .card-description.ant-typography {
  margin: 0;
  font-size: 13px;
}

body[data-portal="customer"] .card-facts {
  height: 43px;
  min-height: 43px;
  display: block;
  overflow: hidden;
  border-top: 0;
  padding-top: 0;
}

body[data-portal="customer"] .card-condition-fact {
  height: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border-radius: 9px;
  padding: 8px 10px;
  overflow: hidden;
  background: #f7f9fc;
}

body[data-portal="customer"] .card-condition-fact span {
  color: #8491a4;
  font-size: 11px;
}

body[data-portal="customer"] .card-condition-fact strong {
  min-width: 0;
  display: block;
  overflow: hidden;
  color: #47586e;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

body[data-portal="customer"] .card-foot {
  display: flex;
  margin-top: auto;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--customer-line-soft);
  padding-top: 14px;
}

body[data-portal="customer"] .card-price {
  min-width: 0;
  display: grid;
  gap: 2px;
}

body[data-portal="customer"] .card-price strong {
  color: #e4522f;
  font-size: 20px;
  font-weight: 780;
  letter-spacing: -0.02em;
}

body[data-portal="customer"] .card-price small {
  color: #8b97a9;
  font-size: 10px;
}

body[data-portal="customer"] .card-detail-link {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--customer-primary);
  background: var(--customer-primary-soft);
}

body[data-portal="customer"] .next-car-card:hover .card-detail-link {
  color: #fff;
  background: var(--customer-primary);
  transform: translateX(2px);
}

body[data-portal="customer"] .customer-grid-message {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--customer-radius);
}

body[data-portal="customer"] .customer-grid-message.ant-alert {
  min-height: 0;
  justify-content: flex-start;
  border: 1px solid rgba(217, 145, 28, 0.28);
  padding: 20px 22px;
  background: linear-gradient(135deg, #fffdf7, #fff9e8);
  box-shadow: 0 12px 32px rgba(83, 52, 6, 0.08);
}

body[data-portal="customer"] .customer-grid-message.ant-alert .ant-alert-message {
  color: #68420b;
  font-weight: 740;
}

body[data-portal="customer"] .customer-grid-message.ant-alert .ant-alert-description {
  color: #7a633f;
}

body[data-portal="customer"] .customer-grid-message.ant-alert .ant-alert-action {
  margin-inline-start: auto;
  padding-inline-start: 20px;
}

body[data-portal="customer"] .vehicle-card-skeleton {
  overflow: hidden;
  border: 1px solid var(--customer-line-soft);
  border-radius: 16px;
  background: #fff;
}

body[data-portal="customer"] .vehicle-card-skeleton .vehicle-card-skeleton-media.ant-skeleton-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 0;
}

body[data-portal="customer"] .vehicle-card-skeleton .card-body.ant-skeleton {
  padding: 18px;
}

body[data-portal="customer"] .next-car-grid .scroll-sentinel,
body[data-portal="customer"] .next-car-grid .scroll-loading-note {
  grid-column: 1 / -1;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px auto 24px;
  border: 1px solid var(--customer-line);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--customer-muted);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--customer-shadow-sm);
  font-size: 12px;
  font-weight: 620;
}

body[data-portal="customer"] .next-car-grid .scroll-end-note:not(.ant-alert) {
  grid-column: 1 / -1;
  width: fit-content;
  display: grid;
  justify-items: center;
  gap: 4px;
  margin: 8px auto 20px;
  padding: 10px 18px;
  border: 1px solid var(--customer-border);
  border-radius: 999px;
  background: var(--customer-surface);
  color: var(--customer-muted);
  text-align: center;
}

body[data-portal="customer"] .next-car-grid .scroll-end-note strong {
  color: var(--customer-ink);
  font-size: 13px;
}

body[data-portal="customer"] .next-car-grid .scroll-end-note span {
  font-size: 12px;
}

body[data-portal="customer"] .scroll-load-error.ant-alert {
  grid-column: 1 / -1;
}

/* Registration and customer center */

body[data-portal="customer"] .customer-registration-page {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: start center;
  padding-top: clamp(44px, 8vh, 92px);
}

body[data-portal="customer"] .customer-registration-panel.ant-card {
  width: min(540px, 100%);
  border: 1px solid var(--customer-line-soft);
  border-radius: 20px;
  box-shadow: var(--customer-shadow-md);
}

body[data-portal="customer"] .customer-registration-panel .ant-card-body {
  display: grid;
  gap: 10px;
  padding: clamp(26px, 5vw, 42px);
}

body[data-portal="customer"] .customer-registration-eyebrow {
  color: var(--customer-primary);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-portal="customer"] .customer-registration-panel h1.ant-typography,
body[data-portal="customer"] .customer-registration-panel p.ant-typography {
  margin: 0;
}

body[data-portal="customer"] .customer-registration-form {
  margin-top: 12px;
}

body[data-portal="customer"] .customer-registration-success.ant-result {
  padding: 24px 0 12px;
}

body[data-portal="customer"] .customer-registration-error.ant-alert {
  margin-bottom: 18px;
}

body[data-portal="customer"] .customer-registration-login {
  justify-self: center;
  margin-top: 6px;
}

body[data-portal="customer"] .customer-center-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

body[data-portal="customer"] .customer-center-menu.ant-menu {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid var(--customer-line-soft);
  border-radius: 16px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--customer-shadow-sm);
}

body[data-portal="customer"] .customer-center-menu.ant-menu .ant-menu-item {
  width: 100%;
  height: 46px;
  margin: 3px 0;
  border-radius: 10px;
  color: #53647b;
  font-weight: 650;
}

body[data-portal="customer"] .customer-center-menu.ant-menu .ant-menu-item-selected {
  color: var(--customer-primary);
  background: var(--customer-primary-soft);
}

body[data-portal="customer"] .customer-center-menu a {
  color: inherit;
}

body[data-portal="customer"] .customer-center-content {
  min-width: 0;
  display: grid;
  gap: 22px;
}

body[data-portal="customer"] .customer-center-heading {
  min-height: 82px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--customer-line-soft);
  border-radius: 16px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--customer-shadow-sm);
}

body[data-portal="customer"] .customer-center-heading > div:first-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body[data-portal="customer"] .customer-center-heading > div:first-child > span {
  color: var(--customer-primary);
  font-size: 12px;
  font-weight: 720;
}

body[data-portal="customer"] .customer-center-heading h2 {
  margin: 0;
  color: var(--customer-ink);
  font-size: 25px;
}

body[data-portal="customer"] .customer-center-heading-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-portal="customer"] .customer-center-heading-actions > strong {
  min-width: 36px;
  color: var(--customer-primary);
  font-size: 22px;
  text-align: center;
}

body[data-portal="customer"] .customer-center-heading-actions .ant-btn-primary {
  color: #fff !important;
}

body[data-portal="customer"] .customer-center-heading-actions .ant-btn-primary > span {
  color: #fff !important;
}

body[data-portal="customer"] .customer-center-heading-actions .ant-btn-primary .anticon {
  color: #fff !important;
}

body[data-portal="customer"] .customer-inquiry-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(220px, 0.4fr);
  align-items: center;
  gap: 14px;
  border: 1px solid var(--customer-line-soft);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

body[data-portal="customer"] .customer-inquiry-source-tabs.ant-segmented {
  width: fit-content;
  max-width: 100%;
}

body[data-portal="customer"] .customer-inquiry-search.ant-input-affix-wrapper {
  width: 100%;
}

body[data-portal="customer"] .customer-demand-create-panel {
  overflow: visible;
  border: 1px solid #d6e4f3;
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(135deg, #f7fbff, #fff 52%);
  box-shadow: var(--customer-shadow-sm);
}

body[data-portal="customer"] .customer-demand-create-panel[hidden] {
  display: none;
}

body[data-portal="customer"] .customer-demand-create-modal .ant-modal-content {
  border-radius: 18px;
  padding: 24px;
}

body[data-portal="customer"] .customer-demand-create-modal .ant-modal-header {
  margin-bottom: 20px;
}

body[data-portal="customer"] .customer-demand-create-modal .ant-modal-title {
  color: var(--customer-ink);
  font-size: 20px;
}

body[data-portal="customer"] .customer-demand-create-panel.customer-demand-create-panel-compact {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body[data-portal="customer"] .customer-demand-create-head h3 {
  margin: 3px 0 18px;
  color: var(--customer-ink);
  font-size: 22px;
}

body[data-portal="customer"] .customer-demand-create-head span {
  color: var(--customer-primary);
  font-size: 12px;
  font-weight: 720;
}

body[data-portal="customer"] .customer-demand-create-status {
  margin-bottom: 14px;
}

body[data-portal="customer"] .customer-demand-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "brand series"
    "color color"
    "description description"
    "error error"
    "actions actions";
  gap: 18px;
}

body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form > label:nth-of-type(1) {
  grid-area: brand;
}

body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form > label:nth-of-type(2) {
  grid-area: series;
}

body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form > label:nth-of-type(3) {
  grid-area: color;
}

body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form > label:nth-of-type(4) {
  grid-area: description;
}

body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form > .ant-alert {
  grid-area: error;
}

body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form-actions {
  grid-area: actions;
  justify-content: flex-end;
}

body[data-portal="customer"] .customer-demand-form > label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #43546b;
  font-size: 12px;
  font-weight: 680;
}

body[data-portal="customer"] .customer-demand-form > label > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

body[data-portal="customer"] .customer-demand-required {
  color: var(--customer-danger);
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

body[data-portal="customer"] .customer-demand-form > label.wide,
body[data-portal="customer"] .customer-demand-form > .ant-alert,
body[data-portal="customer"] .customer-demand-form-actions {
  grid-column: 1 / -1;
}

body[data-portal="customer"] .customer-demand-form-actions {
  display: flex;
  justify-content: flex-end;
}

body[data-portal="customer"] .customer-intent-card,
body[data-portal="customer"] .customer-feedback-card,
body[data-portal="customer"] .customer-inquiry-card,
body[data-portal="customer"] .customer-favorite-card,
body[data-portal="customer"] .customer-intent-detail-panel,
body[data-portal="customer"] .customer-feedback-section {
  border-color: var(--customer-line-soft);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--customer-shadow-sm);
}

body[data-portal="customer"] .customer-feedback-section {
  gap: 18px;
  padding: 22px;
}

body[data-portal="customer"] .customer-feedback-section-head {
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--customer-line-soft);
}

body[data-portal="customer"] .customer-feedback-section-head h2 {
  margin: 0;
  color: var(--customer-ink);
  font-size: 20px;
  line-height: 1.3;
}

body[data-portal="customer"] .customer-feedback-section-head > strong {
  min-height: 30px;
  padding: 0 12px;
}

body[data-portal="customer"] .customer-intent-card:hover,
body[data-portal="customer"] .customer-feedback-card:hover,
body[data-portal="customer"] .customer-inquiry-card:hover,
body[data-portal="customer"] .customer-favorite-card:hover {
  border-color: #c6d9ee;
  box-shadow: var(--customer-shadow-md);
  transform: translateY(-2px);
}

body[data-portal="customer"] .customer-center-loading,
body[data-portal="customer"] .customer-center-empty.ant-empty {
  min-height: 320px;
  display: grid;
  place-items: center;
  border: 1px solid var(--customer-line-soft);
  border-radius: 16px;
  padding: 32px;
  background: #fff;
  box-shadow: var(--customer-shadow-sm);
}

body[data-portal="customer"] .customer-center-loading {
  place-items: stretch;
}

body[data-portal="customer"] .customer-center-loading-head {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
}

body[data-portal="customer"] .customer-center-loading-head strong,
body[data-portal="customer"] .customer-center-empty strong,
body[data-portal="customer"] .customer-center-empty span {
  display: block;
}

body[data-portal="customer"] .customer-center-loading-head span,
body[data-portal="customer"] .customer-center-empty span {
  margin-top: 4px;
  color: var(--customer-muted);
}

body[data-portal="customer"] .customer-center-empty .ant-empty-footer {
  margin-top: 18px;
}

body[data-portal="customer"] .detail-error-note {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

body[data-portal="customer"] .customer-center-loading-list {
  display: grid;
  gap: 14px;
}

body[data-portal="customer"] .customer-center-loading-card.ant-skeleton {
  border: 1px solid var(--customer-line-soft);
  border-radius: 12px;
  padding: 16px;
}

/* Existing rich pages: normalize surfaces without changing business layout */

body[data-portal="customer"] .vehicle-detail-summary,
body[data-portal="customer"] .vehicle-detail-panel,
body[data-portal="customer"] .detail-anchor-nav,
body[data-portal="customer"] .detail-media-card,
body[data-portal="customer"] .verax-platform-panel,
body[data-portal="customer"] .verax-position-cards article,
body[data-portal="customer"] .verax-standard-grid article,
body[data-portal="customer"] .verax-partner-card {
  border-color: var(--customer-line-soft);
  border-radius: 16px;
  box-shadow: var(--customer-shadow-sm);
}

body[data-portal="customer"] .vehicle-detail-gallery,
body[data-portal="customer"] .vehicle-detail-media {
  border-radius: 18px;
}

body[data-portal="customer"] .vehicle-detail-gallery {
  align-items: stretch;
}

body[data-portal="customer"] .vehicle-detail-gallery .vehicle-detail-media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
}

body[data-portal="customer"] .vehicle-detail-gallery .detail-main-media-stage > img,
body[data-portal="customer"] .vehicle-detail-gallery .detail-main-media-stage > video {
  object-fit: cover;
}

body[data-portal="customer"] .vehicle-detail-gallery .detail-thumb-shell {
  align-self: stretch;
  height: auto;
  max-height: none;
}

body[data-portal="customer"] .vehicle-detail-gallery .detail-thumb-rail {
  position: absolute;
  inset: 0;
  height: auto;
  max-height: none;
}

body[data-portal="customer"] .detail-image-nav.ant-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  background: rgba(15, 23, 42, 0.62);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
}

body[data-portal="customer"] .detail-image-nav.ant-btn:hover,
body[data-portal="customer"] .detail-image-nav.ant-btn:focus-visible {
  color: #fff;
  background: rgba(15, 23, 42, 0.82);
  transform: translateY(-50%) scale(1.05);
}

body[data-portal="customer"] .detail-image-nav.ant-btn::before {
  display: none;
}

body[data-portal="customer"] .detail-image-nav-prev.ant-btn {
  left: 18px;
}

body[data-portal="customer"] .detail-image-nav-next.ant-btn {
  right: 18px;
}

body[data-portal="customer"] .detail-media-card.ant-btn {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  padding: 0;
}

body[data-portal="customer"] .detail-media-card.ant-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-portal="customer"] .detail-media-card.ant-btn video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-mask {
  background: rgba(3, 10, 22, 0.88);
  backdrop-filter: blur(10px);
}

body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-operations {
  top: 20px;
  inset-inline-end: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.76);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-operations-operation {
  width: 44px;
  height: 44px;
  margin: 0;
  display: grid;
  place-items: center;
  transition: color 160ms ease, background-color 160ms ease;
}

body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-operations-operation:hover {
  background: rgba(255, 255, 255, 0.12);
}

body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-switch-left,
body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-switch-right {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  transition: background-color 160ms ease, transform 160ms ease;
}

body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-switch-left:hover,
body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-switch-right:hover {
  background: rgba(37, 99, 235, 0.88);
  transform: translateY(-50%) scale(1.05);
}

body[data-portal="customer"] .customer-detail-image-preview .ant-image-preview-img {
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

body[data-portal="customer"] .customer-detail-video-preview .ant-modal-content {
  overflow: hidden;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.24);
}

body[data-portal="customer"] .customer-detail-video-preview .ant-modal-header {
  margin-bottom: 18px;
  padding-inline-end: 36px;
}

body[data-portal="customer"] .customer-detail-video-player {
  width: 100%;
  max-height: calc(100vh - 190px);
  display: block;
  border-radius: 12px;
  background: #060b16;
}

body[data-portal="customer"] .customer-detail-video-link {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  border: 1px solid var(--customer-line-soft);
  border-radius: 12px;
  padding: 36px;
  background: var(--customer-surface-soft);
  text-align: center;
}

body[data-portal="customer"] .platform-price-select.ant-select,
body[data-portal="customer"] .vehicle-consultation-select.ant-select {
  width: 100%;
}

body[data-portal="customer"] .platform-price-select .ant-select-selector {
  min-height: 38px;
  border-radius: 9px;
  background: #f7f9fc;
}

body[data-portal="customer"] .platform-price-breakdown.ant-collapse {
  overflow: hidden;
  border: 1px solid #dce5f2;
  border-radius: 10px;
  background: #fff;
}

body[data-portal="customer"] .platform-price-breakdown .ant-collapse-header {
  align-items: center;
  color: var(--customer-primary);
  background: #f3f7ff;
  font-size: 12px;
  font-weight: 760;
}

body[data-portal="customer"] .platform-price-breakdown .ant-collapse-content-box {
  padding: 0;
}

body[data-portal="customer"] .platform-price-breakdown .ant-table-wrapper,
body[data-portal="customer"] .platform-price-breakdown .ant-table {
  border-radius: 0;
}

body[data-portal="customer"] .vehicle-consultation-modal .ant-modal-content {
  border-radius: 20px;
  padding: 28px;
}

body[data-portal="customer"] .vehicle-consultation-select .ant-select-selector {
  min-height: 46px;
  border-radius: 10px;
}

body[data-portal="customer"] .vehicle-consultation-form .ant-form-item {
  margin-bottom: 0;
}

body[data-portal="customer"] .vehicle-consultation-form .ant-input {
  border-radius: 10px;
}

body[data-portal="customer"] .vehicle-consultation-form > .ant-alert {
  margin-top: 2px;
}

body[data-portal="customer"] .vehicle-consultation-actions.ant-space {
  width: 100%;
  justify-content: flex-end;
}

body[data-portal="customer"] .detail-actions .detail-consult-button.ant-btn,
body[data-portal="customer"] .detail-actions .detail-favorite-button.ant-btn {
  min-height: 42px;
  border-radius: 10px;
}

body[data-portal="customer"] .detail-anchor-nav {
  top: 86px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

body[data-portal="customer"] .verax-about-page {
  display: grid;
  gap: 28px;
}

body[data-portal="customer"] .verax-about-section {
  overflow: hidden;
  border-radius: 24px;
}

/* Workflow: the relationship between steps should read as one continuous path.
   Keep feedback on the node itself, instead of lifting the whole copy block. */
body[data-portal="customer"] .verax-flow-section {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 105, 210, 0.065), transparent 46%),
    #fff;
}

body[data-portal="customer"] .verax-flow-line {
  isolation: isolate;
  width: min(1120px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  margin-top: 56px;
  padding: 4px 28px 10px;
}

body[data-portal="customer"] .verax-flow-line::before {
  z-index: -1;
  left: calc(12.5% + 31px);
  right: calc(12.5% + 31px);
  top: 33px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a9c8ed 0%, #dce7f5 46%, #a9c8ed 100%);
  opacity: 1;
}

body[data-portal="customer"] .verax-flow-line article {
  min-height: 188px;
  gap: 13px;
  border-radius: 14px;
  padding: 0 8px 12px;
  transition: background-color 180ms var(--customer-ease), color 180ms var(--customer-ease);
}

body[data-portal="customer"] .verax-flow-line article:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  right: -29px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #8eb8e8;
  border-right: 2px solid #8eb8e8;
  transform: rotate(45deg);
}

body[data-portal="customer"] .verax-flow-line b {
  width: 62px;
  height: 62px;
  border: 4px solid #f8fbff;
  border-radius: 18px;
  background: linear-gradient(145deg, #2677d8, #0f59b9);
  box-shadow: 0 8px 18px rgba(20, 93, 190, 0.2);
  transition: border-radius 180ms var(--customer-ease), box-shadow 180ms var(--customer-ease), transform 180ms var(--customer-ease);
}

body[data-portal="customer"] .verax-flow-line strong {
  font-size: 18px;
  transition: color 180ms var(--customer-ease);
}

body[data-portal="customer"] .verax-flow-line p {
  max-width: 180px;
  color: #66758c;
  line-height: 1.6;
}

body[data-portal="customer"] .verax-flow-line article:hover {
  background: linear-gradient(180deg, rgba(237, 245, 255, 0.78), rgba(255, 255, 255, 0));
}

body[data-portal="customer"] .verax-flow-line article:hover b {
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(20, 93, 190, 0.3), 0 0 0 6px rgba(23, 105, 210, 0.1);
  transform: translateY(-2px) scale(1.035);
}

body[data-portal="customer"] .verax-flow-line article:hover strong {
  color: #1459ad;
}

/* The capability cards still receive a compact, conventional elevation. */
body[data-portal="customer"] .verax-platform-flow article {
  transition: border-color 180ms var(--customer-ease), box-shadow 180ms var(--customer-ease), transform 180ms var(--customer-ease);
}

body[data-portal="customer"] .verax-platform-flow article:hover {
  border-color: #b9d2ee;
  box-shadow: 0 12px 28px rgba(25, 68, 122, 0.1);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  body[data-portal="customer"] .verax-flow-line article,
  body[data-portal="customer"] .verax-flow-line b,
  body[data-portal="customer"] .verax-flow-line strong,
  body[data-portal="customer"] .verax-platform-flow article {
    transition: none;
  }
}

@media (max-width: 720px) {
  body[data-portal="customer"] .verax-flow-line {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 38px;
    padding: 0;
  }

  body[data-portal="customer"] .verax-flow-line article {
    min-height: auto;
    padding: 0;
  }

  body[data-portal="customer"] .verax-flow-line article:hover {
    background: transparent;
  }

  body[data-portal="customer"] .verax-flow-line article:not(:last-child)::after {
    display: none;
  }

  body[data-portal="customer"] .verax-flow-line b {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  body[data-portal="customer"] .verax-flow-line p {
    max-width: none;
  }
}

/* Floating agent */

body[data-portal="customer"] .floating-agent.ant-float-btn {
  width: 62px;
  height: 62px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #2785e8, #0e4f9d);
  box-shadow: 0 16px 40px rgba(14, 79, 157, 0.3);
}

body[data-portal="customer"] .floating-agent.ant-float-btn .ant-float-btn-body {
  border-radius: 50%;
  background: transparent;
}

body[data-portal="customer"] .floating-agent.ant-float-btn .ant-float-btn-icon {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 20px;
}

body[data-portal="customer"] .floating-agent .ai-assistant-label {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

body[data-portal="customer"] .customer-agent-drawer .ant-drawer-content {
  background: #f8fbff;
}

body[data-portal="customer"] .customer-agent-drawer .ant-drawer-header {
  border: 0;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg, #0d376c, #1769d2);
}

body[data-portal="customer"] .customer-agent-drawer .ant-drawer-close,
body[data-portal="customer"] .customer-agent-drawer .ant-drawer-title,
body[data-portal="customer"] .customer-agent-drawer .ant-drawer-extra .ant-btn {
  color: #fff;
}

body[data-portal="customer"] .customer-agent-drawer .ant-drawer-extra .ant-btn-primary {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

body[data-portal="customer"] .customer-agent-drawer .ant-drawer-body {
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

body[data-portal="customer"] .customer-agent-drawer-title .ant-avatar {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

body[data-portal="customer"] .customer-agent-drawer-title .ant-space-item > div {
  min-width: 0;
  display: grid;
  gap: 1px;
}

body[data-portal="customer"] .customer-agent-drawer-title strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

body[data-portal="customer"] .customer-agent-drawer-title .ant-typography {
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-portal="customer"] .customer-agent-drawer .customer-agent-panel {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body[data-portal="customer"] .customer-agent-drawer .customer-agent-panel.is-history {
  grid-template-rows: minmax(0, 1fr);
}

body[data-portal="customer"] .customer-agent-drawer .customer-agent-history-panel {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  opacity: 1;
  pointer-events: auto;
  transform: none;
  background: #fbfcfe;
  box-shadow: none;
}

body[data-portal="customer"] .customer-agent-history-top {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #edf1f6;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.92);
}

body[data-portal="customer"] .customer-agent-history-heading {
  min-width: 0;
  display: grid;
  gap: 2px;
}

body[data-portal="customer"] .customer-agent-history-heading strong {
  color: #172b45;
  font-size: 16px;
  line-height: 1.35;
}

body[data-portal="customer"] .customer-agent-history-heading span {
  overflow: hidden;
  color: #7b8899;
  font-size: 11px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-portal="customer"] .customer-agent-new-conversation.ant-btn {
  flex: none;
  height: 34px;
  min-height: 34px;
  border: 1px solid #d7e4f3;
  border-radius: 10px;
  padding-inline: 11px;
  color: #155ba9;
  background: #f2f7fd;
  font-size: 13px;
  font-weight: 650;
  box-shadow: none;
}

body[data-portal="customer"] .customer-agent-new-conversation.ant-btn:hover,
body[data-portal="customer"] .customer-agent-new-conversation.ant-btn:focus-visible {
  border-color: #b9d2ee;
  color: #0e4f9d;
  background: #e8f2ff;
}

body[data-portal="customer"] .customer-agent-history-list {
  min-height: 0;
  overflow-y: auto;
  padding: 10px 12px 18px;
}

body[data-portal="customer"] .customer-agent-history-list .ant-list-item {
  border: 0;
  padding: 2px 0;
}

body[data-portal="customer"] .customer-agent-history-item.ant-btn {
  height: auto;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 12px;
  color: #253a55;
  text-align: left;
  transition: border-color 160ms ease, background-color 160ms ease;
}

body[data-portal="customer"] .customer-agent-history-item.ant-btn:hover {
  color: #172b45;
  background: #f1f5fa;
}

body[data-portal="customer"] .customer-agent-history-item-copy {
  flex: 1;
  min-width: 0;
  display: grid;
  justify-items: start;
  gap: 3px;
}

body[data-portal="customer"] .customer-agent-history-item-title {
  max-width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-portal="customer"] .customer-agent-history-item small {
  color: #8995a7;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.4;
}

body[data-portal="customer"] .customer-agent-history-item.ant-btn.active {
  border-color: #d4e4f6;
  color: #0e4f9d;
  background: #edf5ff;
}

body[data-portal="customer"] .customer-agent-history-item.ant-btn.active small {
  color: #6684a7;
}

body[data-portal="customer"] .customer-agent-history-status {
  display: flex;
  align-items: center;
  gap: 9px;
}

body[data-portal="customer"] .customer-agent-history-status.ant-empty {
  display: block;
}

body[data-portal="customer"] .customer-agent-thread {
  background: linear-gradient(180deg, #f8fbff, #fff 20%);
}

body[data-portal="customer"] .customer-agent-bubble a {
  color: #1267c4;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

body[data-portal="customer"] .customer-agent-bubble a:hover,
body[data-portal="customer"] .customer-agent-bubble a:focus-visible {
  color: #0e4f9d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-portal="customer"] .customer-agent-suggestions .ant-btn {
  width: auto;
  height: auto;
  min-height: 36px;
  max-width: 100%;
  border-color: #d2e5fb;
  padding-inline: 14px;
  color: var(--customer-primary);
  background: #edf6ff;
  white-space: normal;
}

body[data-portal="customer"] .customer-agent-composer.ant-form {
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: end;
  gap: 10px;
  padding: 14px 18px 18px;
}

body[data-portal="customer"] .customer-agent-composer .ant-input {
  min-height: 48px;
  border-radius: 13px;
  padding: 12px 14px;
  font-size: 15px;
}

body[data-portal="customer"] .customer-agent-composer .ant-btn-primary {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #2785e8, #0e4f9d);
  font-size: 17px;
  box-shadow: 0 10px 24px rgba(14, 79, 157, 0.24);
}

/* Responsive */

@media (max-width: 1180px) {
  body[data-portal="customer"] .customer-site-header {
    grid-template-columns: 132px minmax(250px, 1fr) auto;
    gap: 14px;
  }

  body[data-portal="customer"] .customer-account-trigger-copy {
    display: none;
  }

  body[data-portal="customer"] .customer-header-account.ant-btn {
    width: 42px;
    justify-content: center;
    padding: 4px;
  }

  body[data-portal="customer"] .honey-home-content {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    gap: 40px;
  }

  body[data-portal="customer"] .next-car-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body[data-portal="customer"] .customer-site-header-home {
    margin-bottom: -72px;
  }

  body[data-portal="customer"] .customer-site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding-inline: 18px;
  }

  body[data-portal="customer"] .customer-header-menu .ant-menu-item {
    padding-inline: 11px;
  }

  body[data-portal="customer"] .customer-header-action-link,
  body[data-portal="customer"] .customer-global-actions > .ant-badge {
    display: none;
  }

  body[data-portal="customer"] .honey-home-content {
    grid-template-columns: 1fr;
  }

  body[data-portal="customer"] .honey-home-hero {
    min-height: auto;
  }

  body[data-portal="customer"] .honey-home-copy {
    max-width: 720px;
  }

  body[data-portal="customer"] .filter-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-portal="customer"] .next-car-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-portal="customer"] .customer-center-layout {
    grid-template-columns: 1fr;
  }

  body[data-portal="customer"] .customer-center-menu.ant-menu {
    position: static;
    display: flex;
  }

  body[data-portal="customer"] .customer-center-menu.ant-menu .ant-menu-item {
    flex: 1;
  }

  body[data-portal="customer"] .customer-inquiry-toolbar {
    grid-template-columns: 1fr auto;
  }

  body[data-portal="customer"] .customer-inquiry-search-tools {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body[data-portal="customer"] .customer-site-header-home {
    margin-bottom: -64px;
  }

  body[data-portal="customer"] .customer-site-header {
    min-height: 64px;
    grid-template-columns: 106px minmax(0, 1fr) auto;
    gap: 6px;
    padding-inline: 12px;
  }

  .customer-auth-service-alert-wrap {
    top: 74px;
    right: 12px;
    width: calc(100vw - 24px);
  }

  body[data-portal="customer"] .customer-auth-service-alert.ant-alert {
    align-items: flex-start;
  }

  body[data-portal="customer"] .customer-auth-service-alert .ant-alert-description {
    max-width: none;
  }

  body[data-portal="customer"] .next-logo {
    width: 102px;
  }

  body[data-portal="customer"] .customer-header-menu.ant-menu {
    justify-content: flex-start;
    overflow-x: auto;
  }

  body[data-portal="customer"] .customer-header-menu .ant-menu-item {
    margin-inline: 1px;
    padding-inline: 8px;
    font-size: 12px;
  }

  body[data-portal="customer"] .customer-header-language.ant-btn {
    width: 38px;
    padding: 0;
  }

  body[data-portal="customer"] .customer-header-language.ant-btn .anticon {
    display: none;
  }

  body[data-portal="customer"] .customer-header-account.ant-btn {
    width: 38px;
  }

  body[data-portal="customer"] .customer-header-account .ant-avatar {
    width: 30px;
    height: 30px;
  }

  body[data-portal="customer"] .next-main,
  body[data-portal="customer"] .next-main.honey-home-page {
    width: calc(100% - 24px);
    padding: 16px 0 40px;
  }

  body[data-portal="customer"] .next-main.honey-home-page {
    width: 100%;
    padding: 0 0 40px;
  }

  body[data-portal="customer"] .honey-home-content-stage {
    padding: 24px 0 40px;
  }

  body[data-portal="customer"] .honey-home-featured {
    width: calc(100% - 24px);
  }

  body[data-portal="customer"] .honey-home-hero {
    min-height: auto;
    border-radius: 20px;
    padding: 26px 18px 18px;
  }

  body[data-portal="customer"] .honey-home-copy h1 {
    font-size: 36px;
  }

  body[data-portal="customer"] .honey-home-search-grid,
  body[data-portal="customer"] .filter-matrix,
  body[data-portal="customer"] .next-car-grid,
  body[data-portal="customer"] .customer-demand-form {
    grid-template-columns: 1fr;
  }

  body[data-portal="customer"] .customer-demand-create-panel-compact .customer-demand-form {
    grid-template-areas:
      "brand"
      "series"
      "color"
      "description"
      "error"
      "actions";
  }

  body[data-portal="customer"] .honey-home-featured {
    padding-top: 34px;
  }

  body[data-portal="customer"] .honey-home-featured-head {
    align-items: center;
  }

  body[data-portal="customer"] .honey-home-featured-head h2 {
    font-size: 26px;
  }

  body[data-portal="customer"] .filter-head,
  body[data-portal="customer"] .picked-row,
  body[data-portal="customer"] .customer-center-heading {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-portal="customer"] .filter-actions,
  body[data-portal="customer"] .filter-actions .ant-btn {
    width: 100%;
  }

  body[data-portal="customer"] .customer-sort-options.ant-radio-group {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  body[data-portal="customer"] .customer-sort-options .ant-radio-button-wrapper {
    flex: 0 0 auto;
  }

  body[data-portal="customer"] .customer-center-menu.ant-menu {
    overflow-x: auto;
  }

  body[data-portal="customer"] .customer-center-menu.ant-menu .ant-menu-item {
    min-width: 132px;
  }

  body[data-portal="customer"] .customer-inquiry-toolbar {
    grid-template-columns: 1fr;
  }

  body[data-portal="customer"] .customer-inquiry-source-summary {
    display: none;
  }

  body[data-portal="customer"] .customer-inquiry-search-tools {
    grid-column: auto;
  }

  body[data-portal="customer"] .customer-demand-form > label.wide,
  body[data-portal="customer"] .customer-demand-form > .ant-alert,
  body[data-portal="customer"] .customer-demand-form-actions {
    grid-column: auto;
  }

  body[data-portal="customer"] .floating-agent {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

  body[data-portal="customer"] .customer-agent-dialog {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    height: calc(100svh - 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body[data-portal="customer"] *,
  body[data-portal="customer"] *::before,
  body[data-portal="customer"] *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
