/* Landing /pidbir — ad traffic quiz funnel. Loaded after style.css, page-scoped. */

body.page-lp {
  background: var(--paper);
}

.lp-wrap {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 18px;
}

/* Header */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(12, 14, 18, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
}
.lp-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
}
.lp-logo img { width: 34px; height: 34px; }
.lp-logo b {
  font-family: var(--font-d);
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.01em;
}
.lp-logo b i { color: var(--accent); font-style: normal; }
.lp-header-note {
  margin-left: auto;
  display: none;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12.5px;
  font-weight: 600;
}
.lp-header-note svg { width: 16px; height: 16px; color: var(--green); }
.lp-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lp-header-phone,
.lp-header-tg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.lp-header-tg {
  padding: 9px 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.16);
}
.lp-header-phone:hover { border-color: var(--accent); color: var(--accent); }
.lp-header-tg:hover { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.lp-header-phone svg,
.lp-header-tg svg { width: 16px; height: 16px; display: block; }
@media (min-width: 900px) {
  .lp-header-note { display: inline-flex; }
  .lp-header-actions { margin-left: 18px; }
}
@media (max-width: 899px) {
  .lp-header-inner { min-height: 54px; gap: 10px; }
  .lp-header-actions { margin-left: auto; }
  .lp-header-phone,
  .lp-header-tg { padding: 8px 10px; }
  .lp-header-phone span { display: none; }
}

/* Hero + quiz */
.lp-hero {
  position: relative;
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(255, 77, 0, 0.22), transparent 60%),
    linear-gradient(180deg, #0c0e12, #14161d);
  color: #fff;
  padding: 34px 0 44px;
  overflow: hidden;
}
.lp-hero::after {
  content: '';
  position: absolute;
  inset: auto -10% -60% 40%;
  height: 340px;
  background: radial-gradient(closest-side, rgba(255, 106, 34, 0.16), transparent);
  pointer-events: none;
}
.lp-hero .lp-wrap { width: min(1320px, 100%); }
.lp-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
@media (min-width: 1000px) {
  .lp-hero { padding: 36px 0 48px; }
  .lp-hero-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.78fr) minmax(640px, 1.55fr);
    gap: 40px;
    align-items: center;
  }
  .lp-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .lp-hero { padding: 10px 0 20px; }
  .lp-hero .lp-wrap { padding: 0 12px; }
}

.lp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 77, 0, 0.14);
  border: 1px solid rgba(255, 77, 0, 0.38);
  color: #ffb08a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lp-pill svg { width: 15px; height: 15px; }

