.header__burger {
  border: 0;
  background: transparent;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: auto;
  max-width: none;
  min-width: 0;
  color: #ffffff;
  text-decoration: none;
}

.brand-logo__mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 12px;
  background: url("/theme/img/logo-mark.png") center / contain no-repeat;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.brand-logo__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.brand-logo__name,
.brand-logo__product {
  color: #ffffff;
  font-family: var(--font-family-secondary);
  line-height: 1;
  white-space: nowrap;
}

.brand-logo__name {
  font-size: 22px;
  font-weight: 900;
}

.brand-logo__product {
  color: #00f076;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header__logo.brand-logo,
.footer__logo.brand-logo {
  max-width: none;
}

.footer__logo.brand-logo {
  margin-bottom: 0;
}

.header-lang {
  position: relative;
  flex: 0 0 auto;
  z-index: 35;
}

.header-lang__trigger {
  min-width: 34px;
  height: 38px;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-lang__trigger::-webkit-details-marker {
  display: none;
}

.header-lang__trigger::marker {
  content: "";
}

.header-lang__trigger:hover,
.header-lang[open] .header-lang__trigger {
  opacity: 0.92;
  transform: translateY(-1px);
}

.header-lang__flag {
  display: block;
  font-size: 23px;
  line-height: 1;
}

.header-lang__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: -8px;
  display: grid;
  grid-auto-flow: row;
  gap: 8px;
  min-width: 48px;
  margin: 0;
  padding: 8px 10px;
  list-style: none;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #27292b;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.header-lang:not([open]) .header-lang__menu {
  display: none;
}

.header-lang__menu a {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.header-lang__menu li {
  padding-left: 0;
}

.header-lang__menu li::before {
  display: none;
}

.header-lang__menu a:hover,
.header-lang__menu a[aria-current="page"] {
  opacity: 0.9;
  transform: translateY(-1px);
}

.home-page .download-img__content {
  position: absolute;
}

.home-page .download-img__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13.45%;
  z-index: 4;
  width: 14.3%;
  min-width: 24px;
  height: 0.42%;
  min-height: 2px;
  border-radius: 999px;
  background: #343538;
  pointer-events: none;
}

.locale-ru .first__description .first__description-focus {
  display: block;
  margin-top: 18px;
}

.contacts-page .c-info {
  padding-top: 12px;
  margin-bottom: 56px;
}

.contacts-page .c-info__wrapper {
  gap: 38px;
  padding: 42px 40px;
}

.contacts-page .c-info__top {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 18px;
}

.contacts-page .c-info__title {
  margin-bottom: 0;
  font-size: 68px;
  line-height: 1.06;
}

.contacts-page .c-info__text {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.45;
}

.contacts-page .c-info-detail__list {
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(320px, 390px));
  justify-content: center;
  justify-items: stretch;
  gap: 18px;
}

.contacts-page .c-info-detail__item {
  min-height: 208px;
  margin: 0;
  padding: 24px 28px;
  gap: 10px;
  justify-content: center;
  border-radius: 20px;
}

.contacts-page .c-info-detail__icon {
  width: 68px;
  height: 68px;
  padding: 17px;
  margin-bottom: 6px;
}

.contacts-page .c-info-detail__name {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: 0;
}

