/* DonaldTruck full homepage mockup, 2026-08-02 */
:root {
  --dt-black: #0d0d0d;
  --dt-navy: #111827;
  --dt-navy-2: #1d2a38;
  --dt-red: #ef3935;
  --dt-text: #1e2533;
  --dt-muted: #7d8290;
  --dt-bg: #f4f5f7;
  --dt-border: #e2e5eb;
}

html,
body {
  background: var(--dt-bg) !important;
  color: var(--dt-text);
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
  background: var(--dt-bg) !important;
}

.container {
  width: min(calc(100% - 80px), 1440px);
  max-width: none;
}

.header,
.header-catalog,
.cookies-window,
.footer,
.content__h1_type_main,
.main-page > .startup-sections {
  display: none !important;
}

.content_type_main {
  padding: 30px 0 0 !important;
}

.content-body,
.main-page {
  overflow: visible;
}

.header-nav {
  display: block !important;
  min-height: 96px;
  background: var(--dt-black) !important;
  border: 0 !important;
}

.header-nav .container {
  width: min(calc(100% - 80px), 1440px);
}

.header-nav__container,
.header-nav__wrapper {
  min-height: 96px;
}

.header-nav__wrapper {
  display: grid !important;
  grid-template-columns: 118px 180px minmax(0, 1fr) 120px;
  align-items: center;
  gap: 42px;
}

.main-logo,
.main-logo__img {
  width: 110px !important;
  min-width: 110px;
  max-height: 78px !important;
}

.main-logo {
  display: flex !important;
  align-items: center;
}

.main-logo__img {
  display: block;
  object-fit: contain;
  object-position: left center;
}

.dt-header-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 180px;
  height: 52px;
  border-radius: 18px;
  background: var(--dt-red);
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(239, 57, 53, .24);
}

.dt-header-catalog-btn::before {
  content: "≡";
  font-size: 22px;
}

.header-nav__menu {
  justify-self: end;
}

.top-nav {
  display: flex !important;
  align-items: center;
  gap: 22px;
  margin: 0;
}

.top-nav__item {
  margin: 0 !important;
}

.top-nav__link {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
}

.top-nav__item:nth-child(1) .top-nav__link::after { content: "Каталог"; }
.top-nav__item:nth-child(2) .top-nav__link::after { content: "Бренды"; }
.top-nav__item:nth-child(3) .top-nav__link::after { content: "Акции"; }
.top-nav__item:nth-child(4) .top-nav__link::after { content: "Доставка"; }
.top-nav__item:nth-child(5) .top-nav__link::after { content: "Оплата"; }
.top-nav__item:nth-child(6) .top-nav__link::after { content: "Контакты"; }

.top-nav__link::after {
  font-size: 22px;
}

.top-nav__item:nth-child(n+7),
.header-nav__user-info,
#phone-link,
.btn-mobile,
.auth-menu {
  display: none !important;
}

.dt-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.dt-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #fff;
  color: #111 !important;
  font-size: 30px;
  text-decoration: none !important;
}

.dt-home {
  width: min(calc(100% - 80px), 1440px);
  margin: 0 auto;
}

.dt-hero {
  margin: 0 0 88px;
}

.dt-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 44px;
  align-items: center;
  min-height: 680px;
  padding: 44px 62px;
  border: 1px solid #dfe2e7;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 52px rgba(15, 23, 42, .06);
}

.dt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  margin-bottom: 26px;
  padding: 0 20px;
  border: 2px solid rgba(239, 57, 53, .16);
  border-radius: 999px;
  background: rgba(239, 57, 53, .04);
  color: var(--dt-red);
  font-size: 17px;
  font-weight: 900;
}

.dt-hero__badge::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--dt-red);
  content: "";
}

.dt-hero__title {
  max-width: 660px;
  margin: 0 0 16px;
  color: var(--dt-text);
  font-size: 55px;
  line-height: 1.13;
  font-weight: 900;
}

.dt-hero__subtitle {
  margin: 0 0 30px;
  color: var(--dt-muted);
  font-size: 25px;
  line-height: 1.35;
  font-weight: 500;
}

.dt-search-card {
  max-width: 982px;
  margin-bottom: 26px;
  padding: 14px;
  border: 1px solid var(--dt-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
}

.dt-search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.dt-search-tab {
  height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: #f1f2f5;
  color: #4d5564;
  font-size: 18px;
  font-weight: 900;
}

.dt-search-tab.is-active {
  background: var(--dt-red);
  color: #fff;
}

.dt-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 14px;
}

.dt-search-input {
  width: 100%;
  height: 70px;
  padding: 0 28px;
  border: 1px solid #e0e3e9;
  border-radius: 14px;
  color: var(--dt-text);
  font-size: 20px;
  font-weight: 600;
  outline: none;
}

.dt-search-input::placeholder {
  color: #8b9099;
}

.dt-search-submit {
  height: 70px;
  border: 0;
  border-radius: 14px;
  background: var(--dt-red);
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(239, 57, 53, .20);
}

.dt-hero__checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 982px;
}

.dt-check {
  min-height: 78px;
  padding: 17px 20px;
  border: 1px solid var(--dt-border);
  border-radius: 16px;
  background: #fff;
  color: var(--dt-text);
  font-size: 18px;
  line-height: 1.13;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .04);
}

.dt-check::before {
  color: var(--dt-red);
  content: "✓";
  margin-right: 4px;
}

.dt-hero__media {
  justify-self: center;
  width: 100%;
  max-width: 430px;
  padding: 60px 56px 48px;
  border-radius: 32px;
  background: #0d0d0d;
}

.dt-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

.dt-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 84px;
}

.dt-benefit {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 136px;
  padding: 26px 32px;
  border: 1px solid var(--dt-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .045);
}

.dt-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(239, 57, 53, .07);
  font-size: 26px;
}

.dt-benefit__title {
  margin: 0 0 7px;
  color: var(--dt-text);
  font-size: 25px;
  line-height: 1.05;
  font-weight: 900;
}

.dt-benefit__text {
  margin: 0;
  color: var(--dt-muted);
  font-size: 20px;
  line-height: 1.2;
}

.dt-section {
  margin: 0 0 92px;
}

#popular-categories {
  scroll-margin-top: 112px;
}

.dt-section__title {
  margin: 0 0 12px;
  color: var(--dt-text);
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
}

.dt-section__subtitle {
  margin: 0 0 34px;
  color: var(--dt-muted);
  font-size: 25px;
  line-height: 1.25;
  font-weight: 500;
}

.dt-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.dt-category-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 218px;
  padding: 34px;
  border: 1px solid var(--dt-border);
  border-radius: 18px;
  background: #fff;
  color: var(--dt-text);
  text-decoration: none !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .04);
}

.dt-category-card.is-active {
  border-color: rgba(239, 57, 53, .35);
}

.dt-category-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
  border-radius: 15px;
  background: rgba(239, 57, 53, .06);
  font-size: 30px;
}

.dt-category-card strong {
  color: var(--dt-text);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 900;
}

.dt-vin,
.dt-b2b {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: center;
  min-height: 520px;
  margin: 0 0 92px;
  padding: 60px 68px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 18%, rgba(239, 57, 53, .30), transparent 20%),
    linear-gradient(135deg, #111827 0%, #1d2a38 100%);
  color: #fff;
  box-shadow: 0 24px 46px rgba(15, 23, 42, .09);
}

.dt-vin__tag {
  display: inline-flex;
  align-items: center;
  height: 44px;
  margin-bottom: 28px;
  padding: 0 22px;
  border: 2px solid rgba(239, 57, 53, .42);
  border-radius: 999px;
  background: rgba(239, 57, 53, .12);
  color: #ffb0b0;
  font-size: 18px;
  font-weight: 900;
}

.dt-vin h2,
.dt-b2b h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 900;
}

.dt-vin p,
.dt-b2b p {
  max-width: 760px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .75);
  font-size: 25px;
  line-height: 1.45;
  font-weight: 600;
}

.dt-vin__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.dt-vin__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.dt-vin__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 62px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 34px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 58px rgba(15, 23, 42, .18);
}

.dt-vin__form select {
  height: 112px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(17, 24, 39, .58);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.dt-vin__form button {
  grid-column: 1 / -1;
  height: 120px;
  border: 0;
  border-radius: 20px;
  background: var(--dt-red);
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  box-shadow: 0 24px 44px rgba(239, 57, 53, .28);
}

.dt-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.dt-brand-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  border: 1px solid var(--dt-border);
  border-radius: 18px;
  background: #fff;
  color: #2a3140;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.dt-brand-grid span {
  color: var(--dt-muted);
}

.dt-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.dt-offer-card {
  position: relative;
  min-height: 568px;
  padding: 24px 26px 26px;
  border: 1px solid var(--dt-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .045);
}

.dt-offer-card__label {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  min-width: 72px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--dt-red);
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
}

.dt-offer-card__heart {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 1px solid var(--dt-border);
  border-radius: 15px;
  background: #fff;
  color: #9aa3b1;
  font-size: 30px;
}

.dt-offer-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 242px;
  margin-bottom: 28px;
  border-radius: 18px;
  background: #fafafa;
  font-size: 74px;
}

.dt-offer-card h3 {
  min-height: 58px;
  margin: 0 0 12px;
  color: var(--dt-text);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.dt-offer-card__article {
  margin: 0 0 18px;
  color: var(--dt-muted);
  font-size: 19px;
  font-weight: 900;
}

.dt-offer-card__stock {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 900;
}

.dt-offer-card__stock strong {
  color: #1fa34a;
}

.dt-offer-card__stock span {
  color: #717888;
}

.dt-offer-card__price {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 24px;
}

.dt-offer-card__price span {
  color: #9ca3af;
  font-size: 23px;
  font-weight: 900;
  text-decoration: line-through;
}

.dt-offer-card__price b {
  color: var(--dt-red);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.dt-offer-card__actions {
  display: grid;
  grid-template-columns: 1fr 64px;
  gap: 12px;
}

.dt-offer-card__actions a,
.dt-offer-card__actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  border: 0;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none !important;
}

.dt-offer-card__actions a {
  background: var(--dt-navy-2);
  color: #fff;
}

.dt-offer-card__actions button {
  border: 1px solid var(--dt-border);
  background: #fff;
}

.dt-b2b {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr);
  min-height: 454px;
}