.lp-hero h1 {
  font-family: var(--font-d);
  font-size: clamp(24px, 6.2vw, 36px);
  line-height: 1.08;
  margin: 10px 0 8px;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.lp-hero h1 em {
  font-style: normal;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-hero h1 .lp-h1-rest {
  display: block;
  margin-top: 10px;
  color: var(--star);
  -webkit-text-fill-color: var(--star);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.lp-hero-save {
  margin: 0 0 10px;
  font-size: clamp(15px, 3.8vw, 19px);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #ffb08a;
}
.lp-hero-save b {
  font-size: 1.18em;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-hero-sub {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13.5px;
  max-width: 540px;
  margin: 0;
}
.lp-hero-list {
  list-style: none;
  margin: 20px 0 22px;
  display: none;
  gap: 10px;
}
@media (min-width: 1000px) {
  .lp-hero h1 { font-size: clamp(40px, 4.4vw, 56px); margin: 12px 0 12px; }
  .lp-hero-save { font-size: 22px; margin: 0 0 12px; }
  .lp-hero-sub { font-size: 15px; max-width: none; }
  .lp-hero-list { display: grid; margin: 12px 0 0; gap: 8px; }
  .lp-hero-list li { font-size: 14px; }
}
@media (max-width: 999px) {
  .lp-pill { padding: 5px 11px; font-size: 10.5px; }
  .lp-hero-save { display: none; }
}
.lp-hero-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}
.lp-hero-list svg {
  flex: none;
  width: 20px;
  height: 20px;
  color: var(--accent);
  margin-top: 1px;
}
.lp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
}
.lp-hero-stats div b {
  display: block;
  font-family: var(--font-d);
  font-size: clamp(19px, 5vw, 26px);
  color: #fff;
}
.lp-hero-stats div span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.35;
  display: block;
}

/* Quiz card — one fixed height for every step, options stretch to fill it */
.lp-quiz-shell {
  display: flex;
  flex-direction: column;
  min-height: min(var(--lp-quiz-h, 620px), max(570px, calc(100vh - 190px)));
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  position: relative;
}
@media (max-width: 999px) {
  .lp-quiz-shell:has(#lpQuiz[data-phase="results"]),
  .lp-quiz-shell:has(#lpQuiz[data-phase="done"]) {
    min-height: 0;
    height: auto;
    overflow: visible;
  }
  #lpQuiz[data-phase="results"],
  #lpQuiz[data-phase="done"] {
    flex: none;
  }
  #lpQuiz[data-phase="results"] .lp-lead,
  #lpQuiz[data-phase="done"] .lp-done {
    flex: none;
    justify-content: flex-start;
  }
}
#lpQuiz {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.lp-quiz-head { padding: 18px 20px 0; }
.lp-quiz-bar {
  height: 6px;
  border-radius: 999px;
  background: var(--paper-2);
  overflow: hidden;
}
.lp-quiz-bar i {
  display: block;
  height: 100%;
  background: var(--accent-grad);
  border-radius: 999px;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-quiz-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
}
.lp-quiz-time { display: inline-flex; align-items: center; gap: 5px; color: var(--accent-deep); -webkit-text-fill-color: var(--accent-deep); }
.lp-quiz-time svg { width: 14px; height: 14px; }

.lp-quiz-body {
  padding: 16px 22px 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.lp-quiz-pane {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.lp-quiz-title {
  font-family: var(--font-d);
  font-size: clamp(20px, 4.6vw, 28px);
  line-height: 1.2;
  margin-bottom: 14px;
}
@media (min-width: 1000px) {
  .lp-quiz-pane .lp-quiz-title { text-align: center; }
  .lp-quiz-pane .lp-quiz-proof { justify-content: center; }
  .lp-quiz-pane .lp-opts--tiles,
  .lp-quiz-pane .lp-opts--list {
    width: min(100%, 440px);
    margin-inline: auto;
  }
  .lp-quiz-head { padding: 14px 16px 0; }
  .lp-quiz-body { padding: 12px 16px 4px; }
  .lp-quiz-title { font-size: 22px; margin-bottom: 12px; }
  .lp-opt--tiles .lp-opt-copy b { font-size: 18px; }
  .lp-quiz-foot { margin-top: 10px; padding: 10px 16px 14px; }
  .lp-opt--cars { padding: 8px 8px 10px; gap: 6px; }
  .lp-opt--cars .lp-car-photo { max-height: 128px; }
  .lp-opt--tiles { min-height: 64px; }
  .lp-opt--list { min-height: 68px; }
}
.lp-quiz-sub {
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font-size: 14px;
  margin-bottom: 12px;
}
.lp-quiz-proof {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}
.lp-quiz-proof svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--accent-deep);
  margin-top: 1px;
}
.lp-found {
  margin: 0 0 8px;
  color: var(--accent-deep);
  -webkit-text-fill-color: var(--accent-deep);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.lp-recap {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.3;
}
.lp-field-hint {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}
.lp-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 10px 0 0;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}
.lp-guarantee svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--green);
  margin-top: 1px;
}
.page-lp .phone-input.is-telegram .phone-input-prefix { display: none; }
.lp-center { text-align: center; }

