/* Landing pages ? layout from Yandex Business, brand ??????????? (#001942 / #F99348) */

.qq-body--landing { background: #f4f5f8; }
.qq-container { max-width: 90rem; margin: 0 auto; padding: 0 1rem; position: relative; z-index: 1; }

.qq-header--landing { position: sticky; top: 0; z-index: 50; }
.qq-nav--landing { padding: 14px 0; gap: .65rem; }
.qq-nav__tel--landing { display: none; }
.qq-nav__call-btn {
  display: none; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem; border-radius: 999px;
  background: var(--orange); color: #fff; flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(249,147,72,.35);
  transition: transform .15s, background .15s;
}
.qq-nav__call-btn:hover { transform: translateY(-1px); background: #e8843a; color: #fff; }
/* Звёзды рейтинга в шапке — жёлтый Яндекса */
.qq-nav__rating .qq-stars svg {
  stroke: #FFCC00;
}
.qq-nav__rating .qq-stars svg[fill]:not([fill="none"]) {
  fill: #FFCC00;
}
.qq-nav__burger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: .15rem;
}
.qq-burger--landing {
  display: inline-flex !important;
  flex-shrink: 0;
  margin-left: 0;
}
.qq-mobile-menu--landing {
  border-top: 1px solid rgba(255,255,255,.1);
  background: var(--navy);
  padding: .35rem 1rem 1rem;
}
.qq-mobile-menu--landing[hidden] { display: none !important; }
.qq-mobile-menu--landing:not([hidden]) { display: block !important; }
.qq-mobile-menu--landing a {
  display: block; padding: .72rem .85rem; border-radius: .65rem;
  font-size: .92rem; font-weight: 600; color: rgba(255,255,255,.85);
}
.qq-mobile-menu--landing a:hover { background: rgba(255,255,255,.08); color: #fff; }
.qq-mobile-menu--landing .qq-mobile-menu__cta {
  margin-bottom: .25rem;
  background: var(--orange);
  color: #fff !important;
  font-weight: 800;
  text-align: center;
}
.qq-mobile-menu--landing .qq-mobile-menu__cta:hover {
  background: #e8843a;
  color: #fff !important;
}
.qq-mobile-menu--landing .qq-mobile-menu__tel {
  margin-top: .35rem; color: var(--orange) !important; font-weight: 800;
}
body.qq-menu-open { overflow: hidden; }
.qq-btn--cta { height: 3rem; border-radius: 1.5rem; padding: 0 1.5rem; }

.qq-nav__socials { display: flex; align-items: center; gap: .35rem; }
.qq-nav__social { display: flex; align-items: center; justify-content: center; opacity: .85; transition: opacity .15s, transform .15s; }
.qq-nav__social:hover { opacity: 1; transform: translateY(-2px); }
.qq-nav__social img { width: 32px; height: 32px; display: block; }
.qq-btn--xl { height: 4rem; border-radius: 1.5rem; padding: 0 2rem; font-size: 1rem; font-weight: 600; }

.qq-landing-hero { position: relative; overflow: hidden; background: var(--navy); min-height: 420px; }
.qq-landing-hero__bg { position: absolute; inset: 0; overflow: hidden; }
.qq-landing-hero__bg-img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
  opacity: .82; transition: opacity .35s ease, transform .6s ease;
}
.qq-landing-hero__bg-img.qq-landing-hero__bg-img--swap { opacity: .2; transform: scale(1.04); }
.qq-landing-hero--modern .qq-landing-hero__overlay {
  background: linear-gradient(105deg,
    rgba(0,25,66,.90) 0%,
    rgba(0,25,66,.72) 38%,
    rgba(0,25,66,.48) 68%,
    rgba(0,25,66,.28) 100%
  );
}
.qq-landing-hero--modern {
  --hero-edge-stripe: 25px;
  --hero-edge-lift: 20px;
  background: #006831;
}
.qq-landing-hero--modern .qq-landing-hero__bg,
.qq-landing-hero--modern .qq-landing-hero__overlay {
  clip-path: none;
  -webkit-clip-path: none;
}
.qq-landing-hero--modern .qq-landing-hero__flag-edge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: calc(var(--hero-edge-stripe) + var(--hero-edge-lift));
  pointer-events: none;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.qq-landing-hero--modern .qq-landing-hero__flag-edge-svg {
  display: block;
  width: 100%;
  height: calc(200% + 4px);
  margin-top: -4px;
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}
.qq-landing-hero--modern .qq-landing-hero__bg-img {
  object-position: center center;
  transform: translateZ(0);
}
.qq-landing-hero--modern::after { display: none; }
.qq-landing-hero--modern .qq-landing-hero__inner {
  padding-bottom: calc(4rem + var(--hero-edge-lift));
}
.qq-landing-hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,25,66,.95) 0%, rgba(0,18,48,.985) 55%, rgba(0,25,66,.93) 100%); }
.qq-landing-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 25px;
  background: linear-gradient(180deg,
    #006831 0%,    #006831 33.3%,
    #fff    33.3%, #fff    66.6%,
    #ce1126 66.6%, #ce1126 100%
  );
}
.qq-landing-hero__inner { padding: 3rem 1rem 4rem; }
.qq-landing-hero__grid { display: grid; gap: 2rem; align-items: center; }
.qq-landing-hero h1 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.15; margin: 0 0 1rem; max-width: 18ch; }
.qq-landing-hero__sub { color: rgba(255,255,255,.72); font-size: .95rem; line-height: 1.65; margin: 0 0 1.75rem; max-width: 52ch; }
.qq-landing-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.qq-landing-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 1.5rem; padding: 1.5rem; }
.qq-landing-card__rating { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.25rem; color: rgba(255,255,255,.7); font-size: .875rem; }
.qq-landing-card__row { display: flex; align-items: center; gap: .75rem; color: rgba(255,255,255,.7); font-size: .875rem; margin-bottom: .75rem; }
.qq-landing-card__row svg { color: var(--orange); flex-shrink: 0; }

.qq-landing-section { padding: 3rem 0; }
.qq-landing-section--muted { background: #E8E8F0; }
.qq-landing-section--dark { background: var(--navy); }
.qq-landing-section--catalog { background: #E8E8F0; border-top: 1px solid var(--border); padding: 3.5rem 0; }
.qq-landing-section--catalog > .qq-container > h2 { margin-bottom: 2.5rem; }
.qq-landing-section__title-light { color: #fff; margin-bottom: 1.5rem; }
.qq-muted-light { color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.6; }

.qq-landing-split { display: grid; gap: 2rem; align-items: center; margin-bottom: 2rem; }
.qq-landing-split__text h2 { margin-bottom: 1rem; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.qq-landing-media { border-radius: 1.5rem; overflow: hidden; box-shadow: 0 12px 32px rgba(0,25,66,.12); }
.qq-landing-media img { width: 100%; height: 280px; object-fit: cover; display: block; }
.qq-landing-media--wide { margin-top: 1.5rem; }
.qq-landing-media--mt { margin-top: 2rem; }
.qq-landing-media--adv {
  margin: 1.75rem auto 0;
  max-width: min(36rem, 92%);
  width: 100%;
  border-radius: 1.15rem;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
  background: rgba(255,255,255,.04);
}
.qq-landing-media--adv img {
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.qq-landing-media--scene {
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,25,66,.18);
}
.qq-landing-media--scene img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 640px) {
  .qq-landing-media--adv {
    max-width: min(22rem, 88%);
  }
  .qq-landing-media--adv img {
    max-height: 180px;
  }
}

.qq-landing-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: .5rem; margin-bottom: 2rem; }
.qq-landing-head h2 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); }

.qq-landing-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; border-radius: 1.5rem; background: rgba(0,25,66,.05); border: 1px solid rgba(0,25,66,.1); margin-top: 1rem; }
.qq-landing-cta p { flex: 1; margin: 0; color: var(--muted); font-size: .9rem; min-width: 200px; }

