/* Белая карточка Искры справа. Сетку героя и видео не трогаем. */
html body.page-home .hero-iskra-float {
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22) !important;
  color: #1b1b1d;
  z-index: 3;
  font-family: Inter, Manrope, system-ui, sans-serif;
  min-height: 0;
  height: auto !important;
  max-height: none !important;
  flex: none !important;
  align-self: stretch;
  width: 100%;
  transition: height .58s cubic-bezier(.22, 1, .36, 1), max-height .58s cubic-bezier(.22, 1, .36, 1);
}
html body.page-home .hero-iskra-float:not(.is-play) {
  height: auto !important;
  max-height: none !important;
  flex: none !important;
}
html body.page-home .hero-iskra-float.is-play {
  flex: none !important;
  height: min(520px, 58vh) !important;
  max-height: min(520px, 58vh) !important;
}

.hero-iskra-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #1b1b1d;
  text-align: left;
}
.hero-iskra-float:not(.is-play) .hero-iskra-card {
  height: auto;
}
.hero-iskra-card .whead {
  flex: none;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 10px 0;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  transition: background .5s cubic-bezier(.22, 1, .36, 1), padding .5s cubic-bezier(.22, 1, .36, 1);
}
.hero-iskra-float.is-play .whead {
  background: #1b2643;
  padding: 0 14px;
}
@keyframes iskra-head-shine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.hero-iskra-card .whead strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  color: #1b2643;
  transition: color .5s cubic-bezier(.22, 1, .36, 1);
}
.hero-iskra-float.is-play .whead strong { color: #fff; }
.hero-iskra-card .whead-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: none;
}
.hero-iskra-card .wdots {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 6px;
  flex: none;
}
.hero-iskra-card .wdots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  flex: none;
}
.hero-iskra-card .wdots i:nth-child(1) { background: #ff5f57; }
.hero-iskra-card .wdots i:nth-child(2) { background: #febc2e; }
.hero-iskra-card .wdots i:nth-child(3) { background: #28c840; }
.hero-iskra-card .whead > span {
  font-size: 11px;
  color: #1b2643;
  text-align: right;
  transition: color .5s cubic-bezier(.22, 1, .36, 1);
}
.hero-iskra-float.is-play .whead > span { color: rgba(255, 255, 255, 0.88); }
.iskra-intro {
  flex: none;
  width: auto;
  margin: 8px 10px 12px;
  padding: 0 8px;
  font-size: 12.5px;
  line-height: 1.4;
  color: #5a5a5c;
  cursor: pointer;
  overflow: hidden;
  max-height: 4em;
  opacity: 1;
  transition: opacity .35s ease, max-height .5s cubic-bezier(.22, 1, .36, 1), margin .5s cubic-bezier(.22, 1, .36, 1);
}
.hero-iskra-float.is-play .iskra-intro {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.hero-iskra-card .thread {
  flex: 1;
  min-height: 0;
  margin: 6px 16px 0;
  padding-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  scrollbar-width: none;
  transition: opacity .4s ease, margin .5s cubic-bezier(.22, 1, .36, 1);
}
.hero-iskra-card .thread::-webkit-scrollbar { display: none; }
.hero-iskra-card .thread-pad { flex: 1 1 auto; min-height: 0; }
.hero-iskra-card .bubble {
  max-width: 78%;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(6px);
  word-break: break-word;
  transition: opacity 1.35s ease-in-out, transform 1.35s ease-in-out;
}
.hero-iskra-card .bubble.is-on,
.hero-iskra-card .ai-row.is-on .bubble {
  opacity: 1;
  transform: none;
}
.hero-iskra-card .bubble-user {
  align-self: flex-end;
  background: #1ec8ff;
  color: #fff;
  border-radius: 14px 14px 4px 14px;
  opacity: 1;
}
.hero-iskra-card .ai-row {
  align-self: flex-start;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  max-width: 92%;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 1.45s ease-in-out, transform 1.45s ease-in-out;
}
.hero-iskra-card .ai-row.is-on {
  opacity: 1;
  transform: none;
}
.hero-iskra-card .ai-ico {
  width: 22px;
  height: 16px;
  flex: none;
}
.hero-iskra-card .ai-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-iskra-card .bubble-ai {
  background: #ececec;
  color: #5a5a5c;
  border-radius: 14px 14px 14px 4px;
  max-width: 100%;
}
.hero-iskra-card .ai-title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}
.hero-iskra-card .bubble-ai .ai-title,
.hero-iskra-card .bubble-ai p,
.hero-iskra-card .bubble-ai .calc,
.hero-iskra-card .bubble-ai .law a,
.hero-iskra-card .viz,
.hero-iskra-card .steps,
.hero-iskra-card .docs,
.hero-iskra-card .kpi,
.hero-iskra-card .ring-wrap,
.hero-iskra-card .quote { opacity: 0; }
.hero-iskra-card .calc {
  margin-top: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #e0e0e0;
  font-weight: 500;
  color: #5a5a5c;
}
.hero-iskra-card .law {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.hero-iskra-card .law a {
  padding: 4px 8px;
  border-radius: 999px;
  background: #e0e0e0;
  font-size: 11px;
  font-weight: 500;
  color: #5a5a5c;
  text-decoration: none;
}
.hero-iskra-card .viz {
  margin-top: 8px;
  background: #e0e0e0;
  border-radius: 8px;
  padding: 8px 10px;
}
.hero-iskra-card .viz-cap {
  font-size: 10px;
  opacity: 0.85;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-iskra-card .bars {
  display: flex;
  align-items: stretch;
  gap: 8px;
  height: 52px;
}
.hero-iskra-card .bars span {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 10px;
}
.hero-iskra-card .bars i {
  display: block;
  width: 70%;
  background: #1ec8ff;
  border-radius: 3px 3px 0 0;
  min-height: 4px;
  margin-bottom: 3px;
  transform-origin: bottom;
  transform: scaleY(0);
}
.hero-iskra-card .ai-row.is-on .bars i {
  transform: scaleY(1);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-iskra-card .spark { width: 100%; height: 36px; }
.hero-iskra-card .kpi { display: flex; gap: 8px; margin-top: 8px; }
.hero-iskra-card .kpi b {
  flex: 1;
  background: #e0e0e0;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.25;
  color: #5a5a5c;
}
.hero-iskra-card .kpi b small {
  display: block;
  font-weight: 400;
  opacity: 0.8;
  font-size: 10px;
  margin-top: 2px;
}
.hero-iskra-card .steps { margin: 8px 0 0; padding: 0; list-style: none; }
.hero-iskra-card .steps li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 5px;
  font-size: 12px;
}
.hero-iskra-card .steps li em {
  flex: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1ec8ff;
  color: #073044;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  display: grid;
  place-items: center;
}
.hero-iskra-card .docs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 8px;
}
.hero-iskra-card .docs span {
  background: #e0e0e0;
  border-radius: 7px;
  padding: 6px;
  font-size: 11px;
}
.hero-iskra-card .ring-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  font-size: 13px;
}
.hero-iskra-card .ring { width: 44px; height: 44px; flex: none; }
.hero-iskra-card .quote {
  margin-top: 8px;
  border-left: 2px solid #1ec8ff;
  padding-left: 10px;
  font-size: 12px;
}
.hero-iskra-card .think {
  align-self: flex-start;
  flex: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 0;
  min-height: 0;
  padding: 0 14px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  background: #ececec;
  border-radius: 999px;
  pointer-events: none;
}
.hero-iskra-card .think.is-on {
  height: 32px;
  min-height: 32px;
  padding: 0 14px;
  opacity: 1;
  overflow: hidden;
}
.hero-iskra-card .think b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5a5a5c;
  flex: none;
  animation: iskra-think 1s ease-in-out infinite;
}
.hero-iskra-card .think b:nth-child(2) { animation-delay: 0.15s; }
.hero-iskra-card .think b:nth-child(3) { animation-delay: 0.3s; }
@keyframes iskra-think {
  0%, 80%, 100% { opacity: 0.25; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-2px); }
}
.hero-iskra-card .ph {
  flex: 1;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  min-height: 36px;
  padding: 0 6px 0 6px;
  border-radius: 18px;
  background: #ececec;
  color: #5a5a5c;
  font-size: 13px;
  overflow: hidden;
  position: relative;
}
.hero-iskra-card .ph,
.hero-iskra-card .ph-type {
  text-align: left !important;
}
.hero-iskra-card .ph-type {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-overflow: clip;
  position: relative;
  justify-content: flex-start;
  scrollbar-width: none;
}
.hero-iskra-card .ph-type::-webkit-scrollbar { display: none; }
.hero-iskra-card .ph-typing { display: none; }
.hero-iskra-card .ph-hint { color: #8a8a8c; font-size: 13px; transition: opacity .4s ease; }
.hero-iskra-float.is-play .ph-hint {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.hero-iskra-float:not(.is-play) .caret { display: none; }
.hero-iskra-float:not(.is-play) .model,
.hero-iskra-float:not(.is-play) .attach { display: none; }
.hero-iskra-card .ph .model,
.hero-iskra-card .ph .attach { flex: none; }
.play-iskra {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(90deg, #1b2643 0%, #1ec8ff 40%, #5ad8ff 50%, #1ec8ff 60%, #1b2643 100%);
  background-size: 220% 100%;
  animation: iskra-head-shine 4.5s ease-in-out infinite;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transform: translateX(0);
  opacity: 1;
  transition: opacity .5s cubic-bezier(.22, 1, .36, 1), transform .5s cubic-bezier(.22, 1, .36, 1);
}
.hero-iskra-float.is-play .play-iskra {
  opacity: 0;
  transform: translateX(56px);
  pointer-events: none;
}
.hero-iskra-float.is-play.is-closing .whead {
  background: transparent;
  padding: 0 8px;
}
.hero-iskra-float.is-play.is-closing .whead strong,
.hero-iskra-float.is-play.is-closing .whead > span {
  color: #1b2643;
}
.hero-iskra-float.is-play.is-closing .iskra-intro {
  opacity: 1;
  max-height: 4em;
  margin: 8px 10px 12px;
  pointer-events: none;
}
.hero-iskra-float.is-play.is-closing .thread {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  flex: 0 0 0;
  min-height: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-iskra-float.is-play.is-closing .play-iskra {
  opacity: 1;
  transform: translateX(0);
  pointer-events: none;
}
.hero-iskra-float.is-play.is-closing .model,
.hero-iskra-float.is-play.is-closing .attach,
.hero-iskra-float.is-play.is-closing .caret {
  opacity: 0;
}
.hero-iskra-float.is-play.is-closing .ph-hint {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 0;
}
.hero-iskra-card .caret {
  display: inline-block;
  width: 1px;
  height: 0.9em;
  background: #5a5a5c;
  vertical-align: -1px;
  animation: iskra-blink 1s step-end infinite;
}
@keyframes iskra-blink { 50% { opacity: 0; } }
.hero-iskra-float:not(.is-play) .thread {
  display: none;
}
.hero-iskra-card .tools {
  flex: none;
  height: 36px;
  margin: 8px 10px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.hero-iskra-float:not(.is-play) .tools {
  margin-bottom: 8px;
}
.hero-iskra-card .chips-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: none;
}
.hero-iskra-card .chip {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 50%;
  color: #5a5a5c;
  background: #fff;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  flex: none;
}
.hero-iskra-card .right {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  pointer-events: auto;
}
.hero-iskra-card .right > * {
  position: static;
}
.hero-iskra-card .model {
  font-size: 12px;
  color: #98999c;
  background: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}
.hero-iskra-card .attach {
  color: #8a8a8c;
  background: none;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.hero-iskra-card .send {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #1ec8ff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  flex: none;
}
.hero-iskra-card .send.is-pulse {
  animation: iskra-sendpulse 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes iskra-sendpulse {
  0% { transform: scale(0.82); }
  40% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.hero-direct > .iskra-genie-logo { display: none !important; }

html body.page-home .hero-home-copy .hero-lead { display: none !important; }

@media (min-width: 981px) {
  html body.page-home .hero-direct.is-fullscreen {
    justify-content: flex-start !important;
  }
  html body.page-home .hero-direct-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    grid-template-columns: none !important;
    flex: 1 1 auto !important;
    align-self: center !important;
    width: min(760px, calc(100% - 80px)) !important;
    max-width: 760px !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 14px !important;
    text-align: center !important;
    padding-bottom: 8px !important;
  }
  html body.page-home .hero-home-copy {
    margin-top: auto !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none !important;
    text-align: center !important;
  }
  html body.page-home .hero-home-copy h1,
  html body.page-home .hero-direct h1,
  html body.page-home .hero-direct-inner h1 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 4px !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: clamp(32px, 3.8vw, 48px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.04em !important;
    font-weight: 500 !important;
  }
  html body.page-home .hero-iskra-float {
    justify-self: stretch !important;
    align-self: stretch !important;
    flex: none !important;
    height: auto !important;
  }
  html body.page-home .hero-iskra-float.is-play {
    flex: none !important;
  }
  html body.page-home .hero-cta-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    gap: 10px !important;
    margin: 0 !important;
  }
  html body.page-home .hero-cta-row a.hero-cta,
  html body.page-home .hero-cta-row .hero-cta {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
  }
  html body.page-home .hero-kicker {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    align-self: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #fff !important;
  }
}

@media (max-width: 980px) {
  html body.page-home .hero-direct-inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
    gap: 14px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: max(20px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(20px, env(safe-area-inset-right, 0px)) !important;
    top: calc(52px + max(12px, env(safe-area-inset-top, 0px))) !important;
    bottom: max(24px, env(safe-area-inset-bottom, 0px)) !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    flex: 1 1 auto !important;
  }
  html body.page-home .hero-home-copy {
    order: 1 !important;
    flex: none !important;
    width: 100% !important;
    align-items: center !important;
    margin-top: 0 !important;
    max-height: 5em;
    overflow: hidden;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.22, 1, .36, 1), max-height .58s cubic-bezier(.22, 1, .36, 1), margin .58s cubic-bezier(.22, 1, .36, 1);
  }
  html body.page-home .hero-direct.is-iskra-play .hero-home-copy {
    max-height: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  html body.page-home .hero-home-copy h1,
  html body.page-home .hero-direct-inner .hero-home-copy h1 {
    white-space: normal !important;
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(26px, 7.2vw, 34px) !important;
    line-height: 1.12 !important;
    margin: 0 0 6px !important;
    text-align: center !important;
  }
  html body.page-home .hero-cta-row {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    flex-wrap: unset !important;
    gap: 8px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    align-self: stretch !important;
    justify-content: stretch !important;
    box-sizing: border-box !important;
  }
  html body.page-home .hero-cta-row > .hero-cta:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }
  html body.page-home .hero-cta-row a.hero-cta,
  html body.page-home .hero-cta-row .hero-cta {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    display: inline-flex !important;
    justify-content: center !important;
  }
  html body.page-home .hero-iskra-float {
    order: 2 !important;
    flex: none !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    align-self: stretch !important;
    margin: 0 !important;
    border-radius: 22px !important;
  }
  html body.page-home .hero-iskra-float.is-play {
    height: min(560px, 72dvh) !important;
    max-height: min(560px, 72dvh) !important;
    flex: 1 1 auto !important;
  }
  .hero-iskra-card .ph-typing {
    display: none;
    align-items: center;
    gap: 5px;
    flex: 1;
    min-width: 0;
    height: 36px;
    padding: 0 8px;
  }
  .hero-iskra-float.is-play.is-composer-typing .ph-typing {
    display: inline-flex;
  }
  .hero-iskra-float.is-play.is-composer-typing .chips-row,
  .hero-iskra-float.is-play.is-composer-typing .model,
  .hero-iskra-float.is-play.is-composer-typing .attach,
  .hero-iskra-float.is-play.is-composer-typing .ph-type,
  .hero-iskra-float.is-play.is-composer-typing .caret,
  .hero-iskra-float.is-play.is-composer-typing #typed {
    display: none !important;
  }
  .hero-iskra-card .ph-typing::before {
    content: "Печатает";
    color: #5a5a5c;
    font-size: 13px;
    margin-right: 4px;
  }
  .hero-iskra-card .ph-typing i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5a5a5c;
    animation: iskra-think 1s ease-in-out infinite;
  }
  .hero-iskra-card .ph-typing i:nth-child(2) { animation-delay: 0.15s; }
  .hero-iskra-card .ph-typing i:nth-child(3) { animation-delay: 0.3s; }
  .hero-iskra-card .thread {
    overflow-y: auto;
  }
  .hero-iskra-card .bubble {
    max-width: 94%;
  }
  html body.page-home .hero-kicker {
    order: 4 !important;
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    align-self: stretch !important;
    color: #fff !important;
  }
  html body.page-home .hero-kicker-extra { display: none !important; }
  html body.page-home .hero-iskra-card .whead,
  html body.page-home .hero-iskra-card .whead-left,
  html body.page-home .hero-iskra-card .wdots {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  html body.page-home .hero-iskra-card .whead {
    justify-content: space-between !important;
  }
  html body.page-home .hero-iskra-card .wdots i {
    width: 8px !important;
    height: 8px !important;
    flex: none !important;
  }
  .hero-iskra-card .whead span { font-size: 10px; }
  .iskra-intro { font-size: 12px; margin: 6px 8px 10px; padding: 0 6px; }
  .hero-iskra-card .thread {
    margin: 6px 10px 0;
    padding-bottom: 0;
    gap: 6px;
  }
  .hero-iskra-card .bubble {
    max-width: 88%;
    font-size: 12px;
    padding: 7px 10px;
  }
  .hero-iskra-card .play-iskra { font-size: 12px; }
  .hero-iskra-card .tools { height: 36px; margin: 8px 8px 8px; }
  .hero-iskra-card .send { width: 32px; height: 32px; }
}