.lp-opts {
  display: grid;
  gap: 10px;
  flex: 1;
  min-height: 0;
  grid-auto-rows: minmax(0, 1fr);
}
.lp-opts--cars { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.lp-opts--tiles { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) {
  .lp-quiz-shell { --lp-quiz-h: 660px; }
}

.lp-opt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 15px 16px;
  border-radius: 14px;
  border: 1.6px solid var(--line);
  background: #fff;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.16s, background 0.16s, transform 0.16s, box-shadow 0.16s;
}
.lp-opt::after {
  content: '';
  flex: none;
  width: 18px;
  height: 18px;
  margin-left: auto;
  border: 2px solid var(--line-2);
  border-radius: 50%;
  box-sizing: border-box;
}
.lp-opt:hover,
.lp-opt:focus-visible {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: var(--shadow-sm);
  outline: none;
}
.lp-opt:hover::after,
.lp-opt:focus-visible::after {
  border-color: var(--accent);
}
.lp-opt:active { transform: scale(0.98); }
.lp-opt.is-selected {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px var(--accent);
}
.lp-opt.is-selected::after {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: inset 0 0 0 3px #fff;
}
#lpQuiz[data-busy] .lp-opt { pointer-events: none; }
.lp-opt-copy { display: block; min-width: 0; }
.lp-opt-copy b { display: block; font-size: 14.5px; font-weight: 800; line-height: 1.25; }
.lp-opt-copy small {
  display: block;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font-size: 12.2px;
  line-height: 1.35;
  margin-top: 2px;
}
.lp-opt .lp-i { flex: none; width: 26px; height: 26px; color: var(--accent-deep); }
.lp-opt-badge {
  position: absolute;
  top: -8px;
  right: 10px;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.lp-opt--cars {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  gap: 4px;
  padding: 8px 8px 10px;
}
.lp-opt--cars::after { display: none; }
.lp-opt--cars .lp-opt-copy b { font-size: 14px; }
.lp-opt--cars .lp-opt-copy small { display: none; }
.lp-opt--tiles {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  min-height: 72px;
}
.lp-opt--tiles::after { display: none; }
.lp-opt--tiles .lp-i {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 15px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  box-sizing: border-box;
}
.lp-opt--tiles.is-selected .lp-i { background: #fff; }
.lp-opt--tiles .lp-opt-copy b { font-size: 16px; }
.lp-opt--tiles .lp-opt-copy small { font-size: 12.5px; }
.lp-opt--list { min-height: 76px; }

.lp-car-photo {
  width: 100%;
  height: 88px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  display: block;
}
.lp-opt--cars .lp-car-photo {
  flex: 1;
  min-height: 0;
  height: auto;
  max-height: 112px;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  mix-blend-mode: multiply;
}
@media (max-width: 999px) {
  .lp-quiz-head { padding: 14px 14px 0; }
  .lp-quiz-body { padding: 10px 14px 6px; }
  .lp-quiz-title { font-size: 20px; margin-bottom: 12px; }
  .lp-quiz-foot { padding: 10px 14px 14px; margin-top: 10px; }
  .lp-opt { min-height: 52px; padding: 12px 14px; }
  .lp-opt--cars { padding: 8px 8px 10px; gap: 6px; }
  .lp-opt--cars .lp-opt-copy small { display: none; }
  .lp-opt--cars .lp-opt-copy b { font-size: 13.5px; }
  .lp-opt--tiles { min-height: 64px; }
  .lp-opt--list { min-height: 64px; }
}
@media (max-height: 740px) {
  .lp-hero { padding-top: 8px; padding-bottom: 16px; }
  .lp-quiz-title { font-size: 18px; margin-bottom: 10px; }
  .lp-opt--tiles .lp-i { width: 40px; height: 40px; padding: 8px; border-radius: 13px; }
}

.lp-quiz-body,
.lp-scan,
.lp-results,
.lp-done {
  opacity: 0;
}
.lp-quiz-body.is-shown,
.lp-scan.is-shown,
.lp-results.is-shown,
.lp-done.is-shown {
  opacity: 1;
  transition: opacity 0.16s ease;
}

.lp-quiz-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 14px 20px 18px;
  border-top: 1px solid var(--line);
  margin-top: 16px;
}
.lp-quiz-foot:has(.lp-back.is-placeholder:only-child) {
  display: none;
}
@media (min-width: 1000px) {
  .lp-quiz-foot { margin-top: 10px; padding: 10px 16px 14px; }
}
.lp-back {
  border: 0;
  background: none;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font: inherit;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 0;
}
.lp-back:hover { color: var(--accent-deep); -webkit-text-fill-color: var(--accent-deep); }
.lp-back.is-placeholder {
  visibility: hidden;
  pointer-events: none;
}
.lp-quiz-safe {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.6px;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font-weight: 600;
}
.lp-quiz-safe svg { width: 14px; height: 14px; color: var(--green); }
.lp-quiz-safe--right { text-align: right; }
@media (max-width: 460px) {
  .lp-quiz-safe--right { display: none; }
}

/* Scan simulation */
.lp-scan { padding: 26px 20px 28px; }
.lp-scan-ring {
  --p: 0;
  width: 128px;
  height: 128px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background:
    conic-gradient(var(--accent) calc(var(--p) * 1%), var(--paper-2) 0),
    #fff;
  position: relative;
}
.lp-scan-ring::before {
  content: '';
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 2px 10px rgba(12, 14, 18, 0.08);
}
.lp-scan-num {
  position: relative;
  font-family: var(--font-d);
  font-size: 27px;
  line-height: 1;
}
.lp-scan-cap {
  position: relative;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}
.lp-scan-counter {
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  color: var(--accent-deep);
  margin-bottom: 14px;
}
.lp-scan-log {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.lp-scan-log li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.4px;
  color: var(--muted);
  opacity: 0.5;
  transition: opacity 0.25s, color 0.25s;
}
.lp-scan-log li.is-active { opacity: 1; color: var(--ink); font-weight: 700; }
.lp-scan-log li.is-done { opacity: 1; color: var(--ink); }
.lp-scan-dot {
  flex: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  position: relative;
}
.lp-scan-log li.is-active .lp-scan-dot {
  border-color: var(--accent);
  animation: lpPulse 1s infinite;
}
.lp-scan-log li.is-done .lp-scan-dot {
  border-color: var(--green);
  background: var(--green);
}
.lp-scan-log li.is-done .lp-scan-dot::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@keyframes lpPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 77, 0, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(255, 77, 0, 0); }
}
.lp-skeletons { display: grid; gap: 9px; }
.lp-skel {
  display: grid;
  grid-template-columns: 74px 1fr 84px;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  border: 1px dashed var(--line-2);
  background: var(--paper);
}
.lp-skel i {
  display: block;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--paper-2), #fff, var(--paper-2));
  background-size: 200% 100%;
  animation: lpShine 1.2s linear infinite;
}
.lp-skel i:first-child { height: 34px; }
.lp-skel.is-filled {
  border-style: solid;
  border-color: var(--green-soft);
  background: rgba(15, 169, 88, 0.06);
}
.lp-skel.is-filled i { animation: none; background: rgba(15, 169, 88, 0.22); }
@keyframes lpShine {
  from { background-position: 0 0; }
  to { background-position: -200% 0; }
}