.qq-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.qq-tag { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: .45rem .9rem; font-size: .8rem; color: var(--navy); font-weight: 600; transition: border-color .2s, box-shadow .2s; }
.qq-tag--icon { display: inline-flex; align-items: center; gap: .45rem; padding: .35rem .95rem .35rem .5rem; }
.qq-tag--icon .qq-brand-icon { width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #E8E8F0; }
.qq-tag--icon:hover { border-color: rgba(249,147,72,.55); box-shadow: 0 6px 16px rgba(0,25,66,.08); }

.qq-fleet { display: grid; gap: .75rem; margin-top: 1rem; }
.qq-fleet__item { background: #fff; border: 1px solid var(--border); border-radius: 1rem; padding: 1rem 1.1rem; font-size: .85rem; line-height: 1.45; color: var(--fg); }
.qq-fleet__item--icon { display: flex; align-items: flex-start; gap: .85rem; }
.qq-fleet__ico { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; flex-shrink: 0; border-radius: .85rem; background: #E8E8F0; }
.qq-fleet__text { flex: 1; min-width: 0; }
.qq-fleet__title { display: inline; font-weight: 800; color: var(--navy); margin-right: .25rem; }

.qq-adv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-bottom: 1.5rem; }
.qq-adv-grid__item {
  display: flex; flex-direction: column; align-items: flex-start;
  min-width: 0;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 1rem; padding: 1rem;
}
.qq-adv-grid__item p { margin: 0; color: rgba(255,255,255,.85); font-size: .875rem; line-height: 1.35; }
.qq-adv-grid__ico {
  width: 3.5rem; height: 3.5rem; border-radius: .95rem; margin-bottom: .85rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(249,147,72,.18); color: var(--orange);
  overflow: hidden; flex-shrink: 0;
}
.qq-adv-grid__ico--brand {
  background: #001942;
  border: 1.5px solid rgba(249,147,72,.55);
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}
.qq-adv-grid__ico--wrench {
  width: 3.75rem;
  height: 3.75rem;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.qq-adv-grid__wrench {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}
.qq-adv-grid__ico .qq-brand-icon,
.qq-adv-grid__ico .qq-brand-icon--pdf {
  width: 2.35rem; height: 2.35rem; max-width: 100%; max-height: 100%;
}
.qq-adv-grid__ico .qq-brand-icon--pdf img {
  width: 100%; height: 100%; object-fit: contain; aspect-ratio: 1; display: block;
}

.qq-zero-deal { border-radius: 1rem; padding: 1.25rem; background: rgba(249,147,72,.15); border: 1.5px solid rgba(249,147,72,.35); color: rgba(255,255,255,.7); margin-top: 1rem; }
.qq-zero-deal__sum { font-size: 1.75rem; font-weight: 900; color: var(--orange); margin-bottom: .25rem; }
.qq-zero-deal-line { margin-top: 1rem; font-size: 1.125rem; font-weight: 700; color: var(--orange); }
.qq-landing-included-label { margin: 1rem 0 .5rem; font-weight: 600; }
.qq-landing-range { margin-top: 1rem; font-weight: 500; }
.qq-zero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.qq-zero-stats__item { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; padding: 1.1rem; }
.qq-zero-stats__val { font-size: 1.4rem; font-weight: 900; color: var(--orange); }
.qq-zero-stats__lbl { font-size: .75rem; color: rgba(255,255,255,.5); margin-top: .25rem; }

/* Yandex-like product cards */
.qq-yandex-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.qq-yandex-card { background: #fff; border-radius: 1.5rem; border: 1px solid var(--border); display: flex; flex-direction: column; transition: box-shadow .2s; }
.qq-yandex-card:hover { box-shadow: 0 16px 36px rgba(0,25,66,.12); }
.qq-yandex-card__photo { height: 200px; overflow: hidden; background: #e8e8f0; border-radius: 1.5rem 1.5rem 0 0; position: relative; }
.qq-yandex-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.qq-yandex-card:hover .qq-yandex-card__photo img { transform: scale(1.04); }
.qq-yandex-card__under {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: .45rem .75rem 0;
  background: #fff;
}
.qq-yandex-card__burger {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(0,25,66,.14);
  border-radius: .7rem;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0,25,66,.08);
  transition: border-color .2s, background .2s, transform .15s;
}
.qq-yandex-card__burger span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
}
.qq-yandex-card__burger:hover {
  border-color: var(--orange);
  background: rgba(249,147,72,.08);
  transform: translateY(-1px);
}
.qq-yandex-card__burger:hover span { background: var(--orange); }
.qq-yandex-card__body { padding: .75rem 1.15rem 1.25rem; display: flex; flex-direction: column; flex: 1; gap: .55rem; }
.qq-yandex-card__body h3 { margin: 0; font-size: .95rem; line-height: 1.3; color: var(--navy); min-height: 2.6em; }
.qq-yandex-card__body p { margin: 0; font-size: .8rem; color: var(--muted); line-height: 1.45; flex: 1; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.qq-yandex-card__price { font-size: .9rem; font-weight: 800; color: var(--navy); letter-spacing: .01em; }
.qq-yandex-card.is-hidden { display: none; }

.qq-catalog-pager {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: .45rem; margin-top: 1.75rem;
}
.qq-catalog-pager__page,
.qq-catalog-pager__nav {
  min-width: 2.5rem; height: 2.5rem; padding: 0 .7rem;
  border: 1px solid var(--border); border-radius: .85rem;
  background: #fff; color: var(--navy);
  font-weight: 700; font-size: .875rem; cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .18s ease;
  box-shadow: 0 1px 3px rgba(0, 25, 66, .08);
}
.qq-catalog-pager__page:hover,
.qq-catalog-pager__nav:hover:not(:disabled) {
  border-color: var(--orange); color: var(--orange);
  transform: translateY(-1px);
}
.qq-catalog-pager__page.is-active {
  background: var(--navy); color: #fff; border-color: var(--navy);
  box-shadow: 0 2px 8px rgba(0, 25, 66, .2);
}
.qq-catalog-pager__nav:disabled {
  opacity: .35; cursor: default; transform: none;
}
.qq-yandex-card__btn {
  width: 100%; border: 0; border-radius: 1rem; padding: .75rem;
  background: var(--navy); color: #fff;
  font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em;
  margin-top: .35rem; cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 25, 66, .16), 0 1px 2px rgba(0, 25, 66, .1);
  transition: background .28s ease, box-shadow .28s ease, transform .22s ease;
}
.qq-yandex-card__btn:hover {
  background: var(--orange);
  box-shadow: 0 4px 10px rgba(249, 147, 72, .28), 0 1px 3px rgba(0, 25, 66, .12);
  transform: translateY(-1px);
}
.qq-yandex-card__btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 25, 66, .18);
}

.qq-reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 1.5rem; }
.qq-review-card { background: #fff; border: 1px solid var(--border); border-radius: 1.5rem; padding: 1.25rem; }
.qq-review-card__top { display: flex; align-items: center; gap: .75rem; margin-bottom: .75rem; }
.qq-review-card__avatar {
  width: 3rem; height: 3rem; border-radius: 999px; object-fit: cover;
  flex-shrink: 0; background: #E8E8F0;
}
.qq-review-card__meta { min-width: 0; flex: 1; }
.qq-review-card__name { font-weight: 700; font-size: .875rem; color: var(--navy); }
.qq-review-card__meta-row { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; margin-top: .2rem; }
.qq-review-card__date { font-size: .7rem; color: var(--muted); }
.qq-review-card p { margin: 0; font-size: .875rem; color: var(--muted); line-height: 1.55; }

.qq-contacts-simple { text-align: center; padding: 1rem 0 2rem; }
.qq-contacts-simple h2 { margin-bottom: .75rem; }
.qq-contacts-simple__phone { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-size: 1.25rem; font-weight: 900; margin: .75rem 0 1rem; }

.qq-contacts-find {
  display: grid; grid-template-columns: 1fr; gap: 1.25rem;
  background: #fff; border: 1px solid var(--border); border-radius: 1.5rem;
  padding: 1.35rem 1.25rem 1.4rem;
}
.qq-contacts-find h2 { margin: 0 0 1rem; }
.qq-contacts-find__addr {
  display: flex; align-items: flex-start; gap: .55rem;
  margin: 0 0 .85rem; color: var(--navy); font-size: .95rem; line-height: 1.4;
}
.qq-contacts-find__addr svg { flex-shrink: 0; margin-top: .15rem; color: var(--orange); }
.qq-contacts-find__hours { margin: 0 0 1rem; }
.qq-contacts-find__hours summary {
  display: inline-flex; align-items: center; gap: .45rem;
  cursor: pointer; list-style: none; color: var(--navy); font-weight: 700; font-size: .9rem;
}
.qq-contacts-find__hours summary::-webkit-details-marker { display: none; }
.qq-contacts-find__hours-ico { color: var(--orange); font-size: 1rem; line-height: 1; }
.qq-contacts-find__hours ul {
  margin: .65rem 0 0; padding: 0; list-style: none;
  display: grid; gap: .35rem; max-width: 16rem;
}
.qq-contacts-find__hours li {
  display: flex; justify-content: space-between; gap: 1rem;
  font-size: .85rem; color: var(--muted);
}
.qq-contacts-find__hours li strong { color: var(--navy); font-weight: 700; }
.qq-contacts-find .qq-contacts-simple__phone { justify-content: flex-start; margin: .25rem 0 1rem; }
.qq-contacts-find__actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.qq-contacts-find__map {
  border-radius: 1.15rem; overflow: hidden; border: 1px solid var(--border);
  min-height: 260px; background: #E8E8F0;
}
.qq-contacts-find__map iframe {
  display: block; width: 100%; height: 280px; border: 0;
}

.qq-footer--landing { margin-top: 0; }
.qq-footer__copy--single { justify-content: center; text-align: center; }

/* Hero modern (/arenda/, /kmu/) ? ????? ???? ??? ??????? + ????? */
.qq-landing-hero--modern .qq-landing-hero__grid--modern { align-items: start; }
.qq-landing-hero__main h1 { max-width: none; }

.qq-hero-founded {
  margin: .55rem 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: rgba(255,255,255,.58);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.4;
}
.qq-hero-founded__mark,
.qq-hero-founded__label,
.qq-hero-founded__year { display: none; }
.qq-landing-hero__compact {
  max-width: 22rem;
  width: 100%;
  margin-top: 1rem;
}
.qq-landing-hero__sub {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}
.qq-landing-hero--modern .qq-landing-hero__sub {
  position: relative;
  padding-bottom: 1.1rem;
}
.qq-landing-hero--modern .qq-landing-hero__sub::after {
  content: "";
  display: block;
  width: 50%;
  max-width: 26ch;
  height: 1px;
  margin: 1rem auto 0 0;
  background: linear-gradient(90deg, rgba(249,147,72,.85), rgba(249,147,72,.35));
}
.qq-landing-hero__meta {
  padding: .35rem 0 .85rem;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.qq-landing-hero__compact .qq-landing-hero__actions {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.qq-landing-hero__compact .qq-btn--block { width: 100%; justify-content: center; min-height: 2.65rem; font-size: .8125rem; }
.qq-landing-hero__meta-rating {
  display: flex; align-items: center; gap: .45rem; flex-wrap: wrap;
  color: rgba(255,255,255,.75); font-size: .8125rem; margin-bottom: .55rem;
  text-decoration: none;
  cursor: pointer;
  transition: color .15s ease;
}
.qq-landing-hero__meta-rating:hover {
  color: #fff;
}
.qq-landing-hero__meta-rating .qq-stars--yandex svg {
  stroke: #FFCC00;
}
.qq-landing-hero__meta-rating .qq-stars--yandex svg[fill]:not([fill="none"]) {
  fill: #FFCC00;
}
.qq-landing-hero__meta-row {
  display: flex; align-items: center; gap: .55rem;
  color: rgba(255,255,255,.72); font-size: .8125rem; line-height: 1.4;
}
.qq-landing-hero__meta-row + .qq-landing-hero__meta-row { margin-top: .45rem; }
.qq-landing-hero__meta-row svg { color: var(--orange); flex-shrink: 0; }
.qq-landing-hero__meta-phone { margin-top: .75rem; }
.qq-landing-phone-btn { width: 100%; justify-content: center; min-height: 2.75rem; font-size: .875rem; }
.qq-landing-phone-btn.is-revealed { background: #fff; color: var(--navy); }

.qq-landing-hero__callback { width: 100%; max-width: 26rem; justify-self: center; }
.qq-landing-callback {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 1.5rem;
  padding: 1.35rem 1.25rem 1.15rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}
.qq-landing-callback__eyebrow {
  font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange); text-align: center; margin-bottom: .85rem;
}
.qq-landing-callback__note {
  margin: .85rem 0 0; font-size: .72rem; line-height: 1.45; text-align: center;
  color: rgba(255,255,255,.48);
}

.qq-landing-timer { display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem; }
.qq-landing-timer__ring { position: relative; width: 7.5rem; height: 7.5rem; }
.qq-landing-timer__ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.qq-landing-timer__arc { transition: stroke-dashoffset 1s linear, stroke .5s; }
.qq-landing-timer__val {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 1.65rem; font-weight: 900; color: var(--orange); font-variant-numeric: tabular-nums;
}
.qq-landing-timer__lbl {
  margin-top: .55rem; font-size: .68rem; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: .12em; display: flex; align-items: center; gap: .35rem; text-align: center;
}
.qq-landing-timer--blink .qq-landing-timer__val { animation: qq-timer-blink 1.1s ease-in-out infinite; }
.qq-landing-timer--blink .qq-landing-timer__arc { animation: qq-arc-pulse 1.1s ease-in-out infinite; }
.qq-landing-timer--done .qq-landing-timer__val { color: #4ade80; animation: none; }
@keyframes qq-timer-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(1.04); }
}
@keyframes qq-arc-pulse {
  0%, 100% { stroke-opacity: 1; }
  50% { stroke-opacity: .45; }
}
.qq-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.qq-dot--blink { animation: qq-dot-blink 1s ease-in-out infinite; }
@keyframes qq-dot-blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(249,147,72,.5); }
  50% { opacity: .35; box-shadow: 0 0 0 6px rgba(249,147,72,0); }
}

