/*
Theme Name: AUREV Full Landing Editable
Theme URI: https://aurev.local/
Author: AUREV
Description: Полная редактируемая WordPress-тема лендинга AUREV с сохранением всех исходных блоков, калькулятором и отправкой заявок.
Version: 2.0.0
Text Domain: aurev-full
*/

.ar-root *, .ar-root *::before, .ar-root *::after { box-sizing: border-box; }
.ar-root {
  --bg: #0e0e10;
  --bg2: #16161a;
  --cream: #f4efe6;
  --cream2: #e8e0d1;
  --gold: #d4af37;
  --gold2: #b8941d;
  --text: #1a1a1d;
  --text-light: #f4efe6;
  --muted: #8a8a90;
  --line: rgba(212, 175, 55, .2);

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.55;
  font-size: 16px;
}
.ar-root img { max-width: 100%; height: auto; display: block; }
.ar-root a { color: inherit; text-decoration: none; }
.ar-wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* Шрифты заголовков — попытка serif через web-safe */
.ar-root h1, .ar-root h2, .ar-root h3, .ar-root h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.ar-h2 { font-size: 44px; margin: 0 0 18px; color: var(--text); }
.ar-h2--light { color: var(--text-light); }
.ar-lead { font-size: 18px; color: var(--muted); margin: 0 0 36px; max-width: 760px; }
.ar-lead--light { color: rgba(244, 239, 230, .75); }
.ar-accent { color: var(--gold); font-style: italic; }
.ar-center { text-align: center; margin-top: 32px; }

/* === КНОПКИ === */
.ar-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 28px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all .2s ease;
  min-height: 52px;
  border-radius: 0;
  line-height: 1.2;
  text-align: center;
}
.ar-btn--gold { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.ar-btn--gold:hover { background: var(--gold2); border-color: var(--gold2); }
.ar-btn--outline { background: transparent; color: var(--text); border-color: var(--text); }
.ar-btn--outline:hover { background: var(--text); color: var(--cream); }
.ar-btn--outline-light { background: transparent; color: var(--cream); border-color: var(--cream); }
.ar-btn--outline-light:hover { background: var(--cream); color: var(--bg); }
.ar-btn--lg { padding: 20px 36px; font-size: 16px; min-height: 60px; }
.ar-btn--sm { padding: 12px 20px; font-size: 13px; min-height: 42px; }
.ar-btn--block { display: flex; width: 100%; }

/* === ТОП-БАР === */
.ar-top {
  background: var(--bg);
  color: var(--cream);
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
}
.ar-top__in {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.ar-top__logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--gold);
}
.ar-top__nav { display: flex; gap: 28px; font-size: 14px; letter-spacing: 0.04em; }
.ar-top__nav a:hover { color: var(--gold); }
.ar-top__contacts { display: flex; gap: 20px; align-items: center; }
.ar-top__phone { font-weight: 600; font-size: 15px; }

/* === HERO === */
.ar-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  background: var(--bg);
  color: var(--cream);
}
.ar-hero__left { display: flex; align-items: center; padding: 80px 0 80px 32px; }
.ar-hero__inner { max-width: 600px; padding: 0 40px 0 0; }
.ar-hero__badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  background: rgba(212, 175, 55, .05);
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--cream2);
}
.ar-stars { color: var(--gold); letter-spacing: 2px; }
.ar-hero__h1 {
  font-size: 60px;
  color: var(--cream);
  margin: 0 0 24px;
  line-height: 1.05;
}
.ar-hero__lead { font-size: 18px; color: rgba(244, 239, 230, .75); margin: 0 0 36px; }
.ar-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.ar-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.ar-hero__stats > div { display: flex; flex-direction: column; }
.ar-hero__stats strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 4px;
  font-weight: 600;
}
.ar-hero__stats span { font-size: 13px; color: var(--cream2); opacity: .8; }