/* Results + gate */
.lp-results { padding: 20px 18px 22px; }
.lp-results-head { margin-bottom: 16px; }
.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lp-badge svg { width: 14px; height: 14px; }
.lp-badge--ok { background: var(--green-soft); color: #0b7a41; }

.lp-cards { display: grid; gap: 10px; }
.lp-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1.6px solid var(--line);
  background: #fff;
  align-items: center;
}
.lp-card.is-best { border-color: var(--accent); box-shadow: var(--shadow-sm); }
.lp-card-flag {
  position: absolute;
  top: -9px;
  left: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 3px 9px;
  border-radius: 999px;
}
.lp-card-photo {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(160deg, var(--paper-2), #fff);
  padding: 8px 6px 16px;
  overflow: hidden;
}
.lp-card-photo .lp-car-photo {
  height: 58px;
  filter: blur(1.6px) saturate(0.7);
}
.lp-lock {
  position: absolute;
  inset: auto 0 0;
  display: block;
  font-size: 8.6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-align: center;
  padding: 2px;
  background: rgba(255, 255, 255, 0.85);
}
.lp-lock svg { width: 10px; height: 10px; vertical-align: -1px; }
.lp-card-info b { display: block; font-size: 14px; filter: blur(0.2px); }
.lp-card-tag { display: block; font-size: 11.6px; color: var(--muted); font-weight: 700; }
.lp-card-price { display: flex; align-items: baseline; gap: 7px; margin-top: 4px; }
.lp-card-price em {
  font-style: normal;
  font-family: var(--font-d);
  font-size: 19px;
  color: var(--ink);
}
.lp-card-price small { font-size: 11px; color: var(--muted); }
.lp-card-save {
  display: inline-block;
  margin-top: 5px;
  font-size: 11.4px;
  font-weight: 800;
  color: #0b7a41;
  background: var(--green-soft);
  padding: 3px 8px;
  border-radius: 999px;
}
.lp-card-num {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 10px;
  color: var(--line-2);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-gate {
  margin-top: 16px;
  padding: 18px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #14161d, #0c0e12);
  color: #fff;
}
.lp-gate h3 { font-family: var(--font-d); font-size: 19px; margin-bottom: 5px; }
.lp-gate-sub { color: rgba(255, 255, 255, 0.7); font-size: 13.4px; margin-bottom: 14px; }
.lp-gate-timer {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: #ffb08a;
  background: rgba(255, 77, 0, 0.16);
  border: 1px solid rgba(255, 77, 0, 0.32);
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.lp-gate-timer svg { width: 14px; height: 14px; }
.lp-gate-timer b { font-variant-numeric: tabular-nums; }
.lp-gate .field label { color: rgba(255, 255, 255, 0.62); }
.lp-gate .field input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.lp-gate .field input::placeholder { color: rgba(255, 255, 255, 0.4); }
.lp-gate .phone-input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}
.lp-gate .phone-input-prefix { color: #fff; }
.lp-gate .field-error { color: #ff9b7a; }
.lp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lp-form-note--light {
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  margin: 2px 0 10px;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.lp-send-to {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  min-width: 0;
}
.lp-send-to legend {
  padding: 0;
  margin: 0 0 8px;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.lp-send-to-opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.lp-send-opt {
  min-height: 44px;
  padding: 10px 8px;
  border-radius: 12px;
  border: 1.6px solid var(--line);
  background: #fff;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.16s, background 0.16s, box-shadow 0.16s;
}
.lp-send-opt:hover,
.lp-send-opt:focus-visible {
  border-color: var(--accent);
  background: var(--accent-soft);
  outline: none;
}
.lp-send-opt.is-on {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px var(--accent);
}
.lp-form-note--light svg { width: 14px; height: 14px; flex: none; color: var(--green); margin-top: 1px; }
.lp-form-note--light a { color: var(--ink); }
.lp-lead .field { margin-bottom: 12px; }
.lp-match {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 12px 0 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 77, 0, 0.28);
  border-radius: 14px;
  background: var(--accent-soft);
  text-align: left;
}
.lp-match-note {
  margin: 0;
  padding: 10px 12px 8px;
  color: var(--accent-deep);
  -webkit-text-fill-color: var(--accent-deep);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.lp-match > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: var(--ink-3);
}
.lp-match .compare {
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 0;
}
.lp-match .works-badge {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.lp-match figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px 12px;
  background: var(--surface);
}
.lp-match b {
  font-size: 15px;
  line-height: 1.3;
}
.lp-match-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  font-size: 13px;
}
.lp-match-prices em {
  font-style: normal;
  font-weight: 800;
  color: var(--green);
}
.lp-match-save {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--green-soft);
  color: #0b7a41;
  -webkit-text-fill-color: #0b7a41;
  font-style: normal;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.lp-match-prices span {
  color: var(--muted);
}
.lp-alt-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
}
.lp-done .lp-alt-btn {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}
.lp-done-catalog {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lp-done-catalog:hover {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}
.lp-alt-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1.6px solid var(--line);
  background: #fff;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.lp-alt-btn:hover,
.lp-alt-btn:focus-visible {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  border-color: var(--ink);
  outline: none;
}
.lp-call-alt {
  margin: 4px 0 0;
  text-align: center;
  width: 100%;
}
.lp-call-alt a {
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font-size: 13.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lp-call-alt a:hover { color: var(--ink); -webkit-text-fill-color: var(--ink); }
@media (min-width: 1000px) {
  .lp-lead .lp-recap,
  .lp-lead .lp-found,
  .lp-lead .lp-match,
  .lp-lead .lp-form,
  .lp-lead .lp-call-alt {
    width: min(100%, 32rem);
  }
}
.lp-lead {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1000px) {
  .lp-lead { align-items: center; }
  .lp-lead .lp-quiz-title,
  .lp-lead .lp-quiz-sub {
    text-align: center;
    max-width: 34rem;
  }
  .lp-lead .lp-form {
    width: min(100%, 32rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
  .lp-lead .field { margin-bottom: 0; }
  .lp-lead .lp-honeypot,
  .lp-lead .js-lp-turnstile,
  .lp-lead [data-error-for="lpTurnstile"],
  .lp-lead [data-error-for="lpSubmit"],
  .lp-lead button[type="submit"],
  .lp-lead .lp-guarantee,
  .lp-lead .lp-form-note { grid-column: 1 / -1; }
}
.lp-form-note svg { width: 14px; height: 14px; flex: none; color: var(--green); margin-top: 1px; }
.lp-form-note a { color: rgba(255, 255, 255, 0.8); }

/* Done */
.lp-done {
  padding: 28px 20px 26px;
  text-align: center;
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}
.lp-done-mark {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: #0b7a41;
}
.lp-done-mark svg { width: 26px; height: 26px; }
.lp-done .lp-quiz-sub { margin-bottom: 22px; }
.lp-done-actions { display: grid; gap: 9px; }

/* Sections below the fold */
.lp-section { padding: 46px 0; }
.lp-section--paper { background: var(--paper); }
.lp-section--white { background: #fff; }
.lp-section-head { max-width: 640px; margin-bottom: 26px; }
.lp-section-head span {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.lp-section-head h2 {
  font-family: var(--font-d);
  font-size: clamp(23px, 5vw, 34px);
  line-height: 1.16;
  margin: 8px 0 8px;
}
.lp-section-head p { color: var(--muted); font-size: 15px; }

.lp-faq { display: grid; gap: 12px; }
@media (min-width: 780px) { .lp-faq { grid-template-columns: repeat(3, 1fr); } }
.lp-faq article {
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(12, 14, 18, 0.06);
}
.lp-faq h3 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.lp-faq p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

#lpSeoSlot:empty { display: none; }
.lp-seo-body {
  display: grid;
  gap: 14px;
  max-width: 760px;
}
.lp-seo-body p {
  margin: 0;
  color: var(--text, #1c1917);
  font-size: 16px;
  line-height: 1.6;
}

.lp-steps { display: grid; gap: 12px; counter-reset: lp; }
@media (min-width: 780px) { .lp-steps { grid-template-columns: repeat(4, 1fr); } }
.lp-step {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}
.lp-section--white .lp-step { background: var(--paper); }
.lp-step b {
  display: inline-grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-d);
  font-size: 14px;
  margin-bottom: 10px;
}
.lp-step h3 { font-size: 16px; margin-bottom: 5px; }
.lp-step p { color: var(--muted); font-size: 13.6px; }

.page-lp #cases,
.page-lp #cases > .lp-wrap,
.page-lp .cases-carousel.is-deck {
  overflow: visible;
}
.page-lp .cases-carousel { margin-top: 4px; }
.page-lp .cases-controls { margin-top: 14px; }
.page-lp .case-card-days,
.page-lp .case-card-days svg {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.page-lp .case-card-more,
.page-lp .case-card-more svg {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}

.lp-cases { display: grid; gap: 16px; }
@media (min-width: 780px) { .lp-cases { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.lp-case {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.lp-case img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  background: #eceff3;
}
.lp-case div { padding: 16px 18px 18px; }
.lp-case b { display: block; font-size: 17px; margin-bottom: 4px; }
.lp-case-meta {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.lp-case-price { display: block; font-weight: 800; font-size: 15px; }
.lp-case-save {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #0b7a41;
  background: var(--green-soft);
  padding: 4px 8px;
  border-radius: 999px;
}
.page-lp .case-card-save {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  padding: 5px 9px;
  border-radius: 999px;
  background: #0b7a41;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.lp-cta {
  background: linear-gradient(140deg, #14161d, #0c0e12);
  color: #fff;
  padding: 44px 0 48px;
}
.lp-cta-inner { text-align: center; max-width: 620px; margin: 0 auto; }
.lp-cta h2 { font-family: var(--font-d); font-size: clamp(24px, 5.4vw, 36px); line-height: 1.14; margin-bottom: 10px; }
.lp-cta p { color: rgba(255, 255, 255, 0.72); margin-bottom: 20px; }

.lp-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.55);
  padding: 24px 0 84px;
  font-size: 12.5px;
}
.lp-footer-inner { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.lp-footer a { color: rgba(255, 255, 255, 0.72); }
.lp-footer-links { margin-left: auto; display: flex; gap: 14px; flex-wrap: wrap; }
@media (min-width: 700px) { .lp-footer { padding-bottom: 26px; } }

/* Sticky mobile CTA */
.lp-sticky {
  position: fixed;
  inset: auto 0 0;
  z-index: 70;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(12, 14, 18, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lp-sticky .btn { flex: 1; padding: 13px 16px; font-size: 14px; }
.page-lp .lp-sticky { display: none; }
.page-lp .lp-footer { padding-bottom: 26px; }
.lp-sticky-call {
  display: inline-grid;
  place-content: center;
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}
.lp-sticky-call svg { width: 20px; height: 20px; }
@media (min-width: 700px) { .lp-sticky { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .lp-opt, .lp-quiz-bar i, .lp-car-photo { transition: none; }
  .lp-quiz-body, .lp-scan, .lp-results, .lp-done { opacity: 1; transition: none; }
  .lp-skel i, .lp-scan-log li.is-active .lp-scan-dot { animation: none; }
}

/* /pidbir?phone=1 — mobile layout even if the preview window is wide */
html.lp-phone-preview .lp-quiz-shell { min-height: 0; }
html.lp-phone-preview .lp-header-inner { min-height: 54px; gap: 10px; }
html.lp-phone-preview .lp-header-actions { margin-left: auto; }
html.lp-phone-preview .lp-header-note { display: none; }
html.lp-phone-preview .lp-header-phone,
html.lp-phone-preview .lp-header-tg { padding: 8px 10px; }
html.lp-phone-preview .lp-header-phone span { display: none; }
html.lp-phone-preview .lp-hero { padding: 10px 0 20px; }
html.lp-phone-preview .lp-hero .lp-wrap { padding: 0 12px; }
html.lp-phone-preview .lp-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
html.lp-phone-preview .lp-hero-save,
html.lp-phone-preview .lp-hero-list { display: none; }
html.lp-phone-preview .lp-hero h1 { font-size: clamp(24px, 6.2vw, 36px); }
html.lp-phone-preview .lp-quiz-head { padding: 14px 14px 0; }
html.lp-phone-preview .lp-quiz-body { padding: 10px 14px 6px; }
html.lp-phone-preview .lp-quiz-title { font-size: 20px; margin-bottom: 12px; }
html.lp-phone-preview .lp-quiz-foot { padding: 10px 14px 14px; margin-top: 10px; }
html.lp-phone-preview .lp-opt { min-height: 52px; padding: 12px 14px; }
html.lp-phone-preview .lp-opt--cars { padding: 8px 8px 10px; gap: 6px; }
html.lp-phone-preview .lp-opt--cars .lp-opt-copy small { display: none; }
html.lp-phone-preview .lp-opt--cars .lp-opt-copy b { font-size: 13.5px; }
html.lp-phone-preview .lp-opt--tiles,
html.lp-phone-preview .lp-opt--list { min-height: 64px; }
html.lp-phone-preview .lp-sticky { display: none; }
