:root {
  --c-primary: #0047AB;
  --c-dark: #041E50;
  --c-text: #1A2B3C;
  --c-muted: #5B6E80;
  --c-surface: #F3F6F9;
  --c-on-primary: #FFFFFF;
  --wrap: 1180px;
  --r: 16px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  color: var(--c-text);
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 12px; background: #fff; padding: 8px; z-index: 99; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.center { text-align: center; margin-top: 32px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--c-primary); color: var(--c-on-primary); font-weight: 700;
  text-decoration: none; text-transform: uppercase; letter-spacing: .03em;
  padding: 14px 26px; border: 0; border-radius: 4px; cursor: pointer;
  font-size: 13px; transition: transform .15s, filter .15s, background .15s;
}
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn--ghost { background: transparent; border: 2px solid var(--c-dark); color: var(--c-dark); }
.btn--header { white-space: nowrap; font-size: 11px; padding: 12px 16px; }

.topbar {
  background: var(--c-topbar, #f5f5f5);
  color: var(--c-topbar-text, #1A2B3C);
  font-size: 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.topbar__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  gap: 12px;
}
.topbar__factories {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.topbar__factories-label {
  color: var(--c-topbar-muted, #5B6E80);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .01em;
  white-space: nowrap;
  flex-shrink: 0;
}
.topbar__factories-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  min-width: 0;
}
.topbar__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  text-decoration: none;
  flex-shrink: 0;
  opacity: .92;
  transition: opacity .15s ease;
}
.topbar__brand:hover { opacity: 1; }
.topbar__brand img {
  max-height: 16px;
  max-width: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.topbar__brand--electrolux,
.topbar__brand--continental {
  height: 24px;
}
.topbar__brand--electrolux img,
.topbar__brand--continental img {
  max-height: 22px;
  max-width: 78px;
}
.topbar__right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  margin-left: auto;
}
.topbar__contacts { display: flex; flex-wrap: nowrap; align-items: center; gap: 10px 14px; }
.topbar__phone, .topbar__wa {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 12px;
}
.topbar__phone .ico, .topbar__wa .ico { flex-shrink: 0; }
.topbar__wa .ico { color: #25D366; }
.topbar__social { display: flex; gap: 12px; align-items: center; }
.topbar__social a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: .9;
}
.topbar__social a:hover { color: var(--c-primary); opacity: 1; }
.topbar__social .ico { flex-shrink: 0; }

.header { background: #fff; position: sticky; top: 0; z-index: 40; box-shadow: 0 1px 0 rgba(4,30,80,.08); }
.header.is-scrolled { box-shadow: 0 8px 24px rgba(4,30,80,.08); }
.header__in { display: flex; align-items: center; gap: 20px; min-height: 88px; }
.header__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  flex-shrink: 0;
}
.header__cta .btn--header {
  width: 100%;
  text-align: center;
}
.header__social {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.header__social a {
  color: var(--c-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: .9;
}
.header__social a:hover { color: var(--c-primary); opacity: 1; }
.header__social .ico { flex-shrink: 0; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 22px; letter-spacing: -.03em; color: var(--c-dark); }
.logo img { height: 52px; width: auto; }
.logo__mark { color: #fff; background: var(--c-dark); width: 40px; height: 40px; border-radius: 8px; display: grid; place-items: center; }
.logo__mark svg { color: #fff; }
.nav { margin-left: auto; }
.nav__list { display: flex; gap: 8px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav__list > li > a { text-decoration: none; font-weight: 700; font-size: 13px; padding: 10px 12px; display: block; color: var(--c-dark); }
.nav__list > li > a:hover, .nav__list > li > a.is-active { color: var(--c-primary); }
.has-mega { position: relative; }
.mega {
  display: none; position: absolute; top: 100%; left: 0; background: #fff;
  min-width: 640px; padding: 22px; box-shadow: 0 18px 50px rgba(4,30,80,.12);
  border-radius: 12px; grid-template-columns: repeat(3, 1fr); gap: 18px; z-index: 5;
  border: 1px solid #e6edf4;
}
.has-mega:hover .mega, .has-mega:focus-within .mega { display: grid; }
.mega--brands { min-width: 280px; grid-template-columns: 1fr 1fr; }
.mega a { display: block; text-decoration: none; font-size: 13px; padding: 4px 0; color: #334155; }
.mega__title { font-weight: 800 !important; color: var(--c-dark) !important; margin-bottom: 6px; }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; background: var(--c-dark); margin: 7px 8px; }

.hero { padding: 72px 0 56px; background: linear-gradient(180deg, #fff 0%, var(--c-surface) 100%); }
.hero__in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.12; margin: 0 0 18px; letter-spacing: -.03em; color: var(--c-dark); }
.hero p { color: var(--c-muted); font-size: 16px; max-width: 540px; }
.hero__illustration, .card-svc__ph {
  background: var(--c-dark); color: #fff; border-radius: var(--r);
  min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 32px;
}
.hero__illustration strong { color: #fff; font-size: 18px; }
.hero__illustration span { color: #9fb4d0; font-size: 13px; }
.hero__art img { border-radius: var(--r); width: 100%; object-fit: cover; max-height: 420px; }

.hero-banner {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, var(--c-surface) 100%);
  padding: 0 0 28px;
  overflow: hidden;
}
.hero-banner__viewport { position: relative; min-height: 420px; }
.hero-banner__slide {
  display: none;
  text-decoration: none;
  color: inherit;
  padding: 56px 0 28px;
  position: relative;
}
.hero-banner__full-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-banner__actions,
.hero-banner__nav {
  position: relative;
  z-index: 2;
}
.hero-banner__actions a { position: relative; z-index: 2; }
.hero-banner__slide.is-active {
  display: block;
  animation: bannerIn .45s ease;
}
@keyframes bannerIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.hero-banner__in {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}
.hero-banner__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-primary);
  background: rgba(0,71,171,.08);
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 14px;
}
.hero-banner__title {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -.03em;
  color: var(--c-dark);
}
.hero-banner__text {
  color: var(--c-muted);
  font-size: 16px;
  max-width: 540px;
  margin: 0 0 22px;
  line-height: 1.55;
}
.hero-banner__actions { display: inline-flex; gap: 12px; }
.hero-banner__media {
  border-radius: var(--r);
  overflow: hidden;
  max-height: 380px;
  aspect-ratio: 4 / 3;
  background: #e8eef6;
  box-shadow: 0 16px 40px rgba(4,30,80,.12);
}
.hero-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  will-change: transform;
}
.hero-banner__art .hero__illustration { min-height: 300px; }
.hero-banner__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}
.hero-banner__dots { display: flex; gap: 8px; align-items: center; }
.hero-banner__dot {
  width: 10px; height: 10px; border-radius: 50%;
  border: 0; padding: 0; cursor: pointer;
  background: #c5d0dc;
  transition: background .2s ease, transform .2s ease;
}
.hero-banner__dot.is-active { background: var(--c-primary); transform: scale(1.15); }
.hero-banner__arrow {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid #d5e0ec; background: #fff;
  color: var(--c-dark); font-size: 22px; line-height: 1;
  cursor: pointer; display: grid; place-items: center;
}
.hero-banner__arrow:hover { border-color: var(--c-primary); color: var(--c-primary); }

.brands-strip { padding: 28px 0 8px; overflow: hidden; }
.brands-strip__kicker { text-align: center; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 22px; color: var(--c-dark); }

.group-strip { padding: 12px 0 40px; }
.group-strip__kicker {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 18px;
  color: var(--c-dark);
}
.group-strip__grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  max-width: 100%;
}
.group-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 0 240px;
  width: 240px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 26px 22px 22px;
  border: 1px solid #e6edf4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(4, 30, 80, .04);
  text-align: center;
  min-height: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.group-chip:hover {
  border-color: #c9d8e8;
  box-shadow: 0 10px 24px rgba(4, 30, 80, .07);
}
.group-chip__logo {
  width: 100%;
  height: 64px;
  display: grid;
  place-items: center;
}
.group-chip__logo img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.group-chip__name {
  font-size: 15px;
  font-weight: 800;
  color: var(--c-primary);
  line-height: 1.25;
}
.group-chip__blurb {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-muted);
  line-height: 1.45;
  max-width: 26ch;
}
.group-chip__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 2px;
}
.group-chip__social a {
  color: var(--c-muted);
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.group-chip__social a:hover {
  color: var(--c-primary);
  background: rgba(0, 71, 171, .06);
}
.group-chip__site {
  width: auto !important;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.brands-strip__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 40px, #000 calc(100% - 40px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 40px, #000 calc(100% - 40px), transparent);
}
.brands-strip__track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  padding: 4px 0;
}
.brand-chip {
  flex: 0 0 200px;
  width: 200px;
  height: 104px;
  box-sizing: border-box;
  border: 1px solid #e6edf4;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  background: #fff;
  box-shadow: 0 8px 20px rgba(4,30,80,.04);
  color: var(--brand, var(--c-dark));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.brand-chip__frame {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: filter .25s ease, opacity .25s ease;
}
.brand-chip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.brand-chip__name {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-chip:hover {
  background: #eceff2;
  border-color: #d4d9de;
  box-shadow: none;
}
.brand-chip:hover .brand-chip__frame {
  filter: grayscale(1);
  opacity: .42;
}

.block { padding: 72px 0; }
.block--dark { background: var(--c-dark); color: #fff; }
.block__title { font-size: clamp(22px, 3vw, 34px); text-transform: uppercase; letter-spacing: .02em; margin: 0 0 12px; text-align: center; }
.block__title--dark { color: var(--c-dark); }
.block__lead { text-align: center; max-width: 760px; margin: 0 auto 40px; color: #c5d4e8; }
.block__lead--dark { color: var(--c-muted); }

.cards { display: grid; gap: 24px; }
.cards--1 { grid-template-columns: 1fr; }
.cards--2 { grid-template-columns: 1fr 1fr; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.card-svc a { text-decoration: none; color: inherit; display: block; }
.card-svc h3 { font-size: 22px; margin: 16px 0 8px; }
.card-svc p { color: #c8c8c8; font-size: 14px; min-height: 66px; }
.card-svc--light p { color: var(--c-muted); }
.card-svc__media img, .card-post__media img {
  width: 100%; height: 220px; object-fit: cover; border-radius: var(--r);
}
.card-svc__ph { min-height: 220px; }
.more { font-weight: 800; color: var(--c-primary); text-transform: uppercase; font-size: 13px; }
.block--dark .more { color: #9fd0ff; }

.corporate { background: var(--c-dark); color: #fff; padding: 72px 0; }
.corporate__in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.corporate h2 { font-size: clamp(24px, 3vw, 36px); text-transform: uppercase; margin-top: 0; }
.corporate ul { list-style: none; padding: 0; }
.corporate li { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0; }
.corporate li svg { color: #9fd0ff; flex-shrink: 0; }
.corporate__art img, .hero__illustration--corp { border-radius: var(--r); min-height: 280px; }

.reviews { padding: 72px 0; background: var(--c-surface); overflow: hidden; }

.warranty { padding: 72px 0 40px; background: #fff; }
.warranty__kicker {
  text-align: center; margin: 0 0 8px; font-weight: 800; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--c-primary);
}
.warranty .block__title { text-align: center; margin-bottom: 12px; }
.warranty .block__lead { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.warranty__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.warranty-card {
  background: var(--c-surface);
  border: 1px solid #e6edf4;
  border-radius: 16px;
  padding: 22px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(4,30,80,.04);
  border-top: 3px solid var(--insurer, var(--c-primary));
}
.warranty-card__logo {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid #eef2f7;
}
.warranty-card__logo img {
  max-height: 36px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.warranty-card__logo strong {
  color: var(--insurer, var(--c-dark));
  font-size: 18px;
  letter-spacing: .04em;
}
.warranty-card h3 {
  margin: 4px 0 0;
  font-size: 18px;
  color: var(--c-dark);
}
.warranty-card > p {
  margin: 0;
  color: var(--c-muted);
  font-size: 14px;
  line-height: 1.45;
  flex: 1;
}
.warranty-card__more {
  margin-top: 4px;
  border-top: 1px solid #e6edf4;
  padding-top: 8px;
}
.warranty-card__more summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  color: var(--c-primary);
  list-style: none;
}
.warranty-card__more summary::-webkit-details-marker { display: none; }
.warranty-card__more p {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--c-muted);
  line-height: 1.5;
}
.warranty__lines {
  margin-top: 40px;
  background: var(--c-dark);
  color: #fff;
  border-radius: 18px;
  padding: 28px 28px 24px;
}
.warranty__lines h3 {
  margin: 0 0 16px;
  font-size: 18px;
  color: #fff;
}
.warranty__lines ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
.warranty__lines li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #e8eef6;
}
.warranty__lines li svg { color: #9fd0ff; flex-shrink: 0; margin-top: 2px; }
.warranty__cta { margin-top: 28px; }
.reviews__head { text-align: center; margin-bottom: 28px; }
.reviews__head strong { font-size: 22px; display: block; color: var(--c-dark); }
.stars { color: #F5B400; letter-spacing: 2px; }
.reviews__viewport {
  overflow: hidden;
  margin: 0 -8px 8px;
  mask-image: linear-gradient(90deg, transparent, #000 32px, #000 calc(100% - 32px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 32px, #000 calc(100% - 32px), transparent);
}
.reviews__track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}
.reviews__track::-webkit-scrollbar { display: none; }
.review {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  min-height: 220px;
  width: min(320px, 78vw);
  flex: 0 0 min(320px, 78vw);
  border: 1px solid #e6edf4;
  cursor: default;
}
.review__top { display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center; margin-bottom: 10px; }
.review__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--c-dark); color: #fff; display: grid; place-items: center; font-weight: 800; }
.review time { display: block; font-size: 12px; color: var(--c-muted); }

.why { padding: 72px 0; background: #fff; text-align: center; }
.why h2 { font-size: clamp(24px, 3vw, 36px); text-transform: uppercase; color: var(--c-dark); }
.why > .wrap > p { max-width: 720px; margin: 0 auto 40px; color: var(--c-muted); }
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.why__ico {
  width: 64px; height: 64px; border-radius: 50%; background: var(--c-primary);
  display: grid; place-items: center; margin: 0 auto 12px; color: var(--c-on-primary);
}
.why h3 { font-size: 18px; margin: 0 0 8px; color: var(--c-dark); }
.why__grid article p { color: var(--c-muted); margin: 0; }

.about-teaser { padding: 72px 0; background: var(--c-surface); }
.about-teaser__in { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.about-teaser h2 { font-size: clamp(24px, 3vw, 36px); text-transform: uppercase; color: var(--c-dark); }
.about-teaser__art { min-width: 0; }
.about-teaser__img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: var(--r);
  box-shadow: 0 16px 40px rgba(4, 30, 80, .1);
  background: #fff;
}

.blog-home { padding: 72px 0; }
.card-post a { text-decoration: none; color: inherit; }
.card-post time { font-size: 12px; color: var(--c-muted); display: block; margin: 12px 0 6px; }
.card-post h3 { margin: 0 0 8px; font-size: 18px; color: var(--c-dark); }
.card-post p { color: var(--c-muted); font-size: 14px; }

.cta { background: var(--c-dark); color: #fff; padding: 64px 0; }
.cta__in { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; }
.cta h2 { font-size: clamp(22px, 3vw, 34px); text-transform: uppercase; margin-top: 0; }
.cta p { color: #c5d4e8; }
.cta__art { color: #9fd0ff; display: grid; place-items: center; min-width: 0; }
.cta-slider {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}
.cta-slider__viewport {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.cta-slider__slide {
  display: none;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cta-slider__slide.is-active {
  display: block;
  position: relative;
  animation: ctaFade .45s ease;
}
@keyframes ctaFade {
  from { opacity: 0; transform: scale(1.02); }
  to { opacity: 1; transform: none; }
}
.cta-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta-slider__slide figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(transparent, rgba(4,30,80,.82));
  color: #fff;
}
.cta-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.cta-slider__dot {
  width: 9px; height: 9px; border-radius: 50%;
  border: 0; padding: 0; cursor: pointer;
  background: rgba(255,255,255,.35);
  transition: background .2s ease, transform .2s ease;
}
.cta-slider__dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.footer { background: var(--c-dark); color: #d5deea; padding: 56px 0 0; font-size: 14px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 40px; }
.footer h3 { color: #fff; font-size: 15px; text-transform: uppercase; }
.footer a { display: block; color: #c5d4e8; text-decoration: none; margin: 6px 0; }
.footer a:hover { color: #fff; }
.footer__heading { display: flex; align-items: center; gap: 8px; }
.footer__heading--gap { margin-top: 18px; }
.footer__heading .ico { flex-shrink: 0; color: #9fd0ff; }
.footer__link-ico { display: flex !important; align-items: center; gap: 10px; }
.footer__link-ico .ico { flex-shrink: 0; color: #25D366; }
.footer__tel .ico { color: #9fd0ff; }
.footer__wa { color: #fff !important; font-weight: 800; font-size: 18px; }
.footer__wa .ico { color: #25D366; }
.footer__copy { border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0; font-size: 12px; color: #9aabc0; }
.footer .logo { color: #fff; margin-bottom: 12px; }
.footer__social-title { margin: 18px 0 10px; font-weight: 700; color: #fff; text-transform: none; font-size: 14px; letter-spacing: 0; }
.footer__social { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.footer__social a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}
.footer__social a:hover { background: rgba(255,255,255,.12); color: #fff; }
.footer__social .ico { flex-shrink: 0; color: #9fd0ff; }

.wa-float {
  position: fixed; right: 18px; bottom: 18px; width: 56px; height: 56px;
  background: #25D366; color: #fff; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.25); z-index: 50;
}

.page-hero { background: var(--c-dark); color: #fff; padding: 56px 0 40px; }
.page-hero h1 { font-size: clamp(28px, 4vw, 44px); margin: 8px 0 12px; line-height: 1.15; }
.page-hero p { color: #c5d4e8; max-width: 680px; }
.crumb, .crumb a { color: #9fd0ff; text-decoration: none; font-size: 13px; font-weight: 700; }
.page-body { padding: 48px 0 64px; }
.page-body--process { padding-bottom: 24px; }
.page-body__grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 36px; }
.page-body__with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}
.page-body__media img {
  width: 100%;
  border-radius: var(--r);
  object-fit: cover;
  max-height: 480px;
  box-shadow: 0 16px 40px rgba(4, 30, 80, .1);
}
.rich { font-size: 16px; line-height: 1.65; }
.rich h2 { font-size: 26px; color: var(--c-dark); margin: 28px 0 12px; }
.rich p { margin: 0 0 14px; color: var(--c-text); }
.rich img, .lead-img { border-radius: var(--r); margin: 12px 0; }
.checks { list-style: none; padding: 0; }
.checks li { display: flex; gap: 8px; align-items: center; margin: 8px 0; }
.checks svg { color: var(--c-primary); }
.side-cta__box { background: var(--c-dark); color: #fff; padding: 28px; border-radius: var(--r); position: sticky; top: 110px; }
.side-cta__box svg { color: #9fd0ff; }

.models { padding: 0 0 64px; }
.models h2 { text-align: center; color: var(--c-dark); }
.models__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.models__grid article { background: var(--c-surface); border-radius: 14px; padding: 18px; text-align: center; }
.models__grid h3 { margin: 0; font-size: 15px; }

.steps { padding: 8px 0 72px; }
.steps__title {
  text-align: center;
  color: var(--c-dark);
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 28px;
}
.steps__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.steps__card {
  background: var(--c-surface);
  border: 1px solid #e6edf4;
  border-radius: 16px;
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 100%;
  box-shadow: 0 8px 20px rgba(4,30,80,.04);
}
.steps__n {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-primary); color: var(--c-on-primary);
  display: grid; place-items: center; font-weight: 800; font-size: 18px;
}
.steps__card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: var(--c-dark);
  font-weight: 800;
}
.steps__card p {
  margin: 0;
  color: var(--c-muted);
  font-size: 13px;
  line-height: 1.45;
}
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact__list { list-style: none; padding: 0; font-weight: 700; font-size: 18px; }
.contact__list a { color: var(--c-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; margin: 8px 0; }
.contact__wa .ico { color: #25D366; }
.contact__tel .ico { color: var(--c-primary); }
.footer__link-ico span { display: flex; flex-direction: column; gap: 2px; line-height: 1.25; }
.footer__link-ico strong { font-weight: 800; }
.footer__link-ico small { font-size: 12px; font-weight: 600; opacity: .85; color: #9fb4d0; }
.topbar__contacts em { font-style: normal; font-weight: 600; opacity: .7; font-size: 10px; margin-left: 3px; }
.contact__list a span { display: flex; flex-direction: column; gap: 2px; line-height: 1.25; }
.contact__list small { font-size: 13px; font-weight: 600; color: var(--c-muted); }
.form { display: grid; gap: 12px; background: var(--c-surface); padding: 24px; border-radius: var(--r); }
.form label { display: grid; gap: 6px; font-weight: 700; font-size: 13px; }
.form input, .form select, .form textarea {
  border: 1px solid #d5e0ec; border-radius: 8px; padding: 12px; font: inherit;
}
.form__error { color: #b42318; font-weight: 700; margin: 0; }
.form__ok { color: #027a48; font-weight: 700; margin: 0; }
.hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.map { margin-top: 40px; }
.map iframe { width: 100%; height: 360px; border: 0; border-radius: var(--r); }

@media (max-width: 1100px) {
  .warranty__grid { grid-template-columns: repeat(2, 1fr); }
  .steps__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1280px) {
  .topbar__factories-label { display: none; }
}
@media (max-width: 980px) {
  .header__in { flex-wrap: wrap; min-height: 72px; }
  .header__cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav { display: none; width: 100%; }
  .nav.is-open { display: block; }
  .nav__list { flex-direction: column; align-items: stretch; padding-bottom: 16px; }
  .mega, .has-mega:hover .mega { position: static; display: grid; min-width: 0; box-shadow: none; padding: 8px 12px; grid-template-columns: 1fr; }
  .hero__in, .hero-banner__in, .corporate__in, .about-teaser__in, .cta__in, .page-body__grid, .page-body__with-image, .contact__grid, .footer__grid, .why__grid, .cards--2, .cards--3, .models__grid, .warranty__grid, .warranty__lines ul {
    grid-template-columns: 1fr;
  }
  .group-chip {
    flex: 0 0 220px;
    width: 220px;
  }
  .hero__illustration, .hero-banner__art .hero__illustration { min-height: 240px; }
  .hero-banner__viewport { min-height: 0; }
  .hero-banner__slide { padding: 40px 0 16px; }
  .topbar__in { flex-wrap: wrap; justify-content: center; padding: 6px 0; gap: 8px; }
  .topbar__factories { justify-content: center; flex: 1 1 100%; }
  .topbar__right { flex-wrap: wrap; justify-content: center; gap: 10px; margin-left: 0; }
  .topbar__contacts { flex-wrap: wrap; justify-content: center; }
  .topbar__social span { display: none; }
  .steps__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .steps__grid { grid-template-columns: 1fr; }
  .group-chip {
    flex: 0 0 min(280px, 100%);
    width: min(280px, 100%);
  }
}