.ar-hero__right { position: relative; overflow: hidden; background: var(--bg2); }
.ar-hero__right img { width: 100%; height: 100%; object-fit: cover; }
.ar-hero__caption {
  position: absolute; bottom: 24px; right: 24px;
  background: rgba(14, 14, 16, .75);
  color: var(--cream);
  padding: 10px 18px;
  font-size: 13px;
  border-left: 2px solid var(--gold);
}

/* === ЛОГО-СТРОКА === */
.ar-logos { background: var(--bg); padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ar-logos__title {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.ar-logos__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  color: var(--cream2);
  opacity: .7;
}

/* === VALUE === */
.ar-value { background: var(--cream); padding: 100px 0; }
.ar-value__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.ar-value__card {
  background: #fff;
  padding: 36px;
  border-left: 3px solid var(--gold);
  transition: transform .2s ease;
}
.ar-value__card:hover { transform: translateX(4px); }
.ar-value__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 12px;
}
.ar-value__card h3 { font-size: 22px; margin: 0 0 12px; }
.ar-value__card p { margin: 0; color: #4a4a4a; font-size: 16px; }

/* === КАЛЬКУЛЯТОР === */
.ar-calc { background: var(--bg); color: var(--cream); padding: 100px 0; position: relative; }
.ar-calc__head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.ar-calc__head .ar-lead { margin-left: auto; margin-right: auto; }
.ar-calc__tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ar-calc__box {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  background: var(--bg2);
  border: 1px solid var(--line);
}

.ar-calc__form { padding: 40px; }
.ar-calc__row { padding: 24px 0; border-bottom: 1px solid var(--line); }
.ar-calc__row:last-child { border-bottom: 0; }
.ar-calc__row:first-child { padding-top: 0; }
.ar-calc__label {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 15px; color: var(--cream2); margin-bottom: 14px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.ar-calc__out {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  color: var(--gold);
  text-transform: none;
}

.ar-range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px;
  background: var(--line);
  outline: none;
  margin: 12px 0 8px;
}
.ar-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; background: var(--gold);
  border-radius: 50%; cursor: pointer;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, .2);
}
.ar-range::-moz-range-thumb {
  width: 24px; height: 24px; background: var(--gold);
  border: none; border-radius: 50%; cursor: pointer;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, .2);
}
.ar-calc__hint { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }

.ar-calc__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.ar-chip {
  padding: 12px 18px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--cream2);
  font-family: inherit; font-size: 14px;
  cursor: pointer;
  transition: all .15s ease;
}
.ar-chip:hover { border-color: var(--gold); color: var(--gold); }
.ar-chip.is-active { background: var(--gold); border-color: var(--gold); color: var(--bg); font-weight: 600; }

.ar-calc__checks { display: grid; gap: 10px; }
.ar-check {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 14px; color: var(--cream2);
  transition: border-color .15s ease;
}
.ar-check:hover { border-color: var(--gold); }
.ar-check input { width: 18px; height: 18px; accent-color: var(--gold); cursor: pointer; }
.ar-check em { color: var(--gold); font-style: normal; font-weight: 600; margin-left: auto; }
.ar-check span { display: flex; align-items: center; flex: 1; }

.ar-calc__result {
  background: linear-gradient(180deg, #1c1c20 0%, #14141a 100%);
  padding: 40px;
  display: flex; flex-direction: column;
  border-left: 1px solid var(--line);
}
.ar-calc__price-label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.ar-calc__price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 52px;
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 600;
}
.ar-calc__price-sub { color: var(--cream2); font-size: 14px; margin-bottom: 28px; opacity: .8; }
.ar-calc__incl { list-style: none; padding: 0; margin: 0 0 32px; flex: 1; }
.ar-calc__incl li {
  padding: 10px 0 10px 22px;
  font-size: 14px;
  color: var(--cream2);
  position: relative;
  border-bottom: 1px dashed rgba(212, 175, 55, .15);
}
.ar-calc__incl li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.ar-calc__incl li:last-child { border-bottom: 0; }
.ar-calc__small { font-size: 12px; color: var(--muted); margin: 16px 0 0; line-height: 1.4; }