.dt-b2b__copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 74px;
  border-radius: 14px;
  background: #fff;
  color: var(--dt-red);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none !important;
}

.dt-b2b__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dt-b2b__cards div {
  min-height: 154px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
}

.dt-b2b__cards b {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.dt-b2b__cards span {
  color: rgba(255, 255, 255, .72);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}

.dt-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 226px;
  margin: 0 0 92px;
  padding: 58px 84px;
  border-radius: 28px;
  background: var(--dt-navy-2);
  color: #fff;
}

.dt-stats b {
  display: block;
  margin-bottom: 18px;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
}

.dt-stats span {
  color: rgba(255, 255, 255, .72);
  font-size: 22px;
  font-weight: 900;
}

.dt-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  min-height: 266px;
  margin: 0 0 116px;
  padding: 62px 90px;
  border-radius: 34px;
  background: linear-gradient(135deg, #ef3935, #c91418);
  color: #fff;
}

.dt-cta h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
}

.dt-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 25px;
}

.dt-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 412px;
  height: 80px;
  border-radius: 14px;
  background: #fff;
  color: var(--dt-red);
  font-size: 21px;
  font-weight: 900;
  text-decoration: none !important;
}

.dt-footer {
  margin: 0 calc(-1 * ((100vw - 100%) / 2));
  padding: 86px 54px 36px;
  background: var(--dt-navy);
  color: rgba(255, 255, 255, .72);
}

.dt-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.25fr;
  gap: 80px;
  margin-bottom: 70px;
}

.dt-footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.dt-footer__brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--dt-red);
  color: #fff;
  font-size: 29px;
  font-weight: 900;
}

.dt-footer__brand b,
.dt-footer h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.dt-footer p,
.dt-footer a,
.dt-footer span {
  color: rgba(255, 255, 255, .72);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none !important;
}

.dt-footer h3 {
  margin: 0 0 26px;
}

.dt-footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dt-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

@media (max-width: 1199px) {
  .container,
  .header-nav .container,
  .dt-home {
    width: calc(100% - 64px);
  }

  .header-nav,
  .header-nav__container,
  .header-nav__wrapper {
    min-height: 108px;
  }

  .header-nav__wrapper {
    grid-template-columns: 150px 210px 1fr;
    gap: 26px;
  }

  .main-logo,
  .main-logo__img {
    width: 142px !important;
    min-width: 142px;
    max-height: 96px !important;
  }

  .top-nav {
    display: none !important;
  }

  .dt-header-actions {
    display: none;
  }

  .dt-hero__panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 44px;
    min-height: 610px;
    padding: 42px;
  }

  .dt-hero__title {
    max-width: 100%;
    font-size: 42px;
  }

  .dt-hero__subtitle {
    font-size: 22px;
  }

  .dt-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dt-offer-grid,
  .dt-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dt-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dt-vin,
  .dt-b2b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .container,
  .header-nav .container,
  .dt-home {
    width: calc(100% - 32px);
  }

  .header-nav,
  .header-nav__container,
  .header-nav__wrapper {
    min-height: 86px;
  }

  .header-nav__wrapper {
    display: flex !important;
    justify-content: space-between;
    gap: 16px;
  }

  .main-logo,
  .main-logo__img {
    width: 96px !important;
    min-width: 96px;
    max-height: 64px !important;
  }

  .dt-header-catalog-btn,
  .header-nav__menu,
  .dt-header-actions {
    display: none !important;
  }

  .btn-mobile {
    display: inline-flex !important;
    color: #fff !important;
  }

  .dt-hero {
    margin-top: 20px;
  }

  .dt-hero__panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 24px;
    border-radius: 22px;
    gap: 28px;
  }

  .dt-hero__title {
    font-size: 34px;
  }

  .dt-hero__subtitle {
    font-size: 19px;
  }

  .dt-search-form,
  .dt-vin__form,
  .dt-cta,
  .dt-footer__grid,
  .dt-footer__bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .dt-hero__checks,
  .dt-benefits,
  .dt-category-grid,
  .dt-brand-grid,
  .dt-offer-grid,
  .dt-b2b__cards,
  .dt-stats {
    grid-template-columns: 1fr 1fr;
  }

  .dt-hero__media {
    max-width: 520px;
    padding: 38px;
    border-radius: 24px;
  }
}

/* V30: final catalog density and true mobile full-bleed bands. */
body.dt-catalog-page .dt-catalog-grid {
  align-items: start !important;
}

