:root {
  --bg: #f7f6f2;
  --light: #fafaf8;
  --cream: #f2efe9;
  --gray: #ededed;
  --white: #fff;
  --ink: #17181a;
  --text: #2a2d31;
  --muted: #676c72;
  --line: #e6e0d6;
  --gold: #b88a3b;
  --gold-soft: #d9ad6e;
  --accent: #ef8022;
  --green: #1f9d4d;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --soft-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-display: 'Segoe UI', Arial, sans-serif;
  --font-accent: Georgia, 'Times New Roman', serif;
  --h2-size: clamp(2.0625rem, 4.4vw, 3.4rem);
  --h3-size: clamp(1.125rem, 1.65vw, 1.45rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
button, input { font: inherit; }
button,
input[type='submit'],
input[type='button'],
a,
[role='button'] {
  cursor: pointer;
}
.shell { width: min(1280px, 100%); margin: 0 auto; padding: 0 20px; }
.section { position: relative; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.surface-white, .about-short { padding: 88px 0; background: #fff; }
.surface-base { padding: 88px 0; background: var(--bg); }
.surface-quiz { background: #131313; box-shadow: 0 20px 60px rgba(0,0,0,.15); background: linear-gradient(90deg, rgba(19, 19, 19, .96) 0%, rgba(19, 19, 19, .88) 44%, rgba(19, 19, 19, .58) 100%), url(/img/6.png) center / cover no-repeat; }
.surface-brand, .vag-why { background: #f7f6f2; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-5 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.between { justify-content: space-between; align-items: flex-start; }
.top-gap { margin-bottom: 32px; }
.center-block { text-align: center; }
.narrow { max-width: 980px; }
.kicker { margin-bottom: 16px; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.kicker.gold, .kicker.accent { color: var(--gold); }
.kicker.light { color: #b7b7b3; }
.title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--h2-size);
  line-height: 1.02;
  letter-spacing: -.04em;
  color: var(--ink);
  font-weight: 800;
}
.title span { color: var(--gold); }
.title.light { color: #fff; }
.text { margin: 18px 0 0; max-width: 720px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.text.light { color: #b8b8b4; }
.text.dark { color: #4b5159; }
.divider { width: 52px; height: 3px; border-radius: 999px; background: var(--gold); margin-bottom: 18px; }
.divider.long { width: 320px; max-width: 100%; height: 1px; margin: 26px auto 42px; background: #d8d8d4; }
.divider.accent { background: var(--gold); }
.divider.red { background: #df2d21; }
.divider.dark { background: var(--ink); }

.card { position: relative; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid rgba(214, 208, 198, .8); box-shadow: var(--soft-shadow); }
.card-pad { padding: 20px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 12px; border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; transition: .2s ease; transition-property: background-color, color, border-color, box-shadow, opacity;
}
.btn:hover { box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2b2d31; }
.btn-dark:active { background: #101113; box-shadow: inset 0 0 0 999px rgba(255,255,255,.02); }
.btn-outline { background: #fff; color: var(--ink); border-color: #2f3134; }
.btn-outline:hover { background: #f3f4f6; border-color: #17181a; }
.btn-outline:active { background: #eceef1; }
.btn-gold { background: var(--gold-soft); color: #111; }
.btn-gold:hover { background: #d2a15f; }
.btn-gold:active { background: #c59351; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: #f3f4f6; }
.btn-light:active { background: #ebeef2; }
.wide { width: 100%; }

a,
.pdf-cta,
.video-caption,
.policy-btn,
.faq-head,
.slider-nav,
.slider-dots button,
.modal-close,
.video-play {
  transition: .2s ease;
  transition-property: background-color, color, border-color, box-shadow, opacity, text-decoration-color;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  text-decoration-color: rgba(184, 138, 59, .35);
}

a:hover {
  color: var(--gold);
  text-decoration-color: currentColor;
}

a:active { color: #8f6a2d; }

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125em;
  min-width: 1.125em;
  line-height: 1;
  color: currentColor;
}

.icon::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.hero-main { min-height: min(100vh, 960px); }
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 22, 28, .16) 0, rgba(18, 22, 28, 0) 35%),
    linear-gradient(120deg, rgba(242, 244, 247, .72) 0%, rgba(245, 246, 247, .28) 46%, rgba(208, 213, 220, .16) 100%),
    url('/img/1.png') center/cover no-repeat;
}
.hero-mask { position: absolute; inset: 0; background: linear-gradient(100deg, #f3f4f6 0%, #f5f6f7 55%, rgba(247,248,249,.92) 82%, rgba(247,248,249,0) 100%); clip-path: polygon(0 0, 72% 0, 72% 42%, 48% 42%, 48% 72%, 0 72%); }
.hero-content { position: relative; min-height: min(100vh, 960px); display: flex; align-items: center; padding: 80px 0;}
.hero-copy { max-width: 650px; position: relative; z-index: 1; }
.hero-copy h1 { margin: 0; font-family: var(--font-display); font-size: clamp(40px, 6vw, 80px); line-height: .92; letter-spacing: -.05em; color: #1b1c1e; font-weight: 800; }
.hero-copy h1 span { color: #f04e23; }
.hero-copy p { margin: 28px 0 0; max-width: 500px; font-size: 18px; line-height: 1.8; color: #2c2d30; }
.hero-badge { display: inline-flex; align-items: center; gap: 18px; margin-top: 38px; padding: 20px 28px; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.hero-badge i { color: #f04e23; font-size: 30px; }
.hero-badge small, .offer small, .contact-list small, .legal-card small, .float-price small, .contact-list span, .policy-btn small { display: block; color: var(--muted); }
.hero-badge strong { display: block; margin-top: 4px; color: #f04e23; font-size: 26px; }

.service-card img, .car-card img, .fast-card img, .calc-card img, .case-card img, .team-card img { height: 280px; object-fit: cover; }
.service-card img { height: 360px; }
.num-title { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.num-title span { color: #d8bf9a; font-size: 28px; }
.num-title h3,
.row h3,
.icon-head h3,
.point-list h3,
.stat-card h3,
.feature-card h3,
.soft-card h3,
.step-card h3,
.report-cover h3,
.modal-box h3,
.team-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--h3-size);
  line-height: 1.18;
  letter-spacing: -.02em;
  font-weight: 700;
}
.service-card ul, .lead-list, .check-list, .icon-list { margin: 0; padding: 0; list-style: none; }
.service-card li, .lead-list li { position: relative; padding-left: 18px; margin-bottom: 14px; color: #383b40; line-height: 1.65; }
.service-card li::before, .lead-list li::before { content: '•'; position: absolute; left: 0; top: 0; }
.lead-list.centered { max-width: 820px; margin: 0 auto 54px; font-size: 21px; }
.lead-list.centered li { padding-left: 0; }
.lead-list.centered li::before { position: static; margin-right: 8px; }
.stat-card { padding: 36px 30px; border-radius: 16px; background: #f7f6f2; }
.stat-card span, .feature-card span { display: block; width: 44px; height: 4px; margin-top: 16px; border-radius: 999px; background: var(--gold); }

.vag-dark {
  background:
    linear-gradient(120deg, rgba(20, 20, 22, .9) 0%, rgba(31, 31, 34, .74) 50%, rgba(86, 86, 86, .4) 100%),
    url('/img/4.png') center/cover no-repeat;
}
.hero-split { align-items: stretch; }
.light-copy { padding: 80px 0; }
.light-copy p { max-width: 430px; color: #dadada; line-height: 1.6; }
.brand-row { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
.brand-row div { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.brand-row img { width: auto; height: 42px; filter: brightness(0) invert(1); }
.brand-row span { color: #fff; font-size: 14px; }
.visual-cover img { height: 100%; min-height: 460px; object-fit: cover; }
.pad-top { padding-top: 54px; padding-bottom: 88px; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { padding: 30px 24px; border: 1px solid #e4e0d8; border-radius: 14px; background: #fff; }
.feature-card i,
.mini-grid i,
.icon-head i,
.extras-grid i,
.step-card > i,
.footer-band i,
.question-cta i,
.contact-list i,
.policy-btn i:first-child,
.info-card i,
.mini-features i,
.point-list i,
.hero-badge i,
.slider-nav i,
.pdf-cta i:last-child,
.chip i,
.tag i,
.badge.ok i,
.spec i,
.spec-grid i,
.icon-list i,
.cover-feats i,
.mini-link i {
  font-style: normal;
}
.feature-card i { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: #f7f6f2; color: var(--gold); font-size: 24px; margin-bottom: 20px; }
.feature-card i::before { width: 1.05em; height: 1.05em; }
.feature-card p { margin: 14px 0 0; color: #484c50; line-height: 1.6; }

.catalog-grid, .fast-grid, .team-grid { margin-top: 36px; }
.tag, .badge.ok {
  position: absolute; left: 16px; top: 16px; display: inline-flex; align-items: center; gap: 8px;
  min-height: 32px; padding: 0 12px; border-radius: 999px; font-size: 12px; z-index: 1;
}
.tag.green { background: #e8fae8; }
.tag.blue { background: #edf7ff; }
.tag.gold { background: #fff5dc; }
.badge.ok { background: #398d4f; color: #fff; }
.tag i,
.badge.ok i,
.spec i,
.spec-grid i,
.icon-list i,
.slider-nav i,
.sheet-head i,
.exp i,
.question-cta i,
.contact-list i,
.pdf-cta i:last-child,
.policy-btn i:last-child {
  font-size: 1em;
}
.tag i::before,
.badge.ok i::before,
.spec i::before,
.spec-grid i::before,
.icon-list i::before,
.slider-nav i::before,
.sheet-head i::before,
.exp i::before,
.question-cta i::before,
.contact-list i::before,
.pdf-cta i:last-child::before,
.policy-btn i:last-child::before,
.mini-link i::before {
  width: 1em;
  height: 1em;
}
.row span { color: var(--muted); font-size: 14px; }
.spec, .icon-list li, .legend p { display: flex; align-items: center; gap: 10px; margin: 12px 0 0; color: #5d6269; }
.price { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e2e4e7; color: var(--muted); }
.price strong, .offer strong, .big-price, .float-price strong, .contact-list strong, .legal-card h3 { display: block; margin-top: 4px; color: var(--ink); }
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }

.quiz-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 44%); min-height: 540px; border-radius: 32px; overflow: hidden;}
.quiz-copy { padding: 56px; color: #fff; display: flex; flex-direction: column; }
.quiz-copy p { margin: 28px 0 0; max-width: 420px; color: #c2c2c2; line-height: 1.65; }
.quiz-copy .btn { margin-top: 34px; align-self: flex-start; }
.mini-features { display: flex; gap: 30px; margin-top: auto; padding-top: 48px; }
.mini-features div { display: flex; align-items: center; gap: 14px; }
.mini-features i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(217,173,110,.9); color: #fff; flex: 0 0 auto; font-size: 20px; }
.mini-features i::before { width: 1.02em; height: 1.02em; }
.mini-features strong, .mini-features span { display: block; }
.mini-features span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 13px; }
.quiz-visual { position: relative; background: radial-gradient(ellipse 420px 380px at 42% 50%, rgba(217,173,110,.22) 0%, rgba(217,173,110,.06) 40%, transparent 70%); }
.orbit { position: absolute; width: 560px; height: 560px; left: -20px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.05); border-radius: 50%; }
.timer { position: absolute; left: 38px; top: 50%; width: 240px; height: 240px; transform: translateY(-50%); }
.timer svg { width: 100%; height: 100%; }
.timer-glow { position: absolute; inset: 30px; border-radius: 50%; background: radial-gradient(circle, rgba(217,173,110,.28) 0%, transparent 70%); filter: blur(8px); }
.timer-center { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; z-index: 1; }
.timer-center strong { display: block; color: var(--gold-soft); font-size: 54px; }
.timer-center span { color: #fff; }
.quiz-visual img { position: absolute; right: -20px; top: 50%; width: min(620px, 100%); transform: translateY(-50%); }

.chip { display: inline-flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 18px; border: 1px solid #e6cfab; border-radius: 999px; color: #aa7027; font-size: 13px; }
.fast-card img, .calc-card img { height: 250px; }
.spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 16px 0; }
.spec-grid div { display: flex; gap: 10px; font-size: 12px; line-height: 1.5; }
.offer { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 16px 18px; border: 1px solid #dedede; border-radius: 12px; background: #fbfbfb; }
.fast-card .card-pad { padding: 20px; }
.fast-card .spec-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px 0 0;
}
.fast-card .spec-grid div {
  align-items: center;
  font-size: 15px;
  line-height: 1.45;
  color: #5d6269;
}
.fast-card .spec-grid span { display: block; }
.fast-card .offer {
  gap: 18px;
  margin-top: 16px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid #e2e4e7;
  border-radius: 0;
  background: transparent;
}
.fast-card .offer div:last-child { text-align: right; }
.fast-card .offer small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.fast-card .offer strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.test-drive-block { min-height: 100vh; background: url('/img/8.png') center/cover no-repeat; }
.test-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgb(240,242,245) 0%, rgba(240,242,245,.92) 35%, rgba(240,242,245,.48) 55%, rgba(240,242,245,0) 100%); }
.test-split, .form-shell { position: relative; z-index: 1; }
.test-split { align-items: end; padding-top: 80px; }
.point-list { display: grid; gap: 28px; margin-top: 42px; }
.point-list article { display: flex; gap: 18px; }
.point-list i { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: #2b2c30; color: #fff; flex: 0 0 auto; font-size: 22px; }
.point-list i::before { width: 1.02em; height: 1.02em; }
.point-list p { margin: 6px 0 0; line-height: 1.45; color: #575b62; }
.test-car { align-self: end; }
.test-car img { filter: drop-shadow(0 40px 25px rgba(0,0,0,.5)); }
.form-shell { margin-top: 36px; padding-bottom: 40px; }
.form-card { padding: 24px 28px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.form-grid label { position: relative; }
.form-grid label i { position: absolute; left: 16px; top: 20px; color: #9aa0a8; }
.form-grid input, .modal-form input { width: 100%; min-height: 56px; padding: 0 16px 0 44px; border: 1px solid #d4d7dc; border-radius: 12px; }
.form-card p { margin: 16px 0 0; text-align: center; color: #6d7480; }

.slider { position: relative; margin-top: 36px; }
.slider-viewport { overflow: hidden; }
.slider-track { display: flex; gap: 22px; transition: transform .45s ease; }
.slider-slide { min-width: calc((100% - 44px) / 3); }
.slider-nav { width: 50px; height: 50px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: var(--soft-shadow); cursor: pointer; }
.slider-nav.next { background: var(--ink); color: #fff; }
.slider-nav:hover { background: #f3f4f6; box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14); }
.slider-nav.next:hover { background: #2b2d31; }
.slider-nav:active { box-shadow: inset 0 0 0 999px rgba(17, 24, 39, .06); }
.slider-nav i { width: auto; min-width: 0; }
[data-slider] .prev { position: absolute; left: -24px; top: 44%; transform: translateY(-50%); }
[data-slider] .next { position: absolute; right: -24px; top: 44%; transform: translateY(-50%); }
.slider-dots { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.slider-dots button { width: 10px; height: 10px; border: 0; border-radius: 50%; background: #d0d4da; cursor: pointer; }
.slider-dots button.active { background: var(--gold); }
.slider-dots button:hover { background: #aeb5be; }
.slider-dots button.active:hover { background: #a97d34; }
.calc-card .big-price { font-size: 32px; margin-top: 8px; }
.notice { display: flex; gap: 16px; margin-top: 26px; padding: 18px 20px; border-radius: 14px; background: #fff; color: #61666d; }
.notice span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #edf0f3; color: var(--ink); flex: 0 0 auto; }
.notice p { margin: 0; line-height: 1.6; }

.calc-wrap { padding-top: 20px; }
.calc-hero { position: relative; min-height: 200px; }
.calc-note { text-align: center; color: #4a4a4a; }
.calc-hero img { 
    position: absolute;
    top: -175px;
    right: 0;
    height: 380px;
    max-width: 380px;
    object-fit: cover;
    border-radius: 24px;
}
.float-price { position: absolute; top: 70px; right: 0; min-width: 320px; padding: 22px 28px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.float-price strong { font-size: 48px; }
.float-price strong span { font-size: 28px; }
.mark { position: relative; display: inline-block; }
.mark::after { content: ''; position: absolute; left: -3px; right: -3px; bottom: 4px; height: 10px; z-index: -1; border-radius: 4px; background: #efc28c; }
.calc-panel { display: grid; grid-template-columns: 1.32fr 1fr; gap: 34px; margin-top: 34px; padding: 36px; border-radius: 28px; border: 1px solid #efeeea; background: #fff; }
.split-row { display: flex; gap: 28px; align-items: flex-start; margin-top: 28px; }
.donut { position: relative; width: 280px; height: 280px; flex: 0 0 auto; border-radius: 50%; background: conic-gradient(#14452f 0 43.5%, #6fa88c 43.5% 58.5%, #2d6a4f 58.5% 66.7%, #a8cdbb 66.7% 69.9%, #dce8e1 69.9% 72.2%, #a5a5a5 72.2% 100%); }
.donut::after { content: ''; position: absolute; inset: 58px; border-radius: 50%; background: #fff; }
.donut > div { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; z-index: 1; }
.donut strong { font-size: 19px; font-family: var(--font-display); }
.donut span { color: #8a8a8a; }
.legend { flex: 1; display: grid; gap: 8px; }
.legend div { display: grid; grid-template-columns: 12px 54px 1fr auto; gap: 12px; align-items: start; font-size: 15px; }
.legend .d { width: 11px; height: 11px; margin-top: 6px; border-radius: 50%; }
.d1 { background: #14452f; }.d2 { background: #7fb39b; }.d3 { background: #2d6a4f; }.d4 { background: #a8cdbb; }.d5 { background: #dce8e1; }.d6 { background: #a5a5a5; }
.legend p, .legend strong { margin: 0; }
.muted-note { margin: 20px 0 0; color: #989898; }
.info-card { padding: 28px; border-radius: 22px; background: #f4f4f1; }
.info-card article { display: flex; gap: 16px; margin-bottom: 22px; }
.info-card article:last-child { margin-bottom: 0; }
.info-card i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #17402e; color: #fff; flex: 0 0 auto; }
.info-card i::before,
.cover-feats i::before,
.question-cta i::before,
.contact-list i::before,
.policy-btn i:first-child::before,
.icon-head i::before,
.extras-grid i::before,
.step-card > i::before,
.footer-band i::before {
  width: 1.04em;
  height: 1.04em;
}
.info-card h4, .footer-band h4, .extras-grid h4, .legal-card h3 { margin: 0 0 8px; }
.info-card p, .footer-band p, .extras-grid p { margin: 0; line-height: 1.6; color: var(--muted); }

.expert-split { align-items: start; }
.mini-grid { margin-top: 36px; }
.mini-grid article { padding: 24px 12px; border: 1px solid #ececec; border-radius: 16px; background: #fafafa; text-align: center; }
.mini-grid i { font-size: 24px; margin-bottom: 14px; }
.mini-grid p { margin: 0; font-weight: 500; line-height: 1.35; }
.report-stage { position: relative; min-height: 820px; }
.report-sheet { position: absolute; right: 0; top: 0; width: min(100%, 480px); border-radius: 4px; background: #fff; box-shadow: 0 30px 60px rgba(0,0,0,.12); }
.sheet-head { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 10px; font-size: 10px; }
.sheet-head b { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 999px; background: #e6f7ea; color: #1f9d4d; }
.report-sheet table { width: 100%; border-collapse: collapse; border: 1px solid #e6e6e6; font-size: 8px; }
.report-sheet td { padding: 6px 7px; border-bottom: 1px solid #eee; color: #8b8b8b; }
.report-sheet td:last-child { text-align: right; color: var(--ink); }
.sheet-result { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.sheet-list { border: 1px solid #e6e6e6; border-radius: 4px; width: 124px; }
.sheet-list div { display: flex; align-items: center; gap: 6px; padding: 8px; border-bottom: 1px solid #eee; font-size: 8px; }
.sheet-list div:last-child { border-bottom: 0; }
.sheet-list span { width: 6px; height: 6px; border-radius: 50%; }
.ok { background: #25a244; }.warn { background: #f0b429; }.bad { background: #e1231d; }
.small-donut { position: relative; width: 98px; height: 98px; border-radius: 50%; background: conic-gradient(#2fb14f 0 91%, #ececec 91% 100%); }
.small-donut::after { content: ''; position: absolute; inset: 6px; border-radius: 50%; background: #fff; }
.small-donut strong, .small-donut span { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; z-index: 1; }
.small-donut strong { font-size: 15px; }
.small-donut strong small { font-size: 9px; color: #5b5b5b; }
.small-donut span { padding-top: 42px; font-size: 6px; color: #8b8b8b; }
.thumb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 18px; }
.thumb-grid div { height: 52px; border-radius: 2px; background-position: center; background-size: cover; }
.report-cover { position: absolute; left: 0; top: 56px; width: min(100%, 360px); min-height: 590px; padding: 46px 32px 34px; border-radius: 6px; color: #fff; background: #151515; box-shadow: 0 40px 70px rgba(0,0,0,.3); }
.report-cover small { text-transform: uppercase; letter-spacing: .18em; }
.report-cover p { color: #b3b3b3; }
.report-cover h3 span { color: #df2d21; }
.cover-auto img { height: 220px; object-fit: cover; border-radius: 12px; margin: 18px 0; }
.cover-feats { display: flex; justify-content: space-between; gap: 10px; font-size: 10px; }
.cover-feats span { width: 31%; color: #c8c8c8; line-height: 1.45; }
.cover-feats i { display: block; margin-bottom: 8px; }
.pdf-cta { position: absolute; left: 34px; bottom: 0; display: flex; align-items: center; gap: 20px; width: min(100%, 640px); min-height: 84px; padding: 0 28px; border: 0; border-radius: 16px; background: #232323; color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.pdf-cta span { display: grid; place-items: center; width: 42px; height: 48px; border-radius: 4px; background: #fff; color: #e1231d; font-size: 12px; font-weight: 800; }
.pdf-cta b { font-size: 24px; }
.pdf-cta i:last-child { margin-left: auto; }
.pdf-cta:hover { background: #2d2d2d; box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.pdf-cta:active { background: #1a1a1a; }

.service-groups { margin-top: 36px; }
.soft-card { padding: 26px; }
.icon-head { display: flex; align-items: center; gap: 18px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid #e9e9e9; }
.icon-head i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #fbf6ee; color: #8b6b3a; font-size: 22px; }
.check-list { display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #2b2e33; line-height: 1.5; }
.check-list li::before { content: '✓'; font-family: var(--font-sans); font-weight: 700; color: var(--gold); }
.extras-card { margin-top: 18px; padding: 28px; }
.extras-grid article { display: flex; gap: 16px; padding-right: 16px; }
.extras-grid i { color: var(--gold); font-size: 34px; flex: 0 0 auto; }

.purchase-top { align-items: center; }
.side-visual img { height: 420px; object-fit: cover; border-radius: 18px; }
.steps-grid { display: flex; flex-wrap: nowrap; gap: 18px; overflow: hidden; overflow-x: auto; margin-top: 34px; padding-bottom: 20px; }
.step-card { width: 400px; flex: 0 0 auto; padding: 24px 20px; border-radius: 18px; border: 1px solid var(--line); background: #faf9f6; box-shadow: var(--soft-shadow); }
.step-card > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 700; margin-bottom: 18px; }
.step-card > i { color: var(--gold); font-size: 28px; margin-bottom: 14px; }
.step-card p { margin: 12px 0 14px; color: var(--muted); line-height: 1.6; }
.footer-band { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 28px; padding: 24px 32px; border: 1px solid var(--line); border-radius: 18px; background: #faf9f6; box-shadow: var(--soft-shadow); }
.footer-band article { display: flex; gap: 16px; align-items: center; }
.footer-band i { color: var(--gold); font-size: 28px; }

.nav-mini { display: flex; gap: 12px; }
.case-card img { height: 300px; }
.case-card .row strong { white-space: nowrap; }
.mini-link { display: flex; align-items: center; gap: 14px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #ececec; }
.mini-link img { width: 62px; height: 62px; border-radius: 10px; object-fit: cover; flex: 0 0 auto; }

.company-split { align-items: center; }
.company-text { font-size: 20px; line-height: 1.75; color: var(--text); }
.company-text p { margin: 0 0 20px; }
.video-card { position: relative; min-height: 620px; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: url('/img/14.png') center/cover no-repeat; }
.video-card::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,15,20,.5)); }
.video-play { position: absolute; z-index: 1; left: 50%; top: 48%; width: 112px; height: 112px; transform: translate(-50%, -50%); border: 1px solid rgba(0,0,0,.15); border-radius: 50%; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.13); cursor: pointer; }
.video-play::before { content: ''; position: absolute; left: 42px; top: 36px; border-top: 19px solid transparent; border-bottom: 19px solid transparent; border-left: 27px solid #050505; }
.video-play:hover { background: #f3f4f6; box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.video-play:active { background: #e9edf1; }
.video-caption { position: absolute; z-index: 1; left: 28px; bottom: 30px; display: flex; align-items: center; gap: 18px; color: #fff; }
.video-caption:hover { color: #f4d39b; }
.video-caption:active { color: #d3a764; }
.video-caption span { position: relative; width: 46px; height: 46px; border: 2px solid #fff; border-radius: 50%; }
.video-caption span::before { content: ''; position: absolute; left: 18px; top: 13px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 13px solid #fff; }
.video-caption:hover span { border-color: #f4d39b; }
.video-caption:hover span::before { border-left-color: #f4d39b; }
.video-caption:active span { border-color: #d3a764; }
.video-caption:active span::before { border-left-color: #d3a764; }

.team-card img { height: 320px; }
.num-badge { display: inline-grid; place-items: center; width: 48px; height: 40px; border-radius: 12px; background: linear-gradient(145deg, #363636, #111); color: #d0a95d; font-size: 22px; margin-bottom: 14px; font-family: var(--font-display); }
.role { margin: 8px 0; color: var(--gold); font-size: 16px; }
.exp { margin: 0 0 14px; padding-bottom: 14px; border-bottom: 1px solid #d7d7d7; color: #343434; }
.team-card blockquote { margin: 18px 0 0; padding: 18px; border-radius: 14px; background: #f5f5f3; color: var(--muted); line-height: 1.6; }

.faq-dark { padding: 88px 0; background: #f3f2f0; }
.faq-split { padding: 55px; border-radius: 26px; background: #222; color: #fff; }
.expert-box { display: grid; grid-template-columns: 270px 1fr; gap: 20px; align-items: end; margin-top: 28px; }
.expert-box img { width: 270px; align-self: end; }
.quote-box { padding: 22px 20px 24px; border-radius: 14px; border: 1px solid #3d3d3d; background: #242424; }
.quote-box span { font-size: 32px; font-family: var(--font-accent); }
.quote-box p { margin: 12px 0 18px; color: #c9c9c7; line-height: 1.6; }
.quote-box strong { display: block; }
.quote-box small { color: #9a9a98; }
.question-cta { display: flex; align-items: center; gap: 16px; margin-top: 24px; padding: 16px; border: 1px solid #3a3a3a; border-radius: 16px; background: #2a2a2a; }
.question-cta i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #fff; color: #222; flex: 0 0 auto; }
.question-cta strong, .question-cta span { display: block; }
.faq-panel { padding: 8px 26px; border-radius: 18px; background: #f5f5f3; }
.faq-item { border-bottom: 1px solid #e4e4e0; }
.faq-item:last-child { border-bottom: 0; }
.faq-head { width: 100%; display: flex; align-items: center; gap: 18px; padding: 22px 4px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-head:hover b { color: var(--gold); }
.faq-head:hover span { border-color: #9f834a; color: #9f834a; }
.faq-head:active b { color: #8f6a2d; }
.faq-head span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #c9c9c5; color: #3a3a38; font-size: 12.5px; flex: 0 0 auto; }
.faq-item.open .faq-head span { background: #1e1e1e; border-color: #1e1e1e; color: #fff; }
.faq-head b { flex: 1; color: #1c1c1a; font-size: 16px; line-height: 1.45; font-weight: 600; }
.faq-head i { color: #2a2a28; font-style: normal; }
.faq-body { display: none; padding: 0 4px 22px 51px; color: #33332f; line-height: 1.7; }
.faq-item.open .faq-body { display: block; }

.contacts-dark { padding: 10px 0; background: #1b1b1b; }
.contact-shell { padding: 0 10px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: 14px; overflow: hidden; }
.contact-left { padding: 74px 78px 60px; background: #f1f2f2; }
.contact-list article, .contact-list .double { padding: 22px 0; border-bottom: 1px solid #dcdedf; }
.contact-list article { display: flex; gap: 20px; align-items: flex-start; }
.contact-list .double { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.contact-list .double article { border-bottom: 0; padding: 0; }
.contact-list .double article + article { border-left: 1px solid #dcdedf; padding-left: 34px; }
.contact-list i, .policy-btn i:first-child { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 17px; background: #1c1c1c; color: #fff; flex: 0 0 auto; }
.contact-list strong { font-size: 17px; }
.contact-right {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  min-height: 820px;
  background: #232323;
}
.contact-map { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-glow { position: absolute; left: 288px; top: 288px; width: 132px; height: 40px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(239,128,34,.55), rgba(239,128,34,0) 70%); }
.map-pin {
  position: absolute;
  left: 326px;
  top: 246px;
  width: 56px;
  aspect-ratio: 56 / 80;
  border-radius: 28px 28px 28px 0;
  background: #ef8022;
  transform: rotate(-45deg);
}
.map-pin::after {
  content: '';
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: #232323;
}
.metro, .map-label { position: absolute; color: #c9ccce; font-size: 14px; }
.metro { left: 47px; top: 300px; }
.map-label { color: #7e8286; font-size: 13px; white-space: nowrap; }
.map-label.a { left: 212px; top: 150px; transform: rotate(78deg); transform-origin: left top; }
.map-label.b { left: 618px; top: 258px; transform: rotate(78deg); transform-origin: left top; }
.map-label.c { left: 218px; top: 420px; }
.legal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  margin-top: auto;
  padding: 32px 34px 26px;
  border: 1px solid #2e2e2e;
  border-radius: 18px;
  background: rgba(30, 30, 30, .92);
  backdrop-filter: blur(4px);
  box-shadow: none;
}
.legal-card small { color: #ef8022; letter-spacing: .16em; text-transform: uppercase; }
.legal-card h3 { color: #fff; font-size: 20px; margin-top: 18px; }
.legal-card div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #2c2c2c; font-size: 14px; }
.legal-card div span { color: #8d9296; }
.legal-card div b { color: #e7e9ea; }
.policy-btn { display: flex; align-items: center; gap: 16px; width: 100%; margin-top: 22px; padding: 0; border: 0; background: transparent; color: #fff; text-align: left; cursor: pointer; }
.policy-btn:hover { color: #f2f3f4; }
.policy-btn:active { color: #d2d6d9; }
.policy-btn span { flex: 1; }
.policy-btn small { color: #8d9296; letter-spacing: 0; text-transform: none; }
.policy-btn b { display: block; color: #fff; }
.policy-btn i:last-child { margin-left: auto; }

.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(12,16,22,.56); z-index: 100; }
.modal.open { display: flex; }
.modal-box { position: relative; width: min(100%, 460px); padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.25); }
.gallery-modal-box { width: min(100%, 1180px); max-height: calc(100vh - 40px); overflow: auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gallery-grid img { display: block; width: 100%; height: auto; border-radius: 14px; background: #f3f3f3; }
.modal-box :focus-visible,
.faq-head:focus-visible,
.btn:focus-visible,
.video-play:focus-visible,
.js-report-gallery:focus-visible,
.modal-close:focus-visible,
.slider-dots button:focus-visible,
.slider-nav:focus-visible,
.form-grid input:focus-visible,
.modal-form input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.modal-box h3 { margin: 0 0 10px; }

.video-caption b { font-size: 16px; }

.icon-arrow-right::before,
.pdf-cta i:last-child::before,
.policy-btn i:last-child::before,
.mini-link i::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h11.17l-4.58 4.59L13 18l7-7-7-7-1.41 1.41L16.17 10H5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h11.17l-4.58 4.59L13 18l7-7-7-7-1.41 1.41L16.17 10H5z'/%3E%3C/svg%3E");
}

.icon-arrow-left::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19 12H7.83l4.58-4.59L11 6l-7 7 7 7 1.41-1.41L7.83 14H19z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19 12H7.83l4.58-4.59L11 6l-7 7 7 7 1.41-1.41L7.83 14H19z'/%3E%3C/svg%3E");
}

.icon-calendar-check::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v4H2V6a2 2 0 0 1 2-2h3zm15 10v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8zm-5.59 2.59L11 19l-3-3 1.41-1.41L11 16.17l3.59-3.58z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v4H2V6a2 2 0 0 1 2-2h3zm15 10v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8zm-5.59 2.59L11 19l-3-3 1.41-1.41L11 16.17l3.59-3.58z'/%3E%3C/svg%3E");
}

.icon-users::before,
.icon-comments::before,
.icon-comment::before,
.icon-max::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m8 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6M2 20v-1c0-3.31 2.69-6 6-6s6 2.69 6 6v1zm13 0v-1c0-1.54-.58-2.94-1.53-4 3.12.21 5.53 2.06 5.53 5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m8 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6M2 20v-1c0-3.31 2.69-6 6-6s6 2.69 6 6v1zm13 0v-1c0-1.54-.58-2.94-1.53-4 3.12.21 5.53 2.06 5.53 5z'/%3E%3C/svg%3E");
}

.icon-chart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 3h2v16h16v2H3zm15 1 3 3-7.5 7.5-4-4L6 14l1.5 1.5 2-2 4 4L19 12.5 17 10.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 3h2v16h16v2H3zm15 1 3 3-7.5 7.5-4-4L6 14l1.5 1.5 2-2 4 4L19 12.5 17 10.5z'/%3E%3C/svg%3E");
}

.icon-shield::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 4 5v6c0 5 3.4 9.74 8 11 4.6-1.26 8-6 8-11V5zm-1 14-3-3 1.41-1.41L11 13.17l4.59-4.58L17 10z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 4 5v6c0 5 3.4 9.74 8 11 4.6-1.26 8-6 8-11V5zm-1 14-3-3 1.41-1.41L11 13.17l4.59-4.58L17 10z'/%3E%3C/svg%3E");
}

.icon-award::before,
.icon-gem::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 2 2.7 5.47 6.03.88-4.36 4.25 1.03 6-5.4-2.84-5.4 2.84 1.03-6L3.27 8.35l6.03-.88z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 2 2.7 5.47 6.03.88-4.36 4.25 1.03 6-5.4-2.84-5.4 2.84 1.03-6L3.27 8.35l6.03-.88z'/%3E%3C/svg%3E");
}

.icon-car::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 11l1.5-4.5A2 2 0 0 1 8.4 5h7.2a2 2 0 0 1 1.9 1.5L19 11h1a2 2 0 0 1 2 2v4h-2a2 2 0 1 1-4 0H8a2 2 0 1 1-4 0H2v-4a2 2 0 0 1 2-2zm2.4-4L6.4 10h11.2l-1-3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 11l1.5-4.5A2 2 0 0 1 8.4 5h7.2a2 2 0 0 1 1.9 1.5L19 11h1a2 2 0 0 1 2 2v4h-2a2 2 0 1 1-4 0H8a2 2 0 1 1-4 0H2v-4a2 2 0 0 1 2-2zm2.4-4L6.4 10h11.2l-1-3z'/%3E%3C/svg%3E");
}

.icon-sliders::before,
.icon-layers::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 7h10v2H3zm14 0h4v2h-4zM9 15H3v2h6zm12 0h-8v2h8zM15 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6M11 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 7h10v2H3zm14 0h4v2h-4zM9 15H3v2h6zm12 0h-8v2h8zM15 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6M11 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3E%3C/svg%3E");
}

.icon-compass::before,
.icon-target::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m3.8 6.2-2.1 6-6 2.1 2.1-6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m3.8 6.2-2.1 6-6 2.1 2.1-6z'/%3E%3C/svg%3E");
}

.icon-truck::before,
.icon-ship::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6h11v8h2.5l2-3H21l2 3v4h-2a2 2 0 1 1-4 0H9a2 2 0 1 1-4 0H3zm14 1.5V11h2.3l1.1 1.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6h11v8h2.5l2-3H21l2 3v4h-2a2 2 0 1 1-4 0H9a2 2 0 1 1-4 0H3zm14 1.5V11h2.3l1.1 1.5z'/%3E%3C/svg%3E");
}

.icon-user::before,
.icon-headset::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5m0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5m0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5'/%3E%3C/svg%3E");
}

.icon-bolt::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 2 4 14h6l-1 8 9-12h-6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 2 4 14h6l-1 8 9-12h-6z'/%3E%3C/svg%3E");
}

.icon-check::before,
.icon-clipboard-check::before,
.sheet-head i::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m9.55 18.5-5.7-5.7 1.41-1.41 4.29 4.28 8.49-8.48 1.41 1.41z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m9.55 18.5-5.7-5.7 1.41-1.41 4.29 4.28 8.49-8.48 1.41 1.41z'/%3E%3C/svg%3E");
}

.icon-gauge::before,
.icon-clock::before,
.icon-calendar::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m1 11h-6V11h4V6h2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m1 11h-6V11h4V6h2z'/%3E%3C/svg%3E");
}

.icon-pin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7m0 9.5A2.5 2.5 0 1 1 14.5 9 2.5 2.5 0 0 1 12 11.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7m0 9.5A2.5 2.5 0 1 1 14.5 9 2.5 2.5 0 0 1 12 11.5'/%3E%3C/svg%3E");
}

.icon-tag::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m10 3 10 10-7 7L3 10V3zm3 5a2 2 0 1 0-2-2 2 2 0 0 0 2 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m10 3 10 10-7 7L3 10V3zm3 5a2 2 0 1 0-2-2 2 2 0 0 0 2 2'/%3E%3C/svg%3E");
}

.icon-stamp::before,
.icon-briefcase::before,
.icon-box::before,
.icon-file::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16v14H4zm2 2v10h12V7zm2 2h8v2H8zm0 4h8v2H8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16v14H4zm2 2v10h12V7zm2 2h8v2H8zm0 4h8v2H8z'/%3E%3C/svg%3E");
}

.icon-crash::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 14h8l2-3 3 2 5-7 1.5 1-5.5 9-3-2-1.5 2H3zm0 4h7v2H3zm12 0h6v2h-6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 14h8l2-3 3 2 5-7 1.5 1-5.5 9-3-2-1.5 2H3zm0 4h7v2H3zm12 0h6v2h-6z'/%3E%3C/svg%3E");
}

.icon-search::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 4a6 6 0 1 0 3.87 10.58l4.27 4.27 1.41-1.41-4.27-4.27A6 6 0 0 0 10 4m0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 4a6 6 0 1 0 3.87 10.58l4.27 4.27 1.41-1.41-4.27-4.27A6 6 0 0 0 10 4m0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8'/%3E%3C/svg%3E");
}

.icon-chip::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 4V2h2v2h2V2h2v2h3v3h2v2h-2v2h2v2h-2v3h-3v2h-2v-2h-2v2H9v-2H6v-3H4v-2h2V9H4V7h2V4zm-1 2v10h8V6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 4V2h2v2h2V2h2v2h3v3h2v2h-2v2h2v2h-2v3h-3v2h-2v-2h-2v2H9v-2H6v-3H4v-2h2V9H4V7h2V4zm-1 2v10h8V6z'/%3E%3C/svg%3E");
}

.icon-camera::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 4 7.5 6H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-3.5L15 4zm3 4a5 5 0 1 1-5 5 5 5 0 0 1 5-5m0 2.2A2.8 2.8 0 1 0 14.8 13 2.8 2.8 0 0 0 12 10.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 4 7.5 6H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-3.5L15 4zm3 4a5 5 0 1 1-5 5 5 5 0 0 1 5-5m0 2.2A2.8 2.8 0 1 0 14.8 13 2.8 2.8 0 0 0 12 10.2'/%3E%3C/svg%3E");
}

.icon-circle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='7' fill='none' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='7' fill='none' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
}

.icon-cart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 2 2 2 2 0 0 0-2-2m10 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2M7.17 14h9.95a2 2 0 0 0 1.92-1.45L21 6H6.21l-.42-2H2v2h2.21l2.24 10.59A2 2 0 0 0 8.4 18H19v-2H8.53z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 2 2 2 2 0 0 0-2-2m10 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2M7.17 14h9.95a2 2 0 0 0 1.92-1.45L21 6H6.21l-.42-2H2v2h2.21l2.24 10.59A2 2 0 0 0 8.4 18H19v-2H8.53z'/%3E%3C/svg%3E");
}

.icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24 11.4 11.4 0 0 0 3.59.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 5a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11.4 11.4 0 0 0 .57 3.59 1 1 0 0 1-.24 1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24 11.4 11.4 0 0 0 3.59.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 5a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11.4 11.4 0 0 0 .57 3.59 1 1 0 0 1-.24 1z'/%3E%3C/svg%3E");
}

.icon-telegram::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.94 4.66a1 1 0 0 0-1.09-.16L2.82 11.78a1 1 0 0 0 .08 1.88l4.82 1.61 1.61 4.82a1 1 0 0 0 1.88.08l7.28-18a1 1 0 0 0-.55-1.51m-3.4 3.52-7.3 7.3-.72 2.15-.84-2.5-2.5-.84z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.94 4.66a1 1 0 0 0-1.09-.16L2.82 11.78a1 1 0 0 0 .08 1.88l4.82 1.61 1.61 4.82a1 1 0 0 0 1.88.08l7.28-18a1 1 0 0 0-.55-1.51m-3.4 3.52-7.3 7.3-.72 2.15-.84-2.5-2.5-.84z'/%3E%3C/svg%3E");
}

@media (max-width: 640px) {
  :root {
    --h2-size: clamp(1.8rem, 9.4vw, 2.25rem);
    --h3-size: clamp(0.98rem, 4.4vw, 1.125rem);
  }
}
.modal-box p { margin: 0 0 20px; color: var(--muted); line-height: 1.6; }
.modal-form { display: grid; gap: 12px; }
.modal-close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; font-size: 32px; line-height: 1; color: #80858c; cursor: pointer; }
.modal-close:hover { color: #34383e; }
.modal-close:active { color: #111; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); padding: 14px 20px; border-radius: 999px; background: #111; color: #fff; opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; z-index: 120; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1200px) {
  .grid-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .calc-panel, .contact-card, .hero-split, .purchase-top, .company-split, .expert-split, .test-split { grid-template-columns: 1fr; }
  .slider-slide { min-width: calc((100% - 22px) / 2); }
  .service-card img { height: 300px; }
  .float-price { position: static; margin-top: 20px; min-width: 0; }
  .report-stage { min-height: 1080px; }
  .report-sheet { position: relative; padding-left: 190px; }
  .report-cover { position: absolute; }
  .contact-right { min-height: 720px; }
}

@media (max-width: 900px) {
  .surface-white, .about-short, .surface-base, .surface-quiz, .faq-dark { padding: 56px 0; }
  .grid-3, .feature-grid, .catalog-grid, .fast-grid, .team-grid, .service-groups, .extras-grid, .mini-grid, .stats-grid, .footer-band, .contact-list .double, .action-grid, .form-grid, .spec-grid, .offer, .expert-box { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .slider-slide { min-width: 100%; }
  [data-slider] .prev, [data-slider] .next { display: none; }
  .hero-main, .hero-content { min-height: auto; }
  .hero-mask { clip-path: none; background: linear-gradient(180deg, rgba(247,248,249,.96), rgba(247,248,249,.62)); }
  .hero-copy { padding: 72px 0 80px; }
  .quiz-card { grid-template-columns: 1fr; }
  .quiz-copy { padding: 36px 24px; }
  .mini-features { flex-direction: column; gap: 20px; }
  .quiz-visual { min-height: 360px; }
  .quiz-visual img { right: 50%; width: 520px; transform: translate(58%, -50%); }
  .timer { left: 50%; transform: translate(-50%, -50%); }
  .orbit { left: 50%; transform: translate(-50%, -50%); }
  .test-split { padding-top: 56px; }
  .form-grid label:last-of-type { grid-column: auto; }
  .calc-hero img { height: 240px; }
  .split-row { flex-direction: column; align-items: center; }
  .report-stage { min-height: auto; padding-bottom: 24px; }
  .report-sheet, .report-cover, .pdf-cta { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: 100%; }
  .report-sheet { padding: 24px; margin-top: 24px; }
  .report-cover { min-height: auto; margin-top: 16px; }
  .pdf-cta { margin-top: 16px; }
  .faq-split { padding: 32px 22px; }
  .faq-panel { padding: 8px 14px; }
  .contact-left { padding: 40px 26px; }
  .contact-right { min-height: 640px; padding: 24px; }
  .contact-list .double article + article { border-left: 0; padding-left: 0; padding-top: 22px; margin-top: 22px; border-top: 1px solid #dcdedf; }
  .legal-card { width: 100%; padding: 26px 22px; }
  .step-card { width: 320px; }
}

@media (max-width: 640px) {
  .shell { padding: 0 16px; }
  .hero-copy p, .text { font-size: 15px; }
  .lead-list.centered { font-size: 17px; }
  .service-card img, .car-card img, .fast-card img, .calc-card img, .case-card img, .team-card img { height: 220px; }
  .hero-badge { padding: 16px 18px; }
  .hero-badge strong { font-size: 22px; }
  .quiz-visual img { width: 420px; }
  .timer { width: 190px; height: 190px; }
  .timer-center strong { font-size: 42px; }
  .point-list article, .footer-band article, .info-card article, .question-cta, .contact-list article, .policy-btn { align-items: flex-start; }
  .video-card { min-height: 520px; }
  .video-play { width: 88px; height: 88px; }
  .video-play::before { left: 33px; top: 27px; border-top-width: 15px; border-bottom-width: 15px; border-left-width: 22px; }
  .contact-right { min-height: 560px; padding: 16px; }
  .map-label { display: none; }
  .metro { left: 16px; top: 24px; }
  .map-glow { left: 46%; top: 37%; width: 120px; }
  .map-pin { left: calc(50% - 20px); top: 32%; width: 42px; }
}
