/* ============================================================
 * 44.0 UX FINAL — стили для новой структуры главной.
 *  Принцип: меньше конкурирующих элементов в hero, реальные
 *  цифры в блоке доверия, логотипы страховых с ссылками,
 *  выделенный аргумент «оплата после проверки».
 * ============================================================ */

/* 44.0: упрощённый hero */
.apo15-hero--v44{padding:60px 0 56px}
.apo15-hero--v44 .apo15-lead{
  max-width:720px;
  font-size:20px;
  line-height:1.5;
  color:#102C46;
  margin:0 0 28px;
}
.apo15-hero--v44 .apo15-hero__actions{
  display:flex;gap:14px;flex-wrap:wrap;margin:24px 0;
}
.apo15-hero--v44 .apo15-btn-main{
  background:#FF7A21;color:#fff;border:0;border-radius:14px;
  padding:18px 32px;font-size:18px;font-weight:800;cursor:pointer;
  display:inline-flex;align-items:center;gap:10px;text-decoration:none;
  min-height:60px;
}
.apo15-hero--v44 .apo15-btn-main:hover{background:#ff8d3d}
.apo15-hero--v44 .apo15-btn-ghost{
  background:transparent;color:#072A4B;border:2px solid #dbe6ed;border-radius:14px;
  padding:16px 28px;font-size:17px;font-weight:700;text-decoration:none;
  min-height:60px;display:inline-flex;align-items:center;
}
.apo15-hero--v44 .apo15-btn-ghost:hover{border-color:#072A4B}
.apo15-hero--v44 .apo15-hero__benefits{
  list-style:none;margin:24px 0;padding:0;
  display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;
}
.apo15-hero--v44 .apo15-hero__benefits li{
  position:relative;padding:6px 0 6px 28px;font-size:15px;color:#102C46;line-height:1.45;
}
.apo15-hero--v44 .apo15-hero__benefits li::before{
  content:"";position:absolute;left:0;top:11px;width:16px;height:16px;
  background:#138C62;border-radius:50%;box-shadow:inset 0 0 0 3px #fff;
}
.apo15-hero--v44 .apo15-hero__pay{
  display:flex;gap:14px;align-items:flex-start;
  background:linear-gradient(135deg,#072A4B,#0a3559);
  color:#fff;border-radius:18px;padding:20px 22px;margin:24px 0;
  border:1px solid #0a3559;
}
.apo15-hero--v44 .apo15-hero__pay-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;background:#FF7A21;border-radius:12px;color:#fff;
  flex:0 0 48px;
}
.apo15-hero--v44 .apo15-hero__pay b{
  display:block;font-size:17px;margin-bottom:4px;
}
.apo15-hero--v44 .apo15-hero__pay small{
  display:block;font-size:14px;color:#c2d3e6;line-height:1.45;
}
.apo15-hero--v44 .apo15-hero__contacts{
  display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:18px;
}
.apo15-hero--v44 .apo15-hero__phone{
  display:flex;align-items:center;gap:10px;background:#F3F7FA;
  border:1px solid #dbe6ed;border-radius:12px;padding:10px 16px;
  text-decoration:none;color:#072A4B;
}
.apo15-hero--v44 .apo15-hero__phone--secondary{
  background:transparent;border-color:#E1E9F0;color:#5b779a;
}
.apo15-hero--v44 .apo15-hero__phone small{
  display:block;font-size:11px;color:#5b779a;font-weight:600;
  text-transform:uppercase;letter-spacing:.05em;
}
.apo15-hero--v44 .apo15-hero__phone b{
  display:block;font-size:16px;font-weight:800;font-variant-numeric:tabular-nums;
}
.apo15-hero--v44 .apo15-hero__whatsapp{
  display:inline-flex;align-items:center;gap:6px;
  color:#25D366;font-weight:700;text-decoration:none;font-size:15px;
  padding:8px 0;
}
.apo15-hero--v44 .apo15-hero__whatsapp:hover{text-decoration:underline}

.apo15-hero--v44 .apo15-promo-card{
  background:#fff;border:1px solid #E1E9F0;border-radius:20px;padding:26px;
  box-shadow:0 20px 60px -30px rgba(7,42,75,.18);
  position:sticky;top:120px;
}
.apo15-hero--v44 .apo15-promo-card__eyebrow{
  display:inline-block;font-size:12px;font-weight:800;color:#138C62;
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;
  background:#E7F5EF;padding:4px 10px;border-radius:6px;
}
.apo15-hero--v44 .apo15-promo-card__prices{margin:6px 0 14px}
.apo15-hero--v44 .apo15-promo-card__rub{
  display:block;font-size:38px;font-weight:800;color:#072A4B;line-height:1;
  font-variant-numeric:tabular-nums slashed-zero;
}
.apo15-hero--v44 .apo15-promo-card__kzt{
  display:block;font-size:14px;color:#5b779a;margin-top:6px;
}
.apo15-hero--v44 .apo15-promo-card p{
  font-size:13px;color:#3a567a;line-height:1.5;margin:0 0 14px;
}
.apo15-hero--v44 .apo15-promo-card__action{
  display:inline-block;background:#FF7A21;color:#fff;font-weight:700;
  text-decoration:none;padding:12px 20px;border-radius:10px;font-size:15px;
}
.apo15-hero--v44 .apo15-promo-card__action:hover{background:#ff8d3d}
@media (max-width:1024px){
  .apo15-hero--v44 .apo15-hero__benefits{grid-template-columns:1fr}
  .apo15-hero--v44 .apo15-promo-card{position:static;margin-top:24px}
}

/* 44.0: реальные цифры в блоке доверия */
.apo15-stats{background:#F3F7FA;padding:48px 0;border-top:1px solid #E1E9F0;border-bottom:1px solid #E1E9F0}
.apo15-stats__grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;
}
.apo15-stats__grid > div{display:flex;flex-direction:column;gap:6px}
.apo15-stats__grid b{
  font-size:36px;font-weight:800;color:#072A4B;line-height:1;
  font-variant-numeric:tabular-nums slashed-zero;
}
.apo15-stats__grid small{font-size:13px;color:#5b779a;line-height:1.4}
.apo15-stats__note{
  text-align:center;margin:18px 0 0;font-size:12px;color:#8aa1b9;
}
@media (max-width:768px){
  .apo15-stats__grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .apo15-stats__grid b{font-size:28px}
}

/* 44.0: 3 главных FAQ в hero */
.apo15-qna{background:#fff;padding:64px 0}
.apo15-qna h2{font-size:28px;color:#072A4B;text-align:center;margin:0 0 28px}
.apo15-qna__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
  max-width:1100px;margin:0 auto;
}
.apo15-qna__grid details{
  background:#F3F7FA;border:1px solid #E1E9F0;border-radius:14px;
  padding:18px 20px;transition:border-color .15s ease;
}
.apo15-qna__grid details[open]{border-color:#FF7A21;background:#fff}
.apo15-qna__grid summary{
  cursor:pointer;font-weight:700;font-size:15px;color:#072A4B;
  list-style:none;position:relative;padding-right:24px;line-height:1.4;
}
.apo15-qna__grid summary::-webkit-details-marker{display:none}
.apo15-qna__grid summary::after{
  content:"+";position:absolute;right:0;top:0;font-size:20px;color:#FF7A21;
  font-weight:600;transition:transform .2s ease;
}
.apo15-qna__grid details[open] summary::after{content:"−"}
.apo15-qna__grid details div{padding-top:12px;font-size:14px;color:#3a567a;line-height:1.5}
.apo15-qna__more{
  display:block;text-align:center;margin-top:24px;color:#072A4B;
  font-weight:600;text-decoration:none;
}
.apo15-qna__more:hover{color:#FF7A21}
@media (max-width:1024px){.apo15-qna__grid{grid-template-columns:1fr}}

/* 44.0: страховые компании с логотипами */
.apo15-insurers--v44{background:#fff;padding:64px 0}
.apo15-insurers--v44 .apo15-insurers__copy{
  text-align:center;max-width:720px;margin:0 auto 32px;
}
.apo15-insurers--v44 .apo15-insurers__copy h2{color:#072A4B;font-size:30px;margin:8px 0 12px}
.apo15-insurers--v44 .apo15-insurers__copy p{color:#5b779a;font-size:15px;line-height:1.55;margin:0}
.apo15-insurers--v44 .apo15-insurers__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.apo15-insurers--v44 .apo15-insurers__card{
  display:flex;flex-direction:column;align-items:center;gap:14px;
  background:#fff;border:1px solid #E1E9F0;border-radius:16px;padding:24px;
  text-decoration:none;color:inherit;transition:all .15s ease;
}
.apo15-insurers--v44 .apo15-insurers__card:hover{
  border-color:#FF7A21;box-shadow:0 14px 30px -22px rgba(255,122,33,.55);
  transform:translateY(-2px);
}
.apo15-insurers--v44 .apo15-insurers__card img{width:100%;max-width:240px;height:auto}
.apo15-insurers--v44 .apo15-insurers__card span{
  font-size:14px;color:#FF7A21;font-weight:700;
}
@media (max-width:1024px){.apo15-insurers--v44 .apo15-insurers__grid{grid-template-columns:1fr}}

/* 44.0: блок «Как оформить» — четыре шага */
.apo15-how{background:#F3F7FA;padding:64px 0}
.apo15-how__steps{
  list-style:none;margin:32px 0;padding:0;
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step;
}
.apo15-how__steps li{
  background:#fff;border:1px solid #E1E9F0;border-radius:18px;padding:24px;
  display:flex;flex-direction:column;gap:10px;min-height:200px;
}
.apo15-how__num{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;
  background:#072A4B;color:#fff;font-weight:800;font-size:16px;
}
.apo15-how__steps b{font-size:17px;color:#072A4B;line-height:1.25}
.apo15-how__steps p{font-size:14px;color:#3a567a;line-height:1.5;margin:0;flex:1}
@media (max-width:1024px){.apo15-how__steps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.apo15-how__steps{grid-template-columns:1fr}}

/* 44.0: финальная форма */
.apo15-final{background:#072A4B;color:#fff;padding:64px 0}
.apo15-final__card{
  display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:start;
  background:#0a3559;border-radius:24px;padding:40px;
}
.apo15-final__intro h2{color:#fff;font-size:30px;line-height:1.2;margin:8px 0 14px}
.apo15-final__intro p{color:#c2d3e6;line-height:1.55;margin:0}
.apo15-final__intro .apo-eyebrow{color:#FF7A21}
.apo-final-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.apo-final-form__field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#c2d3e6}
.apo-final-form__field input,
.apo-final-form__field select{
  height:54px;border-radius:12px;border:1px solid #2c4d6f;background:#0a3559;color:#fff;
  padding:0 14px;font-size:15px;
}
.apo-final-form__field input:focus,
.apo-final-form__field select:focus{outline:2px solid #FF7A21;outline-offset:1px}
.apo-final-form__field small{color:#9ab1cb;font-size:12px}
.apo-final-form__field--consent{grid-column:1 / -1;flex-direction:row;align-items:flex-start;gap:8px;font-size:13px;color:#c2d3e6}
.apo-final-form__field--consent a{color:#FF7A21;text-decoration:underline}
.apo-final-form button{
  grid-column:1 / -1;background:#FF7A21;color:#fff;border:0;border-radius:14px;
  padding:18px 28px;font-size:17px;font-weight:800;cursor:pointer;
}
.apo-final-form button:hover{background:#ff8d3d}
.apo-final-form__note{grid-column:1 / -1;color:#9ab1cb;font-size:12px;line-height:1.5;margin:0}
@media (max-width:1024px){
  .apo15-final__card{grid-template-columns:1fr;padding:28px;gap:24px}
  .apo-final-form{grid-template-columns:1fr}
}

/* 44.0: top-bar с расписанием и одним телефоном */
.apo-topbar__schedule{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;color:#102C46;
}
.apo-topbar__phone{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;color:#072A4B;text-decoration:none;font-weight:600;
}
.apo-topbar__phone b{font-variant-numeric:tabular-nums;font-weight:800}
.apo-topbar__cta{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;color:#25D366;text-decoration:none;font-weight:700;
}
.apo-topbar__cta:hover{text-decoration:underline}
@media (max-width:900px){.apo-topbar__cta,.apo-topbar__phone{display:none}}
@media (max-width:600px){.apo-topbar__schedule{display:none}}

/* 44.0: brand subtitle */
.apo-brand__words small i{font-style:normal}

/* 44.0: исправляем старый apo23-trust на скрытие (если остался в шаблоне) */
.apo23-trust{display:none!important}

/* ============================================================
 * 44.0 UX HOTFIX — кнопка «Быстро оформить» и поправки вёрстки.
 * ============================================================ */

/* 44.0: H1 — нормальный перенос, без двойных "для" */
.apo15-hero--v44 h1{
  font-size:48px;line-height:1.1;color:#072A4B;
  margin:0 0 18px;letter-spacing:-0.02em;font-weight:800;
}
.apo15-hero--v44 h1 .apo-h1-break{
  display:block;font-style:normal;font-weight:700;
}
@media (max-width:1024px){.apo15-hero--v44 h1{font-size:36px}}
@media (max-width:600px){.apo15-hero--v44 h1{font-size:30px;line-height:1.15}}

/* 44.0: ГЛАВНАЯ CTA в hero — большая, выразительная, с подсказкой */
.apo44-cta-main{
  display:inline-flex;flex-direction:column;align-items:center;gap:4px;
  background:linear-gradient(135deg,#FF7A21 0%,#ff6b1a 100%);
  color:#fff!important;border:0;border-radius:18px;
  padding:22px 44px;text-decoration:none;cursor:pointer;
  font-weight:800;
  box-shadow:0 12px 30px -8px rgba(255,122,33,.55),0 0 0 0 rgba(255,122,33,.4);
  transition:transform .15s ease,box-shadow .15s ease;
  min-width:320px;text-align:center;
  position:relative;overflow:hidden;
}
.apo44-cta-main::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);
  transform:translateX(-100%);
  animation:apo44-shimmer 3s ease-in-out infinite;
}
@keyframes apo44-shimmer{
  0%{transform:translateX(-100%)}
  60%{transform:translateX(100%)}
  100%{transform:translateX(100%)}
}
.apo44-cta-main:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px -8px rgba(255,122,33,.7),0 0 0 6px rgba(255,122,33,.18);
}
.apo44-cta-main:active{transform:translateY(0)}
.apo44-cta-main__label{
  display:inline-flex;align-items:center;gap:10px;
  font-size:24px;line-height:1;font-weight:800;
}
.apo44-cta-main__label svg{width:24px;height:24px}
.apo44-cta-main__hint{
  display:block;font-size:13px;font-weight:600;line-height:1.3;
  color:rgba(255,255,255,.92);letter-spacing:.01em;
}
@media (max-width:600px){
  .apo44-cta-main{min-width:auto;width:100%;padding:20px 24px}
  .apo44-cta-main__label{font-size:20px}
}

/* 44.0: кнопка в шапке — компактная, но заметная */
/* 44.5.4: фикс — не сжимать кнопку в flex-шапке и не переносить текст. */
.apo-header__cta{
  background:#FF7A21;color:#fff!important;border:0;border-radius:12px;
  padding:14px 24px;font-size:15px;font-weight:800;cursor:pointer;
  text-decoration:none;display:inline-flex;align-items:center;gap:6px;
  white-space:nowrap;flex-shrink:0;
  box-shadow:0 6px 16px -6px rgba(255,122,33,.5);
  transition:transform .12s ease,box-shadow .12s ease;
}
.apo-header__cta:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px -6px rgba(255,122,33,.65);
}

/* 44.0: вторичная CTA в блоке «Как оформить» */
.apo44-cta-mid{
  display:inline-flex;align-items:center;gap:8px;
  background:#FF7A21;color:#fff!important;border:0;border-radius:14px;
  padding:18px 32px;font-size:17px;font-weight:800;text-decoration:none;
  box-shadow:0 8px 20px -8px rgba(255,122,33,.5);
  transition:transform .12s ease;
}
.apo44-cta-mid:hover{transform:translateY(-1px)}

/* 44.0: финальная CTA в форме заявки */
.apo44-cta-final{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:linear-gradient(135deg,#FF7A21,#ff6b1a);
  color:#fff!important;border:0;border-radius:16px;
  padding:22px 36px;font-size:19px;font-weight:800;cursor:pointer;
  box-shadow:0 10px 24px -8px rgba(255,122,33,.5);
  transition:transform .12s ease,box-shadow .12s ease;
  letter-spacing:.005em;
}
.apo44-cta-final:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px -6px rgba(255,122,33,.7);
}

/* 44.0: сброс дефолтных маркеров для details/ol (проблема была в фиксе выше) */
.apo15-qna__grid summary{list-style:none}
.apo15-qna__grid summary::-webkit-details-marker{display:none}
.apo15-how__steps{
  list-style:none;padding:0;counter-reset:step;
}
.apo15-how__steps li{
  list-style:none;display:flex;
}
.apo15-how__steps li::marker{content:""}

/* 44.0: гарантируем отсутствие <br> внутри H1 */
.apo15-hero--v44 h1 br{display:none}

/* ============================================================
 * 44.0.2 HOTFIX — принудительное переопределение стилей.
 *  Используем !important + высокую специфичность, чтобы
 *  перебить app.css / final-v43.css / любые плагины.
 * ============================================================ */

/* 1. Спрятать дубль-заголовок «Тарифы для временного въезда» внутри калькулятора */
.apo-calculator h2,
.apo-calculator--compact h2,
.apo-calc-stage h2,
.apo-calculator-shell h2,
.apo-calculator-shell .apo-form > h2,
.apo-form.apo-calculator h2{display:none!important}

/* 2. Принудительно убрать нумерацию в OL «Как оформить» */
ol.apo15-how__steps,
ol.apo15-how__steps li{
  list-style:none!important;
  list-style-type:none!important;
}
ol.apo15-how__steps li::marker{content:""!important}
ol.apo15-how__steps{padding-left:0!important;margin-left:0!important}
ol.apo15-how__steps li{padding-left:0!important}

/* 3. Принудительно показать логотипы SVG в страховых карточках */
.apo15-insurers--v44 .apo15-insurers__card img{
  display:block!important;visibility:visible!important;opacity:1!important;
  max-width:240px!important;width:100%!important;height:auto!important;
  margin:0 auto!important;
}
.apo15-insurers--v44 .apo15-insurers__card{
  display:flex!important;flex-direction:column!important;align-items:center!important;
  gap:14px!important;background:#fff!important;
}

/* 4. Принудительно светлый текст в финальной форме на тёмном фоне */
.apo15-final,
.apo15-final .apo15-final__card,
.apo15-final .apo15-final__intro,
.apo15-final .apo15-final__intro h2,
.apo15-final .apo15-final__intro p{color:#fff!important}

.apo-final-form,
.apo-final-form__field,
.apo-final-form__field label,
.apo-final-form label.apo-final-form__field,
.apo-final-form label{color:#c2d3e6!important}

.apo-final-form__field input,
.apo-final-form__field select,
.apo-final-form input[type="text"],
.apo-final-form input[type="tel"],
.apo-final-form input[type="date"],
.apo-final-form input[type="email"],
.apo-final-form select{
  background:#0a3559!important;
  color:#ffffff!important;
  border:1px solid #2c4d6f!important;
  -webkit-text-fill-color:#ffffff!important;
}
.apo-final-form__field input::placeholder,
.apo-final-form input::placeholder{color:#7d96b0!important;opacity:1!important}
.apo-final-form__field select option{background:#0a3559;color:#fff}
.apo-final-form__field small{color:#9ab1cb!important}

/* 5. Чекбокс согласия — текст светлый */
.apo-final-form__field--consent,
.apo-final-form__field--consent a{color:#c2d3e6!important}
.apo-final-form__field--consent a{color:#FF7A21!important;text-decoration:underline}
.apo-final-form__field--consent input[type="checkbox"]{
  width:18px;height:18px;flex:0 0 18px;accent-color:#FF7A21;
}

/* 6. Кнопка отправки в финальной форме — крупная, яркая */
.apo-final-form button,
button.apo44-cta-final,
.apo44-cta-final{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;
  background:linear-gradient(135deg,#FF7A21 0%,#ff6b1a 100%)!important;
  color:#ffffff!important;border:0!important;border-radius:16px!important;
  padding:22px 36px!important;font-size:20px!important;font-weight:800!important;
  cursor:pointer!important;width:100%!important;
  box-shadow:0 12px 30px -8px rgba(255,122,33,.6)!important;
  letter-spacing:.005em!important;line-height:1.2!important;
  text-shadow:0 1px 0 rgba(0,0,0,.08)!important;
  margin-top:6px!important;
}
.apo-final-form button:hover,
.apo44-cta-final:hover{
  background:linear-gradient(135deg,#ff8d3d 0%,#ff7a21 100%)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 16px 36px -6px rgba(255,122,33,.75)!important;
}

/* 7. «Оформить полис» в hero — крупная, с подсказкой */
.apo44-cta-main{
  display:inline-flex!important;flex-direction:column!important;align-items:center!important;gap:6px!important;
  background:linear-gradient(135deg,#FF7A21 0%,#ff6b1a 100%)!important;
  color:#ffffff!important;border:0!important;border-radius:20px!important;
  padding:24px 48px!important;text-decoration:none!important;cursor:pointer!important;
  font-weight:800!important;min-width:340px!important;text-align:center!important;
  box-shadow:0 14px 34px -8px rgba(255,122,33,.6),
             0 0 0 0 rgba(255,122,33,.4)!important;
  position:relative!important;overflow:hidden!important;
}
.apo44-cta-main__label{
  display:inline-flex!important;align-items:center!important;gap:10px!important;
  font-size:26px!important;line-height:1!important;font-weight:800!important;
  color:#ffffff!important;
}
.apo44-cta-main__hint{
  display:block!important;font-size:13px!important;font-weight:600!important;
  color:rgba(255,255,255,.94)!important;letter-spacing:.01em!important;line-height:1.3!important;
}
.apo44-cta-main:hover{
  background:linear-gradient(135deg,#ff8d3d 0%,#ff7a21 100%)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 20px 44px -8px rgba(255,122,33,.75),0 0 0 6px rgba(255,122,33,.18)!important;
}

/* 8. Заголовок H1 в hero — без <br> */
.apo15-hero--v44 h1{
  color:#072A4B!important;font-size:48px!important;line-height:1.1!important;
  margin:0 0 20px!important;letter-spacing:-0.02em!important;font-weight:800!important;
}
.apo15-hero--v44 h1 em.apo-h1-break{
  display:block!important;font-style:normal!important;font-weight:700!important;
}
.apo15-hero--v44 h1 br{display:none!important}
@media (max-width:1024px){.apo15-hero--v44 h1{font-size:36px!important}}
@media (max-width:600px){.apo15-hero--v44 h1{font-size:28px!important;line-height:1.15!important}}

/* 9. QnA аккордеон — без дефолтных маркеров */
.apo15-qna__grid summary,
details.apo15-qna__item summary,
.apo15-qna details summary{
  list-style:none!important;list-style-type:none!important;
}
.apo15-qna__grid summary::-webkit-details-marker,
.apo15-qna details summary::-webkit-details-marker,
details summary::-webkit-details-marker{display:none!important}
details > summary:first-of-type::marker,
details > summary::marker{content:""!important}

/* 10. Гарантия отсутствия мусорного текста в QnA */
.apo15-qna__grid details > div p{color:#3a567a!important}

/* 11. Карточки страховых — полная видимость */
.apo15-insurers--v44 .apo15-insurers__grid{
  display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important;
}
.apo15-insurers--v44 .apo15-insurers__card span{
  color:#FF7A21!important;font-weight:700!important;font-size:14px!important;
}
.apo15-insurers--v44 .apo15-insurers__copy h2{
  color:#072A4B!important;font-size:30px!important;line-height:1.2!important;margin:8px 0 12px!important;
  white-space:normal!important;display:block!important;
}
.apo15-insurers--v44 .apo15-insurers__copy p{
  color:#5b779a!important;font-size:15px!important;line-height:1.55!important;margin:0!important;
}

/* 12. Скрыть h2 внутри calculator shortcode */
[id="apo-calculator"] .apo-form h2,
[id="apo-calculator"] h2{visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.apo15-calc__shell h2{visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}

/* 13. Stats — заголовок не отображается, цифры видны */
.apo15-stats__grid b{
  display:block!important;color:#072A4B!important;font-size:36px!important;
  font-weight:800!important;line-height:1!important;
}
.apo15-stats__grid small{color:#5b779a!important;font-size:13px!important;line-height:1.4!important}

/* 14. Секция «Как оформить» — заголовки и текст */
.apo15-how h2{color:#072A4B!important}
.apo15-how__steps b{color:#072A4B!important;font-size:17px!important}
.apo15-how__steps p{color:#3a567a!important;font-size:14px!important}

/* 15. Trust band — текст цифр и подписей */
.apo15-stats{background:#F3F7FA!important;padding:48px 0!important;
  border-top:1px solid #E1E9F0!important;border-bottom:1px solid #E1E9F0!important}
.apo15-stats__note{color:#8aa1b9!important}

/* 16. Подпись под логотипом */
.apo-brand__words small i{font-style:normal!important}

/* 17. Topbar schedule */
.apo-topbar__schedule{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:13px!important;color:#102C46!important}
.apo-topbar__phone{
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  font-size:13px!important;color:#072A4B!important;text-decoration:none!important;font-weight:600!important;
}
.apo-topbar__phone b{font-variant-numeric:tabular-nums!important;font-weight:800!important}
.apo-topbar__cta{
  display:inline-flex!important;align-items:center!important;gap:6px!important;
  font-size:13px!important;color:#25D366!important;text-decoration:none!important;font-weight:700!important;
}

/* 18. Мобильная CTA — «Рассчитать» ведёт на калькулятор */
.apo-mobile-cta__calc{
  background:#fff8f1!important;color:#b9530d!important;text-decoration:none!important;
}
.apo-mobile-cta__calc svg{stroke:var(--apo-orange)!important}

/* 19. Отключаем блок apo23-trust полностью (старый блок условий в hero) */
.apo23-trust,.apo23-trust__main,.apo23-trust__secondary{display:none!important}

/* 20. Гарантия, что новые блоки видны */
.apo15-hero--v44,.apo15-stats,.apo15-qna,.apo15-how,.apo15-insurers--v44,
.apo15-final,.apo15-policy,.apo15-faq{
  display:block!important;visibility:visible!important;
}

/* ============================================================
 * 44.0.2 — фон секций !important и принудительные цвета.
 * ============================================================ */
.apo15-hero--v44{background:linear-gradient(180deg,#f3f7fa 0%,#ffffff 100%)!important;padding:60px 0 56px!important}
.apo15-stats{background:#F3F7FA!important;padding:48px 0!important;border-top:1px solid #E1E9F0!important;border-bottom:1px solid #E1E9F0!important}
.apo15-qna{background:#ffffff!important;padding:64px 0!important}
.apo15-how{background:#F3F7FA!important;padding:64px 0!important}
.apo15-insurers--v44{background:#ffffff!important;padding:64px 0!important}
.apo15-final{background:linear-gradient(135deg,#072A4B 0%,#0a3559 100%)!important;color:#fff!important;padding:64px 0!important}
.apo15-final__card{background:#0a3559!important;color:#fff!important;border-radius:24px!important;padding:40px!important}

/* 21. Исправляем H2 в страховых — принудительно видимый */
.apo15-insurers--v44 .apo15-insurers__copy h2{
  color:#072A4B!important;background:transparent!important;
  font-size:30px!important;line-height:1.2!important;font-weight:800!important;
  margin:8px 0 12px!important;white-space:normal!important;display:block!important;
  visibility:visible!important;opacity:1!important;height:auto!important;
  overflow:visible!important;text-overflow:clip!important;
}
.apo15-insurers--v44 .apo15-insurers__copy{
  text-align:center!important;max-width:720px!important;margin:0 auto 32px!important;
  background:transparent!important;
}
.apo15-insurers--v44 .apo15-insurers__copy .apo-eyebrow{
  color:#FF7A21!important;background:transparent!important;
  visibility:visible!important;opacity:1!important;
}

/* 22. Финальная кнопка отправки — большая, заметная */
.apo-final-form button,
.apo-final-form button[type="submit"],
button.apo44-cta-final,
.apo44-cta-final{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;
  background:linear-gradient(135deg,#FF7A21 0%,#ff6b1a 100%)!important;
  background-color:#FF7A21!important;
  color:#ffffff!important;border:0!important;border-radius:16px!important;
  padding:24px 36px!important;font-size:20px!important;font-weight:800!important;
  cursor:pointer!important;width:100%!important;
  box-shadow:0 12px 30px -8px rgba(255,122,33,.6)!important;
  text-align:center!important;line-height:1.2!important;
}

/* 23. Гарантируем, что наш hero использует light стиль, не dark */
.apo15-hero--v44:not(.apo15-hero--dark){color:#102C46!important}
.apo15-hero--v44 .apo15-hero__copy{color:#102C46!important}
.apo15-hero--v44 .apo15-hero__copy h1,
.apo15-hero--v44 .apo15-hero__copy h1 em{color:#072A4B!important;background:transparent!important}
.apo15-hero--v44 .apo15-lead{color:#102C46!important;background:transparent!important}
.apo15-hero--v44 .apo15-hero__benefits li{color:#102C46!important;background:transparent!important}

/* ============================================================
 * 44.0.3 — ТОЛЬКО ШАПКА: исправление обрезки бренда.
 *  Проблема: <small> с <b>ОНЛАЙН</b> + <i>Страхование иностранных авто в Казахстане</i>
 *  был в display:flex без переноса, и длинный <i> обрезался overflow:hidden.
 *  Решение: <i> принудительно переносится на новую строку, межстрочный
 *  интервал фиксированный, шрифт подзаголовка читаемый.
 * ============================================================ */
.apo-brand{min-width:260px!important;max-width:none!important;flex:0 0 auto!important}
.apo-brand__mark{flex:0 0 auto!important}
.apo-brand__words{
  min-width:0!important;max-width:none!important;flex:1 1 auto!important;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;
  overflow:visible!important;
}
.apo-brand__words strong{
  white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;
  font-size:17px!important;letter-spacing:.04em!important;line-height:1.1!important;font-weight:900!important;
  color:var(--apo-navy)!important;
}
.apo-brand__words small{
  display:block!important;margin-top:4px!important;line-height:1.35!important;
  font-size:11px!important;color:#4c677c!important;letter-spacing:.02em!important;
  white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
  text-transform:none!important;
}
.apo-brand__words small b{
  color:var(--apo-orange)!important;font-weight:800!important;margin-right:6px!important;
  font-size:11px!important;letter-spacing:.05em!important;
}
.apo-brand__words small i{
  display:inline!important;font-style:normal!important;color:#4c677c!important;
  white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
}
/* На мобильном подзаголовок прячем (как и раньше), на десктопе — полностью виден */
@media (max-width:760px){
  .apo-brand{min-width:0!important}
  .apo-brand__words strong{font-size:12px!important}
  .apo-brand__words small{font-size:9px!important}
  .apo-brand__words small i{display:inline!important;white-space:normal!important}
}
@media (max-width:480px){
  .apo-brand__words small i{display:none!important} /* на совсем узком — скрываем */
}


/* 44.5.0 policy samples overlap fix */
.apo-policy-samples__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:start!important;}
.apo-policy-sample{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;height:auto!important;overflow:hidden!important;}
.apo-policy-sample figcaption{position:static!important;display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:14px!important;line-height:1.35!important;height:auto!important;overflow:visible!important;background:transparent!important;}
.apo-policy-sample figcaption b,.apo-policy-sample figcaption span,.apo-policy-sample figcaption em{position:static!important;display:block!important;transform:none!important;}
.apo-policy-sample__image{display:block!important;overflow:hidden!important;}
.apo-policy-sample__image img{display:block!important;width:100%!important;height:auto!important;}
@media(max-width:900px){.apo-policy-samples__grid{grid-template-columns:1fr!important;}}


/* ============================================================
 * 45.2.1 — mobile topbar marquee fix.
 * The upper info strip on phones must never be visually cut off.
 * We turn the long promise into a continuous ticker only on mobile.
 * ============================================================ */
@media (max-width:760px){
  body.apo-site .apo15-topbar{overflow:hidden!important;}
  body.apo-site .apo15-topbar .apo-topbar__inner{
    justify-content:flex-start!important;
    min-height:40px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  body.apo-site .apo15-topbar .apo-topbar__contacts{display:none!important;}
  body.apo-site .apo15-topbar .apo-topbar__left--ticker{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }
  body.apo-site .apo15-topbar .apo-topbar__ticker{
    display:flex!important;
    align-items:center!important;
    gap:28px!important;
    width:max-content!important;
    min-width:max-content!important;
    white-space:nowrap!important;
    will-change:transform!important;
    animation:apoTopbarMarquee 18s linear infinite!important;
  }
  body.apo-site .apo15-topbar .apo-topbar__promise{
    display:inline-flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    white-space:nowrap!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.01em!important;
    padding:0!important;
  }
}
@keyframes apoTopbarMarquee{
  0%{transform:translate3d(0,0,0);}
  100%{transform:translate3d(calc(-50% - 14px),0,0);}
}
@media (prefers-reduced-motion: reduce){
  body.apo-site .apo15-topbar .apo-topbar__ticker{animation:none!important;}
}
@media (min-width:761px){
  body.apo-site .apo15-topbar .apo-topbar__left--ticker{overflow:visible!important;}
  body.apo-site .apo15-topbar .apo-topbar__ticker{display:block!important;animation:none!important;width:auto!important;min-width:0!important;}
  body.apo-site .apo15-topbar .apo-topbar__promise--clone{display:none!important;}
}