@media (max-width: 767px) {
  body.dt-catalog-page .dt-catalog-intro,
  body.dt-catalog-page .dt-catalog-help {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

/* V31: remove inherited vertical centering from desktop catalog panels. */
@media (min-width: 992px) {
  body.dt-catalog-page .dt-catalog-grid > .dt-catalog-card {
    display: flex !important;
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 599px) {
  .content_type_main {
    padding-top: 16px !important;
  }

  .dt-hero__panel {
    padding: 18px;
  }

  .dt-hero__badge {
    height: auto;
    min-height: 34px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .dt-hero__title,
  .dt-section__title,
  .dt-vin h2,
  .dt-b2b h2,
  .dt-cta h2 {
    font-size: 28px;
  }

  .dt-hero__subtitle,
  .dt-section__subtitle {
    font-size: 17px;
  }

  .dt-search-tab {
    height: 44px;
    padding: 0 14px;
    font-size: 15px;
  }

  .dt-search-input,
  .dt-search-submit {
    height: 56px;
    font-size: 16px;
  }

  .dt-hero__checks,
  .dt-benefits,
  .dt-category-grid,
  .dt-brand-grid,
  .dt-offer-grid,
  .dt-b2b__cards,
  .dt-stats {
    grid-template-columns: 1fr;
  }

  .dt-vin,
  .dt-b2b,
  .dt-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .dt-vin__form {
    padding: 24px;
    gap: 14px;
  }

  .dt-vin__form select,
  .dt-vin__form button {
    height: 64px;
    font-size: 18px;
  }

  .dt-cta a {
    width: 100%;
  }
}

/* Typography scale-down requested after visual review: roughly 60% of v4 text sizes. */
.dt-header-catalog-btn { font-size: 12px; }
.top-nav__link::after { font-size: 13px; }
.dt-header-icon { font-size: 18px; }
.dt-hero__badge { font-size: 10px; }
.dt-hero__title { font-size: 33px; }
.dt-hero__subtitle { font-size: 15px; }
.dt-search-tab { font-size: 11px; }
.dt-search-input { font-size: 12px; }
.dt-search-submit { font-size: 13px; }
.dt-check { font-size: 11px; }
.dt-benefit__icon { font-size: 16px; }
.dt-benefit__title { font-size: 15px; }
.dt-benefit__text { font-size: 12px; }
.dt-section__title { font-size: 29px; }
.dt-section__subtitle { font-size: 15px; }
.dt-category-card span { font-size: 18px; }
.dt-category-card strong { font-size: 16px; }
.dt-vin__tag { font-size: 11px; }
.dt-vin h2,
.dt-b2b h2 { font-size: 30px; }
.dt-vin p,
.dt-b2b p { font-size: 15px; }
.dt-vin__chips span { font-size: 11px; }
.dt-vin__form select { font-size: 15px; }
.dt-vin__form button { font-size: 19px; }
.dt-brand-grid a { font-size: 19px; }
.dt-offer-card__label { font-size: 11px; }
.dt-offer-card__heart { font-size: 18px; }
.dt-offer-card__image { font-size: 44px; }
.dt-offer-card h3 { font-size: 14px; }
.dt-offer-card__article { font-size: 11px; }
.dt-offer-card__stock { font-size: 10px; }
.dt-offer-card__price span { font-size: 14px; }
.dt-offer-card__price b { font-size: 20px; }
.dt-offer-card__actions a,
.dt-offer-card__actions button { font-size: 12px; }
.dt-b2b__copy a { font-size: 12px; }
.dt-b2b__cards b { font-size: 14px; }
.dt-b2b__cards span { font-size: 12px; }
.dt-stats b { font-size: 34px; }
.dt-stats span { font-size: 13px; }
.dt-cta h2 { font-size: 29px; }
.dt-cta p { font-size: 15px; }
.dt-cta a { font-size: 13px; }
.dt-footer__brand span { font-size: 17px; }
.dt-footer__brand b,
.dt-footer h3 { font-size: 18px; }
.dt-footer p,
.dt-footer a,
.dt-footer span { font-size: 14px; }

@media (max-width: 1199px) {
  .top-nav__link::after { font-size: 12px; }
  .dt-hero__title { font-size: 25px; }
  .dt-hero__subtitle { font-size: 13px; }
}

@media (max-width: 599px) {
  .dt-hero__badge { font-size: 9px; }
  .dt-hero__title,
  .dt-section__title,
  .dt-vin h2,
  .dt-b2b h2,
  .dt-cta h2 { font-size: 17px; }
  .dt-hero__subtitle,
  .dt-section__subtitle { font-size: 10px; }
  .dt-search-tab { font-size: 9px; }
  .dt-search-input,
  .dt-search-submit { font-size: 10px; }
  .dt-vin__form select,
  .dt-vin__form button { font-size: 11px; }
}

/* Compact block scale: keep typography from v5, reduce oversized containers. */
.content_type_main { padding-top: 20px !important; }
.dt-hero { margin-bottom: 48px; }
.dt-hero__panel {
  min-height: 430px;
  padding: 28px 42px;
  gap: 42px;
  border-radius: 22px;
}
.dt-hero__badge {
  height: 30px;
  margin-bottom: 16px;
  padding: 0 14px;
}
.dt-hero__badge::before {
  width: 9px;
  height: 9px;
}
.dt-hero__title { margin-bottom: 10px; }
.dt-hero__subtitle { margin-bottom: 18px; }
.dt-search-card {
  max-width: 680px;
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 14px;
}
.dt-search-tabs {
  gap: 6px;
  margin-bottom: 10px;
}
.dt-search-tab {
  height: 34px;
  padding: 0 14px;
  border-radius: 8px;
}
.dt-search-form {
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 9px;
}
.dt-search-input {
  height: 46px;
  padding: 0 18px;
  border-radius: 10px;
}
.dt-search-submit {
  height: 46px;
  border-radius: 10px;
}
.dt-hero__checks {
  max-width: 680px;
  gap: 10px;
}
.dt-check {
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 10px;
}
.dt-hero__media {
  max-width: 500px;
  padding: 34px 32px 28px;
  border-radius: 22px;
}
.dt-benefits {
  gap: 18px;
  margin-top: 48px;
}
.dt-benefit {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  min-height: 84px;
  padding: 16px 20px;
  border-radius: 12px;
}
.dt-benefit__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}
.dt-section { margin-bottom: 52px; }
.dt-section__title { margin-bottom: 8px; }
.dt-section__subtitle { margin-bottom: 22px; }
.dt-category-grid {
  gap: 18px;
}
.dt-category-card {
  min-height: 138px;
  padding: 22px;
  border-radius: 12px;
}
.dt-category-card span {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 10px;
}
.dt-vin,
.dt-b2b {
  min-height: 330px;
  margin-bottom: 52px;
  padding: 38px 44px;
  gap: 42px;
  border-radius: 24px;
}
.dt-vin__tag {
  height: 30px;
  margin-bottom: 18px;
  padding: 0 14px;
}
.dt-vin h2,
.dt-b2b h2 {
  margin-bottom: 14px;
}
.dt-vin p,
.dt-b2b p {
  margin-bottom: 20px;
}
.dt-vin__chips {
  gap: 9px;
}
.dt-vin__chips span {
  min-height: 32px;
  padding: 0 14px;
}
.dt-vin__form {
  gap: 18px;
  padding: 34px;
  border-radius: 22px;
}
.dt-vin__form select {
  height: 62px;
  padding: 0 18px;
  border-radius: 12px;
}
.dt-vin__form button {
  height: 72px;
  border-radius: 14px;
}
.dt-brand-grid {
  gap: 16px;
}
.dt-brand-grid a {
  min-height: 76px;
  border-radius: 12px;
}
.dt-offer-grid {
  gap: 18px;
}
.dt-offer-card {
  min-height: 350px;
  padding: 16px;
  border-radius: 12px;
}
.dt-offer-card__label {
  top: 16px;
  left: 16px;
  min-width: 48px;
  height: 24px;
  padding: 0 9px;
  line-height: 24px;
}
.dt-offer-card__heart {
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.dt-offer-card__image {
  height: 145px;
  margin-bottom: 18px;
  border-radius: 12px;
}
.dt-offer-card h3 {
  min-height: 34px;
  margin-bottom: 8px;
}
.dt-offer-card__article {
  margin-bottom: 12px;
}
.dt-offer-card__stock {
  margin-bottom: 14px;
}
.dt-offer-card__price {
  gap: 12px;
  margin-bottom: 14px;
}
.dt-offer-card__actions {
  grid-template-columns: 1fr 44px;
  gap: 8px;
}
.dt-offer-card__actions a,
.dt-offer-card__actions button {
  height: 44px;
  border-radius: 10px;
}
.dt-b2b__copy a {
  min-width: 190px;
  height: 46px;
  border-radius: 10px;
}
.dt-b2b__cards {
  gap: 14px;
}
.dt-b2b__cards div {
  min-height: 92px;
  padding: 18px;
  border-radius: 14px;
}
.dt-stats {
  min-height: 130px;
  margin-bottom: 52px;
  padding: 34px 54px;
  border-radius: 18px;
}
.dt-stats b {
  margin-bottom: 10px;
}
.dt-cta {
  min-height: 150px;
  margin-bottom: 64px;
  padding: 36px 58px;
  gap: 26px;
  border-radius: 22px;
}
.dt-cta h2 {
  margin-bottom: 12px;
}
.dt-cta a {
  width: 270px;
  height: 52px;
  border-radius: 10px;
}
.dt-footer {
  padding: 54px 54px 24px;
}
.dt-footer__grid {
  gap: 54px;
  margin-bottom: 42px;
}
.dt-footer__brand {
  gap: 10px;
  margin-bottom: 12px;
}
.dt-footer__brand span {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}
.dt-footer h3 {
  margin-bottom: 16px;
}
.dt-footer__grid > div:not(:first-child) {
  gap: 10px;
}
.dt-footer__bottom {
  padding-top: 22px;
}

@media (max-width: 1199px) {
  .dt-hero__panel {
    min-height: 0;
    padding: 28px;
    gap: 28px;
  }
  .dt-category-card { min-height: 118px; }
  .dt-vin,
  .dt-b2b { padding: 30px; }
  .dt-offer-card { min-height: 330px; }
}

/* Typography +10% after 1440 layout tuning. */
.dt-header-catalog-btn { font-size: 13.2px; }
.top-nav__link::after { font-size: 14.3px; }
.dt-header-icon { font-size: 19.8px; }
.dt-hero__badge { font-size: 11px; }
.dt-hero__title { font-size: 36.3px; }
.dt-hero__subtitle { font-size: 16.5px; }
.dt-search-tab { font-size: 12.1px; }
.dt-search-input { font-size: 13.2px; }
.dt-search-submit { font-size: 14.3px; }
.dt-check { font-size: 12.1px; }
.dt-benefit__icon { font-size: 17.6px; }
.dt-benefit__title { font-size: 16.5px; }
.dt-benefit__text { font-size: 13.2px; }
.dt-section__title { font-size: 31.9px; }
.dt-section__subtitle { font-size: 16.5px; }
.dt-category-card span { font-size: 19.8px; }
.dt-category-card strong { font-size: 17.6px; }
.dt-vin__tag { font-size: 12.1px; }
.dt-vin h2,
.dt-b2b h2 { font-size: 33px; }
.dt-vin p,
.dt-b2b p { font-size: 16.5px; }
.dt-vin__chips span { font-size: 12.1px; }
.dt-vin__form select { font-size: 16.5px; }
.dt-vin__form button { font-size: 20.9px; }
.dt-brand-grid a { font-size: 20.9px; }
.dt-offer-card__label { font-size: 12.1px; }
.dt-offer-card__heart { font-size: 19.8px; }
.dt-offer-card__image { font-size: 48.4px; }
.dt-offer-card h3 { font-size: 15.4px; }
.dt-offer-card__article { font-size: 12.1px; }
.dt-offer-card__stock { font-size: 11px; }
.dt-offer-card__price span { font-size: 15.4px; }
.dt-offer-card__price b { font-size: 22px; }
.dt-offer-card__actions a,
.dt-offer-card__actions button { font-size: 13.2px; }
.dt-b2b__copy a { font-size: 13.2px; }
.dt-b2b__cards b { font-size: 15.4px; }
.dt-b2b__cards span { font-size: 13.2px; }
.dt-stats b { font-size: 37.4px; }
.dt-stats span { font-size: 14.3px; }
.dt-cta h2 { font-size: 31.9px; }
.dt-cta p { font-size: 16.5px; }
.dt-cta a { font-size: 14.3px; }
.dt-footer__brand span { font-size: 18.7px; }
.dt-footer__brand b,
.dt-footer h3 { font-size: 19.8px; }
.dt-footer p,
.dt-footer a,
.dt-footer span { font-size: 15.4px; }

@media (max-width: 1199px) {
  .top-nav__link::after { font-size: 13.2px; }
  .dt-hero__title { font-size: 27.5px; }
  .dt-hero__subtitle { font-size: 14.3px; }
}

@media (max-width: 599px) {
  .dt-hero__badge { font-size: 9.9px; }
  .dt-hero__title,
  .dt-section__title,
  .dt-vin h2,
  .dt-b2b h2,
  .dt-cta h2 { font-size: 18.7px; }
  .dt-hero__subtitle,
  .dt-section__subtitle { font-size: 11px; }
  .dt-search-tab { font-size: 9.9px; }
  .dt-search-input,
  .dt-search-submit { font-size: 11px; }
  .dt-vin__form select,
  .dt-vin__form button { font-size: 12.1px; }
}

/* 1440px visual polish: balanced readable typography and contained hero. */
@media (min-width: 1200px) {
  .dt-header-catalog-btn { font-size: 14px; }
  .top-nav__link::after { font-size: 15px; }
  .dt-header-icon { font-size: 18px; }
  .dt-hero__title { font-size: 30px; line-height: 1.18; }
  .dt-hero__subtitle { font-size: 15px; }
  .dt-hero__badge { font-size: 12px; }
  .dt-search-tab { font-size: 13px; }
  .dt-search-input { font-size: 14px; }
  .dt-search-submit { font-size: 14px; }
  .dt-check { font-size: 13px; }
  .dt-section__title { font-size: 30px; }
  .dt-section__subtitle { font-size: 16px; }
  .dt-category-card strong { font-size: 15px; }
  .dt-benefit__title { font-size: 16px; }
  .dt-benefit__text { font-size: 13px; }
  .dt-vin h2,
  .dt-b2b h2 { font-size: 30px; }
  .dt-vin p,
  .dt-b2b p { font-size: 16px; }
  .dt-vin__form select { font-size: 14px; }
  .dt-vin__form button { font-size: 18px; }
  .dt-brand-grid a { font-size: 20px; }
  .dt-offer-card h3 { font-size: 16px; }
  .dt-offer-card__article { font-size: 12px; }
  .dt-offer-card__stock { font-size: 11px; }
  .dt-offer-card__price b { font-size: 23px; }
  .dt-stats b { font-size: 38px; }
  .dt-cta h2 { font-size: 30px; }
}

/* V9 design pass: calmer hierarchy, consistent icons and 1440px rhythm. */
:root {
  --dt-black: #0b0d10;
  --dt-navy: #111827;
  --dt-navy-2: #1b2735;
  --dt-red: #eb3b36;
  --dt-text: #18202e;
  --dt-muted: #687182;
  --dt-bg: #f4f6f8;
  --dt-border: #dde2e8;
}

html,
body,
button,
input,
select,
textarea {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dt-ui-icon,
.dt-product-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: currentColor;
  fill: currentColor;
}

.dt-header-catalog-btn,
.dt-header-icon,
.top-nav__link,
.dt-search-tab,
.dt-search-submit,
.dt-category-card,
.dt-brand-grid a,
.dt-offer-card,
.dt-offer-card__heart,
.dt-offer-card__actions a,
.dt-offer-card__actions button,
.dt-vin__form button,
.dt-b2b__copy a,
.dt-cta a {
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dt-header-catalog-btn::before {
  display: none;
}

.dt-header-catalog-btn .dt-ui-icon {
  width: 19px;
  height: 19px;
}

.dt-header-icon .dt-ui-icon {
  width: 22px;
  height: 22px;
}

.dt-search-submit,
.dt-vin__form button,
.dt-offer-card__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dt-search-submit .dt-ui-icon,
.dt-vin__form button .dt-ui-icon,
.dt-offer-card__actions .dt-ui-icon {
  width: 18px;
  height: 18px;
}

.dt-category-card span .dt-ui-icon {
  width: 23px;
  height: 23px;
}

.dt-benefit__icon .dt-ui-icon {
  width: 21px;
  height: 21px;
}

.dt-product-icon {
  width: 54px;
  height: 54px;
  color: var(--dt-red);
}

.dt-header-catalog-btn:hover,
.dt-search-submit:hover,
.dt-vin__form button:hover {
  background: #d92f2b;
  box-shadow: 0 12px 28px rgba(235, 59, 54, .24);
}

.dt-header-icon:hover {
  color: var(--dt-red) !important;
  transform: translateY(-1px);
}

.top-nav__link:hover::after {
  color: #f36a66;
}

.dt-search-tab:hover:not(.is-active) {
  background: #e9ecf1;
  color: var(--dt-text);
}

.dt-category-card:hover,
.dt-brand-grid a:hover,
.dt-offer-card:hover {
  border-color: #cbd2dc;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .07);
  transform: translateY(-2px);
}

.dt-category-card:hover span,
.dt-category-card.is-active span {
  background: rgba(235, 59, 54, .11);
  color: var(--dt-red);
}

.dt-header-catalog-btn:focus-visible,
.dt-header-icon:focus-visible,
.top-nav__link:focus-visible,
.dt-search-tab:focus-visible,
.dt-search-input:focus-visible,
.dt-search-submit:focus-visible,
.dt-category-card:focus-visible,
.dt-brand-grid a:focus-visible,
.dt-offer-card__heart:focus-visible,
.dt-offer-card__actions a:focus-visible,
.dt-offer-card__actions button:focus-visible,
.dt-vin__form select:focus-visible,
.dt-vin__form button:focus-visible,
.dt-b2b__copy a:focus-visible,
.dt-cta a:focus-visible {
  outline: 3px solid rgba(235, 59, 54, .28);
  outline-offset: 3px;
}

@media (min-width: 1200px) {
  .content_type_main {
    padding-top: 28px !important;
  }

  .header-nav,
  .header-nav__container,
  .header-nav__wrapper {
    min-height: 88px;
  }

  .header-nav__wrapper {
    grid-template-columns: 104px 186px minmax(0, 1fr) 108px;
    gap: 28px;
  }

  .main-logo,
  .main-logo__img {
    width: 96px !important;
    min-width: 96px;
    max-height: 68px !important;
  }

  .dt-header-catalog-btn {
    width: 186px;
    height: 48px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(235, 59, 54, .20);
  }

  .top-nav {
    gap: 24px;
  }

  .top-nav__link {
    font-weight: 750;
  }

  .top-nav__link::after {
    font-size: 15px;
  }

  .dt-header-actions {
    gap: 12px;
  }

  .dt-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .dt-hero {
    margin-bottom: 60px;
  }

  .dt-hero__panel {
    grid-template-columns: minmax(0, 1fr) 410px;
    min-height: 458px;
    gap: 36px;
    padding: 32px 38px;
    border-radius: 20px;
    border-color: #dce1e7;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .055);
  }

  .dt-hero__content {
    min-width: 0;
  }

  .dt-hero__badge {
    height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-width: 1px;
    font-size: 11px;
    font-weight: 750;
  }

  .dt-hero__badge::before {
    width: 8px;
    height: 8px;
  }

  .dt-hero__title {
    max-width: 720px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 800;
  }

  .dt-hero__subtitle {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 450;
  }

  .dt-search-card {
    max-width: 720px;
    margin-bottom: 14px;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
  }

  .dt-search-tabs {
    gap: 5px;
    margin-bottom: 8px;
  }

  .dt-search-tab {
    height: 32px;
    padding: 0 13px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 750;
  }

  .dt-search-form {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 8px;
  }

  .dt-search-input,
  .dt-search-submit {
    height: 48px;
    border-radius: 9px;
    font-size: 14px;
  }

  .dt-search-input {
    padding: 0 16px;
    font-weight: 500;
  }

  .dt-search-submit {
    font-weight: 750;
    box-shadow: 0 10px 22px rgba(235, 59, 54, .18);
  }

  .dt-hero__checks {
    max-width: 720px;
    gap: 8px;
  }

  .dt-check {
    min-height: 44px;
    padding: 9px 11px;
    border-radius: 9px;
    font-size: 12px;
    line-height: 1.18;
    font-weight: 700;
    box-shadow: none;
  }

  .dt-hero__media {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 410px;
    aspect-ratio: 1.36;
    padding: 24px 26px;
    border-radius: 20px;
  }

  .dt-benefits {
    gap: 14px;
    margin-top: 24px;
  }

  .dt-benefit {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    min-height: 72px;
    padding: 13px 16px;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
  }

  .dt-benefit__icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    color: var(--dt-red);
  }

  .dt-benefit__title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 750;
  }

  .dt-benefit__text {
    font-size: 12px;
    line-height: 1.25;
  }

  .dt-section {
    margin-bottom: 60px;
  }

  .dt-section__title {
    margin-bottom: 7px;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 800;
  }

  .dt-section__subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 450;
  }

  .dt-category-grid {
    gap: 14px;
  }

  .dt-category-card {
    height: 128px;
    min-height: 0;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
  }

  .dt-category-card span {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 9px;
    color: #596273;
  }

  .dt-category-card strong {
    font-size: 15px;
    line-height: 1.18;
    font-weight: 750;
  }

  .dt-vin,
  .dt-b2b {
    min-height: 350px;
    margin-bottom: 60px;
    padding: 34px 40px;
    gap: 40px;
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .08);
  }

  .dt-vin__tag {
    height: 27px;
    margin-bottom: 15px;
    padding: 0 12px;
    border-width: 1px;
    font-size: 10px;
    font-weight: 750;
  }

  .dt-vin h2,
  .dt-b2b h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 800;
  }

  .dt-vin p,
  .dt-b2b p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 450;
  }

  .dt-vin__chips {
    gap: 7px;
  }

  .dt-vin__chips span {
    min-height: 30px;
    padding: 0 11px;
    font-size: 10px;
    font-weight: 700;
  }

  .dt-vin__form {
    gap: 12px;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .17);
  }

  .dt-vin__form select {
    height: 52px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 650;
  }

  .dt-vin__form button {
    height: 60px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 750;
    box-shadow: 0 14px 28px rgba(235, 59, 54, .25);
  }

  .dt-brand-grid {
    gap: 12px;
  }

  .dt-brand-grid a {
    min-height: 68px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 750;
  }

  .dt-offer-grid {
    gap: 14px;
  }

  .dt-offer-card {
    min-height: 354px;
    padding: 15px;
    border-radius: 11px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
  }

  .dt-offer-card__label {
    top: 15px;
    left: 15px;
    min-width: 46px;
    height: 23px;
    padding: 0 8px;
    line-height: 23px;
    font-size: 10px;
    font-weight: 750;
  }

  .dt-offer-card__heart {
    top: 13px;
    right: 13px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    color: #8993a2;
  }

  .dt-offer-card__heart .dt-ui-icon {
    width: 18px;
    height: 18px;
  }

  .dt-offer-card__image {
    height: 136px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: linear-gradient(180deg, #fafbfc 0%, #f5f6f8 100%);
  }

  .dt-offer-card h3 {
    min-height: 36px;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 750;
  }

  .dt-offer-card__article {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 650;
  }

  .dt-offer-card__stock {
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 700;
  }

  .dt-offer-card__price {
    gap: 10px;
    margin-bottom: 12px;
  }

  .dt-offer-card__price span {
    font-size: 13px;
  }

  .dt-offer-card__price b {
    font-size: 21px;
  }

  .dt-offer-card__actions {
    grid-template-columns: 1fr 42px;
    gap: 7px;
  }

  .dt-offer-card__actions a,
  .dt-offer-card__actions button {
    height: 42px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 750;
  }

  .dt-b2b {
    min-height: 310px;
  }

  .dt-b2b__copy a {
    min-width: 184px;
    height: 44px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 750;
  }

  .dt-b2b__cards {
    gap: 12px;
  }

  .dt-b2b__cards div {
    min-height: 82px;
    padding: 15px;
    border-radius: 11px;
  }

  .dt-b2b__cards b {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 750;
  }

  .dt-b2b__cards span {
    font-size: 11px;
    line-height: 1.4;
    font-weight: 450;
  }

  .dt-stats {
    min-height: 118px;
    margin-bottom: 60px;
    padding: 27px 48px;
    border-radius: 16px;
  }

  .dt-stats b {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 800;
  }

  .dt-stats span {
    font-size: 12px;
    font-weight: 650;
  }

  .dt-cta {
    min-height: 140px;
    margin-bottom: 70px;
    padding: 30px 48px;
    border-radius: 18px;
  }

  .dt-cta h2 {
    margin-bottom: 9px;
    font-size: 29px;
    line-height: 1.12;
    font-weight: 800;
  }

  .dt-cta p {
    font-size: 14px;
    line-height: 1.4;
  }

  .dt-cta a {
    width: 258px;
    height: 48px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 750;
  }

  .dt-footer {
    padding: 48px 54px 22px;
  }

  .dt-footer__grid {
    gap: 44px;
    margin-bottom: 34px;
  }

  .dt-footer__brand {
    margin-bottom: 11px;
  }

  .dt-footer__brand span {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 16px;
  }

  .dt-footer__brand b,
  .dt-footer h3 {
    font-size: 16px;
    font-weight: 750;
  }

  .dt-footer p,
  .dt-footer a,
  .dt-footer span {
    font-size: 12px;
    line-height: 1.45;
  }

  .dt-footer h3 {
    margin-bottom: 12px;
  }

  .dt-footer__grid > div:not(:first-child) {
    gap: 7px;
  }

  .dt-footer__bottom {
    padding-top: 18px;
  }
}

