/* Novotech Hatiko-style homepage: light visual layer. */
:root {
  color-scheme: light;
  --home-blue: #0875df;
  --home-blue-dark: #075ab8;
  --home-green: #22a63d;
  --home-ink: #132033;
  --home-text: #66788d;
  --home-muted: #f3f6fa;
  --home-line: rgba(19, 32, 51, 0.1);
  --home-shadow: 0 12px 30px rgba(19, 32, 51, 0.08);
}

html,
body.novotech-site {
  max-width: 100%;
  overflow-x: hidden;
  background: #f3f6fa;
}

body.novotech-site * {
  box-sizing: border-box;
}

body.novotech-site .container {
  width: min(100% - 44px, 1384px);
  margin-right: auto;
  margin-left: auto;
}

body.novotech-site .home-hatiko .container,
body.novotech-site .novotech-footer > .container {
  width: min(calc(100% - 44px), 1384px) !important;
  max-width: 1384px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.novotech-theme-toggle,
[data-novotech-theme-toggle] {
  display: none !important;
}

.header {
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(19, 32, 51, 0.07) !important;
}

.header__wrapper,
.header__topbar,
.header__main,
.header-ui-mobile,
.novotech-quick-nav {
  background: #ffffff !important;
}

.novotech-logo,
.header-ui-mobile-top-logo.novotech-logo {
  color: var(--home-blue) !important;
}

.novotech-logo span,
.header-ui-mobile-top-logo.novotech-logo span {
  color: var(--home-green) !important;
}

.novotech-catalog-btn {
  min-height: 46px !important;
  padding: 0 24px !important;
  border-radius: 7px !important;
  background: var(--home-blue) !important;
  color: #ffffff !important;
  font-weight: 950 !important;
  box-shadow: 0 8px 18px rgba(8, 117, 223, 0.22) !important;
}

.novotech-header-search {
  min-height: 46px !important;
  border: 1px solid rgba(8, 117, 223, 0.16) !important;
  border-radius: 7px !important;
  background: #ffffff !important;
}

.novotech-header-search input {
  color: var(--home-ink) !important;
  font-weight: 700 !important;
}

.novotech-header-search input::placeholder {
  color: #8da0b5 !important;
}

.header__buttons .icon-home,
.header__buttons .icon-catalog-search,
.header__buttons .icon-search,
.header__buttons .icon-personal,
.header__buttons .icon-compare {
  display: none !important;
}

.header__buttons {
  gap: 10px !important;
  margin-left: 0 !important;
}

.header__buttons--item-button {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(19, 32, 51, 0.12) !important;
  border-radius: 9px !important;
  background: #ffffff !important;
}

.header__buttons--item-button svg,
.header__buttons--item-button svg path {
  fill: var(--home-ink) !important;
  stroke: var(--home-ink) !important;
}

.header-ui-middle-buttons-item__title {
  display: none !important;
}

.novotech-social-pill,
.header__socials-link {
  border-radius: 8px !important;
}

.novotech-social-pill--vk,
.header__socials-link--vk {
  background: #0077ff !important;
}

.novotech-social-pill--tg,
.header__socials-link--tg {
  background: #29a8ea !important;
}

.home-hatiko a {
  color: inherit;
  text-decoration: none !important;
}

.home-hatiko img {
  display: block;
  max-width: 100%;
}

body.novotech-site main.index {
  padding-top: 0 !important;
}

@media (min-width: 1024px) {
  .header__topbar {
    display: block !important;
    border-bottom: 1px solid rgba(19, 32, 51, 0.08);
  }

  .header__topbar--menu {
    min-height: 42px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) 250px !important;
    align-items: center !important;
    gap: 24px !important;
  }

  .header__address {
    position: relative;
    min-width: 178px;
  }

  .novotech-address-select__toggle {
    min-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(8, 117, 223, 0.18) !important;
    border-radius: 999px !important;
    background: #eef6ff !important;
    color: var(--home-ink) !important;
    font-weight: 950 !important;
  }

  .novotech-address-select__toggle small {
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--home-blue);
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 950 !important;
  }

  .novotech-address-select__menu {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 60;
    width: 340px;
    display: none;
    padding: 10px;
    border: 1px solid var(--home-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--home-shadow);
  }

  .novotech-address-select.is-open .novotech-address-select__menu {
    display: grid;
    gap: 6px;
  }

  .novotech-address-select__menu button {
    width: 100%;
    display: grid;
    gap: 3px;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background: #f7f9fc;
    color: var(--home-ink);
    text-align: left;
  }

  .novotech-address-select__menu button.is-active,
  .novotech-address-select__menu button:hover {
    background: #eef6ff;
  }

  .novotech-address-select__menu strong {
    font-size: 14px;
    font-weight: 950;
  }

  .novotech-address-select__menu span {
    color: var(--home-text);
    font-size: 12px;
    line-height: 1.35;
  }

  .header__center_menu {
    min-width: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.2vw, 34px);
  }

  .header__center_menu a {
    color: var(--home-ink) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    white-space: nowrap;
  }

  .header__info {
    gap: 14px !important;
    justify-self: end;
    min-width: 250px;
  }

  .header__socials {
    display: flex !important;
    gap: 8px !important;
  }

  .header__phone_block a {
    color: var(--home-ink) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    white-space: nowrap;
  }

  .header__phone_block {
    min-width: 154px;
  }

  .header__main--wrapper {
    min-height: 74px !important;
    display: grid !important;
    grid-template-columns: 190px auto minmax(360px, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
  }

  .header__logo {
    min-width: 184px !important;
    margin-right: 0 !important;
    font-size: 36px !important;
    line-height: 1 !important;
  }

  .header__menu,
  .novotech-header-phone-main,
  .novotech-header-social-actions {
    display: none !important;
  }

  .novotech-quick-nav {
    display: block !important;
    border-top: 1px solid rgba(19, 32, 51, 0.06);
    border-bottom: 1px solid rgba(19, 32, 51, 0.08);
  }

  .novotech-quick-nav .container {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .novotech-quick-nav .container::-webkit-scrollbar {
    display: none;
  }

  .novotech-quick-nav a {
    flex: 0 0 auto;
    color: var(--home-ink) !important;
    font-size: 15px;
    font-weight: 950;
    white-space: nowrap;
  }
}

.home-hatiko {
  background: #f3f6fa;
  color: var(--home-ink);
}

.home-hatiko-promos {
  padding: 28px 0 16px;
}

.home-hatiko-promos__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-hatiko-promo {
  position: relative;
  height: 360px;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 28px;
  border-radius: 8px;
  color: #ffffff !important;
  isolation: isolate;
  box-shadow: 0 18px 36px rgba(19, 32, 51, 0.14);
}

.home-hatiko-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 38%);
}

