/* === СБРОС ДЛЯ КОНТЕЙНЕРА ТИЛЬДЫ === */
/* Убираем ограничения ширины со всех родительских блоков */
.t123:has(#kp-quiz-root),
.t-container_100:has(#kp-quiz-root),
.t-width:has(#kp-quiz-root){
  padding:0!important;
  margin:0!important;
  max-width:100%!important;
  width:100%!important;
  overflow:visible!important;
}

/* === КОРНЕВОЙ БЛОК КВИЗА === */
#kp-quiz-root{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  position:static;
  left:auto;
  font-family:'Montserrat','Helvetica Neue',Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
  color:#0f1923;
}
#kp-quiz-root *,#kp-quiz-root *::before,#kp-quiz-root *::after{box-sizing:border-box;margin:0;padding:0}
#kp-quiz-root a{text-decoration:none;color:inherit}
#kp-quiz-root button{cursor:pointer;background:none;border:none;font:inherit;color:inherit}
#kp-quiz-root img{display:block;max-width:100%}

/* HERO */
.kp-hero{background:#004aad;color:#fff;padding:clamp(2.5rem,7vw,4rem) clamp(1rem,5vw,4rem);text-align:center;position:relative;overflow:hidden;width:100%}
.kp-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(240,193,50,.1) 0%,transparent 65%);pointer-events:none}
.kp-logo-wrap{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}
.kp-logo-pill{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;padding:4px 10px;height:38px;flex-shrink:0}
.kp-logo-pill img{height:26px;width:auto;display:block;filter:brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2600%) hue-rotate(210deg) brightness(95%) contrast(105%)}
.kp-logo-text{display:flex;flex-direction:column;line-height:1.25;text-align:left}
.kp-logo-name{font-size:.9rem;font-weight:700;color:#fff;letter-spacing:.01em}
.kp-logo-tag{font-size:.75rem;color:rgba(255,255,255,.65)}
.kp-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.9);padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem}
.kp-hero h1{font-size:clamp(1.75rem,1rem + 2.5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem;max-width:660px;margin-inline:auto;line-height:1.2}
.kp-hero-sub{font-size:clamp(1rem,.95rem + .25vw,1.125rem);color:rgba(255,255,255,.75);max-width:520px;margin-inline:auto;margin-bottom:2rem;line-height:1.7}
.kp-stats{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}
.kp-stat{display:flex;flex-direction:column;align-items:center;gap:2px}
.kp-stat-n{font-size:clamp(1.375rem,1.1rem + 1.1vw,2rem);font-weight:800;color:#fff;line-height:1}
.kp-stat-l{font-size:.75rem;color:rgba(255,255,255,.6);text-align:center;font-weight:500}
.kp-hero-tel{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:9999px;border:1.5px solid rgba(255,255,255,.4)}
.kp-hero-tel:hover{background:rgba(255,255,255,.15)}

/* QUIZ WRAP */
.kp-quiz{padding:clamp(2rem,5vw,4rem) clamp(1rem,4vw,2rem);background:#f2f5f9;width:100%}
.kp-wrap{width:100%;max-width:680px;margin:0 auto}

/* PROGRESS */
.kp-prog{margin-bottom:2rem}
.kp-prog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.kp-prog-label{font-size:.9rem;color:#556070;font-weight:500}
.kp-prog-pct{font-size:.9rem;color:#004aad;font-weight:700}
.kp-prog-track{height:6px;background:#e4eaf2;border-radius:9999px;overflow:hidden}
.kp-prog-fill{height:100%;background:linear-gradient(90deg,#004aad,#f0c132);border-radius:9999px;transition:width .55s cubic-bezier(.16,1,.3,1);width:0%}

/* CARD */
.kp-card{background:#fff;border:1px solid #d8e0ea;border-radius:1.5rem;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 10px 40px rgba(0,42,100,.14);animation:kpFadeUp .35s cubic-bezier(.16,1,.3,1)}
@keyframes kpFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes kpFadeDown{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-14px)}}
.kp-q-num{font-size:.75rem;color:#004aad;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}
.kp-q-num::before{content:'';display:inline-block;width:8px;height:8px;background:#f0c132;border-radius:9999px}
.kp-q-title{font-size:clamp(1.125rem,1rem + .6vw,1.375rem);font-weight:700;color:#0f1923;margin-bottom:.5rem;line-height:1.35}
.kp-q-hint{font-size:.9rem;color:#556070;margin-bottom:1.5rem;line-height:1.6}

/* OPTIONS */
.kp-opts{display:flex;flex-direction:column;gap:.75rem}
.kp-opt{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#f7f9fc;border:2px solid #d8e0ea;border-radius:1rem;text-align:left;transition:all 180ms cubic-bezier(.16,1,.3,1);cursor:pointer;width:100%}
.kp-opt:hover{border-color:#004aad;background:#e6eef9;transform:translateX(3px)}
.kp-opt.sel{border-color:#004aad;background:#e6eef9;box-shadow:0 0 0 3px rgba(0,74,173,.12)}
.kp-opt-radio{width:22px;height:22px;border-radius:9999px;border:2px solid #d8e0ea;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:all 180ms cubic-bezier(.16,1,.3,1)}
.kp-opt.sel .kp-opt-radio{border-color:#004aad;background:#004aad}
.kp-opt-dot{width:8px;height:8px;border-radius:9999px;background:#fff;opacity:0;transition:opacity 180ms cubic-bezier(.16,1,.3,1)}
.kp-opt.sel .kp-opt-dot{opacity:1}
.kp-opt-label{font-size:clamp(1rem,.95rem + .25vw,1.125rem);font-weight:600;color:#0f1923;line-height:1.4;word-break:break-word}
.kp-opt-sub{font-size:.75rem;color:#556070;margin-top:2px;line-height:1.5}

/* NAV */
.kp-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:1rem}
.kp-btn-back{display:flex;align-items:center;gap:.5rem;color:#556070;font-size:.9rem;font-weight:500;padding:.75rem 1rem;border-radius:.75rem;transition:all 180ms cubic-bezier(.16,1,.3,1)}
.kp-btn-back:hover{color:#0f1923;background:#f7f9fc}
.kp-btn-back:disabled{opacity:.3;pointer-events:none}
.kp-btn-next{display:flex;align-items:center;gap:.75rem;background:#004aad;color:#fff;padding:.75rem 2rem;border-radius:9999px;font-size:clamp(1rem,.95rem + .25vw,1.125rem);font-weight:700;transition:all 180ms cubic-bezier(.16,1,.3,1);box-shadow:0 4px 18px rgba(0,42,100,.10)}
.kp-btn-next:hover:not(:disabled){background:#003585;transform:translateY(-2px)}
.kp-btn-next:disabled{opacity:.4;pointer-events:none}

/* RESULT */
.kp-result{background:#fff;border:1px solid #d8e0ea;border-radius:1.5rem;padding:clamp(2rem,5vw,3rem);box-shadow:0 20px 60px rgba(0,42,100,.18);text-align:center;animation:kpFadeUp .5s cubic-bezier(.16,1,.3,1)}
.kp-lvl-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1.25rem;border-radius:9999px;font-size:.9rem;font-weight:700;margin-bottom:1.5rem}
.kp-lvl-badge.high{background:#e6f4ec;color:#1b6b3a}
.kp-lvl-badge.medium{background:#fff3e0;color:#7a4500}
.kp-lvl-badge.low{background:#fde8ec;color:#8b1a2e}
.kp-score-wrap{margin:0 auto 2rem;width:164px;height:164px;position:relative}
.kp-score-svg{width:164px;height:164px;transform:rotate(-90deg)}
.kp-score-track{fill:none;stroke:#e4eaf2;stroke-width:11}
.kp-score-ring{fill:none;stroke-width:11;stroke-linecap:round;stroke-dasharray:408;stroke-dashoffset:408;transition:stroke-dashoffset 1.4s cubic-bezier(.16,1,.3,1),stroke .4s}
.kp-score-inside{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.kp-score-num{font-size:clamp(2rem,5vw,2.8rem);font-weight:800;color:#0f1923;line-height:1}
.kp-score-of{font-size:.75rem;color:#556070;font-weight:500;margin-top:2px}
.kp-res-title{font-size:clamp(1.375rem,1.1rem + 1.1vw,2rem);font-weight:800;color:#0f1923;margin-bottom:1rem}
.kp-res-desc{font-size:clamp(1rem,.95rem + .25vw,1.125rem);color:#556070;max-width:500px;margin-inline:auto;margin-bottom:1.5rem;line-height:1.7}

/* FACTORS */
.kp-factors{background:#f7f9fc;border:1px solid #e4eaf2;border-radius:1rem;padding:1.5rem;margin-bottom:2rem;text-align:left}
.kp-factors-head{font-size:.75rem;font-weight:700;color:#556070;text-transform:uppercase;letter-spacing:.07em;margin-bottom:1rem}
.kp-factor{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e4eaf2;font-size:.9rem;line-height:1.5}
.kp-factor:last-child{border-bottom:none;padding-bottom:0}
.kp-factor svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}
.kp-factor.pos svg{color:#1b6b3a}
.kp-factor.neg svg{color:#8b1a2e}
.kp-factor.neu svg{color:#7a4500}
.kp-f-text strong{display:block;font-weight:600;color:#0f1923}
.kp-f-text span{color:#556070;font-size:.75rem}

/* CTA */
.kp-cta{background:#004aad;border-radius:1rem;padding:2rem;color:#fff;margin-bottom:1.5rem}
.kp-cta h3{font-size:clamp(1.125rem,1rem + .6vw,1.375rem);font-weight:800;color:#fff;margin-bottom:.75rem}
.kp-cta p{font-size:.9rem;color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.6}
.kp-cta-btns{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}
.kp-btn-consult{background:#ff4500;color:#fff;padding:1rem 1.5rem;border-radius:9999px;font-size:.9rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:all 180ms cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px rgba(255,69,0,.4);text-decoration:none}
.kp-btn-consult:hover{background:#e03d00;transform:translateY(-2px)}
.kp-btn-tg{background:rgba(255,255,255,.14);color:#fff;border:1.5px solid rgba(255,255,255,.3);padding:1rem 1.25rem;border-radius:9999px;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all 180ms;text-decoration:none}
.kp-btn-tg:hover{background:rgba(255,255,255,.22);transform:translateY(-2px)}
.kp-btn-call{background:rgba(255,255,255,.14);color:#fff;border:1.5px solid rgba(255,255,255,.3);padding:1rem 1.25rem;border-radius:9999px;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all 180ms;text-decoration:none}
.kp-btn-call:hover{background:rgba(255,255,255,.22);transform:translateY(-2px)}
.kp-btn-restart{color:#556070;font-