/* V11: narrower 1440px composition with a modest typography lift. */
@media (min-width: 1200px) {
  .container,
  .header-nav .container,
  .dt-home {
    width: min(calc(100% - 96px), 1280px);
  }

  .dt-hero__panel {
    grid-template-columns: minmax(0, 1fr) 390px;
    padding: 34px 40px;
  }

  .dt-hero__media {
    max-width: 390px;
  }

  .dt-hero__title {
    font-size: 42px;
  }

  .dt-hero__subtitle {
    font-size: 17px;
  }

  .dt-hero__badge {
    font-size: 12px;
  }

  .dt-search-tab {
    font-size: 12.5px;
  }

  .dt-search-input,
  .dt-search-submit {
    font-size: 15px;
  }

  .dt-check {
    font-size: 12.5px;
  }

  .dt-benefit__title {
    font-size: 15px;
  }

  .dt-benefit__text {
    font-size: 12.5px;
  }

  .dt-section__title {
    font-size: 34px;
  }

  .dt-section__subtitle {
    font-size: 16px;
  }

  .dt-category-card strong {
    font-size: 16px;
  }

  .dt-vin h2,
  .dt-b2b h2 {
    font-size: 34px;
  }

  .dt-vin p,
  .dt-b2b p {
    font-size: 16px;
  }

  .dt-vin__form select {
    font-size: 14px;
  }

  .dt-vin__form button {
    font-size: 17px;
  }

  .dt-brand-grid a {
    font-size: 18px;
  }

  .dt-offer-card h3 {
    font-size: 16px;
  }

  .dt-offer-card__article {
    font-size: 11.5px;
  }

  .dt-offer-card__price b {
    font-size: 22px;
  }

  .dt-b2b__cards b {
    font-size: 15px;
  }

  .dt-b2b__cards span {
    font-size: 11.5px;
  }

  .dt-stats b {
    font-size: 36px;
  }

  .dt-stats span {
    font-size: 12.5px;
  }

  .dt-cta h2 {
    font-size: 31px;
  }

  .dt-cta p {
    font-size: 15px;
  }
}