.home-hatiko-promo::after {
  content: "";
  position: absolute;
  left: -22%;
  right: -22%;
  bottom: -28%;
  z-index: -1;
  height: 58%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.home-hatiko-promo--blue {
  background: linear-gradient(145deg, #0875df, #004fb1);
}

.home-hatiko-promo--green {
  background: linear-gradient(145deg, #23a63e, #087d6c);
}

.home-hatiko-promo--cyan {
  background: linear-gradient(145deg, #0c8fdc, #0a5cc8);
}

.home-hatiko-promo--slate {
  background: linear-gradient(145deg, #17253d, #0b73d9);
}

.home-hatiko-promo span {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.home-hatiko-promo strong {
  position: relative;
  z-index: 2;
  max-width: 268px;
  display: block;
  margin-top: 22px;
  color: #ffffff;
  font-size: clamp(28px, 2.25vw, 36px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.home-hatiko-promo em {
  position: relative;
  z-index: 2;
  max-width: 255px;
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 700;
}

.home-hatiko-promo img {
  position: absolute;
  right: 6px;
  bottom: -8px;
  z-index: 1;
  width: 58%;
  max-width: 235px;
  height: 58%;
  max-height: 220px;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.22));
}

.home-hatiko-promo--green img {
  width: 62%;
  max-width: 252px;
  height: 62%;
  max-height: 232px;
}

.home-hatiko-promo--cyan img,
.home-hatiko-promo--slate img {
  width: 60%;
  max-width: 242px;
  height: 60%;
  max-height: 226px;
}

.home-hatiko-actions,
.home-hatiko-products,
.home-hatiko-service,
.home-hatiko-trade,
.home-hatiko-stores,
.home-hatiko-reviews,
.home-hatiko-proof {
  padding: 18px 0 0;
}

.home-hatiko-actions__grid,
.home-hatiko-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-hatiko-action,
.home-hatiko-proof__grid div {
  min-height: 96px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(19, 32, 51, 0.05);
}

.home-hatiko-action span,
.home-hatiko-proof__grid span {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
}

.home-hatiko-action strong,
.home-hatiko-proof__grid strong {
  color: var(--home-ink);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 950;
}

.home-hatiko-action em {
  color: var(--home-text);
  font-size: 13px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
}

.home-hatiko-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.home-hatiko-section-head span,
.home-hatiko-service__lead span,
.home-hatiko-trade__box span {
  display: block;
  margin-bottom: 4px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-hatiko-section-head h2,
.home-hatiko-service__lead h2,
.home-hatiko-trade__box h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.home-hatiko-section-head a {
  color: var(--home-blue) !important;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.home-hatiko-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-hatiko-product,
.home-hatiko-repair,
.home-hatiko-service__lead,
.home-hatiko-trade__box,
.home-hatiko-store {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(19, 32, 51, 0.05);
}

.home-hatiko-product {
  position: relative;
  min-width: 0;
  min-height: 282px;
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.home-hatiko-product mark {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #eaf9ee;
  color: var(--home-green);
  font-size: 11px;
  font-weight: 950;
}

.home-hatiko-product img {
  width: 100%;
  height: 148px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 44%, #ffffff 0 28%, #eef6ff 86%);
}

.home-hatiko-product strong {
  min-height: 42px;
  color: var(--home-ink);
  font-size: 14px;
  line-height: 1.22;
  font-weight: 900;
}

.home-hatiko-product del {
  margin-top: auto;
  color: #9daabd;
  font-size: 12px;
  font-weight: 800;
}

.home-hatiko-product em {
  color: var(--home-ink);
  font-size: 19px;
  font-style: normal;
  font-weight: 950;
}

.home-hatiko-service__layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.home-hatiko-service__lead {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.home-hatiko-service__lead p,
.home-hatiko-trade__box p {
  max-width: 500px;
  margin: 14px 0 24px;
  color: var(--home-text);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.home-hatiko-button {
  width: max-content;
  max-width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 7px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 950;
}

.home-hatiko-button--green {
  background: var(--home-green);
}

.home-hatiko-button--blue {
  background: var(--home-blue);
}

.home-hatiko-repair-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.home-hatiko-repair {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  text-align: center;
}

.home-hatiko-repair img {
  width: 100%;
  height: 116px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 18px;
  padding: 8px;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 44%, #ffffff 0 24%, #eef6ff 86%);
}

.home-hatiko-repair strong {
  min-height: 46px;
  color: var(--home-ink);
  font-size: 15px;
  line-height: 1.24;
  font-weight: 950;
}

.home-hatiko-repair em {
  margin-top: auto;
  color: var(--home-ink);
  font-size: 17px;
  font-style: normal;
  font-weight: 950;
}

.home-hatiko-service--showcase {
  padding-top: 16px;
  background: #f7fafc;
}

.home-hatiko-service__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.home-hatiko-service__head span {
  display: block;
  margin-bottom: 4px;
  color: var(--home-green);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-hatiko-service__head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.home-hatiko-service__head p {
  max-width: 660px;
  margin: 6px 0 0;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 700;
}

.home-hatiko-service-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.home-hatiko-service-benefit {
  min-height: 74px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(35, 162, 54, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(19, 32, 51, 0.04);
}

.home-hatiko-service-benefit span {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--home-green);
  background: #eaf9ee;
  font-size: 12px;
  font-weight: 950;
}

.home-hatiko-service-benefit strong {
  color: var(--home-ink);
  font-size: 14px;
  line-height: 1.16;
  font-weight: 950;
}

.home-hatiko-service-benefit em {
  color: var(--home-text);
  font-size: 12px;
  line-height: 1.28;
  font-style: normal;
  font-weight: 700;
}

.home-hatiko-repair-grid--showcase {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 12px;
}

.home-hatiko-repair--service {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  color: var(--home-ink) !important;
  background: #ffffff;
  border: 1px solid rgba(35, 162, 54, 0.14);
  box-shadow: 0 10px 22px rgba(19, 32, 51, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-hatiko-repair--service:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 162, 54, 0.3);
  box-shadow: 0 16px 32px rgba(19, 32, 51, 0.09);
}

.home-hatiko-repair__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--home-green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(35, 162, 54, 0.18);
}

.home-hatiko-repair__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 44px 12px 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf6 100%);
}

.home-hatiko-repair--service .home-hatiko-repair__media img {
  width: 100%;
  max-width: 130px;
  height: 104px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}

.home-hatiko-repair__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 12px 0;
  text-align: center;
}

.home-hatiko-repair--service strong {
  min-height: 42px;
  color: var(--home-ink);
  font-size: 15px;
  line-height: 1.23;
  font-weight: 950;
}

.home-hatiko-repair__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.home-hatiko-repair__meta span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #267433;
  background: #eaf9ee;
  font-size: 11px;
  font-weight: 900;
}

.home-hatiko-repair--service em {
  margin: auto 0 0;
  color: var(--home-ink);
  font-size: 19px;
  font-style: normal;
  font-weight: 950;
}

.home-hatiko-repair__action {
  width: min(156px, calc(100% - 24px));
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 9px auto 12px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--home-green);
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 12px 20px rgba(35, 162, 54, 0.18);
}

.home-hatiko-trade__box {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  background: linear-gradient(100deg, #ffffff 0 38%, #eef7ff 100%);
}

.home-hatiko-trade__box ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hatiko-trade__box li {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
}

.home-hatiko-trade__box b {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--home-blue);
  font-weight: 950;
}

.home-hatiko-trade__box strong {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 950;
}

.home-hatiko-trade__box em {
  color: var(--home-text);
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 700;
}

.home-hatiko-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-hatiko-store {
  min-width: 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
}

.home-hatiko-store img {
  width: 170px;
  height: 126px;
  object-fit: cover;
  border-radius: 7px;
  background: #e8eef6;
}

.home-hatiko-store strong {
  display: block;
  margin-bottom: 6px;
  color: var(--home-ink);
  font-size: 18px;
  font-weight: 950;
}

.home-hatiko-store span,
.home-hatiko-store em {
  display: block;
  color: var(--home-text);
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 700;
}

.home-hatiko-store div div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.home-hatiko-store a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 7px;
  background: #eef6ff;
  color: var(--home-blue) !important;
  font-size: 13px;
  font-weight: 950;
}

.home-hatiko-store a:last-child {
  background: #eaf9ee;
  color: var(--home-green) !important;
}

.home-hatiko-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-hatiko-review {
  min-height: 168px;
  padding: 20px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(19, 32, 51, 0.05);
}

.home-hatiko-review > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.home-hatiko-review span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--home-blue);
  font-size: 18px;
  font-weight: 950;
}

.home-hatiko-review strong {
  display: block;
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 950;
}

.home-hatiko-review em {
  display: block;
  color: var(--home-text);
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
}

.home-hatiko-review b {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf9ee;
  color: var(--home-green);
  font-size: 13px;
  font-weight: 950;
}

.home-hatiko-review p {
  margin: 16px 0 0;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.home-hatiko-proof {
  padding-bottom: 26px;
}

.novotech-footer {
  margin-top: 22px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(19, 32, 51, 0.08);
  background: #ffffff !important;
  color: var(--home-ink);
}

.novotech-footer a {
  text-decoration: none !important;
}

.novotech-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(8, 117, 223, 0.12);
  border-radius: 8px;
  background: linear-gradient(100deg, #eef7ff, #ffffff 58%, #f1fbf4);
}

.novotech-footer-cta strong {
  display: block;
  color: var(--home-ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.novotech-footer-cta span {
  display: block;
  max-width: 680px;
  margin-top: 6px;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.novotech-footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.novotech-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 7px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 950;
}

.novotech-button--primary {
  background: var(--home-blue);
}

.novotech-button--vk {
  width: 42px;
  padding: 0;
  background: #0077ff;
}

.novotech-button--telegram {
  width: 42px;
  padding: 0;
  background: #29a8ea;
}

.novotech-button svg,
.novotech-footer-socials svg {
  fill: currentColor;
}

.novotech-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.novotech-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(132px, 0.72fr)) minmax(230px, 1fr);
  gap: 24px;
  padding: 24px 0 18px;
}

.footer-novotech-logo {
  margin-bottom: 10px;
  font-size: 30px !important;
  line-height: 1 !important;
}

.novotech-footer-brand p {
  max-width: 360px;
  margin: 0;
  color: var(--home-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.novotech-footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.novotech-footer-socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff !important;
}

.novotech-footer-socials__vk {
  background: #0077ff;
}

.novotech-footer-socials__tg {
  background: #29a8ea;
}

.novotech-footer-column,
.novotech-footer-contacts {
  display: grid;
  align-content: start;
  gap: 8px;
}

.novotech-footer-column strong,
.novotech-footer-contacts strong {
  margin-bottom: 2px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 950;
}

.novotech-footer-column a,
.novotech-footer-contacts a,
.novotech-footer-contacts span {
  color: var(--home-text) !important;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.novotech-footer-phone {
  color: var(--home-ink) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
}

.novotech-footer-addresses {
  display: grid;
  gap: 5px;
  margin-top: 4px;
}

.novotech-footer-addresses span {
  font-size: 12px !important;
}

.footer__copyright {
  min-height: 54px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 !important;
  border-top: 1px solid rgba(19, 32, 51, 0.08);
  color: #8a99ab;
  font-size: 12px;
  font-weight: 700;
}

.footer__copyright ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer__copyright a {
  color: #8a99ab !important;
}

.novotech-mobile-tabbar {
  display: none;
}

@media (max-width: 1240px) {
  body.novotech-site .home-hatiko .container,
  body.novotech-site .novotech-footer > .container {
    width: min(calc(100% - 32px), 1384px) !important;
  }

  .home-hatiko-promos__rail,
  .home-hatiko-actions__grid,
  .home-hatiko-product-grid,
  .home-hatiko-repair-grid,
  .home-hatiko-store-grid,
  .home-hatiko-review-grid,
  .home-hatiko-proof__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-hatiko-promos__rail::-webkit-scrollbar,
  .home-hatiko-actions__grid::-webkit-scrollbar,
  .home-hatiko-product-grid::-webkit-scrollbar,
  .home-hatiko-repair-grid::-webkit-scrollbar,
  .home-hatiko-store-grid::-webkit-scrollbar,
  .home-hatiko-review-grid::-webkit-scrollbar,
  .home-hatiko-proof__grid::-webkit-scrollbar {
    display: none;
  }

  .home-hatiko-promo {
    flex: 0 0 330px;
    scroll-snap-align: start;
  }

  .home-hatiko-action {
    flex: 0 0 312px;
    scroll-snap-align: start;
  }

  .home-hatiko-product {
    flex: 0 0 210px;
    min-height: 280px;
    scroll-snap-align: start;
  }

  .home-hatiko-product img {
    height: 138px;
  }

  .home-hatiko-service__layout {
    grid-template-columns: 276px minmax(0, 1fr);
  }

  .home-hatiko-service__lead {
    padding: 24px;
  }

  .home-hatiko-repair {
    flex: 0 0 188px;
    min-height: 250px;
    scroll-snap-align: start;
  }

  .home-hatiko-repair img {
    height: 96px;
  }

  .home-hatiko-service__head {
    align-items: flex-start;
  }

  .home-hatiko-service-benefits {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }

  .home-hatiko-repair--service {
    flex: 0 0 206px;
    min-height: 318px;
  }

  .home-hatiko-trade__box {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 18px;
  }

  .home-hatiko-trade__box ol {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-hatiko-trade__box ol::-webkit-scrollbar {
    display: none;
  }

  .home-hatiko-trade__box li {
    flex: 0 0 236px;
    scroll-snap-align: start;
  }

  .home-hatiko-store,
  .home-hatiko-review {
    flex: 0 0 360px;
    scroll-snap-align: start;
  }

  .home-hatiko-proof__grid div {
    flex: 0 0 292px;
    scroll-snap-align: start;
  }

  .novotech-footer-grid {
    grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(150px, 1fr));
  }

  .novotech-footer-contacts {
    grid-column: span 2;
  }
}

@media (max-width: 1023px) {
  body.novotech-site .container {
    width: min(100% - 24px, 1384px);
  }

  body.novotech-site .home-hatiko .container,
  body.novotech-site .novotech-footer > .container {
    width: min(calc(100% - 24px), 1384px) !important;
  }

  body.novotech-site {
    padding-bottom: 78px;
  }

  body.novotech-site main.index {
    padding-top: 104px !important;
  }

  .header-ui-mobile-top {
    grid-template-columns: 40px 40px minmax(0, 1fr) 40px 40px !important;
    gap: 6px !important;
  }

  .header-ui-mobile-top a,
  .header-ui-mobile-top button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 8px !important;
  }

  .header-ui-mobile-top-logo.novotech-logo {
    width: auto !important;
    min-width: 0 !important;
    max-width: 142px !important;
    height: auto !important;
    font-size: 23px !important;
  }

  .novotech-mobile-address-row .novotech-address-select__toggle {
    width: 100% !important;
    min-height: 34px !important;
    justify-content: center !important;
    border: 1px solid rgba(8, 117, 223, 0.14) !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    color: var(--home-ink) !important;
    font-weight: 950 !important;
  }

  .novotech-mobile-address-row .novotech-address-select__toggle small {
    display: none !important;
  }

  .home-hatiko-promos {
    padding-top: 14px;
  }

  .home-hatiko-promos__rail,
  .home-hatiko-actions__grid,
  .home-hatiko-product-grid,
  .home-hatiko-repair-grid,
  .home-hatiko-store-grid,
  .home-hatiko-review-grid,
  .home-hatiko-proof__grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-hatiko-promos__rail::-webkit-scrollbar,
  .home-hatiko-actions__grid::-webkit-scrollbar,
  .home-hatiko-product-grid::-webkit-scrollbar,
  .home-hatiko-repair-grid::-webkit-scrollbar,
  .home-hatiko-store-grid::-webkit-scrollbar,
  .home-hatiko-review-grid::-webkit-scrollbar,
  .home-hatiko-proof__grid::-webkit-scrollbar {
    display: none;
  }

  .home-hatiko-promo {
    flex: 0 0 min(82vw, 330px);
    height: 388px;
    min-height: 388px;
    padding: 28px 22px;
    scroll-snap-align: start;
  }

  .home-hatiko-promo strong {
    font-size: 32px;
  }

  .home-hatiko-promo img {
    right: 2px;
    bottom: -6px;
    width: 58%;
    height: 56%;
    max-width: 216px;
    max-height: 214px;
  }

  .home-hatiko-actions__grid,
  .home-hatiko-proof__grid,
  .home-hatiko-store-grid {
    grid-template-columns: 1fr;
  }

  .home-hatiko-action {
    flex: 0 0 264px;
    min-height: 84px;
    scroll-snap-align: start;
  }

  .home-hatiko-product {
    flex: 0 0 168px;
    min-height: 268px;
    scroll-snap-align: start;
  }

  .home-hatiko-product img {
    height: 132px;
  }

  .home-hatiko-service__lead {
    min-height: 0;
    padding: 22px;
  }

  .home-hatiko-service__head {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .home-hatiko-service__head h2 {
    font-size: 24px;
  }

  .home-hatiko-service__head p {
    font-size: 14px;
  }

  .home-hatiko-service__head .home-hatiko-button {
    width: 100%;
    min-height: 40px;
  }

  .home-hatiko-service-benefits {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home-hatiko-service-benefits::-webkit-scrollbar {
    display: none;
  }

  .home-hatiko-service-benefit {
    flex: 0 0 236px;
    min-height: 70px;
    scroll-snap-align: start;
  }

  .home-hatiko-service__layout,
  .home-hatiko-trade__box {
    grid-template-columns: 1fr;
  }

  .home-hatiko-repair {
    flex: 0 0 152px;
    min-height: 240px;
    scroll-snap-align: start;
  }

  .home-hatiko-repair img {
    height: 96px;
  }

  .home-hatiko-repair--service {
    flex: 0 0 222px;
    min-height: 306px;
  }

  .home-hatiko-repair__media {
    height: 136px;
  }

  .home-hatiko-repair--service .home-hatiko-repair__media img {
    max-width: 120px;
    height: 96px;
  }

  .home-hatiko-repair--service strong {
    min-height: 38px;
    font-size: 14px;
  }

  .home-hatiko-repair--service em {
    font-size: 18px;
  }

  .home-hatiko-trade__box {
    padding: 22px;
  }

  .home-hatiko-trade__box ol {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-hatiko-trade__box ol::-webkit-scrollbar {
    display: none;
  }

  .home-hatiko-trade__box li {
    flex: 0 0 238px;
    scroll-snap-align: start;
  }

  .home-hatiko-store {
    flex: 0 0 296px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    scroll-snap-align: start;
  }

  .home-hatiko-store img {
    width: 112px;
    height: 94px;
  }

  .home-hatiko-review {
    flex: 0 0 296px;
    min-height: 172px;
    padding: 16px;
    scroll-snap-align: start;
  }

  .home-hatiko-proof__grid div {
    flex: 0 0 252px;
    min-height: 86px;
    scroll-snap-align: start;
  }

  .novotech-footer {
    margin-top: 18px;
    padding-top: 18px;
  }

  .novotech-footer-cta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .novotech-footer-cta strong {
    font-size: 20px;
  }

  .novotech-footer-cta__actions {
    justify-content: stretch;
  }

  .novotech-footer-cta__actions .novotech-button--primary {
    flex: 1 1 auto;
  }

  .novotech-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
    padding: 20px 0 16px;
  }

  .novotech-footer-brand,
  .novotech-footer-contacts {
    grid-column: 1 / -1;
  }

  .footer__copyright {
    display: grid !important;
    justify-content: stretch;
    gap: 8px;
    padding-bottom: 18px !important;
  }

  .footer__copyright ul {
    justify-content: flex-start;
  }

  .novotech-mobile-tabbar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    height: 64px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(19, 32, 51, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(19, 32, 51, 0.18);
    backdrop-filter: blur(14px);
  }

  .novotech-mobile-tabbar a {
    min-width: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    border-radius: 12px;
    color: var(--home-text) !important;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none !important;
  }

  .novotech-mobile-tabbar a:first-child {
    background: #eef6ff;
    color: var(--home-blue) !important;
  }

  .novotech-mobile-tabbar svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.novotech-site {
    padding-bottom: 0;
  }

  .novotech-mobile-tabbar {
    display: none;
  }
}

@media (max-width: 520px) {
  .novotech-footer {
    padding-top: 12px;
  }

  .novotech-footer-cta {
    gap: 10px;
    padding: 14px;
  }

  .novotech-footer-cta strong {
    font-size: 18px;
  }

  .novotech-footer-cta span {
    display: none;
  }

  .novotech-footer-cta__actions {
    flex-direction: row !important;
    justify-content: center;
  }

  .novotech-footer-cta__actions .novotech-button--primary {
    flex: 0 0 auto;
  }

  .home-hatiko-section-head {
    align-items: start;
  }

  .home-hatiko-section-head h2,
  .home-hatiko-service__lead h2,
  .home-hatiko-trade__box h2 {
    font-size: 26px;
  }

  .home-hatiko-store {
    grid-template-columns: 1fr;
  }

  .home-hatiko-store img {
    width: 100%;
    height: 158px;
  }

  .novotech-footer-grid {
    display: block;
    padding: 10px 0;
  }

  .novotech-footer-brand {
    padding: 10px 0;
  }

  .footer-novotech-logo {
    margin-bottom: 6px;
    font-size: 26px !important;
  }

  .novotech-footer-brand p {
    display: none;
  }

  .novotech-footer-socials {
    margin-top: 8px;
  }

  .novotech-footer-column,
  .novotech-footer-contacts {
    display: none;
  }

  .novotech-footer-column,
  .novotech-footer-contacts {
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(19, 32, 51, 0.08);
    border-radius: 8px;
    background: #f7f9fc;
  }

  .novotech-footer-column strong,
  .novotech-footer-contacts strong {
    font-size: 13px;
  }

  .novotech-footer-column a,
  .novotech-footer-contacts a,
  .novotech-footer-contacts span {
    font-size: 12px;
    line-height: 1.25;
  }

  .novotech-footer-contacts > span,
  .novotech-footer-contacts > a[href^="mailto:"],
  .novotech-footer-contacts > a[href*="vk.ru"] {
    display: none;
  }

  .novotech-footer-addresses {
    display: none;
  }

  .footer__copyright {
    min-height: 0;
    gap: 6px;
    padding: 10px 0 14px !important;
    font-size: 10px;
  }

  .footer__copyright--right {
    display: none;
  }

  .footer__copyright ul {
    gap: 4px 10px;
  }
}

/* Novotech 2026 chapter 2: designer visual assets for the home hero rail. */
.home-hatiko-promos__rail {
  grid-template-columns: minmax(390px, 1.48fr) repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.home-hatiko-promo--photo {
  min-height: 374px;
  padding: 28px 24px;
  background: #10284b;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow:
    0 22px 46px rgba(10, 28, 50, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.home-hatiko-promo--photo::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 22, 45, 0.88) 0%, rgba(5, 32, 66, 0.68) 40%, rgba(5, 32, 66, 0.2) 72%, rgba(5, 32, 66, 0.06) 100%),
    radial-gradient(circle at 18% 16%, rgba(8, 117, 223, 0.36), transparent 34%);
}

.home-hatiko-promo--photo::after {
  left: 24px;
  right: auto;
  bottom: 24px;
  z-index: 1;
  width: 86px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-blue), var(--home-green));
  box-shadow: 0 0 22px rgba(142, 228, 58, 0.34);
}

.home-hatiko-promo--photo span,
.home-hatiko-promo--photo strong,
.home-hatiko-promo--photo em {
  text-shadow: 0 12px 30px rgba(2, 14, 30, 0.28);
}

.home-hatiko-promo--photo span {
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-hatiko-promo--photo strong {
  max-width: 265px;
  margin-top: 20px;
  font-size: clamp(25px, 1.75vw, 32px);
  line-height: 1.02;
}

.home-hatiko-promo--photo em {
  max-width: 246px;
  color: rgba(255, 255, 255, 0.9);
}

.home-hatiko-promo--photo img {
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: scale(1.01);
  transition: transform 0.24s ease;
}

.home-hatiko-promo--photo:hover img {
  transform: scale(1.045);
}

.home-hatiko-promo--photo.home-hatiko-promo--wide {
  min-height: 392px;
  padding: 34px 32px;
}

.home-hatiko-promo--photo.home-hatiko-promo--wide strong {
  max-width: 382px;
  font-size: clamp(34px, 2.75vw, 48px);
  line-height: 0.98;
}

.home-hatiko-promo--photo.home-hatiko-promo--wide em {
  max-width: 346px;
  font-size: 16px;
}

@media (max-width: 1240px) {
  .home-hatiko-promo--photo {
    flex: 0 0 330px;
    min-height: 378px;
  }

  .home-hatiko-promo--photo.home-hatiko-promo--wide {
    flex-basis: min(86vw, 460px);
  }
}

@media (max-width: 640px) {
  .home-hatiko-promo--photo {
    flex-basis: min(82vw, 330px);
    height: 388px;
    min-height: 388px;
    padding: 26px 20px;
  }

  .home-hatiko-promo--photo::before {
    background:
      linear-gradient(180deg, rgba(5, 22, 45, 0.9) 0%, rgba(5, 32, 66, 0.62) 46%, rgba(5, 32, 66, 0.18) 100%),
      radial-gradient(circle at 22% 12%, rgba(8, 117, 223, 0.34), transparent 38%);
  }

  .home-hatiko-promo--photo::after {
    left: 20px;
    bottom: 20px;
    width: 74px;
  }

  .home-hatiko-promo--photo strong {
    max-width: 248px;
    font-size: 30px;
  }

  .home-hatiko-promo--photo em {
    max-width: 238px;
    font-size: 14px;
  }

  .home-hatiko-promo--photo.home-hatiko-promo--wide {
    flex-basis: min(88vw, 360px);
    padding: 28px 22px;
  }

  .home-hatiko-promo--photo.home-hatiko-promo--wide strong {
    max-width: 286px;
    font-size: 36px;
  }

  .home-hatiko-promo--photo img {
    object-position: 60% center;
  }
}