/* === СРАВНЕНИЕ === */
.ar-compare { background: var(--cream); padding: 100px 0; }
.ar-cmp { background: #fff; border: 1px solid var(--cream2); }
.ar-cmp__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--cream2);
}
.ar-cmp__row:last-child { border-bottom: 0; }
.ar-cmp__row > div {
  padding: 18px 22px;
  font-size: 15px;
  border-right: 1px solid var(--cream2);
}
.ar-cmp__row > div:last-child { border-right: 0; }
.ar-cmp__row--head { background: var(--bg); color: var(--cream); font-weight: 600; }
.ar-cmp__row--head > div { padding: 22px; font-family: 'Playfair Display', serif; font-size: 17px; }
.ar-cmp__us { background: rgba(212, 175, 55, .08); color: var(--text); font-weight: 600; }
.ar-cmp__row--head .ar-cmp__us { background: var(--gold); color: var(--bg); }
.ar-cmp__note { margin-top: 24px; color: var(--muted); font-size: 14px; font-style: italic; }

/* === ПОРТФОЛИО === */
.ar-port { background: var(--cream); padding: 100px 0; }
.ar-port__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }
.ar-port__count { color: var(--muted); font-size: 14px; letter-spacing: 0.08em; }

.ar-port__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 24px;
}
.ar-port__card { background: #fff; overflow: hidden; cursor: pointer; transition: transform .25s ease; }
.ar-port__card:hover { transform: translateY(-4px); }
.ar-port__card--lg { grid-column: span 2; }
.ar-port__img { aspect-ratio: 4 / 3; background: var(--cream2); overflow: hidden; }
.ar-port__card--lg .ar-port__img { aspect-ratio: 16 / 9; }
.ar-port__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ar-port__card:hover .ar-port__img img { transform: scale(1.04); }
.ar-port__meta { padding: 24px; }
.ar-port__meta h3 { font-size: 22px; margin: 0 0 12px; }
.ar-port__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.ar-port__chips span {
  font-size: 12px;
  padding: 4px 10px;
  background: var(--cream);
  color: var(--text);
  letter-spacing: 0.04em;
}
.ar-port__meta p { margin: 0; color: var(--muted); font-size: 14px; }

/* === ВИДЕО-ОТЗЫВЫ === */
.ar-vrev { background: var(--bg); color: var(--cream); padding: 100px 0; }
.ar-vrev .ar-h2 { color: var(--cream); }
.ar-vrev .ar-lead { color: rgba(244, 239, 230, .65); }
.ar-vrev__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ar-vrev__card { background: var(--bg2); border: 1px solid var(--line); }
.ar-vrev__player { aspect-ratio: 16 / 9; background: #000; position: relative; }
.ar-vrev__player iframe { width: 100%; height: 100%; border: 0; }
.ar-vrev__body { padding: 24px; }
.ar-vrev__body strong { display: block; font-family: 'Playfair Display', serif; font-size: 18px; color: var(--gold); margin-bottom: 4px; }
.ar-vrev__body span { display: block; font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.ar-vrev__body p { margin: 0; font-size: 14px; color: var(--cream2); }

/* === ПРОЦЕСС === */
.ar-process { background: var(--cream); padding: 100px 0; }
.ar-process__list { display: grid; gap: 0; max-width: 920px; }
.ar-process__step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--cream2);
}
.ar-process__step:last-child { border-bottom: 0; }
.ar-process__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  color: var(--gold);
  font-weight: 600;
}
.ar-process__body { position: relative; padding-right: 140px; }
.ar-process__body h3 { font-size: 22px; margin: 0 0 8px; }
.ar-process__body p { margin: 0; color: var(--muted); font-size: 16px; }
.ar-process__when {
  position: absolute;
  top: 0; right: 0;
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  padding: 6px 12px;
}