.contacts-page .c-info-detail__value {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.footer__wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 12% 0%, rgba(120, 119, 245, 0.18), transparent 32%),
    linear-gradient(145deg, #24262b 0%, #1d1f24 100%);
  box-shadow: 0 28px 80px rgba(18, 14, 42, 0.22);
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand {
  max-width: 440px;
}

.footer__tagline {
  max-width: 390px;
  margin: 22px 0 0;
  color: #cfd2dc;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.footer__download-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #00f076;
  color: #17191d;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(250px, 310px) 1fr;
  gap: 48px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__nav {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(170px, 1fr) minmax(160px, 0.95fr);
  gap: 28px 42px;
  width: 100%;
}

.footer-nav-group {
  min-width: 0;
}

.footer-nav-group__title {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-nav-group__list {
  display: grid;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-group__list li {
  min-width: 0;
  padding-left: 0;
}

.footer-nav-group__list li::before {
  display: none;
}

.footer-nav-group__list a {
  display: inline;
  color: #cfd2dc;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.28;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-nav-group__list a:hover {
  color: #66f5a2;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
}

.footer__copyright {
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: #aeb3c0;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.footer__locale-note {
  color: #727784;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.footer__qr {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.footer-qr {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.footer-qr__code {
  width: 104px;
  height: 104px;
  padding: 9px;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
}

.footer-qr__code a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-qr__code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-qr__text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.footer-qr__eyebrow {
  margin: 0;
  color: #66f5a2;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-qr__title {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

.footer-qr__subtitle {
  margin: 0;
  color: #aeb3c0;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
}

@media screen and (max-width: 1100px) {
  .prompt-tool__layout,
  .speech-tool__layout {
    grid-template-columns: 1fr;
  }

  .speech-tool__controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.store-cta-list .store-cta-item,
.first-store__item.store-cta-item,
.info-advatages-btn__item.store-cta-item,
.download-store__item.store-cta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
}

.store-cta-item br,
.store-cta-web br {
  display: none;
}

.store-cta-list .store-cta-item > img {
  display: block;
  flex: 0 1 auto;
  max-width: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.store-cta-web {
  height: 100%;
  line-height: 1;
}

.store-cta-web img {
  align-self: center;
}

.error-page {
  margin: 16px 0 96px;
}

.error-page__wrapper {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 38px;
  align-items: center;
  padding: 58px;
  border-radius: 32px;
  background: #27292b;
  overflow: hidden;
}

.error-page__visual {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #151719;
}

.error-page__visual::before {
  content: "";
  position: absolute;
  inset: 22px 22px auto auto;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: url("/theme/img/logo-mark.png") center / contain no-repeat;
}

.error-page__code {
  color: #00f076;
  font-family: var(--font-family-secondary);
  font-size: 112px;
  font-weight: 900;
  line-height: 0.9;
}

.error-page__prompt-line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.error-page__prompt-line--one {
  width: 82%;
}

.error-page__prompt-line--two {
  width: 64%;
}

.error-page__prompt-line--three {
  width: 44%;
  background: rgba(0, 240, 118, 0.36);
}

.error-page__eyebrow {
  margin: 0 0 14px;
  color: #00f076;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.error-page__title {
  max-width: 720px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.05;
}

.error-page__text {
  max-width: 560px;
  margin: 0 0 30px;
  color: #d8d6e6;
  font-size: 19px;
  line-height: 1.45;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.error-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 66px;
  padding: 15px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.error-page__button--primary {
  background: #00f076;
  color: #1d1f21;
}

.error-page__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  max-width: 420px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.18);
  color: #172033;
}

.cookie-consent p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent__actions {
  display: flex;
  gap: 10px;
}

.cookie-consent button {
  min-width: 92px;
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  background: #5b4bff;
  color: #ffffff;
  cursor: pointer;
}

.cookie-consent button:last-child {
  background: #eef0f6;
  color: #172033;
}

.tp-content img {
  height: auto;
}

:root {
  --h1-default-fz: clamp(32px, 3.2vw, 48px);
  --h1-default-lh: 1.1;
  --h2-default-fz: clamp(25px, 2.4vw, 34px);
  --h2-default-lh: 1.16;
  --h3-default-fz: clamp(20px, 1.7vw, 25px);
  --h3-default-lh: 1.22;
  --h4-default-fz: clamp(18px, 1.35vw, 22px);
  --h4-default-lh: 1.24;
  --font-size-default: 19px;
  --line-height-default: 1.55;
}

h1 {
  font-size: var(--h1-default-fz);
  line-height: var(--h1-default-lh);
  letter-spacing: 0;
}

h2 {
  font-size: var(--h2-default-fz);
  line-height: var(--h2-default-lh);
  letter-spacing: 0;
}

h3 {
  font-size: var(--h3-default-fz);
  line-height: var(--h3-default-lh);
  letter-spacing: 0;
}

h4 {
  font-size: var(--h4-default-fz);
  line-height: var(--h4-default-lh);
  letter-spacing: 0;
}

.top__title {
  max-width: 1120px;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.1;
  letter-spacing: 0;
}

.bd-text__wrapper.tp-content h1,
.bd-text__wrapper.tp-content h2,
.bd-text__wrapper.tp-content h3,
.bd-text__wrapper.tp-content h4,
.bd-text__wrapper.tp-content h5,
.bd-text__wrapper.tp-content h6 {
  letter-spacing: 0;
}

.bd-text__wrapper.tp-content p,
.bd-text__wrapper.tp-content li,
.bd-text__wrapper.tp-content td,
.bd-text__wrapper.tp-content th {
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.62;
}

.bd-text__wrapper.tp-content h1 {
  font-size: clamp(27px, 2.25vw, 34px);
  line-height: 1.16;
}

.bd-text__wrapper.tp-content h2 {
  margin-top: 32px;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.22;
}

.bd-text__wrapper.tp-content h3 {
  margin-top: 24px;
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.28;
}

.tool-section {
  margin: 12px 0 44px;
}

.tool-shell {
  overflow: hidden;
  padding: 34px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(24, 26, 36, 0.12);
}

.tool-shell__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.tool-shell__title {
  margin: 0 0 10px;
  color: #202329;
  font-family: var(--font-family-secondary);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.tool-shell__subtitle {
  max-width: 820px;
  margin: 0;
  color: #5d6472;
  font-size: 17px;
  line-height: 1.55;
}

.tool-label {
  display: block;
  margin: 0 0 10px;
  color: #242832;
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.tool-textarea {
  width: 100%;
  min-height: 308px;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid #d9deea;
  border-radius: 8px;
  background: #f8fafc;
  color: #202329;
  font-family: var(--font-family);
  font-size: 17px;
  line-height: 1.55;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tool-textarea:focus {
  border-color: #6344cf;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(99, 68, 207, 0.12);
}

.tool-note {
  margin-top: 10px;
  color: #687082;
  font-size: 13px;
  line-height: 1.45;
}

.tool-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tool-stats span,
.speech-tool__metric {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #ffffff;
  color: #5b6474;
  font-size: 14px;
  line-height: 1.25;
}

.tool-stats strong,
.speech-tool__metric strong {
  color: #202329;
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.tool-control {
  min-width: 0;
}

.tool-control input[type="range"] {
  width: 100%;
  accent-color: #00c767;
}

.tool-control output {
  display: block;
  min-height: 20px;
  margin-top: 4px;
  color: #667085;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.tool-control select,
.tool-control input[type="number"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d9deea;
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: #202329;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 750;
}

.tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tool-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid #d9deea;
  border-radius: 8px;
  background: #ffffff;
  color: #252a34;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tool-button:hover,
.tool-button:focus-visible {
  border-color: #b7bed0;
  background: #f7f9fc;
  transform: translateY(-1px);
}

.tool-button--primary {
  border-color: #00d66a;
  background: #00f076;
  color: #17191d;
}

.tool-button--primary:hover,
.tool-button--primary:focus-visible {
  border-color: #00c767;
  background: #14f384;
}

.prompt-tool__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(360px, 1.12fr);
  gap: 28px;
  align-items: start;
}

.prompt-tool__reader-panel {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.prompt-tool__stage {
  position: relative;
  overflow: hidden;
  height: clamp(360px, 48vw, 560px);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.08)),
    #101216;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.prompt-tool__stage::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  height: 2px;
  background: rgba(0, 240, 118, 0.78);
  pointer-events: none;
}

.prompt-tool__reader {
  position: absolute;
  top: 58%;
  right: 8%;
  left: 8%;
  color: #f8fbff;
  font-family: var(--font-family-secondary);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  white-space: pre-wrap;
  text-wrap: balance;
  will-change: transform;
}

.prompt-tool__stage:fullscreen {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}

.prompt-tool__stage:fullscreen .prompt-tool__reader {
  right: 10vw;
  left: 10vw;
}

.prompt-tool__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.prompt-tool__controls .tool-actions {
  grid-column: 1 / -1;
}

.speech-tool__layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.72fr);
  gap: 26px;
  align-items: start;
}

.speech-tool__editor {
  min-width: 0;
}

.speech-tool__editor .tool-actions {
  margin-top: 14px;
}

.speech-tool__controls {
  display: grid;
  gap: 20px;
  min-width: 0;
  padding-left: 2px;
}

.tool-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.tool-segmented button {
  min-height: 42px;
  border: 1px solid #d9deea;
  border-radius: 8px;
  background: #ffffff;
  color: #303643;
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
}

.tool-segmented button[aria-pressed="true"] {
  border-color: #6344cf;
  background: #f3f0ff;
  color: #3d2b86;
}

.speech-tool__wpm {
  display: grid;
  grid-template-columns: minmax(0, 110px) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.speech-tool__wpm label {
  color: #667085;
  font-size: 14px;
  line-height: 1.3;
}

.speech-tool__results {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.speech-tool__metric {
  flex-direction: column;
  align-items: flex-start;
}

.speech-tool__metric span {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.speech-tool__status {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 13px 16px;
  border-left: 4px solid #00d66a;
  border-radius: 8px;
  background: #f1fff7;
  color: #17472b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.speech-tool__formats {
  grid-column: 1 / -1;
  overflow-x: auto;
}

.speech-tool__formats h3 {
  margin: 8px 0 14px;
  color: #202329;
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.speech-tool__formats table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  overflow: hidden;
}

.speech-tool__formats th,
.speech-tool__formats td {
  padding: 13px 16px;
  border-bottom: 1px solid #e2e6ee;
  color: #303643;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
}

.speech-tool__formats th {
  background: #f7f9fc;
  color: #202329;
  font-family: var(--font-family-secondary);
  font-weight: 900;
}

.speech-tool__formats tr:last-child td {
  border-bottom: 0;
}

.tool-article {
  margin-top: 0;
}

.article-layout {
  width: 100%;
  margin: 0;
}

.article-layout--with-toc {
  display: grid;
  gap: 24px;
  align-items: start;
}

.article-layout .bd-text__wrapper.tp-content {
  width: 100%;
  margin: 0;
}

.article-rail {
  position: relative;
  top: auto;
  z-index: 6;
  align-self: start;
  max-height: none;
  overflow: visible;
  overscroll-behavior: contain;
  display: grid;
  gap: 18px;
  -webkit-overflow-scrolling: touch;
}

.content-artifacts-page .wrapper {
  overflow: visible;
  overflow-x: clip;
}

.article-toc {
  padding: 18px;
  border: 1px solid #e5e8f0;
  border-radius: 8px;
  background: #f7f9fc;
  box-shadow: 0 12px 34px rgba(22, 25, 34, 0.08);
}

.article-toc__title {
  margin: 0 0 12px;
  color: #1d1f24;
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.article-toc__list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc__list li {
  padding-left: 0;
}

.article-toc__list li::before {
  display: none;
}

.article-toc__list a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(132, 143, 166, 0.18);
  color: #535a6a;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.article-toc__list li:last-child a {
  border-bottom: 0;
}

.article-toc__list a:hover {
  border-color: rgba(0, 204, 100, 0.34);
  color: #1d1f24;
}

.article-toc__list a[aria-current="true"] {
  border-color: rgba(99, 68, 207, 0.28);
  color: #1d1f24;
}

.bd-text__wrapper.tp-content h2[id] {
  scroll-margin-top: 110px;
}

.help-page .footer {
  margin-top: 72px;
}

.help-hub {
  padding: 36px 0 16px;
}

.help-hub__panel {
  padding: 64px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(38, 28, 103, 0.18);
}

.help-hub__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.help-hub__title {
  margin: 0;
  color: #27292b;
  font-family: var(--font-family-secondary);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.help-hub__summary {
  margin: 0 4px 4px 0;
  color: #737089;
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.help-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.help-hub-card {
  min-height: 302px;
  display: flex;
  flex-direction: column;
  padding: 32px 36px 34px;
  border: 1px solid #dedaf8;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(99, 68, 207, 0.04);
}

.help-hub-card__head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px dashed #e2defa;
}

.help-hub-card__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #6344cf;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(99, 68, 207, 0.18);
}

.help-hub-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.help-hub-card__heading {
  min-width: 0;
}

.help-hub-card__meta {
  margin: 0 0 7px;
  color: #797692;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.help-hub-card__title {
  margin: 0;
  color: #1f1d33;
  font-family: var(--font-family-secondary);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.help-hub-card__links {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.help-hub-card__links li {
  padding: 0;
  color: #393851;
}

.help-hub-card__links li::before {
  display: none;
}

.help-hub-card__links li + li {
  border-top: 1px solid #e8e5f6;
}

.help-hub-card__links a {
  width: 100%;
  min-height: 47px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  color: #3e3c57;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease;
}

.help-hub-card__links a:hover,
.help-hub-card__links a:focus-visible {
  color: #6344cf;
}

.help-hub-card__arrow {
  color: #6f6a85;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  transition: transform 0.2s ease, color 0.2s ease;
}

.help-hub-card__links a:hover .help-hub-card__arrow,
.help-hub-card__links a:focus-visible .help-hub-card__arrow {
  color: #6344cf;
  transform: translateX(3px);
}

.help-support {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 56px;
  padding: 48px 64px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 52%, rgba(0, 240, 118, 0.15), transparent 28%),
    radial-gradient(circle at 92% 42%, rgba(120, 119, 245, 0.18), transparent 26%),
    linear-gradient(145deg, #201e34 0%, #19162c 56%, #223344 100%);
  box-shadow: 0 30px 80px rgba(24, 16, 55, 0.24);
}

.help-support__copy {
  max-width: 650px;
}

.help-support__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font-family-secondary);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.help-support__text {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.help-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.help-support__email,
.help-support__button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.help-support__email {
  padding: 14px 28px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  color: #ffffff;
}

.help-support__button {
  gap: 14px;
  padding: 15px 32px;
  background: #00f076;
  color: #17191d;
}

@media screen and (max-width: 1280px) {
  .header-menu__list {
    gap: 24px;
  }

  .header-btn {
    gap: 14px;
  }

  .header-btn__download {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  .header-menu {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .header-btn {
    gap: 16px;
    z-index: 10;
  }

  .header-btn__enter {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: url("/theme/img/header/icon/enter.svg") no-repeat center / contain;
  }

  .header-btn__enter span {
    display: none;
  }

  .burger {
    display: block;
  }

  .help-hub__panel {
    padding: 44px;
  }

  .help-support {
    grid-template-columns: 1fr;
    padding: 42px 44px;
  }

  .help-support__actions {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 900px) {
  .help-hub__grid {
    grid-template-columns: 1fr;
  }

  .help-hub-card {
    min-height: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .help-page .footer {
    margin-top: 16px;
  }

  .help-hub {
    padding: 0 0 16px;
  }

  .help-hub__panel {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .help-hub__header {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
  }

  .help-hub__title {
    font-size: 25px;
    line-height: 1.2;
  }

  .help-hub__summary {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: left;
    white-space: normal;
  }

  .help-hub__grid {
    gap: 14px;
  }

  .help-hub-card {
    padding: 20px;
    border-radius: 16px;
  }

  .help-hub-card__head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 18px;
  }

  .help-hub-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .help-hub-card__meta {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .help-hub-card__title {
    font-size: 19px;
  }

  .help-hub-card__links {
    margin-top: 18px;
  }

  .help-hub-card__links a {
    min-height: 44px;
    font-size: 14px;
  }

  .help-support {
    gap: 24px;
    margin-top: 24px;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .help-support__title {
    font-size: 27px;
  }

  .help-support__text {
    font-size: 14px;
    line-height: 1.45;
  }

  .help-support__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .help-support__email,
  .help-support__button {
    width: 100%;
    min-height: 50px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 13px;
    white-space: normal;
  }
}

.bd-text__wrapper.tp-content .content-faq {
  display: grid;
  gap: 12px;
  margin: 24px 0 8px;
}

.bd-text__wrapper.tp-content .content-faq__item {
  overflow: hidden;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #f8fafc;
}

.bd-text__wrapper.tp-content .content-faq__item[open] {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(22, 25, 34, 0.08);
}

.bd-text__wrapper.tp-content .content-faq__item summary {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 16px 48px 16px 18px;
  color: #1d1f24;
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.bd-text__wrapper.tp-content .content-faq__item summary::-webkit-details-marker {
  display: none;
}

.bd-text__wrapper.tp-content .content-faq__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00b85a;
  border-bottom: 2px solid #00b85a;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.bd-text__wrapper.tp-content .content-faq__item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.bd-text__wrapper.tp-content .content-faq__answer {
  padding: 0 18px 18px;
}

.bd-text__wrapper.tp-content .content-faq__answer p {
  margin: 0;
}

.bd-text__wrapper.tp-content .content-media,
.tp-content .content-media {
  box-sizing: border-box;
  width: 100%;
  margin: 32px auto;
  padding: 14px;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  background: #f6f8fb;
}

.bd-text__wrapper.tp-content .content-media img,
.tp-content .content-media img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(22, 25, 34, 0.14);
}

.bd-text__wrapper.tp-content .content-media figcaption,
.tp-content .content-media figcaption {
  margin: 12px 4px 0;
  color: #5e6573;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.bd-text__wrapper.tp-content .content-media--phone,
.tp-content .content-media--phone {
  max-width: 280px;
  padding: 10px;
}

.bd-text__wrapper.tp-content .content-media--phone img,
.tp-content .content-media--phone img {
  max-width: 240px;
  margin: 0 auto;
}

.bd-text__wrapper.tp-content .content-media--wide,
.tp-content .content-media--wide {
  max-width: 620px;
}

.bd-text__wrapper.tp-content .content-media--wide img,
.tp-content .content-media--wide img {
  width: auto;
  max-width: 100%;
  max-height: 430px;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .bd-text__wrapper.tp-content .content-media,
  .tp-content .content-media {
    margin: 24px auto;
    padding: 10px;
  }

  .bd-text__wrapper.tp-content .content-media figcaption,
  .tp-content .content-media figcaption {
    font-size: 13px;
  }

  .article-toc {
    padding: 16px;
  }

  .article-toc__list a {
    font-size: 13px;
  }

  .bd-text__wrapper.tp-content .content-faq__item summary {
    min-height: 50px;
    padding: 14px 42px 14px 14px;
    font-size: 15px;
  }

  .bd-text__wrapper.tp-content .content-faq__item summary::after {
    right: 16px;
  }

  .bd-text__wrapper.tp-content .content-faq__answer {
    padding: 0 14px 16px;
  }
}

@media screen and (max-width: 1024.98px) {
  .contacts-page .c-info__title {
    font-size: 46px;
  }

  .contacts-page .c-info__text {
    font-size: 17px;
  }

  .contacts-page .c-info__wrapper {
    gap: 32px;
    padding: 34px 24px;
  }

  .contacts-page .c-info-detail__list {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 16px;
  }

  .contacts-page .c-info-detail__item {
    min-height: 190px;
    padding: 22px 18px;
  }

  .contacts-page .c-info-detail__name {
    font-size: 22px;
  }

  .contacts-page .c-info-detail__value {
    font-size: 19px;
  }

  .tool-shell {
    padding: 26px;
  }

  .footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .footer-qr {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .footer-qr__code {
    width: 96px;
    height: 96px;
  }

  .error-page__wrapper {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .error-page__visual {
    min-height: 250px;
  }

  .error-page__title {
    font-size: 42px;
  }
}

@media screen and (min-width: 1025px) {
  .article-layout--with-toc .article-rail {
    position: sticky;
    top: 18px;
    max-height: calc(100vh - 36px);
    overflow: auto;
  }
}

@media screen and (min-width: 1180px) {
  .article-layout--with-toc {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .article-layout--with-toc .article-rail {
    top: 24px;
    max-height: calc(100vh - 48px);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1179.98px) {
  .article-layout--with-toc {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 20px;
  }

  .article-layout--with-toc .article-rail {
    top: 18px;
    max-height: calc(100vh - 36px);
  }
}

@media screen and (max-width: 767.98px) {
  .locale-ru .first__description .first__description-focus {
    margin-top: 12px;
  }

  .header__wrapper {
    gap: 10px;
  }

  .header-btn {
    gap: 10px;
  }

  .brand-logo {
    gap: 8px;
  }

  .brand-logo__mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 10px;
  }

  .brand-logo__name {
    font-size: 17px;
  }

  .brand-logo__product {
    font-size: 10px;
  }

  .header-lang__trigger {
    min-width: 30px;
    height: 38px;
  }

  .header-lang__flag {
    font-size: 21px;
  }

  .header-lang__menu a {
    min-width: 28px;
    height: 28px;
  }

  .contacts-page .c-info {
    margin-bottom: 32px;
  }

  .contacts-page .c-info__wrapper {
    gap: 22px;
    padding: 22px 16px;
  }

  .contacts-page .c-info__top {
    padding-bottom: 16px;
  }

  .contacts-page .c-info__title {
    font-size: 32px;
    line-height: 1.12;
  }

  .contacts-page .c-info__text {
    font-size: 14px;
    line-height: 1.45;
  }

  .contacts-page .c-info-detail__list {
    max-width: 360px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contacts-page .c-info-detail__item {
    min-height: auto;
    padding: 18px 16px;
  }

  .contacts-page .c-info-detail__icon {
    width: 56px;
    height: 56px;
    padding: 14px;
    margin-bottom: 4px;
  }

  .contacts-page .c-info-detail__name {
    font-size: 18px;
  }

  .contacts-page .c-info-detail__value {
    font-size: 17px;
  }

  .footer__top {
    flex-direction: column;
    gap: 22px;
  }

  .footer__tagline {
    margin-top: 16px;
    font-size: 14px;
  }

  .footer__download-link {
    width: 100%;
  }

  .footer__main {
    padding: 28px 0;
  }

  .footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tool-section {
    margin: 0 0 30px;
  }

  .tool-shell {
    padding: 20px;
  }

  .tool-shell__header {
    display: block;
    margin-bottom: 20px;
  }

  .tool-shell__title {
    font-size: 25px;
  }

  .tool-shell__subtitle {
    font-size: 14px;
  }

  .tool-textarea {
    min-height: 240px;
    padding: 15px;
    font-size: 15px;
  }

  .prompt-tool__stage {
    height: 420px;
  }

  .prompt-tool__reader {
    right: 6%;
    left: 6%;
  }

  .prompt-tool__controls,
  .speech-tool__controls,
  .speech-tool__results {
    grid-template-columns: 1fr;
  }

  .tool-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tool-button {
    width: 100%;
  }

  .footer__qr {
    display: block;
  }

  .footer-qr {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .footer-qr__code {
    width: 88px;
    height: 88px;
    border-radius: 16px;
  }

  .footer-qr__title {
    font-size: 18px;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__copyright {
    font-size: 13px;
  }

  .error-page {
    margin-bottom: 40px;
  }

  .error-page__wrapper {
    gap: 24px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .error-page__visual {
    min-height: 190px;
    padding: 24px;
    border-radius: 20px;
  }

  .error-page__code {
    font-size: 76px;
  }

  .error-page__title {
    font-size: 31px;
    line-height: 1.12;
  }

  .error-page__text {
    font-size: 15px;
    line-height: 1.45;
  }

  .error-page__button {
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  .brand-logo__copy {
    display: none;
  }
}

.content-artifacts-page .tp-content {
  --tp-ink: #1b1832;
  --tp-muted: #706e8d;
  --tp-purple: #6344cf;
  --tp-purple-soft: #f0edff;
  --tp-line: #e7e3f7;
  --tp-green: #24d889;
}

.content-artifacts-page .tp-content .content-callout {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  margin: 34px 0;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 0%, rgba(36, 216, 137, 0.16), transparent 28%),
    linear-gradient(135deg, #1d1a35 0%, #17142d 58%, #1d3440 100%);
  color: rgba(255, 255, 255, 0.78);
}

.content-artifacts-page .tp-content .content-callout::before {
  content: none;
  display: none;
}

.content-artifacts-page .tp-content .content-callout::after {
  content: none;
  display: none;
}

.content-artifacts-page .tp-content .content-callout p,
.content-artifacts-page .tp-content .content-callout li {
  color: rgba(255, 255, 255, 0.86);
}

.content-artifacts-page .tp-content .content-callout h2,
.content-artifacts-page .tp-content .content-callout h3,
.content-artifacts-page .tp-content .content-callout h4,
.content-artifacts-page .tp-content .content-callout h5,
.content-artifacts-page .tp-content .content-callout h6 {
  color: #ffffff;
  letter-spacing: 0;
}

.content-artifacts-page .tp-content .content-callout p:first-of-type {
  margin-top: 0;
}

.content-artifacts-page .tp-content .content-callout b,
.content-artifacts-page .tp-content .content-callout strong {
  color: #ffffff;
}

.content-artifacts-page .tp-content .content-list {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.content-artifacts-page .tp-content .content-list li {
  position: relative;
  display: block;
  list-style: none;
  min-height: 28px;
  margin: 0;
  padding-left: 34px;
  color: #42405f;
  line-height: 1.55;
}

.content-artifacts-page .tp-content .content-list li + li {
  margin-top: 14px;
}

.content-artifacts-page .tp-content .content-list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.82em;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--tp-green);
  transform: translateY(-50%) rotate(45deg);
}

.content-artifacts-page .tp-content .content-list li p {
  margin: 0;
}

.content-artifacts-page .tp-content .content-callout .content-list li {
  color: rgba(255, 255, 255, 0.86);
}

.content-artifacts-page .tp-content .content-callout .content-list li p {
  color: inherit;
}

.content-artifacts-page .tp-content .content-list--ordered {
  counter-reset: article-step;
}

.content-artifacts-page .tp-content .content-list--ordered > li {
  padding-left: 56px;
  counter-increment: article-step;
}

.content-artifacts-page .tp-content .content-list--ordered > li::before {
  content: counter(article-step);
  display: block;
  top: 0.12em;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--tp-purple-soft);
  color: var(--tp-purple);
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  transform: none;
}

.content-artifacts-page .tp-content .content-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
  margin: 34px 0;
  padding: clamp(24px, 4vw, 40px);
  border: 2px solid #e8e3fb;
  border-radius: 28px;
  background: #ffffff;
}

.content-artifacts-page .tp-content .content-checklist > li {
  min-height: 38px;
  display: block;
  padding-left: 0;
  color: #4b4968;
  font-size: 18px;
  line-height: 1.45;
}

.content-artifacts-page .tp-content .content-checklist > li + li {
  margin-top: 0;
}

.content-artifacts-page .tp-content .content-checklist > li::before {
  content: none;
  display: none;
}

.content-artifacts-page .tp-content .content-checklist > li::after {
  content: none;
  display: none;
}

.content-artifacts-page .tp-content .content-checklist__item {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 34px;
  cursor: pointer;
}

.content-artifacts-page .tp-content .content-checklist__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
}

.content-artifacts-page .tp-content .content-checklist__box {
  position: relative;
  width: 28px;
  height: 28px;
  margin-top: 0.04em;
  border: 2px solid #dcd7f2;
  border-radius: 7px;
  background: #ffffff;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.content-artifacts-page .tp-content .content-checklist__box::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.content-artifacts-page .tp-content .content-checklist__input:checked + .content-checklist__box {
  border-color: var(--tp-purple);
  background: var(--tp-purple);
}

.content-artifacts-page .tp-content .content-checklist__input:checked + .content-checklist__box::after {
  opacity: 1;
}

.content-artifacts-page .tp-content .content-checklist__input:focus-visible + .content-checklist__box {
  box-shadow: 0 0 0 4px rgba(99, 68, 207, 0.16);
}

.content-artifacts-page .tp-content .content-checklist__input:checked ~ .content-checklist__text {
  color: #706e8d;
}

.content-artifacts-page .tp-content .content-checklist__text p {
  margin: 0;
}

.content-artifacts-page .tp-content .content-faq {
  counter-reset: faq-item;
  display: grid;
  gap: 0;
  margin: 42px 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #ebe7fb;
  border-radius: 30px;
  background: #fbfaff;
}

.content-artifacts-page .tp-content .content-faq__item {
  counter-increment: faq-item;
  overflow: visible;
  border: 0;
  border-top: 1px solid #e5e1f5;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.content-artifacts-page .tp-content .content-faq__item:last-child {
  border-bottom: 1px solid #e5e1f5;
}

.content-artifacts-page .tp-content .content-faq__item[open] {
  background: transparent;
  box-shadow: none;
}

.content-artifacts-page .tp-content .content-faq__item summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 10px;
  align-items: center;
  padding: 18px 0;
  color: var(--tp-ink);
  font-family: var(--font-family-secondary);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.25;
}

.content-artifacts-page .tp-content .content-faq__item summary::before {
  content: "Q" counter(faq-item, decimal-leading-zero);
  color: var(--tp-purple);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.content-artifacts-page .tp-content .content-faq__item summary::after {
  content: "+";
  position: static;
  width: auto;
  height: auto;
  border: 0;
  color: #77748f;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  transform: none;
}

.content-artifacts-page .tp-content .content-faq__item[open] summary::after {
  content: "-";
  transform: none;
}

.content-artifacts-page .tp-content .content-faq__answer {
  padding: 0 44px 22px 54px;
}

.content-artifacts-page .tp-content .content-faq__answer p {
  margin: 0;
  color: #575470;
}

.content-artifacts-page .tp-content .content-table-scroll {
  overflow-x: auto;
  margin: 34px 0;
  border: 2px solid #e9e5fb;
  border-radius: 28px;
  background: #ffffff;
}

.content-artifacts-page .tp-content .content-table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.content-artifacts-page .tp-content .content-table tr:first-child td,
.content-artifacts-page .tp-content .content-table th {
  background: #f0edff;
  color: var(--tp-purple);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-artifacts-page .tp-content .content-table td,
.content-artifacts-page .tp-content .content-table th {
  padding: 24px 30px;
  border: 0;
  border-bottom: 1px solid #e9e5fb;
  color: #474563;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.content-artifacts-page .tp-content .content-table tr:last-child td {
  border-bottom: 0;
}

.content-artifacts-page .tp-content .content-table td:first-child {
  color: var(--tp-ink);
  font-family: var(--font-family-secondary);
  font-weight: 900;
}

.content-artifacts-page .tp-content .content-table p,
.content-artifacts-page .tp-content .content-table h3 {
  margin: 0;
}

.content-artifacts-page .article-layout--with-toc {
  gap: 28px;
}

.content-artifacts-page .article-toc {
  padding: 20px;
  border: 1px solid rgba(231, 227, 247, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 44px rgba(33, 25, 82, 0.12);
}

.content-artifacts-page .article-toc__title {
  margin: 0 0 14px;
  color: #1b1832;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.content-artifacts-page .article-toc__list {
  counter-reset: toc-item;
  display: grid;
  gap: 6px;
  padding-left: 0;
  border-left: 0;
}

.content-artifacts-page .article-toc__list li {
  counter-increment: toc-item;
  position: relative;
  padding: 0;
}

.content-artifacts-page .article-toc__list li::before {
  display: none;
}

.content-artifacts-page .article-toc__list li.is-active::after,
.content-artifacts-page .article-toc__list li:focus-within::after,
.content-artifacts-page .article-toc__list li:hover::after {
  display: none;
}

.content-artifacts-page .article-toc__list a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #5f5b78;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.32;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.content-artifacts-page .article-toc__list a::before {
  content: counter(toc-item, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  border-radius: 999px;
  background: #f0edff;
  color: #6344cf;
  font-size: 11px;
  font-weight: 900;
  line-height: 24px;
}

.content-artifacts-page .article-toc__list a:hover,
.content-artifacts-page .article-toc__list a[aria-current="true"] {
  border-color: #e4ddfb;
  background: #f7f4ff;
  color: #1b1832;
}

.content-artifacts-page .article-toc__list a:hover::before,
.content-artifacts-page .article-toc__list a[aria-current="true"]::before {
  background: #6344cf;
  color: #ffffff;
}

.content-artifacts-page .article-rail {
  display: grid;
  gap: 22px;
}

.article-download {
  --article-download-ink: #1b1832;
  --article-download-muted: #67647f;
  --article-download-green: #00f076;
  position: relative;
  display: grid;
  gap: 18px;
  border-radius: 8px;
  font-family: var(--font-family-secondary);
}

.article-download p,
.article-download a,
.article-download button {
  font-family: var(--font-family-secondary);
}

.article-download__main {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.article-download__app-icon {
  width: 54px;
  height: 54px;
  display: block;
  flex: 0 0 54px;
  border-radius: 14px;
  background: #1f2130 url("/theme/img/logo-mark.png") center / contain no-repeat;
  box-shadow: 0 10px 24px rgba(16, 18, 32, 0.16);
}

.article-download__copy {
  min-width: 0;
}

.article-download__eyebrow,
.article-download__title,
.article-download__text,
.article-download__proof {
  margin: 0;
}

.article-download__eyebrow {
  color: #5b4bff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-download__title {
  margin-top: 5px;
  color: var(--article-download-ink);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.14;
}

.article-download__text {
  margin-top: 8px;
  color: var(--article-download-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.article-download__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

.article-download__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--article-download-green);
  color: #17191d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.article-download__button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.article-download__button:hover,
.article-download__button:focus-visible {
  color: #17191d;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 205, 104, 0.24);
}

.article-download__stores {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-download__stores a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border: 1px solid rgba(99, 68, 207, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #1b1832;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.article-download__stores a:hover,
.article-download__stores a:focus-visible {
  border-color: rgba(99, 68, 207, 0.42);
  color: #6344cf;
  transform: translateY(-1px);
}

.article-download__proof {
  color: #77748f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.article-download--hero {
  max-width: 980px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--article-download-green);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(31, 25, 72, 0.16);
}

.article-download--final {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin: 38px 0 0;
  padding: clamp(24px, 4vw, 36px);
  background: #1d1f24;
  color: #ffffff;
  overflow: hidden;
}

.article-download--final .article-download__main {
  grid-template-columns: 64px minmax(0, 1fr);
}

.article-download--final .article-download__app-icon {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
  background-color: rgba(255, 255, 255, 0.08);
}

.article-download--final .article-download__eyebrow {
  color: var(--article-download-green);
}

.article-download--final .article-download__title {
  color: #ffffff;
}

.article-download--final .article-download__text,
.article-download--final .article-download__proof {
  color: #c6cad4;
}

.article-download--final .article-download__stores a {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.article-download--final .article-download__stores a:hover,
.article-download--final .article-download__stores a:focus-visible {
  border-color: rgba(0, 240, 118, 0.42);
  color: var(--article-download-green);
}

.article-download__qr {
  width: 168px;
  min-height: 168px;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.article-download__qr img {
  width: 104px;
  height: 104px;
  padding: 8px;
  border-radius: 8px;
  background: #ffffff;
}

.article-download__qr span {
  display: grid;
  gap: 2px;
}

.article-download__qr strong,
.article-download__qr small {
  display: block;
  line-height: 1.25;
}

.article-download__qr strong {
  font-size: 13px;
  font-weight: 900;
}

.article-download__qr small {
  color: #c6cad4;
  font-size: 12px;
  font-weight: 700;
}

.article-download--rail {
  padding: 16px;
  background: #1d1f24;
  color: #ffffff;
}

.article-download--rail .article-download__main {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
}

.article-download--rail .article-download__app-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.08);
}

.article-download--rail .article-download__eyebrow {
  color: var(--article-download-green);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.article-download--rail .article-download__title {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
}

.article-download--rail .article-download__text,
.article-download--rail .article-download__proof {
  color: #c6cad4;
  font-size: 12px;
}

.article-download--rail .article-download__button {
  width: 100%;
  min-height: 44px;
  font-size: 13px;
}

.article-download--sticky {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 930;
  grid-template-columns: 40px minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #1d1f24;
  box-shadow: 0 18px 42px rgba(16, 18, 32, 0.26);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 22px));
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.article-download--sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.article-download--sticky .article-download__app-icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.08);
}

.article-download--sticky p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.article-download--sticky .article-download__button {
  min-height: 40px;
  padding: 11px 14px;
  font-size: 12px;
}

.article-download__close {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.article-download__close::before,
.article-download__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}

.article-download__close::before {
  transform: rotate(45deg);
}

.article-download__close::after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 1180px) {
  .article-layout--with-toc .article-rail {
    position: sticky;
    top: 24px;
  }

  .article-layout--with-toc .article-toc {
    position: static;
    top: auto;
  }
}

@media screen and (min-width: 768px) {
  .article-download--sticky {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .article-download--hero,
  .article-download--final {
    grid-template-columns: 1fr;
  }

  .article-download__qr {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .article-download--hero {
    margin-top: 20px;
    padding: 16px;
  }

  .article-download__main,
  .article-download--final .article-download__main {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .article-download__app-icon,
  .article-download--final .article-download__app-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 12px;
  }

  .article-download__title {
    font-size: 20px;
  }

  .article-download__text {
    font-size: 14px;
  }

  .article-download__actions {
    align-items: stretch;
  }

  .article-download__button {
    width: 100%;
  }

  .article-download__stores {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-download__stores a {
    min-width: 0;
  }

  .article-download__proof {
    width: 100%;
  }

  .article-download--final {
    padding: 20px;
  }
}

@media screen and (max-width: 420px) {
  .article-download--sticky {
    grid-template-columns: 36px minmax(0, 1fr) 34px;
  }

  .article-download--sticky .article-download__button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.content-artifacts-page .article-download {
  gap: 14px;
  border-radius: 20px;
}

.content-artifacts-page .article-download__main {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
}

.content-artifacts-page .article-download__app-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(16, 18, 32, 0.14);
}

.content-artifacts-page .article-download__eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.content-artifacts-page .article-download__title {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.18;
}

.content-artifacts-page .article-download__text {
  max-width: 620px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42;
}

.content-artifacts-page .article-download__button {
  min-height: 42px;
  padding: 12px 18px;
  font-size: 13px;
}

.content-artifacts-page .article-download a.article-download__button,
.content-artifacts-page .article-download a.article-download__button:hover,
.content-artifacts-page .article-download a.article-download__button:focus-visible,
.content-artifacts-page .article-download__stores a,
.content-artifacts-page .article-download__stores a:hover,
.content-artifacts-page .article-download__stores a:focus-visible,
.content-artifacts-page .article-download__qr,
.content-artifacts-page .article-download__qr:hover,
.content-artifacts-page .article-download__qr:focus-visible {
  text-decoration: none;
  text-underline-offset: 0;
}

.content-artifacts-page .article-download a.article-download__button,
.content-artifacts-page .article-download a.article-download__button:hover,
.content-artifacts-page .article-download a.article-download__button:focus-visible {
  color: #17191d;
}

.content-artifacts-page .article-download--hero {
  width: min(100%, 840px);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 0;
  background: rgba(21, 18, 43, 0.22);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.content-artifacts-page .article-download--hero .article-download__app-icon {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.content-artifacts-page .article-download--hero .article-download__eyebrow {
  color: #66f5a2;
}

.content-artifacts-page .article-download--hero .article-download__title {
  color: #ffffff;
  font-size: 18px;
}

.content-artifacts-page .article-download--hero .article-download__text {
  color: rgba(255, 255, 255, 0.74);
}

.content-artifacts-page .article-download--hero .article-download__actions {
  justify-content: flex-end;
}

.content-artifacts-page .article-download--rail {
  padding: 16px;
  border: 1px solid #e8e3fb;
  background: #ffffff;
  color: var(--tp-ink);
  box-shadow: 0 12px 30px rgba(24, 20, 58, 0.08);
}

.content-artifacts-page .article-download--rail .article-download__eyebrow {
  color: #6344cf;
}

.content-artifacts-page .article-download--rail .article-download__title {
  color: var(--tp-ink);
  font-size: 16px;
}

.content-artifacts-page .article-download--rail .article-download__text,
.content-artifacts-page .article-download--rail .article-download__proof {
  color: #77748f;
}

.content-artifacts-page .tp-content .article-download--final {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: center;
  margin: 42px 0 0;
  padding: 22px;
  border: 1px solid #e8e3fb;
  border-radius: 20px;
  background: #fbfaff;
  box-shadow: none;
}

.content-artifacts-page .tp-content .article-download--final .article-download__main {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
}

.content-artifacts-page .tp-content .article-download--final .article-download__app-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 12px;
}

.content-artifacts-page .tp-content .article-download--final .article-download__title {
  color: var(--tp-ink);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.18;
}

.content-artifacts-page .tp-content .article-download--final .article-download__eyebrow {
  color: #6344cf;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.content-artifacts-page .tp-content .article-download--final .article-download__text,
.content-artifacts-page .tp-content .article-download--final .article-download__proof {
  color: #706e8d;
}

.content-artifacts-page .tp-content .article-download--final .article-download__actions {
  justify-content: flex-end;
}

.content-artifacts-page .tp-content .article-download--final .article-download__button {
  background: #24d889;
}

.content-artifacts-page .tp-content .article-download--final .article-download__stores a {
  background: #ffffff;
  color: var(--tp-ink);
}

.content-artifacts-page .tp-content .article-download__stores a {
  word-break: normal;
}

.content-artifacts-page .tp-content .article-download__qr {
  width: 132px;
  min-height: 132px;
  padding: 12px;
}

.content-artifacts-page .tp-content .article-download__qr img {
  width: 82px;
  height: 82px;
  padding: 6px;
}

.content-artifacts-page .tp-content a.content-download-link {
  display: inline-flex;
  width: auto;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  margin: 0 2px;
  padding: 4px 11px;
  border: 1px solid #ded8f5;
  border-radius: 999px;
  background: #f7f5ff;
  color: #6344cf;
  font-family: var(--font-family-secondary);
  font-size: 0.9em;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  text-underline-offset: 0;
  vertical-align: baseline;
  word-break: normal;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.content-artifacts-page .tp-content a.content-download-link::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.content-artifacts-page .tp-content a.content-download-link:hover,
.content-artifacts-page .tp-content a.content-download-link:focus-visible {
  border-color: rgba(99, 68, 207, 0.42);
  background: #ffffff;
  color: #4b2db4;
  transform: translateY(-1px);
}

.content-artifacts-page .tp-content p.content-inline-cta {
  margin: 30px 0;
  padding: 18px 20px;
  border: 1px solid #e8e3fb;
  border-left: 4px solid #00f076;
  border-radius: 18px;
  background: #fbfaff;
  color: #3d3a58;
}

.content-artifacts-page .article-download--sticky {
  right: auto;
  left: 50%;
  bottom: 10px;
  width: min(calc(100% - 24px), 520px);
  grid-template-columns: 36px minmax(0, 1fr) auto 32px;
  padding: 8px;
  border-radius: 18px;
  transform: translate(-50%, calc(100% + 22px));
}

.content-artifacts-page .article-download--sticky.is-visible {
  transform: translate(-50%, 0);
}

.content-artifacts-page .article-download--sticky .article-download__app-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-radius: 10px;
}

.content-artifacts-page .article-download--sticky p {
  font-size: 12px;
  line-height: 1.2;
}

.content-artifacts-page .article-download--sticky .article-download__button {
  width: auto;
  min-height: 36px;
  padding: 9px 13px;
  font-size: 12px;
}

.content-artifacts-page .article-download__close {
  width: 32px;
  height: 32px;
}

.content-artifacts-page .article-download__close::before,
.content-artifacts-page .article-download__close::after {
  top: 15px;
  left: 10px;
  width: 12px;
}

@media screen and (max-width: 920px) {
  .content-artifacts-page .tp-content .article-download--final {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767.98px) {
  .content-artifacts-page .article-download--hero {
    display: none;
  }

  .content-artifacts-page .tp-content .article-download--final {
    padding: 18px;
    border-radius: 20px;
  }

  .content-artifacts-page .tp-content .article-download--final .article-download__main {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .content-artifacts-page .tp-content .article-download--final .article-download__app-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .content-artifacts-page .article-download__stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-artifacts-page .tp-content p.content-inline-cta {
    margin: 24px 0;
    padding: 16px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 420px) {
  .content-artifacts-page .article-download--sticky {
    grid-template-columns: 34px minmax(0, 1fr) 30px;
  }

  .content-artifacts-page .article-download--sticky p {
    display: none;
  }

  .content-artifacts-page .article-download--sticky .article-download__button {
    grid-column: auto;
    width: 100%;
  }
}

.related-articles {
  margin: 72px 0 0;
  padding: clamp(30px, 5vw, 52px) 0;
  background: #6344cf;
}

.related-articles__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-article-card {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.related-article-card::before {
  display: none;
}

.related-article-card + .related-article-card {
  border-left: 2px dashed rgba(255, 255, 255, 0.16);
}

.related-article-card a {
  min-height: 232px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 28px clamp(24px, 3vw, 42px) 18px;
  color: #ffffff;
  text-decoration: none;
}

.related-article-card__number {
  color: #50e9a2;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}

.related-article-card__title {
  color: #ffffff;
  font-family: var(--font-family-secondary);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.12;
}

.related-article-card__excerpt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.45;
}

.site-map-hero {
  margin-top: -1px;
  padding: clamp(34px, 6vw, 64px) 0 clamp(40px, 6vw, 70px);
  background: #6344cf;
}

.site-map-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.site-map-breadcrumb a,
.site-map-breadcrumb span {
  font: inherit;
  line-height: inherit;
}

.site-map-breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.site-map-breadcrumb span:last-child {
  color: #ffffff;
}

.site-map-hero__eyebrow {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-map-hero__eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #24d889;
  box-shadow: 0 0 0 5px rgba(36, 216, 137, 0.14);
}

.site-map-hero__title {
  max-width: 760px;
  margin: 0 0 16px;
  color: #ffffff;
  font-family: var(--font-family-secondary);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.site-map-hero__title em {
  color: #6bf097;
  font-style: italic;
}

.site-map-hero__text {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.45;
}

.site-map-section {
  padding: clamp(52px, 8vw, 96px) 0;
  background: #fbfaff;
}

.site-map {
  max-width: 1120px;
  margin: 0 auto;
}

.site-map-group + .site-map-group {
  margin-top: 72px;
}

.site-map-group__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #e1dcf5;
}

.site-map-group__head > div {
  display: flex;
  align-items: baseline;
  gap: 22px;
}

.site-map-group__number {
  color: #6344cf;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}

.site-map-group__head h2 {
  margin: 0;
  color: #1b1832;
  font-family: var(--font-family-secondary);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.site-map-group__head p {
  margin: 0 0 5px;
  color: #85819d;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-map-group__list {
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
}

.site-map-group__list li {
  margin: 0;
  padding: 0;
}

.site-map-group__list li::before {
  display: none;
}

.site-map-group__list a {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  color: #2d2a43;
  font-family: var(--font-family-secondary);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.site-map-group__list a span:last-child {
  color: #9b97b2;
  font-size: 22px;
  text-align: right;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-map-group__list a:hover,
.site-map-group__list a:focus-visible {
  color: #6344cf;
}

.site-map-group__list a:hover span:last-child,
.site-map-group__list a:focus-visible span:last-child {
  color: #6344cf;
  transform: translateX(4px);
}

@media screen and (max-width: 1024px) {
  :root {
    --h1-default-fz: clamp(30px, 3.6vw, 36px);
    --h2-default-fz: clamp(24px, 2.9vw, 28px);
    --h3-default-fz: clamp(20px, 2.35vw, 23px);
    --h4-default-fz: clamp(18px, 2vw, 21px);
    --font-size-default: 17px;
    --line-height-default: 1.54;
  }

  .top__title {
    font-size: clamp(30px, 3.8vw, 36px);
    line-height: 1.12;
  }

  .bd-text__wrapper.tp-content h1 {
    font-size: clamp(27px, 3.3vw, 31px);
    line-height: 1.16;
  }

  .bd-text__wrapper.tp-content h2 {
    margin-top: 28px;
    font-size: clamp(22px, 2.8vw, 27px);
    line-height: 1.22;
  }

  .bd-text__wrapper.tp-content h3 {
    margin-top: 22px;
    font-size: clamp(19px, 2.35vw, 22px);
    line-height: 1.28;
  }

  .content-artifacts-page .tp-content .content-checklist {
    grid-template-columns: 1fr;
  }

  .related-articles__list {
    grid-template-columns: 1fr;
  }

  .related-article-card + .related-article-card {
    border-left: 0;
    border-top: 2px dashed rgba(255, 255, 255, 0.16);
  }

  .related-article-card a {
    min-height: 0;
  }
}

@media screen and (max-width: 767.98px) {
  :root {
    --h1-default-fz: clamp(26px, 6.4vw, 30px);
    --h2-default-fz: clamp(22px, 5.4vw, 26px);
    --h3-default-fz: clamp(19px, 4.8vw, 22px);
    --font-size-default: 16px;
    --line-height-default: 1.5;
  }

  .top__title {
    font-size: clamp(27px, 6.5vw, 30px);
    line-height: 1.14;
  }

  .bd-text__wrapper.tp-content h1 {
    font-size: clamp(25px, 6vw, 28px);
  }

  .bd-text__wrapper.tp-content h2 {
    margin-top: 24px;
    font-size: clamp(22px, 5.2vw, 25px);
  }

  .bd-text__wrapper.tp-content h3 {
    margin-top: 20px;
    font-size: clamp(19px, 4.7vw, 22px);
  }

  .content-artifacts-page .tp-content .content-callout {
    border-radius: 20px;
  }

  .content-artifacts-page .tp-content .content-list li {
    padding-left: 32px;
    font-size: 16px;
  }

  .content-artifacts-page .tp-content .content-list--ordered > li {
    padding-left: 46px;
  }

  .content-artifacts-page .tp-content .content-checklist {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .content-artifacts-page .tp-content .content-checklist > li {
    padding-left: 0;
    font-size: 16px;
  }

  .content-artifacts-page .tp-content .content-checklist__item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .content-artifacts-page .tp-content .content-checklist__box {
    width: 26px;
    height: 26px;
  }

  .content-artifacts-page .tp-content .content-checklist__box::after {
    top: 6px;
    left: 7px;
  }

  .content-artifacts-page .tp-content .content-faq {
    padding: 20px;
    border-radius: 22px;
  }

  .content-artifacts-page .tp-content .content-faq__item summary {
    grid-template-columns: 1fr 24px;
    gap: 12px;
    min-height: 64px;
    font-size: 17px;
  }

  .content-artifacts-page .tp-content .content-faq__item summary::before {
    grid-column: 1 / -1;
  }

  .content-artifacts-page .tp-content .content-faq__answer {
    padding: 0 0 18px;
  }

  .content-artifacts-page .tp-content .content-table-scroll {
    border-radius: 20px;
  }

  .content-artifacts-page .tp-content .content-table {
    min-width: 540px;
  }

  .content-artifacts-page .tp-content .content-table td,
  .content-artifacts-page .tp-content .content-table th {
    padding: 18px 20px;
    font-size: 16px;
  }

  .content-artifacts-page .article-toc__title {
    margin-bottom: 12px;
  }

  .content-artifacts-page .article-toc__list a {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 10px;
    font-size: 13px;
  }

  .related-articles {
    margin-top: 44px;
  }

  .related-article-card a {
    padding: 26px 0;
  }

  .site-map-breadcrumb {
    margin-bottom: 28px;
  }

  .site-map-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .site-map-group + .site-map-group {
    margin-top: 48px;
  }

  .site-map-group__head {
    display: grid;
    gap: 10px;
  }

  .site-map-group__head > div {
    gap: 14px;
  }

  .site-map-group__head p {
    white-space: normal;
  }

  .site-map-group__list a {
    min-height: 52px;
  }
}
