/* 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: 130px;
  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: 130px;
}

.header-nav__wrapper {
  display: grid !important;
  grid-template-columns: 205px 213px 1fr 156px;
  align-items: center;
  gap: 42px;
}

.main-logo,
.main-logo__img {
  width: 158px !important;
  min-width: 158px;
  max-height: 112px !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: 213px;
  height: 66px;
  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: 32px;
  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: 70px;
  height: 70px;
  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, 1.04fr) minmax(560px, .86fr);
  gap: 70px;
  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: 900px;
  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: 690px;
  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;
}

.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;
  }
}

@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; }
}