/* === КОМАНДА === */
.ar-team { background: #fff; padding: 100px 0; }
.ar-team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ar-team__card { text-align: center; }
.ar-team__photo { aspect-ratio: 3 / 4; background: var(--cream); margin-bottom: 20px; overflow: hidden; }
.ar-team__photo img { width: 100%; height: 100%; object-fit: cover; transition: filter .3s ease; filter: grayscale(20%); }
.ar-team__card:hover .ar-team__photo img { filter: grayscale(0%); }
.ar-team__card h3 { font-size: 20px; margin: 0 0 4px; }
.ar-team__role { display: block; color: var(--gold); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.ar-team__card p { font-size: 14px; color: var(--muted); margin: 0; padding: 0 12px; }

/* === ГАРАНТИИ === */
.ar-warranty { background: var(--cream); padding: 100px 0; }
.ar-warranty__grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
.ar-warranty__doc img { box-shadow: 0 20px 50px rgba(0, 0, 0, .15); }
.ar-warranty__link {
  display: inline-block; margin-top: 20px;
  color: var(--gold); font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; font-size: 13px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}
.ar-warranty__link:hover { color: var(--gold2); }
.ar-warranty__list { padding: 0; margin: 0; list-style: none; }
.ar-warranty__list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--cream2);
  font-size: 16px;
  color: #3a3a3d;
}
.ar-warranty__list li:last-child { border-bottom: 0; }
.ar-warranty__list strong { display: block; font-family: 'Playfair Display', serif; font-size: 19px; color: var(--text); margin-bottom: 6px; font-weight: 600; }

/* === URGENCY === */
.ar-urgency { background: var(--bg); padding: 100px 0; color: var(--cream); }
.ar-urgency__box { text-align: center; max-width: 920px; margin: 0 auto; }
.ar-urgency__left { margin-bottom: 32px; }
.ar-urgency__left p { color: rgba(244, 239, 230, .7); max-width: 680px; margin: 0 auto; font-size: 16px; }
.ar-urgency__slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 32px auto;
}
.ar-slot {
  padding: 18px 12px;
  font-size: 14px;
  border: 1px solid var(--line);
  font-family: 'Playfair Display', serif;
}
.ar-slot--taken { color: var(--muted); background: rgba(255, 255, 255, .02); text-decoration: line-through; }
.ar-slot--free { color: var(--gold); border-color: var(--gold); background: rgba(212, 175, 55, .08); }

/* === FAQ === */
.ar-faq { background: #fff; padding: 100px 0; }
.ar-faq__list { max-width: 920px; }
.ar-faq__item { border-bottom: 1px solid var(--cream2); padding: 24px 0; }
.ar-faq__item summary {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  padding-right: 40px;
  position: relative;
  list-style: none;
  color: var(--text);
}
.ar-faq__item summary::-webkit-details-marker { display: none; }
.ar-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0; top: 0;
  font-size: 28px;
  color: var(--gold);
  font-weight: 300;
  transition: transform .2s ease;
}
.ar-faq__item[open] summary::after { content: "−"; }
.ar-faq__item p { margin: 16px 0 0; color: var(--muted); font-size: 16px; }