.qq-landing-form { display: grid; gap: .65rem; }
.qq-landing-form[hidden] { display: none; }
.qq-landing-form input {
  width: 100%; border-radius: .85rem; border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18); color: #fff; padding: .8rem .95rem; font-size: .875rem; outline: none;
}
.qq-landing-form input::placeholder { color: rgba(255,255,255,.38); }
.qq-landing-form input:focus { border-color: rgba(249,147,72,.65); }
.qq-landing-form__hint { margin: 0 0 .15rem; font-size: .78rem; color: rgba(255,255,255,.62); text-align: center; }
.qq-landing-form__back {
  border: 0; background: none; color: rgba(255,255,255,.45); font-size: .75rem; cursor: pointer; padding: .25rem;
}
.qq-landing-form__back:hover { color: #fff; }
.qq-landing-form-ok { text-align: center; padding: .5rem 0 .25rem; }
.qq-landing-form-ok__title { font-weight: 900; color: #fff; margin-bottom: .45rem; font-size: .95rem; }
.qq-landing-form-ok__text { color: rgba(255,255,255,.6); font-size: .8125rem; line-height: 1.5; }
.qq-landing-form-ok__badge {
  margin-top: .85rem; border-radius: .85rem; padding: .85rem;
  background: rgba(249,147,72,.14); border: 1.5px solid rgba(249,147,72,.35);
}
.qq-landing-form-ok__badge span { display: block; font-size: .68rem; color: rgba(255,255,255,.5); }
.qq-landing-form-ok__badge strong { font-size: 2rem; font-weight: 900; color: var(--orange); line-height: 1.1; }

/* ?????: ??????, ???????, ??????? ???????????? ????? */
.qq-brand-icon {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; line-height: 0; color: var(--navy);
}
.qq-brand-icon svg { display: block; }
.qq-brand-icon--light { color: #fff; }
.qq-brand-icon--accent { color: var(--orange); }
.qq-landing-section--dark .qq-brand-icon { color: #fff; }

.qq-landing-section h2 { position: relative; }

/* ????????? ????-????? ??? ???????????: ??? ?????? (??????? / ????? / ???????),
   ????? ???? ??????, ?????? ? ???? ???? (?????? ????? ????? clip-path). */
.qq-landing-section > .qq-container > h2::after,
.qq-landing-split__text > h2::after,
.qq-landing-split > div > h2::after,
.qq-contacts-find > h2::after,
.qq-landing-section__title-light::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 4px;
  margin-top: .7rem;
  transform-origin: left center;
  transition: width .45s cubic-bezier(.22, 1, .36, 1);
  background: #F99348;
  border-radius: 2px;
}
.qq-landing-section:hover > .qq-container > h2::after,
.qq-landing-split:hover .qq-landing-split__text > h2::after,
.qq-landing-split:hover > div > h2::after,
.qq-contacts-find:hover > h2::after,
.qq-landing-section:hover .qq-landing-section__title-light::after {
  width: 5rem;
}
.qq-contacts-simple h2::after { margin-left: auto; margin-right: auto; transform-origin: center; }

/* ????????? ?????? ???? ?? ????????? */
.qq-body--landing .qq-btn {
  transition: background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .22s ease;
  box-shadow: 0 4px 14px rgba(0, 25, 66, .14);
}
.qq-body--landing .qq-btn:hover {
  box-shadow: 0 8px 22px rgba(249, 147, 72, .28);
  transform: translateY(-1px);
}
.qq-body--landing .qq-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 25, 66, .18);
}

.qq-brand-corner { position: absolute; width: 13rem; height: 13rem; pointer-events: none; z-index: 0; }
.qq-brand-corner--br { right: -2rem; bottom: -2.5rem; }
.qq-brand-corner--bl { left: -2rem; bottom: -2.5rem; transform: scaleX(-1); }
.qq-brand-corner--tr { right: -2rem; top: -2.5rem; transform: scaleY(-1); }
.qq-brand-corner--tl { left: -2rem; top: -2.5rem; transform: scale(-1); }

@media (min-width: 640px) {
  .qq-yandex-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .qq-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .qq-adv-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .qq-landing-hero__inner { padding: 4rem 1rem 5rem; }
  .qq-landing-hero__grid { grid-template-columns: 1fr 22rem; gap: 3rem; }
  .qq-landing-hero__grid--modern { grid-template-columns: 1fr min(26rem, 38%); gap: 2.5rem; align-items: center; }
  .qq-landing-hero__callback { justify-self: end; max-width: 26rem; }
  .qq-landing-section { padding: 4rem 0; }
  .qq-landing-split { grid-template-columns: 1fr 1fr; gap: 3.5rem; }
  .qq-landing-split--reverse .qq-landing-split__text { order: 2; }
  .qq-landing-split--reverse .qq-landing-media { order: 1; }
  .qq-yandex-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
  .qq-reviews-grid { grid-template-columns: repeat(4, 1fr); }
  .qq-adv-grid { grid-template-columns: repeat(5, 1fr); }
  .qq-contacts-find { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 1.5rem; align-items: stretch; }
  .qq-contacts-find__map iframe { height: 100%; min-height: 320px; }
}

@media (min-width: 1024px) {
  .qq-brand-corner { width: 20rem; height: 20rem; right: -3rem; bottom: -4rem; }
}

/* ???????: ???????, ??????, ?????? */
@media (max-width: 1023px) {
  .qq-header--landing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: var(--navy);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
  }
  body.qq-body--landing {
    padding-top: 3.6rem;
  }
  .qq-nav--landing { padding: 10px 0; }
  .qq-nav__logo-img { height: 34px; }
  .qq-nav__rating,
  .qq-nav__cta-desktop,
  .qq-nav__tel--landing { display: none !important; }
  .qq-nav__socials--landing { display: flex !important; gap: .25rem; align-items: center; }
  .qq-nav__social img { width: 28px; height: 28px; }
  .qq-nav__call-btn,
  .qq-burger--landing { display: inline-flex !important; }
  .qq-nav__burger-wrap {
    position: static;
    margin-left: .1rem;
  }
  .qq-mobile-menu--landing {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 12px 28px rgba(0,0,0,.28);
  }
}
@media (max-width: 480px) {
  body.qq-body--landing { padding-top: 3.35rem; }
  .qq-nav__social img { width: 24px; height: 24px; }
  .qq-nav__call-btn { width: 2.25rem; height: 2.25rem; }
}
@media (min-width: 1024px) {
  .qq-header--landing {
    position: sticky;
    top: 0;
    z-index: 50;
  }
  body.qq-body--landing { padding-top: 0; }
  .qq-header--landing > .qq-container {
    padding-right: .35rem;
  }
  .qq-nav__tel--landing { display: flex !important; }
  .qq-nav__socials--landing { display: flex !important; }
  .qq-nav__rating { display: flex !important; }
  .qq-nav__cta-desktop { display: inline-flex !important; align-items: center; gap: .4rem; }
  .qq-nav__call-btn { display: none !important; }
  /* ?????? ? ??????? ???? + ?????????? ???????? */
  .qq-nav--landing .qq-nav__burger-wrap {
    order: 99;
    margin-left: 1rem;
    margin-right: 0;
    z-index: 60;
  }
  .qq-nav--landing .qq-burger--landing {
    display: inline-flex !important;
  }
  .qq-mobile-menu--landing {
    position: absolute;
    top: calc(100% + .45rem);
    right: 0;
    left: auto;
    width: 15.5rem;
    max-width: calc(100vw - 1.5rem);
    margin: 0;
    padding: .45rem;
    border: 1px solid rgba(255,255,255,.12);
    border-top: 1px solid rgba(255,255,255,.12);
    border-radius: .9rem;
    background: #001433;
    box-shadow: 0 16px 40px rgba(0,0,0,.38);
  }
  .qq-mobile-menu--landing:not([hidden]) {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: .1rem;
  }
  .qq-mobile-menu--landing a {
    width: 100%;
    text-align: left;
    padding: .65rem .8rem;
  }
  .qq-mobile-menu--landing .qq-mobile-menu__cta,
  .qq-mobile-menu--landing .qq-mobile-menu__tel {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .qq-brand-corner { width: 9rem; height: 9rem; right: -2.5rem; bottom: -2.5rem; }
  .qq-tag--icon { padding: .3rem .8rem .3rem .4rem; font-size: .75rem; }
  .qq-tag--icon .qq-brand-icon { width: 1.5rem; height: 1.5rem; }
  .qq-fleet__ico { width: 2.15rem; height: 2.15rem; border-radius: .7rem; }
  .qq-adv-grid__ico { width: 2.4rem; height: 2.4rem; margin-bottom: .6rem; }
  .qq-contacts-simple__phone { font-size: 1.1rem; }
}

.qq-brand-icon--pdf { display:inline-flex; align-items:center; justify-content:center; }
.qq-brand-icon--pdf img { width:100%; height:100%; object-fit:contain; aspect-ratio:1; display:block; }
.qq-tag--icon .qq-brand-icon--pdf { background:transparent; padding:0; }
.qq-fleet__ico .qq-brand-icon--pdf { width:1.55rem; height:1.55rem; }

.qq-nav__logo--brand { display:inline-flex; align-items:center; }
.qq-nav__logo-img { height:42px; width:auto; display:block; }

/* ??????? ?????? ??????????? ????? */
.qq-landing-modal[hidden] { display: none !important; }
.qq-landing-modal {
  position: fixed; inset: 0; z-index: 100000;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  animation: qq-modal-fade .28s ease;
}
.qq-landing-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 25, 66, .72); backdrop-filter: blur(2px);
}
.qq-landing-modal__panel {
  position: relative; z-index: 1;
  width: min(32rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 1.5rem;
  box-shadow: 0 24px 64px rgba(0, 25, 66, .28);
  animation: qq-modal-rise .32s cubic-bezier(.22, 1, .36, 1);
}
@keyframes qq-modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes qq-modal-rise {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.qq-landing-modal__close {
  position: absolute; top: .65rem; right: .75rem;
  width: 2.25rem; height: 2.25rem;
  border: 0; border-radius: 999px;
  background: #E8E8F0; color: var(--navy);
  font-size: 1.35rem; line-height: 1; cursor: pointer;
}
.qq-landing-modal__close:hover { background: var(--orange); color: #fff; }
.qq-landing-modal__photo {
  border-radius: 1rem; overflow: hidden;
  background: #E8E8F0; margin-bottom: 1rem;
}
.qq-landing-modal__photo img {
  width: 100%; height: 200px; object-fit: cover; display: block;
}
.qq-landing-modal__title {
  margin: 0; font-size: 1.05rem; line-height: 1.3; color: var(--navy);
  padding-right: 2rem;
}
.qq-landing-modal__rule {
  display: block; border: 0; height: 2px; margin: 1rem -1.25rem;
  background: linear-gradient(90deg, var(--orange), #ffb37a 55%, var(--orange));
  box-shadow: 0 1px 0 rgba(249, 147, 72, .25);
}
.qq-landing-modal__rule--before-price { margin-bottom: .85rem; }
.qq-landing-modal__specs-wrap { margin: 0; }
.qq-landing-modal__table {
  width: 100%; border-collapse: collapse; table-layout: fixed;
  font-size: .82rem; line-height: 1.4;
}
.qq-landing-modal__table th,
.qq-landing-modal__table td {
  padding: .55rem 0; vertical-align: top;
  border-bottom: 1px solid rgba(0, 25, 66, .08);
}
.qq-landing-modal__table tr:last-child th,
.qq-landing-modal__table tr:last-child td { border-bottom: 0; }
.qq-landing-modal__table th {
  width: 38%; padding-right: .75rem;
  color: var(--muted); font-weight: 600; text-align: left;
}
.qq-landing-modal__table td {
  color: var(--navy); font-weight: 600; word-break: break-word;
}
.qq-landing-modal__desc {
  margin: 0; font-size: .88rem; line-height: 1.55; color: var(--muted);
}
.qq-landing-modal__desc[hidden],
.qq-landing-modal__specs-wrap[hidden],
.qq-landing-modal__table[hidden],
.qq-landing-modal__rule[hidden] { display: none !important; }
.qq-landing-modal__price {
  font-size: .95rem; font-weight: 800; color: var(--navy); margin-bottom: .65rem;
}
.qq-landing-modal__lead { margin-bottom: .55rem; }
.qq-landing-modal__tel { display: inline-flex; width: 100%; justify-content: center; }

.qq-lead-form__picked {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  padding: .65rem .85rem;
  border-radius: .75rem;
  background: rgba(249,147,72,.14);
  border: 1px solid rgba(249,147,72,.35);
  color: #fff;
  font-size: .85rem;
}
.qq-lead-form__picked[hidden] { display: none !important; }
.qq-lead-form__picked-label { color: rgba(255,255,255,.65); }
.qq-lead-form__picked-value { font-weight: 800; color: #F99348; }
.qq-lead-form__picked-clear {
  margin-left: auto;
  width: 1.6rem; height: 1.6rem;
  border: 0; border-radius: 999px;
  background: rgba(255,255,255,.12); color: #fff;
  font-size: 1.1rem; line-height: 1; cursor: pointer;
}
.qq-lead-form__picked-clear:hover { background: rgba(249,147,72,.45); }

/* ?? ???? ????? ?????? ???????????????????????????????????????? */
.qq-lead-form-section {
  background: var(--navy);
  color: #fff;
}
.qq-lead-form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.qq-lead-form-badge {
  display: inline-block;
  background: #F99348;
  color: #001942;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: .3rem .85rem;
  margin-bottom: 1rem;
}
.qq-lead-form-left h2 {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.3;
  margin: 0 0 1.25rem;
}
.qq-lead-form-left h2::after {
  display: none !important;
}
.qq-lead-form-perks {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.qq-lead-form-perks li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: .9rem;
  color: rgba(255,255,255,.85);
}
.qq-lead-form-perks .qq-check-round { margin-top: .12rem; }
.qq-lead-form-perks li svg { color: #fff; flex-shrink: 0; }
.qq-lead-form-phone {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F99348;
  text-decoration: none;
  margin-top: .25rem;
}
.qq-lead-form-phone:hover { color: #fff; }
.qq-lead-form-phone svg { flex-shrink: 0; }

.qq-lead-form-right {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.5rem;
  padding: 2rem 1.75rem;
}
.qq-lead-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.qq-lead-form__field {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.qq-lead-form__field label {
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255,255,255,.65);
  letter-spacing: .03em;
}
.qq-lead-form__optional {
  font-weight: 400;
  opacity: .6;
}
.qq-lead-form__field input,
.qq-lead-form__field select,
.qq-lead-form__field textarea {
  width: 100%;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: .75rem;
  color: #fff;
  font-size: .9rem;
  padding: .7rem 1rem;
  outline: none;
  transition: border-color .2s;
  font-family: inherit;
  box-sizing: border-box;
  appearance: none;
}
.qq-lead-form__field select option { background: #001942; color: #fff; }
.qq-lead-form__field input::placeholder,
.qq-lead-form__field textarea::placeholder { color: rgba(255,255,255,.35); }
.qq-lead-form__field input:focus,
.qq-lead-form__field select:focus,
.qq-lead-form__field textarea:focus {
  border-color: #F99348;
  background: rgba(249,147,72,.08);
}
.qq-lead-form__field textarea { resize: vertical; min-height: 80px; }
.qq-lead-form__consent {
  font-size: .78rem;
  color: rgba(255,255,255,.55);
}
.qq-lead-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  cursor: pointer;
  line-height: 1.4;
}
.qq-lead-form__checkbox input[type="checkbox"] {
  width: 16px; height: 16px;
  flex-shrink: 0;
  margin-top: .1rem;
  accent-color: #F99348;
  cursor: pointer;
}
.qq-lead-form__checkbox a { color: #F99348; }
.qq-lead-form__submit { margin-top: .25rem; gap: .5rem; }
.qq-lead-form__submit.is-loading {
  opacity: .72;
  cursor: wait;
}
.qq-lead-form__ok {
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1.5px solid rgba(249,147,72,.4);
  border-radius: 1rem;
  background: rgba(249,147,72,.08);
}
.qq-lead-form__ok[hidden] { display: none !important; }
.qq-lead-form__ok-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto .65rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: linear-gradient(160deg, #3ddc6a 0%, #1fad4a 55%, #189a3f 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 2px 8px rgba(24,154,63,.35);
}
.qq-lead-form__ok strong { display: block; font-size: 1.05rem; color: #fff; margin-bottom: .35rem; }
.qq-lead-form__ok p { font-size: .85rem; color: rgba(255,255,255,.7); margin: 0; }
.qq-lead-form__error {
  margin-top: .75rem;
  padding: .7rem .85rem;
  border-radius: .65rem;
  background: rgba(220, 38, 38, .18);
  border: 1px solid rgba(248, 113, 113, .45);
  color: #fecaca;
  font-size: .82rem;
  line-height: 1.4;
}
.qq-lead-form__error[hidden] { display: none !important; }

@media (max-width: 900px) {
  .qq-lead-form-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .qq-lead-form-left h2 { font-size: 1.3rem; }
}
@media (max-width: 640px) {
  .qq-lead-form-right { padding: 1.35rem 1rem; border-radius: 1rem; }
}

/* -- УТП в Hero ------------------------------------------- */
.qq-hero-utp-lead {
  margin: .85rem 0 .45rem;
  padding: 0;
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.35;
}
.qq-hero-utp {
  list-style: none; margin: 0 0 .35rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: .4rem .75rem;
}
.qq-hero-utp li {
  display: flex; align-items: center; gap: .45rem;
  font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.88);
  background: rgba(249,147,72,.13); border: 1px solid rgba(249,147,72,.28);
  border-radius: 999px; padding: .25rem .75rem;
}
.qq-hero-utp li::before {
  content: '';
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpolyline points='20 6 9 17 4 12' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / .58rem no-repeat,
    linear-gradient(160deg, #3ddc6a 0%, #1fad4a 55%, #189a3f 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 1px 4px rgba(24,154,63,.3);
}
.qq-utp-accent {
  color: #F99348;
  font-weight: 900;
}
@media (max-width: 1023px) {
  /* На мобилке/планшете УТП с зелёными галочками не показываем */
  .qq-hero-utp,
  .qq-hero-utp-lead { display: none !important; }
  .qq-hero-founded { margin-top: .85rem; }
}

/* -- ???? ?? ???????? ------------------------------------ */
.qq-about-section { background: #fff; }
.qq-about-wrap { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: start; }
.qq-about-badge {
  display: inline-block; background: #F99348; color: #001942;
  font-size: .7rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; border-radius: 999px;
  padding: .3rem .85rem; margin-bottom: 1rem;
}
.qq-about-text h2 { margin: 0 0 1.15rem; }
.qq-about-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: .7rem;
}
.qq-about-list li {
  padding-left: 1.65rem; position: relative; font-size: .9rem; line-height: 1.55; color: var(--muted);
}
.qq-about-list .qq-utp-accent {
  color: #F99348;
  font-weight: 800;
}
.qq-about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .28em;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpolyline points='20 6 9 17 4 12' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / .58rem no-repeat,
    linear-gradient(160deg, #3ddc6a 0%, #1fad4a 55%, #189a3f 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 1px 4px rgba(24,154,63,.28);
}
.qq-about-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(0,25,66,.08); border: 1px solid rgba(0,25,66,.08);
  border-radius: 1.25rem; overflow: hidden; min-width: 220px;
}
.qq-about-stat {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .25rem; padding: 1.25rem 1rem; background: #f8f9fc; text-align: center;
}
.qq-about-stat__num { font-size: 2rem; font-weight: 900; color: #001942; line-height: 1; }
.qq-about-stat__label { font-size: .72rem; color: var(--muted); font-weight: 600; }
@media (max-width: 860px) {
  .qq-about-wrap { grid-template-columns: 1fr; gap: 1.75rem; }
  .qq-about-stats { grid-template-columns: repeat(4,1fr); min-width: 0; }
}
@media (max-width: 560px) {
  .qq-about-stats { grid-template-columns: repeat(2,1fr); }
}

/* -- ???? ?????????? ------------------------------------- */
.qq-dealer-section { background: var(--navy); color: #fff; }
.qq-dealer-section h2 { color: #fff; }
.qq-dealer-section h2::after { display: none !important; }
.qq-dealer-sub { color: rgba(255,255,255,.7); max-width: 720px; margin: 0 0 2rem; font-size: .92rem; }
.qq-dealer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}
.qq-dealer-card {
  position: relative;
  background: #fff;
  color: #1a1a1a;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.15rem;
  padding: 0 1.25rem 1.35rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}
.qq-dealer-card__brandbar {
  height: .45rem;
  margin: 0 -1.25rem 1.1rem;
  background: linear-gradient(90deg, var(--dealer-primary) 0%, var(--dealer-accent) 100%);
}
.qq-dealer-card--xcmg .qq-dealer-card__brandbar {
  background: linear-gradient(90deg, #004C97 0 62%, #F5C400 62% 100%);
}
.qq-dealer-card--inman .qq-dealer-card__brandbar,
.qq-dealer-card--umm .qq-dealer-card__brandbar,
.qq-dealer-card--shacman .qq-dealer-card__brandbar {
  background: var(--dealer-primary);
}
.qq-dealer-card--ural .qq-dealer-card__brandbar {
  background: linear-gradient(90deg, #C8102E 0 28%, #1B1B1B 28% 100%);
}
.qq-dealer-card--dongyang .qq-dealer-card__brandbar {
  background: linear-gradient(90deg, #002B5C 0 70%, #C8102E 70% 100%);
}
.qq-dealer-card__logo-plate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.25rem;
  margin-bottom: .75rem;
  padding: .75rem .85rem;
  background: #fff;
  border: 1px solid rgba(0,25,66,.08);
  border-radius: .75rem;
}
.qq-dealer-card__logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 2.5rem;
  object-fit: contain;
}
.qq-dealer-card__badge {
  display: inline-block;
  margin-bottom: .65rem;
  padding: .28rem .65rem;
  border-radius: .4rem;
  background: color-mix(in srgb, var(--dealer-primary) 10%, #fff);
  color: var(--dealer-primary);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.qq-dealer-card__desc {
  font-size: .84rem;
  color: rgba(0,25,66,.72);
  margin: 0 0 .9rem;
  line-height: 1.45;
}
.qq-dealer-card__badges {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: .35rem;
}
.qq-dealer-card__badges li {
  position: relative;
  padding-left: 1.1rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--dealer-primary);
}
.qq-dealer-card__badges li::before {
  content: '';
  position: absolute;
  left: 0; top: .35rem;
  width: .5rem; height: .5rem;
  border-radius: 50%;
  background: var(--dealer-accent, var(--dealer-primary));
}
.qq-dealer-card--xcmg .qq-dealer-card__badges li::before { background: #F5C400; }
.qq-dealer-cert { margin: 1.5rem 0 0; font-size: .78rem; color: rgba(255,255,255,.45); }
@media (max-width: 1100px) {
  .qq-dealer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .qq-dealer-grid { grid-template-columns: 1fr; }
  .qq-dealer-card__logo-img { height: 2.25rem; }
}

/* -- ???? ??????? ---------------------------------------- */
.qq-articles-section { background: #f8f9fc; }
.qq-articles-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 1.5rem; }
.qq-articles-group-title {
  font-size: 1rem; font-weight: 800; color: var(--navy);
  margin: 0 0 1rem; padding-bottom: .5rem;
  border-bottom: 2px solid #F99348;
}
.qq-articles-list { display: flex; flex-direction: column; gap: 1rem; }
.qq-article-card {
  display: flex; gap: .85rem; align-items: flex-start;
  background: #fff; border-radius: 1rem; padding: 1rem 1.1rem;
  border: 1px solid rgba(0,25,66,.08); transition: box-shadow .2s;
}
.qq-article-card:hover { box-shadow: 0 6px 24px rgba(0,25,66,.1); }
.qq-article-card__icon { font-size: 1.5rem; flex-shrink: 0; line-height: 1; margin-top: .1rem; }
.qq-article-card__title { display: block; font-size: .88rem; font-weight: 700; color: var(--navy); margin-bottom: .3rem; }
.qq-article-card__excerpt { font-size: .78rem; color: var(--muted); margin: 0; line-height: 1.45; }
.qq-article-card__source { display: block; font-size: .72rem; color: var(--muted); margin: .25rem 0 .4rem; }
.qq-article-card__btn {
  display: inline-flex; font-size: .75rem; font-weight: 700; color: #F99348;
  background: none; border: none; cursor: pointer; padding: 0; text-decoration: underline;
  margin-top: .45rem;
}
.qq-article-src { display: none !important; }
.qq-article-modal {
  position: fixed; inset: 0; z-index: 200000;
  display: flex; align-items: flex-start; justify-content: center;
  padding: calc(var(--qq-header-offset, 4.75rem) + 12px) 1rem 1.25rem;
  box-sizing: border-box;
}
.qq-article-modal[hidden] { display: none !important; }
.qq-article-modal__backdrop { position: absolute; inset: 0; background: rgba(0,25,66,.62); cursor: pointer; }
.qq-article-modal__panel {
  position: relative; z-index: 1;
  width: min(720px, 96vw);
  max-height: calc(100dvh - var(--qq-header-offset, 4.75rem) - 28px);
  background: #fff; border-radius: 1rem; overflow: hidden;
  display: flex; flex-direction: column; box-shadow: 0 32px 80px rgba(0,0,0,.35);
}
.qq-article-modal__head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .85rem 1.1rem; border-bottom: 1px solid rgba(0,0,0,.1);
  background: var(--navy); color: #fff; flex-shrink: 0;
}
.qq-article-modal__title { font-size: .92rem; font-weight: 700; line-height: 1.35; }
.qq-article-modal__close {
  background: none; border: none; color: rgba(255,255,255,.7);
  font-size: 1.5rem; cursor: pointer; padding: 0 .25rem; line-height: 1; flex-shrink: 0;
}
.qq-article-modal__close:hover { color: #fff; }
.qq-article-modal__body {
  overflow: auto;
  padding: 1.25rem 1.35rem 1.6rem;
  color: #1a1a1a;
  -webkit-overflow-scrolling: touch;
}
.qq-article-modal__body h3 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--navy);
}
.qq-article-modal__body p { margin: 0 0 1rem; font-size: .95rem; line-height: 1.65; }
.qq-article-modal__body p:last-child { margin-bottom: 0; }
.qq-article-modal__body strong { color: var(--navy); }
body.qq-article-open .qq-header--landing { z-index: 1; }
@media (max-width: 1023px) {
  .qq-article-modal {
    --qq-header-offset: 3.75rem;
  }
}
@media (max-width: 640px) { .qq-articles-cols { grid-template-columns: 1fr; gap: 1.5rem; } }

/* -- отзывы Яндекс + 2ГИС --------------------------------------- */
.qq-reviews-widget-section { background: #fff; scroll-margin-top: 5rem; }
@media (max-width: 1023px) {
  #reviews,
  .qq-reviews-widget-section,
  .qq-landing-section[id] {
    scroll-margin-top: 4.75rem;
  }
}
.qq-reviews-embed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
  align-items: stretch;
}
.qq-reviews-embed__col {
  background: #f6f7fb;
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  padding: 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.qq-reviews-embed__head {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .85rem;
  color: var(--navy);
  font-size: .95rem;
}
.qq-reviews-embed__frame-wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: .85rem;
  background: #f3f1ed;
}
.qq-reviews-embed__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
}
.qq-reviews-embed__more {
  margin-top: .7rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
}
.qq-reviews-embed__more:hover { color: var(--orange); }
.qq-reviews-embed__warn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  border: 1px dashed rgba(27,161,54,.35);
  border-radius: .85rem;
  padding: 1.35rem 1.2rem;
  min-height: 280px;
}
.qq-reviews-embed__warn p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--muted);
}
.qq-reviews-embed__gis-btn { align-self: flex-start; }
.qq-reviews-source-logo--ya { background: #FC3F1D; color: #fff; }
.qq-reviews-source-logo--gis { background: #1BA136; color: #fff; }
@media (min-width: 900px) {
  .qq-reviews-embed { grid-template-columns: minmax(0, 1.45fr) minmax(260px, .7fr); }
  .qq-reviews-embed__warn { min-height: 460px; }
}
.qq-reviews-sources {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin: 1rem auto 1.25rem;
  max-width: 20rem;
}
.qq-reviews-source-btn {
  display: inline-flex; align-items: center; gap: .6rem;
  justify-content: center;
  width: 100%;
  padding: .6rem 1.25rem; border-radius: 999px; border: 2px solid transparent;
  font-size: .88rem; font-weight: 700; text-decoration: none; transition: all .2s;
  cursor: pointer;
  box-sizing: border-box;
}
.qq-reviews-source-btn--ya { background: #FFCC00; color: #222; border-color: #FFCC00; }
.qq-reviews-source-btn--gis { background: #1BA136; color: #fff; border-color: #1BA136; }
.qq-reviews-source-btn:hover { opacity: .85; transform: translateY(-1px); }
.qq-reviews-source-logo {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.15); font-weight: 900; font-size: .85rem;
}
.qq-reviews-source-arrow { opacity: .7; font-size: .85rem; }
.qq-reviews-inline-note {
  text-align: center;
  color: var(--muted);
  font-size: .88rem;
}
.qq-reviews-inline-note p { margin: 0; }

/* ??????? ??????? ? ??????????, ?? ?????? */
.qq-reviews-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.qq-reviews-modal[hidden] { display: none !important; }
.qq-reviews-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 25, 66, .62);
  cursor: pointer;
}
.qq-reviews-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 94vw);
  height: min(720px, 82vh);
  max-height: calc(100dvh - 2rem);
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .35);
  display: flex;
  flex-direction: column;
}
.qq-reviews-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .7rem 1rem;
  background: #001942;
  color: #fff;
  flex-shrink: 0;
}
.qq-reviews-modal__head strong {
  font-size: .92rem;
  line-height: 1.25;
}
.qq-reviews-modal__close {
  border: none;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: .5rem;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}
.qq-reviews-modal__close:hover { background: var(--orange); }
.qq-reviews-modal__iframe {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  border: 0;
  background: #fff;
  display: block;
}
.qq-reviews-modal__iframe[hidden] { display: none !important; }
.qq-reviews-modal__external {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #f7f8fa;
}
.qq-reviews-modal__external[hidden] { display: none !important; }
.qq-reviews-modal__external-ico {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1BA136;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}
.qq-reviews-modal__external-text {
  margin: 0;
  max-width: 22rem;
  font-size: .9rem;
  line-height: 1.5;
  color: rgba(0, 25, 66, .72);
}
.qq-reviews-modal__external-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.35rem;
  border-radius: 999px;
}
@media (max-width: 480px) {
  .qq-reviews-modal { padding: .65rem; }
  .qq-reviews-modal__panel {
    width: 100%;
    height: min(680px, 86vh);
  }
}

body.qq-modal-open {
  position: fixed !important;
  left: 0; right: 0; width: 100%;
  overflow: hidden !important;
}
body.qq-modal-open .qq-header--landing { z-index: 50; }

/* -- ????? + ????? ---------------------------------------- */
.qq-offices-section { background: #f8f9fc; }
.qq-offices-grid { display: grid; grid-template-columns: minmax(280px,1fr) minmax(0,1.4fr); gap: 2rem; margin-top: 1.5rem; align-items: start; }
.qq-offices-list { display: flex; flex-direction: column; gap: .5rem; max-height: 420px; overflow: auto; padding-right: .25rem; }
.qq-office-item { display: flex; flex-direction: column; gap: .15rem; padding: .75rem .9rem; background: #fff; border-radius: .85rem; border: 1px solid rgba(0,25,66,.08); }
.qq-office-item--main {
  border-color: rgba(249,147,72,.35);
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}
.qq-office-item__badge {
  display: inline-block; width: fit-content; margin-bottom: .1rem;
  font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: #F99348;
}
.qq-office-item--main .qq-office-item__city,
.qq-office-item--main .qq-office-item__addr { font-weight: 700; color: var(--navy); }
.qq-office-item__region { font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: rgba(0,25,66,.45); }
.qq-footer-office--main strong { color: #fff; }
.qq-footer-office--main span { color: rgba(255,255,255,.72); font-weight: 600; }
.qq-office-item__city { font-weight: 800; font-size: .9rem; color: var(--navy); }
.qq-office-item__addr { font-size: .78rem; color: var(--muted); line-height: 1.35; }
.qq-office-item__nav {
  display: inline-flex; align-items: center; gap: .35rem; margin-top: .45rem;
  font-size: .78rem; font-weight: 700; color: #F99348; text-decoration: none;
  width: fit-content;
}
.qq-office-item__nav:hover { color: var(--navy); }
.qq-offices-cta { margin-top: .75rem; justify-content: center; display: flex; gap: .5rem; align-items: center; }
.qq-offices-map { border-radius: 1.25rem; overflow: hidden; border: 1px solid rgba(0,25,66,.08); }
.qq-offices-map iframe { display: block; width: 100%; height: 420px; border: 0; }
@media (max-width: 860px) { .qq-offices-grid { grid-template-columns: 1fr; } .qq-offices-list { max-height: none; } .qq-offices-map iframe { height: 280px; } }
.qq-footer-full__offices ul li strong { color: rgba(255,255,255,.85); font-weight: 700; }
.qq-footer-full__offices ul li span { font-size: .75rem; color: rgba(255,255,255,.5); }
.qq-nav-toast {
  position: fixed; left: 50%; bottom: 1.5rem; z-index: 100001;
  transform: translateX(-50%) translateY(12px); opacity: 0;
  background: var(--navy); color: #fff; font-size: .85rem; font-weight: 600;
  padding: .7rem 1.1rem; border-radius: 999px; pointer-events: none;
  box-shadow: 0 8px 24px rgba(0,25,66,.25); transition: opacity .2s, transform .2s;
}
.qq-nav-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }

/* -- ??????????? ????? ------------------------------------ */
.qq-footer--full { background: var(--navy); color: rgba(255,255,255,.8); padding: 3rem 0 0; }
.qq-footer-full__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.qq-footer-full__brand img { display: block; margin-bottom: .85rem; }
.qq-footer-full__tagline { font-size: .8rem; color: rgba(255,255,255,.5); margin: 0 0 1rem; }
.qq-footer-full__nav { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.25rem; }
.qq-footer-full__nav a {
  font-size: .85rem; color: rgba(255,255,255,.72); text-decoration: none; transition: color .15s;
}
.qq-footer-full__nav a:hover { color: #F99348; }
.qq-footer-full__socials { display: flex; gap: .5rem; }
.qq-footer-full__socials a { opacity: .8; transition: opacity .15s, transform .15s; }
.qq-footer-full__socials a:hover { opacity: 1; transform: translateY(-2px); }
.qq-footer-full__contacts h3, .qq-footer-full__offices h3 {
  color: #fff; font-size: .9rem; margin: 0 0 .85rem;
  padding-bottom: .5rem; border-bottom: 2px solid #F99348;
}
.qq-footer-full__phone {
  display: block; font-size: 1.15rem; font-weight: 800;
  color: #F99348; text-decoration: none; margin-bottom: .6rem;
}
.qq-footer-full__contacts p { font-size: .82rem; margin: 0 0 1rem; line-height: 1.4; }
.qq-footer-full__contacts .qq-btn { display: inline-flex; gap: .4rem; align-items: center; font-size: .82rem; }
.qq-footer-full__offices ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem; max-height: 220px; overflow: auto; }
.qq-footer-full__offices ul li { display: flex; flex-direction: column; gap: .1rem; font-size: .82rem; color: rgba(255,255,255,.6); }
.qq-footer-full__bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 0; font-size: .75rem; color: rgba(255,255,255,.35); flex-wrap: wrap; gap: .5rem;
}
.qq-footer-full__legal {
  margin-top: 1.5rem;
  padding: 1.15rem 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .78rem;
  line-height: 1.45;
  color: rgba(255,255,255,.48);
}
.qq-footer-full__requisites {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  max-width: 44rem;
}
.qq-footer-full__req-row {
  display: grid;
  grid-template-columns: 10.5rem minmax(0, 1fr);
  gap: .65rem 1.25rem;
  align-items: baseline;
}
.qq-footer-full__req-row dt {
  margin: 0;
  color: rgba(255,255,255,.42);
  font-weight: 600;
  font-size: .72rem;
}
.qq-footer-full__req-row dd {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
}
.qq-footer-full__req-row dd strong { font-weight: 700; color: rgba(255,255,255,.78); }
.qq-footer-full__legal a { color: rgba(255,255,255,.72); text-decoration: underline; }
.qq-footer-full__legal a:hover { color: #F99348; }
.qq-footer-full__privacy { color: rgba(255,255,255,.45); text-decoration: underline; }
.qq-footer-full__privacy:hover { color: #F99348; }
@media (max-width: 560px) {
  .qq-footer-full__req-row { grid-template-columns: 1fr; gap: .2rem; }
  .qq-footer-full__req-row dt { font-size: .68rem; }
}
@media (max-width: 860px) { .qq-footer-full__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .qq-footer-full__grid { grid-template-columns: 1fr; gap: 1.75rem; } }

/* -- Кнопка «Наверх» -------------------------------------- */
.qq-back-top {
  position: fixed;
  right: 1.25rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  z-index: 2100;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--navy);
  color: #F99348;
  border: 2px solid #F99348;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0,25,66,.4);
  transition: transform .2s, background .2s, opacity .2s, visibility .2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
.qq-back-top:not([hidden]) {
  display: flex;
}
.qq-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.qq-back-top:hover,
.qq-back-top:active {
  background: #F99348;
  color: var(--navy);
  transform: translateY(-2px);
}
.qq-back-top[hidden] { display: none !important; }
@media (max-width: 1023px) {
  .qq-back-top {
    right: 1rem;
    bottom: calc(1.15rem + env(safe-area-inset-bottom, 0px));
  }
}

/* Legal modals (consent + privacy) */
.qq-legal-modal {
  position: fixed; inset: 0; z-index: 2200;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
}
.qq-legal-modal[hidden] { display: none !important; }
.qq-legal-modal__backdrop {
  position: absolute; inset: 0; background: rgba(0, 25, 66, .72); cursor: pointer;
}
.qq-legal-modal__panel {
  position: relative; z-index: 1;
  width: min(720px, 100%);
  max-height: min(86vh, 840px);
  display: flex; flex-direction: column;
  background: #fff; color: #1a1a1a;
  border-radius: 1rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .35);
  overflow: hidden;
}
.qq-legal-modal__head {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: 1rem 1.15rem;
  background: var(--navy); color: #fff;
  flex-shrink: 0;
}
.qq-legal-modal__head strong { font-size: .95rem; line-height: 1.3; }
.qq-legal-modal__close {
  width: 2rem; height: 2rem; border: 0; border-radius: .5rem;
  background: rgba(255,255,255,.12); color: #fff; font-size: 1.35rem; line-height: 1;
  cursor: pointer; flex-shrink: 0;
}
.qq-legal-modal__close:hover { background: var(--orange); }
.qq-legal-modal__body {
  padding: 1.1rem 1.25rem 1.5rem;
  overflow: auto;
  font-size: .88rem; line-height: 1.55;
  -webkit-overflow-scrolling: touch;
}
.qq-legal-modal__body h3 {
  margin: 1.15rem 0 .45rem; font-size: .95rem; color: var(--navy);
}
.qq-legal-modal__body p { margin: 0 0 .65rem; }
.qq-legal-modal__body ul { margin: 0 0 .75rem; padding-left: 1.15rem; }
.qq-legal-modal__body li { margin-bottom: .3rem; }
.qq-legal-modal__body a { color: #c45f12; }
.qq-legal__meta { font-size: .78rem; color: #666; margin-bottom: .85rem !important; }
.qq-legal__note {
  background: #fff7ed; border: 1px solid #fed7aa; border-radius: .5rem;
  padding: .65rem .75rem; font-size: .82rem; color: #9a3412;
}
.qq-lead-form__checkbox a {
  color: #F99348; text-decoration: underline; text-underline-offset: 2px;
}
body.qq-legal-open { overflow: hidden; }