/* V12: product photography, branded wordmarks and stronger section rhythm. */
.header-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 8px 24px rgba(5, 8, 12, .16);
}

.dt-hero__media {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.dt-hero__media-action {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .94);
  color: var(--dt-text) !important;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  transition: color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.dt-hero__media-action .dt-ui-icon {
  width: 16px;
  height: 16px;
  color: var(--dt-red);
}

.dt-hero__media-action:hover {
  color: var(--dt-red) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

.dt-brand-grid a.dt-brand {
  gap: 11px;
  padding: 10px 14px;
}

.dt-brand strong {
  color: currentColor;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
}

.dt-brand__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-style: normal;
}

.dt-brand__mark::after {
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.dt-brand--bosch { color: #d5001c !important; }
.dt-brand--bosch .dt-brand__mark::before,
.dt-brand--bosch .dt-brand__mark::after {
  position: absolute;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}
.dt-brand--bosch .dt-brand__mark::after { transform: rotate(90deg); }

.dt-brand--wabco { color: #1560a8 !important; }
.dt-brand--wabco .dt-brand__mark {
  border: 0;
  background: #1560a8;
  color: #fff;
}
.dt-brand--wabco .dt-brand__mark::after { content: "W"; }

.dt-brand--knorr { color: #0078a9 !important; }
.dt-brand--knorr .dt-brand__mark::before,
.dt-brand--knorr .dt-brand__mark::after {
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  content: "";
}
.dt-brand--knorr .dt-brand__mark::after { transform: rotate(60deg); }

.dt-brand--sachs { color: #244f89 !important; }
.dt-brand--sachs .dt-brand__mark {
  border-radius: 7px;
  transform: rotate(45deg);
}
.dt-brand--sachs .dt-brand__mark::after {
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.dt-brand--mahle { color: #125a9c !important; }
.dt-brand--mahle .dt-brand__mark {
  border-radius: 7px;
  background: #125a9c;
  color: #fff;
}
.dt-brand--mahle .dt-brand__mark::after { content: "M"; }

.dt-brand--hella { color: #174e8f !important; }
.dt-brand--hella .dt-brand__mark {
  border-color: #174e8f;
  background: #ffd83d;
}
.dt-brand--hella .dt-brand__mark::after {
  color: #174e8f;
  content: "H";
}

.dt-brand--febi { color: #263b78 !important; }
.dt-brand--febi .dt-brand__mark {
  border: 0;
  border-radius: 6px;
  background: #e73934;
  color: #fff;
}
.dt-brand--febi .dt-brand__mark::after { content: "f"; }

.dt-brand--donaldson { color: #075a9c !important; }
.dt-brand--donaldson .dt-brand__mark {
  border: 0;
  background: #075a9c;
  color: #fff;
}
.dt-brand--donaldson .dt-brand__mark::after { content: "D"; }

.dt-brand--mann { color: #126b3a !important; }
.dt-brand--mann .dt-brand__mark {
  width: 31px;
  height: 23px;
  flex-basis: 31px;
  border-color: #126b3a;
  border-radius: 4px;
  background: #ffd52e;
}
.dt-brand--mann .dt-brand__mark::after {
  color: #126b3a;
  content: "M";
}

.dt-brand--skf { color: #0069a8 !important; }
.dt-brand--skf .dt-brand__mark::after { content: "S"; }

.dt-offer-card__image {
  overflow: hidden;
  padding: 8px;
  background: #fff;
}

.dt-offer-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.dt-offer-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  color: #596273;
  font-size: 10px;
  line-height: 1;
  font-weight: 750;
}

.dt-offer-card__rating {
  color: #d78a00;
}

@media (min-width: 1200px) {
  .dt-categories,
  .dt-offers {
    position: relative;
    z-index: 0;
    padding: 38px 0 42px;
  }

  .dt-categories::before,
  .dt-offers::before {
    position: absolute;
    inset: 0 50%;
    z-index: -1;
    width: 100vw;
    background: #fff;
    content: "";
    transform: translateX(-50%);
  }

  .dt-hero__media {
    padding: 18px;
  }

  .dt-brand-grid a.dt-brand {
    min-height: 72px;
    font-size: 15px;
  }

  .dt-offer-card {
    min-height: 384px;
  }

  .dt-offer-card__image {
    height: 148px;
    margin-bottom: 10px;
  }

  .dt-offer-card h3 {
    min-height: 38px;
    margin-bottom: 6px;
  }

  .dt-offer-card__article {
    margin-bottom: 9px;
  }

  .dt-offer-card__stock {
    margin-bottom: 10px;
  }

  .dt-offer-card__price {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .dt-hero__media-action {
    top: 12px;
    right: 12px;
  }

  .dt-offer-card__image img {
    max-width: 240px;
    margin: 0 auto;
  }
}

/* Vehicle selector */
.dt-vin__modes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(17, 24, 39, 0.46);
}

.dt-vin__form .dt-vin__mode {
  grid-column: auto;
  height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 750;
}

.dt-vin__form .dt-vin__mode:hover,
.dt-vin__form .dt-vin__mode:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #fff;
}

.dt-vin__form .dt-vin__mode.is-active {
  background: #fff;
  color: #182333;
}

.dt-vin__panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dt-vin__panel[data-vin-panel="code"] {
  grid-template-columns: 1fr;
}

.dt-vin__panel[hidden] {
  display: none;
}

.dt-vin__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.dt-vin__field > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
}

.dt-vin__form input,
.dt-vin__form select {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  outline: none;
  background: rgba(17, 24, 39, 0.58);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.dt-vin__form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.dt-vin__form input:hover,
.dt-vin__form select:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.dt-vin__form input:focus,
.dt-vin__form select:focus {
  border-color: rgba(240, 57, 52, 0.88);
  background: rgba(17, 24, 39, 0.76);
  box-shadow: 0 0 0 3px rgba(240, 57, 52, 0.16);
}

.dt-vin__form select:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.dt-vin__form .dt-vin__submit {
  grid-column: 1 / -1;
}

@media (max-width: 767px) {
  .dt-vin__panel {
    grid-template-columns: 1fr;
  }

  .dt-vin__form .dt-vin__mode {
    height: 40px;
    padding: 0 8px;
    font-size: 10px;
  }
}

/* V29: compact the late-loaded catalog widget and remove its legacy divider. */
body.dt-catalog-page .dt-catalog-grid::before,
body.dt-catalog-page .dt-catalog-grid::after {
  display: none !important;
  content: none !important;
}

body.dt-catalog-page .dt-catalog-grid > .dt-catalog-divider {
  display: none !important;
}

body.dt-catalog-page .dt-catalog-grid > .dt-catalog-card {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 310px !important;
}

body.dt-catalog-page .dt-catalog-app .dt-catalog-card h2 {
  font-size: 26px !important;
  line-height: 1.15 !important;
}

body.dt-catalog-page .dt-catalog-app .dt-catalog-card p {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body.dt-catalog-page .dt-catalog-card .dt-catalog-control,
body.dt-catalog-page .dt-catalog-card input,
body.dt-catalog-page .dt-catalog-card select {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

@media (max-width: 991px) {
  body.dt-catalog-page .dt-catalog-grid {
    grid-template-columns: 1fr !important;
  }

  body.dt-catalog-page .dt-catalog-grid > .dt-catalog-card {
    min-height: 0 !important;
  }
}

/* V15: stronger footer scale and clearer information hierarchy. */
.dt-footer {
  padding: 64px max(48px, calc((100vw - 1280px) / 2)) 30px;
}

.dt-footer__grid {
  grid-template-columns: 1.45fr 0.82fr 0.9fr 1.15fr;
  gap: 56px;
  margin-bottom: 50px;
}

.dt-footer__brand {
  gap: 14px;
  margin-bottom: 18px;
}

.dt-footer p,
.dt-footer a,
.dt-footer span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.dt-footer__brand span {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.dt-footer__brand b,
.dt-footer h3 {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
}

.dt-footer h3 {
  margin-bottom: 18px;
}

.dt-footer__grid > div:not(:first-child) {
  gap: 10px;
}

.dt-footer a {
  transition: color 160ms ease;
}

.dt-footer a:hover {
  color: #fff;
}

.dt-footer__bottom {
  align-items: center;
  padding-top: 24px;
}

.dt-footer__bottom span {
  font-size: 13px;
  line-height: 1.45;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dt-footer {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .dt-category-card strong {
    font-size: 15px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .dt-footer {
    padding: 50px 16px 26px;
  }

  .dt-footer__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 34px 40px;
    margin-bottom: 38px;
  }
}

@media (max-width: 599px) {
  .dt-footer {
    padding: 42px 16px 24px;
  }

  .dt-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 34px;
  }

  .dt-footer__brand {
    margin-bottom: 14px;
  }

  .dt-footer__brand span {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .dt-footer__brand b,
  .dt-footer h3 {
    font-size: 18px;
  }

  .dt-footer p,
  .dt-footer a,
  .dt-footer span {
    font-size: 14px;
  }

  .dt-footer__bottom {
    gap: 12px;
    padding-top: 20px;
  }

  .dt-footer__bottom span {
    font-size: 12px;
  }
}

/* V17: responsive polish and a tighter mobile information rhythm. */
.header-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dt-categories,
.dt-vin,
.dt-brands,
.dt-offers,
.dt-b2b,
.dt-stats,
.dt-cta {
  scroll-margin-top: 112px;
}

.dt-cta a {
  font-size: 14px;
}

@media (min-width: 1280px) {
  .header-nav__wrapper {
    grid-template-columns: 116px 186px minmax(0, 1fr) 108px;
    gap: 24px;
  }

  .main-logo,
  .main-logo__img {
    width: 108px !important;
    min-width: 108px;
    max-height: 72px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav,
  .header-nav__container,
  .header-nav__wrapper {
    min-height: 88px;
  }

  .header-nav__wrapper {
    grid-template-columns: 104px 180px minmax(0, 1fr);
    gap: 24px;
  }

  .main-logo,
  .main-logo__img {
    width: 96px !important;
    min-width: 96px;
    max-height: 68px !important;
  }

  .dt-header-catalog-btn {
    width: 180px;
    height: 48px;
  }
}

@media (max-width: 991px) {
  .dt-categories,
  .dt-vin,
  .dt-brands,
  .dt-offers,
  .dt-b2b,
  .dt-stats,
  .dt-cta {
    scroll-margin-top: 98px;
  }
}

@media (max-width: 599px) {
  .header-nav,
  .header-nav__container,
  .header-nav__wrapper {
    min-height: 76px;
  }

  .header-nav__wrapper {
    gap: 10px;
  }

  .main-logo,
  .main-logo__img {
    width: 82px !important;
    min-width: 82px;
    max-height: 56px !important;
  }

  .header-nav__btn-mobile {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px;
    border-radius: 10px;
    background: #fff !important;
    color: #182333 !important;
  }

  .header-nav__btn-mobile + .header-nav__btn-mobile {
    margin-left: 4px;
  }

  .header-nav__btn-mobile .btn-mobile__svg {
    width: 20px;
    height: 20px;
  }

  .dt-benefits,
  .dt-category-grid,
  .dt-brand-grid,
  .dt-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dt-benefits,
  .dt-category-grid,
  .dt-brand-grid {
    gap: 10px;
  }

  .dt-benefit {
    min-height: 92px;
    padding: 13px;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
  }

  .dt-benefit__icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .dt-benefit > div {
    min-width: 0;
  }

  .dt-benefit__title {
    font-size: 12px;
    line-height: 1.25;
  }

  .dt-benefit__text {
    font-size: 10px;
    line-height: 1.3;
  }

  .dt-category-card {
    min-height: 112px;
    padding: 14px;
  }

  .dt-category-card span {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }

  .dt-category-card strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .dt-brand-grid a.dt-brand {
    min-height: 64px;
    padding: 9px 10px;
    gap: 8px;
    font-size: 12px;
  }

  .dt-brand strong {
    white-space: normal;
  }

  .dt-brand__mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .dt-offer-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 310px);
    gap: 12px;
    overflow-x: auto;
    padding: 2px 0 12px;
    scroll-padding-inline: 1px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .dt-offer-grid::-webkit-scrollbar {
    height: 5px;
  }

  .dt-offer-grid::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #cbd1da;
  }

  .dt-offer-card {
    scroll-snap-align: start;
  }

  .dt-stats {
    gap: 22px 14px;
    padding: 26px 22px;
  }

  .dt-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .dt-footer__grid > div:first-child,
  .dt-footer__grid > div:last-child {
    grid-column: 1 / -1;
  }

  .dt-footer {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .dt-search-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dt-search-tab {
    width: 100%;
  }

  .dt-search-form {
    grid-template-columns: 1fr;
  }

  .dt-search-submit {
    width: 100%;
  }
}

/* V20: balanced laptop hero for the 992-1199px range. */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav__wrapper {
    display: grid !important;
    grid-template-columns: 96px 180px minmax(0, 1fr) 44px 44px;
    gap: 12px;
    align-items: center;
  }

  .main-logo {
    grid-column: 1;
  }

  .dt-header-catalog-btn {
    grid-column: 2;
  }

  .header-nav__btn-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    border-radius: 11px;
    background: #fff !important;
    color: #182333 !important;
  }

  .header-nav__btn-mobile.phone-link {
    grid-column: 4;
  }

  .header-nav__btn-mobile:not(.phone-link) {
    grid-column: 5;
  }

  .header-nav__btn-mobile .btn-mobile__svg {
    width: 21px;
    height: 21px;
  }

  .dt-hero {
    margin-bottom: 52px;
  }

  .dt-hero__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 36%);
    align-items: center;
    min-height: 430px;
    gap: 24px;
    padding: 30px;
    border-radius: 20px;
  }

  .dt-hero__content {
    min-width: 0;
  }

  .dt-hero__badge {
    height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-width: 1px;
    font-size: 11px;
  }

  .dt-hero__badge::before {
    width: 8px;
    height: 8px;
  }

  .dt-hero__title {
    max-width: none;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.1;
  }

  .dt-hero__subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
  }

  .dt-search-card {
    max-width: none;
    margin-bottom: 14px;
    padding: 8px;
    border-radius: 12px;
  }

  .dt-search-tabs {
    gap: 5px;
    margin-bottom: 8px;
  }

  .dt-search-tab {
    height: 32px;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 11px;
  }

  .dt-search-form {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 8px;
  }

  .dt-search-input,
  .dt-search-submit {
    height: 48px;
    border-radius: 9px;
    font-size: 13px;
  }

  .dt-search-input {
    padding: 0 14px;
  }

  .dt-hero__checks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    max-width: none;
  }

  .dt-check {
    min-height: 46px;
    padding: 8px 9px;
    border-radius: 9px;
    font-size: 10px;
    line-height: 1.2;
  }

  .dt-hero__media {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    aspect-ratio: 1.36;
    padding: 18px 20px;
    border-radius: 18px;
  }
}

/* V22: larger, header-ready horizontal logo across every breakpoint. */
.main-logo {
  overflow: visible;
  flex-shrink: 0;
}

.main-logo__img {
  display: block;
  height: auto !important;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 1280px) {
  .header-nav__wrapper {
    grid-template-columns: 216px 186px minmax(0, 1fr) 108px;
    gap: 20px;
  }

  .main-logo,
  .main-logo__img {
    width: 216px !important;
    min-width: 216px;
    max-height: 60px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .header-nav__wrapper {
    grid-template-columns: 192px 186px minmax(0, 1fr) 108px;
    gap: 18px;
  }

  .main-logo,
  .main-logo__img {
    width: 192px !important;
    min-width: 192px;
    max-height: 56px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav__wrapper {
    grid-template-columns: 192px 180px minmax(0, 1fr) 44px 44px;
  }

  .main-logo,
  .main-logo__img {
    width: 192px !important;
    min-width: 192px;
    max-height: 56px !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .main-logo,
  .main-logo__img {
    width: 184px !important;
    min-width: 184px;
    max-height: 52px !important;
  }
}

@media (max-width: 599px) {
  .main-logo,
  .main-logo__img {
    width: 164px !important;
    min-width: 164px;
    max-height: 48px !important;
  }
}

/* V27: complete brand logo in the footer. */
.dt-footer__brand {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
}

.dt-footer__logo {
  display: block;
  width: 170px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .dt-footer__brand {
    margin-bottom: 14px;
  }

  .dt-footer__logo {
    width: 140px;
  }
}

/* V28: original parts catalog page. */
.dt-catalog-page .content_type_secondary {
  padding: 0 0 64px !important;
  background: #f4f5f7;
}

.dt-catalog-page #breadcrumbs-line {
  padding: 14px 0 4px;
  background: transparent;
}

.dt-catalog-page #content > .container {
  width: min(calc(100% - 96px), 1280px);
}

.dt-catalog-page .content-body {
  margin: 0;
}

.dt-catalog-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 38px;
  align-items: center;
  min-height: 220px;
  margin: 16px 0 22px;
  padding: 30px 38px;
  overflow: hidden;
  border-radius: 16px;
  background: #171d27;
  color: #fff;
  box-shadow: 0 18px 38px rgba(20, 28, 40, .12);
}

.dt-catalog-intro::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: #ef3935;
  content: "";
}

.dt-catalog-intro__copy {
  min-width: 0;
}

.dt-catalog-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #ffb3b1;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.dt-catalog-intro__eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef3935;
}

.dt-catalog-intro h1 {
  max-width: 720px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.dt-catalog-intro p {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.dt-catalog-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dt-catalog-intro__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.dt-catalog-intro__image {
  display: block;
  width: 190px;
  height: auto;
  border-radius: 8px;
}

.dt-catalog-app {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.dt-catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.dt-catalog-divider {
  display: none !important;
}

.dt-catalog-card {
  position: relative;
  width: auto !important;
  min-width: 0 !important;
  min-height: 310px !important;
  margin: 0 !important;
  padding: 34px !important;
  overflow: visible !important;
  border: 1px solid #e0e4ea !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(20, 28, 40, .07);
}

.dt-catalog-card::before {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff0ef;
  color: #ef3935;
  font-size: 12px;
  font-weight: 900;
}

.dt-catalog-card--vin::before {
  content: "01";
}

.dt-catalog-card--params::before {
  content: "02";
}

.dt-catalog-card h2 {
  max-width: calc(100% - 56px);
  margin: 0 0 10px !important;
  color: #1e2533 !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

.dt-catalog-card p {
  max-width: 460px;
  color: #737986 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.dt-catalog-card label,
.dt-catalog-card input,
.dt-catalog-card select,
.dt-catalog-card button {
  font-family: Arial, Helvetica, sans-serif !important;
}

.dt-catalog-card input,
.dt-catalog-card select {
  min-height: 54px !important;
  border: 1px solid #d9dee6 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #1e2533 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.dt-catalog-card input::placeholder {
  color: #9a9faa;
}

.dt-catalog-card input:focus,
.dt-catalog-card select:focus {
  border-color: #ef3935 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(239, 57, 53, .12) !important;
}

.dt-catalog-card button {
  border-radius: 8px !important;
}

.dt-catalog-card--vin button {
  color: #ef3935 !important;
}

.dt-catalog-credit {
  margin: 14px 0 0 !important;
  color: #9297a2 !important;
  font-size: 11px !important;
  text-align: center;
}

.dt-catalog-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 20px;
}

.dt-catalog-benefits > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid #e0e4ea;
  border-radius: 8px;
  background: #fff;
}

.dt-catalog-benefits .dt-ui-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #ef3935;
}

.dt-catalog-benefits p {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 3px;
}

.dt-catalog-benefits b {
  color: #1e2533;
  font-size: 14px;
  line-height: 1.2;
}

.dt-catalog-benefits span {
  color: #7d8290;
  font-size: 12px;
  line-height: 1.3;
}

.dt-catalog-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 28px;
  padding: 28px 34px;
  border-radius: 12px;
  background: #ef3935;
  color: #fff;
}

.dt-catalog-help h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.dt-catalog-help p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.4;
}

.dt-catalog-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 8px;
  background: #fff;
  color: #d92d29 !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.dt-catalog-help .dt-ui-icon {
  width: 18px;
  height: 18px;
}

.dt-catalog-footer {
  margin-top: 0;
}

@media (max-width: 991px) {
  .dt-catalog-page #content > .container {
    width: calc(100% - 32px);
  }

  .dt-catalog-intro {
    grid-template-columns: minmax(0, 1fr) 150px;
    padding: 28px;
  }

  .dt-catalog-intro__image {
    width: 150px;
  }

  .dt-catalog-grid {
    grid-template-columns: 1fr !important;
  }

  .dt-catalog-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .dt-catalog-benefits > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .dt-catalog-page .content_type_secondary {
    padding-bottom: 0 !important;
  }

  .dt-catalog-page #breadcrumbs-line {
    display: none;
  }

  .dt-catalog-intro {
    grid-template-columns: 1fr;
    width: calc(100% + 32px);
    min-height: 0;
    margin: 0 -16px 18px;
    padding: 24px 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .dt-catalog-intro__image {
    display: none;
  }

  .dt-catalog-intro h1 {
    font-size: 28px;
  }

  .dt-catalog-intro p {
    font-size: 14px;
  }

  .dt-catalog-app {
    width: calc(100% + 32px) !important;
    margin-right: -16px !important;
    margin-left: -16px !important;
  }

  .dt-catalog-card {
    min-height: 0 !important;
    padding: 26px 16px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
  }

  .dt-catalog-card::before {
    top: 22px;
    right: 16px;
  }

  .dt-catalog-card h2 {
    font-size: 23px !important;
  }

  .dt-catalog-benefits {
    grid-template-columns: 1fr;
  }

  .dt-catalog-benefits > div:last-child {
    grid-column: auto;
  }

  .dt-catalog-help {
    align-items: stretch;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 26px 16px;
    border-radius: 0;
    flex-direction: column;
  }

  .dt-catalog-help h2 {
    font-size: 23px;
  }

  .dt-catalog-help a {
    width: 100%;
  }
}

/* V24: full-bleed VIN selector on phones and small landscape screens. */
@media (max-width: 767px) {
  .dt-hero,
  .dt-vin,
  .dt-b2b {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }

  .dt-vin,
  .dt-b2b,
  .dt-hero__panel {
    border-radius: 0;
  }
}

/* V26: final mobile composition supplied during visual review. */
@media (max-width: 767px) {
  .content_type_main {
    padding-top: 0 !important;
  }

  .dt-hero {
    margin-top: 0;
  }

  .dt-hero__panel {
    min-height: 0;
    padding: 28px 16px;
    gap: 0;
  }

  .dt-hero__checks,
  .dt-benefits,
  .dt-hero__media-action {
    display: none;
  }

  .dt-hero__title,
  .dt-section__title,
  .dt-vin h2,
  .dt-b2b h2,
  .dt-cta h2 {
    font-size: 23px;
  }

  .dt-hero__subtitle,
  .dt-section__subtitle {
    font-size: 16px;
  }

  .dt-hero__subtitle {
    font-weight: 400;
  }

  .dt-search-tab {
    height: 43px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
  }

  .dt-search-input,
  .dt-search-submit {
    font-size: 14px;
    font-weight: 500;
  }

  .dt-benefits {
    padding: 0 16px;
  }

  .dt-vin,
  .dt-b2b {
    padding: 30px 16px;
  }

  .dt-vin__form {
    gap: 18px;
    padding: 14px;
    border-radius: 22px;
  }

  .dt-vin__form button {
    height: 52px;
    border-radius: 14px;
  }

  .dt-stats {
    gap: 22px 14px;
    padding: 46px 30px;
  }

  .dt-stats b {
    font-size: 24.4px;
  }

  .dt-stats span {
    display: block;
    margin-top: -8px;
    font-size: 14.3px;
    font-weight: 500;
  }

  section.dt-b2b,
  section.dt-stats {
    margin-bottom: 30px;
  }

  .dt-cta {
    padding: 30px;
  }

  section.dt-cta {
    margin-right: -16px;
    margin-bottom: 0;
    margin-left: -16px;
    border-radius: 0;
  }
}

/* V23: use the same complete logo artwork as the hero card. */
@media (min-width: 1280px) {
  .header-nav__wrapper {
    grid-template-columns: 116px 186px minmax(0, 1fr) 108px;
    gap: 24px;
  }

  .main-logo,
  .main-logo__img {
    width: 116px !important;
    min-width: 116px;
    max-height: 76px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .header-nav__wrapper {
    grid-template-columns: 112px 186px minmax(0, 1fr) 108px;
    gap: 20px;
  }

  .main-logo,
  .main-logo__img {
    width: 112px !important;
    min-width: 112px;
    max-height: 74px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav__wrapper {
    grid-template-columns: 112px 180px minmax(0, 1fr) 44px 44px;
  }

  .main-logo,
  .main-logo__img {
    width: 112px !important;
    min-width: 112px;
    max-height: 74px !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .main-logo,
  .main-logo__img {
    width: 110px !important;
    min-width: 110px;
    max-height: 72px !important;
  }
}

@media (max-width: 599px) {
  .main-logo,
  .main-logo__img {
    width: 96px !important;
    min-width: 96px;
    max-height: 64px !important;
  }
}

/* V32: focused catalog workspace. */
body.dt-catalog-page--workspace .content_type_secondary {
  padding: 0 !important;
  background: #f3f5f7;
}

body.dt-catalog-page--workspace #breadcrumbs-line {
  display: none;
}

body.dt-catalog-page--workspace #content > .container {
  width: min(calc(100% - 96px), 1120px);
}

body.dt-catalog-page--workspace .content-body {
  margin: 0;
}

body.dt-catalog-page--workspace .content-body > h1,
body.dt-catalog-page--workspace .dt-catalog-intro,
body.dt-catalog-page--workspace .dt-catalog-benefits,
body.dt-catalog-page--workspace .dt-catalog-help {
  display: none !important;
}

.dt-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding: 42px 0 25px;
  border-bottom: 1px solid #dfe3e8;
}

.dt-catalog-heading__copy {
  min-width: 0;
}

.dt-catalog-heading__label {
  display: block;
  margin: 0 0 9px;
  color: #e73531;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.dt-catalog-heading h1 {
  margin: 0 0 7px;
  color: #171d29;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.dt-catalog-heading p {
  margin: 0;
  color: #737a87;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.dt-catalog-heading__aside {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
}

.dt-catalog-heading__aside img {
  display: block;
  width: 112px;
  height: 58px;
  object-fit: contain;
}

.dt-catalog-heading__aside a,
.dt-catalog-assist > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: #1f2734 !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
}

.dt-catalog-heading__aside a {
  padding: 0 15px;
  border: 1px solid #d7dce3;
  border-radius: 7px;
  background: #fff;
}

.dt-catalog-heading__aside a:hover,
.dt-catalog-assist > a:hover {
  color: #e73531 !important;
}

.dt-catalog-heading__aside .dt-ui-icon,
.dt-catalog-assist > a .dt-ui-icon {
  width: 17px;
  height: 17px;
  color: #e73531;
}

.dt-catalog-modebar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 450px);
  margin: 24px 0 12px;
  padding: 4px;
  border-radius: 8px;
  background: #e7eaee;
}

.dt-catalog-modebar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #646c79;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.dt-catalog-modebar button.is-active {
  background: #fff;
  color: #1d2532;
  box-shadow: 0 1px 4px rgba(23, 29, 41, .12);
}

.dt-catalog-modebar button:focus-visible {
  outline: 3px solid rgba(239, 57, 53, .18);
  outline-offset: 2px;
}

.dt-catalog-modebar .dt-ui-icon {
  width: 18px;
  height: 18px;
  color: #818996;
}

.dt-catalog-modebar button.is-active .dt-ui-icon {
  color: #e73531;
}

body.dt-catalog-page--workspace .dt-catalog-app--workspace {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.dt-catalog-page--workspace .dt-catalog-workspace {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.dt-catalog-page--workspace .dt-catalog-workspace::before,
body.dt-catalog-page--workspace .dt-catalog-workspace::after,
body.dt-catalog-page--workspace .dt-catalog-workspace > .dt-catalog-divider {
  display: none !important;
  content: none !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel {
  position: relative;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 298px !important;
  margin: 0 !important;
  padding: 36px 40px 38px !important;
  overflow: visible !important;
  border: 1px solid #dfe3e8 !important;
  border-top: 3px solid #e73531 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(24, 32, 44, .06);
}

body.dt-catalog-page--workspace .dt-catalog-panel::before,
body.dt-catalog-page--workspace .dt-catalog-panel::after {
  display: none !important;
  content: none !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel h2 {
  max-width: 700px;
  margin: 0 0 9px !important;
  color: #1b2230 !important;
  font-size: 28px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel p {
  max-width: 690px;
  margin-top: 0 !important;
  color: #737a87 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel label,
body.dt-catalog-page--workspace .dt-catalog-panel input,
body.dt-catalog-page--workspace .dt-catalog-panel select,
body.dt-catalog-page--workspace .dt-catalog-panel button {
  font-family: Arial, Helvetica, sans-serif !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel .dt-catalog-control,
body.dt-catalog-page--workspace .dt-catalog-panel input,
body.dt-catalog-page--workspace .dt-catalog-panel select {
  width: 100% !important;
  max-width: 760px !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel input,
body.dt-catalog-page--workspace .dt-catalog-panel select {
  min-height: 56px !important;
  border: 1px solid #cfd5dd !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #1b2230 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel input::placeholder {
  color: #979eaa;
}

body.dt-catalog-page--workspace .dt-catalog-panel input:focus,
body.dt-catalog-page--workspace .dt-catalog-panel select:focus {
  border-color: #e73531 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(231, 53, 49, .12) !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel button {
  border-radius: 7px !important;
}

body.dt-catalog-page--workspace .dt-catalog-credit {
  margin: 12px 0 0 !important;
  color: #9298a3 !important;
  font-size: 11px !important;
  text-align: right;
}

.dt-catalog-assist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 0 38px;
  padding: 20px 4px;
  border-top: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
}

.dt-catalog-assist__copy {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.dt-catalog-assist__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 7px;
  background: #ffeceb;
  color: #e73531;
}

.dt-catalog-assist__icon .dt-ui-icon {
  width: 21px;
  height: 21px;
}

.dt-catalog-assist p {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 3px;
}

.dt-catalog-assist b {
  color: #1f2734;
  font-size: 14px;
  line-height: 1.25;
}

.dt-catalog-assist p span {
  color: #7a818e;
  font-size: 13px;
  line-height: 1.35;
}

.dt-catalog-assist > a {
  flex: 0 0 auto;
}

body.dt-catalog-page--workspace .dt-catalog-footer {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
}

@media (max-width: 991px) {
  body.dt-catalog-page--workspace #content > .container {
    width: calc(100% - 48px);
  }

  .dt-catalog-heading {
    gap: 28px;
    padding-top: 34px;
  }

  .dt-catalog-heading h1 {
    font-size: 34px;
  }

  .dt-catalog-heading__aside img {
    display: none;
  }
}

@media (max-width: 767px) {
  body.dt-catalog-page--workspace #content > .container {
    width: calc(100% - 32px);
  }

  .dt-catalog-heading {
    align-items: flex-start;
    gap: 18px;
    padding: 28px 0 18px;
    flex-direction: column;
  }

  .dt-catalog-heading h1 {
    font-size: 30px;
  }

  .dt-catalog-heading p {
    font-size: 14px;
  }

  .dt-catalog-heading__aside {
    width: 100%;
  }

  .dt-catalog-heading__aside a {
    width: 100%;
  }

  .dt-catalog-modebar {
    width: 100%;
    margin-top: 18px;
  }

  .dt-catalog-modebar button {
    height: 46px;
    padding: 0 10px;
    font-size: 13px;
  }

  body.dt-catalog-page--workspace .dt-catalog-app--workspace {
    width: calc(100% + 32px) !important;
    margin-right: -16px !important;
    margin-left: -16px !important;
  }

  body.dt-catalog-page--workspace .dt-catalog-panel {
    min-height: 0 !important;
    padding: 28px 16px 30px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
  }

  body.dt-catalog-page--workspace .dt-catalog-panel h2 {
    font-size: 23px !important;
  }

  body.dt-catalog-page--workspace .dt-catalog-panel p {
    font-size: 13px !important;
  }

  .dt-catalog-assist {
    align-items: stretch;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-bottom: 28px;
    margin-left: -16px;
    padding: 20px 16px;
    flex-direction: column;
    gap: 15px;
  }

  .dt-catalog-assist > a {
    justify-content: flex-start;
  }
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-control {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin > div {
  margin-bottom: 0 !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-control input {
  min-width: 0;
  flex: 1 1 auto;
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 116px;
  min-height: 56px;
  padding: 0 18px !important;
  border: 1px solid #e73531 !important;
  border-radius: 7px !important;
  background: #e73531 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 18px rgba(231, 53, 49, .18) !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-submit:hover {
  border-color: #cc2e2a !important;
  background: #cc2e2a !important;
}

@media (max-width: 479px) {
  body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-control {
    flex-direction: column;
  }

  body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-submit {
    width: 100%;
  }
}

/* V35: dense vehicle parameters and clearer selected states. */
body.dt-catalog-page--workspace .dt-catalog-panel--params > div,
body.dt-catalog-page--workspace .dt-catalog-panel--params form,
body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset {
  width: 100% !important;
  max-width: none !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 18px !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset > label {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 82px !important;
  margin: 0 !important;
  flex-direction: column !important;
  gap: 7px !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset > label > span {
  display: block !important;
  width: 100% !important;
  min-height: 18px !important;
  color: #363d49 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset > label > div {
  width: 100% !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset > label > div input,
body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset > label > div select,
body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset > label > div .dt-catalog-control {
  width: 100% !important;
  max-width: none !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--params form + button,
body.dt-catalog-page--workspace .dt-catalog-panel--params > div > button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 22px !important;
  border: 1px solid #e73531 !important;
  border-radius: 7px !important;
  background: #e73531 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 18px rgba(231, 53, 49, .16) !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--params form + button:hover,
body.dt-catalog-page--workspace .dt-catalog-panel--params > div > button:hover {
  border-color: #cc2e2a !important;
  background: #cc2e2a !important;
}

@media (max-width: 767px) {
  body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
  }

  body.dt-catalog-page--workspace .dt-catalog-panel--params form > fieldset > label {
    min-height: 80px !important;
  }
}

/* V37: tighter catalog hierarchy and polished search workspace. */
body.dt-catalog-page--workspace .dt-catalog-heading {
  gap: 32px;
  padding: 32px 0 20px;
}

body.dt-catalog-page--workspace .dt-catalog-heading__label {
  margin-bottom: 7px;
}

body.dt-catalog-page--workspace .dt-catalog-heading h1 {
  margin-bottom: 5px;
  font-size: 36px;
}

body.dt-catalog-page--workspace .dt-catalog-heading__aside {
  gap: 0;
}

body.dt-catalog-page--workspace .dt-catalog-heading__aside img {
  display: none !important;
}

body.dt-catalog-page--workspace .dt-catalog-heading__aside a {
  min-height: 42px;
  padding: 0 16px;
}

body.dt-catalog-page--workspace .dt-catalog-modebar {
  width: min(100%, 420px);
  margin: 20px 0 10px;
}

body.dt-catalog-page--workspace .dt-catalog-modebar button {
  height: 46px;
  outline: 0 !important;
}

body.dt-catalog-page--workspace .dt-catalog-modebar button.is-active {
  box-shadow: 0 1px 3px rgba(23, 29, 41, .1);
}

body.dt-catalog-page--workspace .dt-catalog-modebar button:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(231, 53, 49, .16) !important;
}

body.dt-catalog-page--workspace .dt-catalog-app--workspace {
  margin-bottom: 14px !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel {
  min-height: 0 !important;
  padding: 30px 32px 32px !important;
  box-shadow: 0 8px 22px rgba(24, 32, 44, .055);
}

body.dt-catalog-page--workspace .dt-catalog-panel h2 {
  margin-bottom: 7px !important;
  font-size: 25px !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel p {
  line-height: 1.45 !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-group,
body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-group .dt-catalog-control {
  max-width: 840px !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-group > p,
body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-group > small {
  margin: 8px 0 0 !important;
  color: #6f7682 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel--vin .dt-catalog-vin-submit {
  box-shadow: 0 5px 12px rgba(231, 53, 49, .14) !important;
}

body.dt-catalog-page--workspace .dt-catalog-panel .dt-catalog-credit {
  align-self: flex-end;
  margin: 14px 0 0 auto !important;
  color: #777f8c !important;
  text-align: right;
}

body.dt-catalog-page--workspace .dt-catalog-assist {
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 32px;
  padding: 18px 4px;
}

body.dt-catalog-page--workspace .dt-catalog-assist > a {
  margin-left: 48px;
}

@media (max-width: 991px) {
  body.dt-catalog-page--workspace .dt-catalog-heading {
    padding-top: 28px;
  }
}

@media (max-width: 767px) {
  body.dt-catalog-page--workspace .dt-catalog-heading {
    gap: 16px;
    padding: 24px 0 16px;
  }

  body.dt-catalog-page--workspace .dt-catalog-heading h1 {
    font-size: 29px;
  }

  body.dt-catalog-page--workspace .dt-catalog-modebar {
    width: 100%;
    margin-top: 16px;
  }

  body.dt-catalog-page--workspace .dt-catalog-panel {
    padding: 24px 16px 26px !important;
  }

  body.dt-catalog-page--workspace .dt-catalog-panel h2 {
    font-size: 22px !important;
  }

  body.dt-catalog-page--workspace .dt-catalog-assist {
    gap: 15px;
    margin-bottom: 28px;
  }

  body.dt-catalog-page--workspace .dt-catalog-assist > a {
    margin-left: 0;
  }
}