/* === ФИНАЛЬНЫЙ CTA === */
.ar-final {
  background: var(--bg);
  background-image: linear-gradient(135deg, #0e0e10 0%, #1c1c20 50%, #0e0e10 100%);
  padding: 100px 0;
  color: var(--cream);
  text-align: center;
}
.ar-final .ar-lead { margin: 0 auto 36px; }
.ar-final__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* === ПОДВАЛ === */
.ar-foot { background: #08080a; color: var(--cream2); padding: 60px 0 30px; }
.ar-foot__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.ar-foot__logo { font-family: 'Playfair Display', serif; font-size: 22px; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 14px; }
.ar-foot h4 { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--gold); margin: 0 0 14px; letter-spacing: 0.06em; }
.ar-foot p { margin: 0 0 8px; font-size: 14px; color: rgba(244, 239, 230, .65); }
.ar-foot a:hover { color: var(--gold); }
.ar-foot__copy { padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; text-align: center; }

/* === МОБИЛЬНАЯ STICKY === */
.ar-stick {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 998;
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding: 8px;
  gap: 6px;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .3);
}
.ar-stick__btn {
  flex: 1; text-align: center;
  padding: 12px 4px;
  font-size: 13px; font-weight: 600;
  min-height: 48px;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ar-stick__btn--call { background: var(--cream); color: var(--bg); }
.ar-stick__btn--wa { background: #25d366; color: #fff; }
.ar-stick__btn--cta { background: var(--gold); color: var(--bg); }

/* === POPUP === */
.ar-pop {
  display: none;
  position: fixed; inset: 0;
  background: rgba(8, 8, 10, .85);
  z-index: 9999;
  align-items: center; justify-content: center;
  padding: 20px;
  backdrop-filter: blur(8px);
}
.ar-pop.is-open { display: flex; }
.ar-pop__box {
  background: var(--cream);
  max-width: 520px; width: 100%;
  padding: 48px 40px;
  position: relative;
  border-top: 4px solid var(--gold);
}
.ar-pop__close {
  position: absolute; top: 12px; right: 16px;
  width: 36px; height: 36px;
  background: transparent; border: 0;
  font-size: 28px; cursor: pointer; color: var(--muted);
}
.ar-pop__tag {
  display: inline-block;
  padding: 4px 10px;
  background: var(--gold);
  color: var(--bg);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ar-pop__head h3 { font-size: 26px; margin: 0 0 8px; }
.ar-pop__head p { color: var(--muted); margin: 0 0 24px; font-size: 15px; }
.ar-pop__form { display: grid; gap: 12px; }
.ar-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--cream2);
  background: #fff;
  font-family: inherit; font-size: 16px;
  min-height: 52px;
}
.ar-input:focus { outline: none; border-color: var(--gold); }
.ar-pop__sum {
  padding: 14px 16px;
  background: var(--bg);
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  text-align: center;
}
.ar-pop__check { display: flex; gap: 8px; font-size: 12px; color: var(--muted); align-items: flex-start; cursor: pointer; }

/* === TOAST === */
.ar-toast {
  position: fixed; bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(200%);
  background: var(--bg); color: var(--gold);
  padding: 16px 24px;
  border: 1px solid var(--gold);
  font-weight: 600;
  z-index: 10000;
  transition: transform .3s ease;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.ar-toast.is-shown { transform: translateX(-50%) translateY(0); }

/* === ПРОГРЕСС-БАР === */
.ar-progress {
  position: fixed; top: 0; left: 0; right: 0;
  height: 3px; background: transparent; z-index: 101;
  pointer-events: none;
}
.ar-progress__bar {
  height: 100%;
  width: 0;
  background: var(--gold);
  transition: width .1s ease;
}

/* ============================================================
   МОБИЛЬНЫЕ БРЕЙКПОИНТЫ
============================================================ */
@media (max-width: 968px) {
  .ar-hero { grid-template-columns: 1fr; min-height: auto; }
  .ar-hero__left { padding: 60px 32px 60px; order: 2; }
  .ar-hero__right { order: 1; min-height: 360px; }
  .ar-hero__h1 { font-size: 44px; }

  .ar-calc__box { grid-template-columns: 1fr; }
  .ar-calc__result { border-left: 0; border-top: 1px solid var(--line); }

  .ar-warranty__grid { grid-template-columns: 1fr; gap: 32px; }
  .ar-cmp__row { grid-template-columns: 1.4fr 1fr 1fr 1fr; font-size: 13px; }
  .ar-cmp__row > div { padding: 14px; }
  .ar-cmp__row--head > div { font-size: 14px; padding: 16px; }
}

@media (max-width: 768px) {
  .ar-root { font-size: 15px; }
  .ar-wrap { padding: 0 20px; }
  .ar-h2 { font-size: 32px; }
  .ar-lead { font-size: 16px; }

  .ar-top { padding: 14px 0; position: relative; }
  .ar-top__in { padding: 0 20px; gap: 12px; flex-wrap: wrap; }
  .ar-top__nav { display: none; }
  .ar-top__contacts { gap: 12px; }
  .ar-top__phone { font-size: 14px; }

  .ar-hero__left { padding: 48px 20px; }
  .ar-hero__inner { padding: 0; }
  .ar-hero__h1 { font-size: 34px; }
  .ar-hero__lead { font-size: 16px; }
  .ar-hero__cta { flex-direction: column; }
  .ar-hero__cta .ar-btn { width: 100%; }
  .ar-hero__stats { grid-template-columns: 1fr; gap: 16px; }
  .ar-hero__right { min-height: 280px; }
  .ar-hero__caption { left: 16px; right: 16px; bottom: 16px; text-align: center; }

  .ar-logos { padding: 32px 0; }
  .ar-logos__row { gap: 24px; font-size: 15px; }

  .ar-value { padding: 60px 0; }
  .ar-value__grid { grid-template-columns: 1fr; gap: 16px; }
  .ar-value__card { padding: 24px; }

  .ar-calc { padding: 60px 0; }
  .ar-calc__form { padding: 28px 20px; }
  .ar-calc__result { padding: 28px 20px; }
  .ar-calc__price { font-size: 40px; }

  .ar-compare { padding: 60px 0; }
  .ar-cmp { overflow-x: auto; display: block; }
  .ar-cmp__row { grid-template-columns: 200px 140px 140px 160px; min-width: 640px; }

  .ar-port { padding: 60px 0; }
  .ar-port__grid { grid-template-columns: 1fr; gap: 20px; }
  .ar-port__card--lg { grid-column: span 1; }

  .ar-vrev { padding: 60px 0; }
  .ar-vrev__grid { grid-template-columns: 1fr; gap: 20px; }

  .ar-process { padding: 60px 0; }
  .ar-process__step { grid-template-columns: 56px 1fr; gap: 16px; padding: 20px 0; }
  .ar-process__num { font-size: 24px; }
  .ar-process__body { padding-right: 0; }
  .ar-process__when { position: static; display: inline-block; margin-top: 10px; }

  .ar-team { padding: 60px 0; }
  .ar-team__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  .ar-warranty { padding: 60px 0; }
  .ar-urgency { padding: 60px 0; }
  .ar-urgency__slots { grid-template-columns: repeat(2, 1fr); }

  .ar-faq { padding: 60px 0; }
  .ar-faq__item summary { font-size: 17px; }

  .ar-final { padding: 60px 0; }
  .ar-final__cta { flex-direction: column; }
  .ar-final__cta .ar-btn { width: 100%; }

  .ar-foot__grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  .ar-stick { display: flex; }
  .ar-root { padding-bottom: 72px; }

  /* Отключаем hover-эффекты на мобиле */
  .ar-btn--gold:hover { background: var(--gold); border-color: var(--gold); }
  .ar-value__card:hover { transform: none; }
  .ar-port__card:hover { transform: none; }
  .ar-port__card:hover .ar-port__img img { transform: none; }
  .ar-team__card:hover .ar-team__photo img { filter: grayscale(20%); }
}

@media (max-width: 480px) {
  .ar-h2 { font-size: 26px; }
  .ar-hero__h1 { font-size: 28px; }
  .ar-calc__price { font-size: 34px; }
  .ar-team__grid { grid-template-columns: 1fr; }
  .ar-foot__grid { grid-template-columns: 1fr; gap: 24px; }
  .ar-pop__box { padding: 32px 24px; }
  .ar-pop__head h3 { font-size: 22px; }
}

@media (max-width: 360px) {
  .ar-hero__h1 { font-size: 24px; }
  .ar-h2 { font-size: 22px; }
  .ar-btn { padding: 14px 20px; font-size: 14px; }
}

.ar-form-status { font-size: 13px; margin-top: 10px; color: var(--muted); text-align: center; }
.ar-pop__hp { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }