@font-face {
  font-family: "Panda Manrope";
  src: url("assets/fonts/manrope-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Panda Manrope";
  src: url("assets/fonts/manrope-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Panda Manrope";
  src: url("assets/fonts/manrope-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Panda Manrope";
  src: url("assets/fonts/manrope-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/*
 * Foreign-language presentation layer.
 * Chinese keeps the original visual system; these rules only normalize the
 * longer Latin, Cyrillic and Devanagari translations.
 */
html:not([lang="zh-CN"]) {
  --foreign-ink: #232836;
  --foreign-muted: #596471;
  --foreign-line: #dce4ea;
  --foreign-soft: #f5f8fa;
  --foreign-accent: #0ba979;
  --foreign-accent-dark: #087e5d;
}

html:not([lang="zh-CN"]) body,
html:not([lang="zh-CN"]) button,
html:not([lang="zh-CN"]) input,
html:not([lang="zh-CN"]) select,
html:not([lang="zh-CN"]) textarea {
  font-family: "Panda Manrope", "Noto Sans Devanagari", "Nirmala UI", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

html:not([lang="zh-CN"]) body {
  color: var(--foreign-ink);
  font-size: 16px;
  line-height: 1.5;
}

html:not([lang="zh-CN"]) :where(h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0;
  font-weight: 700;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

html:not([lang="zh-CN"]) :where(p, li, dd, dt, blockquote) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

html:not([lang="zh-CN"]) :where(.btn, button, .links a) {
  font-weight: 700;
}

html:not([lang="zh-CN"]) :where(.btn, .download-v2-primary, .download-v2-delivery-action) {
  border-radius: 8px;
}

html:not([lang="zh-CN"]) :where(
  .hero-title,
  .mode-hero h1,
  .features-hero-copy h1,
  .platform-hero-copy h1,
  .download-v2-copy h1
) {
  max-width: 720px;
  font-size: clamp(48px, 4.7vw, 56px);
  line-height: 1.2;
  text-wrap: balance;
}

html:not([lang="zh-CN"]) :where(
  .section-head h2,
  .promo-video-heading h2,
  .history-head h2,
  .features-section-heading h2,
  .features-ledger-copy h2,
  .features-control-copy h2,
  .features-download-band h2,
  .platform-section-heading h2,
  .ops-loop-copy h2,
  .trust-response-copy h2,
  .trust-download-copy h2,
  .trust-brand-card h2,
  .platform-cta h2,
  .terms-notice h2,
  .download-v2-heading h2,
  .download-v2-verify-copy h2,
  .download-v2-support h2,
  .mode-cta h2
) {
  margin-top: 0;
  font-size: clamp(34px, 3.25vw, 38px);
  line-height: 1.3;
  text-wrap: balance;
}

html:not([lang="zh-CN"]) :where(
  .audience-card h3,
  .stack-item strong,
  .features-capability-grid h3,
  .features-flow-list h3,
  .mode-model-card h3,
  .mode-scale-grid h3,
  .mode-profit-path h3,
  .platform-main h3,
  .download-v2-steps h3
) {
  font-size: 20px;
  line-height: 1.3;
}

html:not([lang="zh-CN"]) :where(
  .lead,
  .features-hero-copy > p,
  .platform-hero-copy > p,
  .download-v2-copy > p
) {
  max-width: 650px;
  color: var(--foreign-muted);
  font-size: 18px;
  line-height: 1.55;
}

html:not([lang="zh-CN"]) :where(
  .section-head p,
  .promo-video-heading p,
  .history-head p,
  .features-section-heading > p,
  .features-ledger-copy > p,
  .features-control-copy > p,
  .platform-section-heading > p,
  .ops-loop-copy > p,
  .trust-response-copy > p,
  .trust-download-copy > p,
  .trust-brand-card > p,
  .platform-cta p,
  .terms-notice p,
  .download-v2-heading > p,
  .download-v2-verify-copy > p,
  .download-v2-support p
) {
  color: var(--foreign-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Header: keep translated navigation compact without crowding either edge. */
html:not([lang="zh-CN"]) .nav-inner {
  width: min(calc(100% - 32px), 1180px);
  padding-right: 0;
  padding-left: 0;
}

html:not([lang="zh-CN"]) .brand {
  min-width: 174px;
  gap: 10px;
}

html:not([lang="zh-CN"]) .brand strong {
  font-size: 17px;
  font-weight: 700;
}

html:not([lang="zh-CN"]) .brand span {
  max-width: 132px;
  font-size: 11px;
  line-height: 1.25;
}

@media (max-width: 620px) {
  html[lang="en"] .brand > span > span {
    display: block;
    width: max-content;
    max-width: none;
    overflow: visible;
    font-size: 8.5px;
    line-height: 1.15;
    white-space: nowrap;
    -webkit-line-clamp: unset;
  }
}

@media (max-width: 390px) {
  html[lang="en"] .brand > span > span {
    font-size: 8px;
  }
}

@media (max-width: 330px) {
  html[lang="en"] .brand > span > span {
    display: none;
  }
}

html:not([lang="zh-CN"]) .links {
  gap: 0;
  color: var(--foreign-muted);
  font-size: 13px;
  font-weight: 500;
}

html:not([lang="zh-CN"]) .links a {
  min-height: 38px;
  padding: 0 8px;
  border-radius: 8px;
}

html:not([lang="zh-CN"]) .locale-trigger,
html:not([lang="zh-CN"]) .nav > .nav-inner > .btn.primary {
  min-height: 44px;
  font-size: 14px;
}

/* Home page: shorter line lengths and aligned two-column introductions. */
html:not([lang="zh-CN"]) .hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: 52px;
  padding-top: 84px;
}

html:not([lang="zh-CN"]) .hero-title {
  max-width: 650px;
  margin: 16px 0 20px;
}

html:not([lang="zh-CN"]) .lead {
  margin-bottom: 26px;
}

html:not([lang="zh-CN"]) :where(
  .promo-video-heading,
  .dark-band .section-head,
  .history-head
) {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  align-items: start;
  gap: 48px;
}

html:not([lang="zh-CN"]) :where(
  .promo-video-heading h2,
  .dark-band .section-head h2,
  .history-head h2
) {
  width: auto;
  max-width: 690px;
  margin: 0;
  text-align: left;
}

html:not([lang="zh-CN"]) .history-head p {
  max-width: 500px;
  margin: 0;
  padding-left: 22px;
  line-height: 1.6;
}

@media (min-width: 921px) {
  html:not([lang="zh-CN"]) .history-head {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    align-items: center;
    gap: 42px;
  }
}

html:not([lang="zh-CN"]) :where(.promo-video-heading p, .dark-band .section-head p) {
  max-width: 480px;
  margin: 4px 0 0;
  padding-top: 0;
}

html:not([lang="zh-CN"]) :where(
  .story-panel h2,
  .story-panel p,
  .feature-prime strong,
  .feature-prime span,
  .feature-tile span,
  .audience-card h3,
  .audience-card p,
  .strength-row b,
  .strength-row span,
  .history-overlay strong,
  .history-overlay span,
  .ad-slide h3,
  .ad-slide p
) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

html:not([lang="zh-CN"]) .audience-card p,
html:not([lang="zh-CN"]) .stack-item span,
html:not([lang="zh-CN"]) .strength-row span {
  color: var(--foreign-muted);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 620px) {
  html:not([lang="zh-CN"]) .stack-list {
    gap: 7px;
  }

  html:not([lang="zh-CN"]) .stack-item {
    padding: 10px 11px 10px 15px;
  }

  html:not([lang="zh-CN"]) .stack-item strong {
    margin-bottom: 2px;
    font-size: 15.5px;
    line-height: 1.24;
    text-wrap: pretty;
  }

  html:not([lang="zh-CN"]) .stack-item span {
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }
}

html:not([lang="zh-CN"]) .promo-video-sequence span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 700;
}

html:not([lang="zh-CN"]) .promo-video-sequence i {
  width: 30px;
  min-width: 30px;
  height: 30px;
  aspect-ratio: 1;
  flex: 0 0 30px;
}

html:not([lang="zh-CN"]) .promo-video-sequence i svg {
  width: 17px;
  height: 17px;
}

html:not([lang="zh-CN"]) .promo-video-sequence b {
  min-width: 0;
}

html[lang="ru"] .promo-video-sequence span {
  min-height: 68px;
  padding-inline: 11px;
}

html[lang="ru"] .promo-video-sequence b {
  font-size: 13px;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

html[lang="fr"] .promo-video-sequence span {
  min-height: 68px;
  padding-inline: 11px;
}

html[lang="fr"] .promo-video-sequence b {
  font-size: 13px;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

html:not([lang="zh-CN"]) .ad-device-map,
html:not([lang="zh-CN"]) .ad-stats,
html:not([lang="zh-CN"]) .ad-timeline,
html:not([lang="zh-CN"]) .ad-mini-grid {
  min-width: 0;
  max-width: 100%;
}

html:not([lang="zh-CN"]) .ad-device-map b,
html:not([lang="zh-CN"]) .ad-stats span,
html:not([lang="zh-CN"]) .ad-timeline span,
html:not([lang="zh-CN"]) .ad-mini-grid small {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

html:not([lang="zh-CN"]) .ad-device-map b {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 13px;
  line-height: 1.3;
}

html:not([lang="zh-CN"]) .ad-timeline span {
  padding: 3px 2px;
  font-size: 8px;
  line-height: 1;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

html:not([lang="zh-CN"]) .ad-timeline {
  grid-template-columns: 0.72fr 1.12fr 0.88fr 0.92fr 1.36fr;
  gap: 4px;
}

html:not([lang="zh-CN"]) .app-preview-tabs button {
  overflow: hidden;
}

html:not([lang="zh-CN"]) .app-preview-tabs button span {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 8px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-align: center;
}

html:not([lang="zh-CN"]) .trust-shield-tags {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

html:not([lang="zh-CN"]) .trust-shield-tags button {
  min-height: 38px;
  padding: 7px 5px;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

/* Revenue model page. */
html:not([lang="zh-CN"]) .mode-hero {
  padding-top: 76px;
  padding-bottom: 54px;
}

html:not([lang="zh-CN"]) .mode-hero h1 {
  max-width: 860px;
}

html:not([lang="zh-CN"]) .mode-hero p {
  max-width: 780px;
  color: var(--foreign-muted);
  font-size: 18px;
  line-height: 1.6;
}

html:not([lang="zh-CN"]) .mode-hero-points span {
  min-height: 28px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
}

html:not([lang="zh-CN"]) .mode-model-card {
  min-height: 0;
}

html:not([lang="zh-CN"]) .mode-scale-grid article {
  min-height: 0;
}

html:not([lang="zh-CN"]) :where(.mode-model-card > p, .mode-scale-grid p) {
  color: var(--foreign-muted);
  font-size: 15px;
  line-height: 1.6;
}

html:not([lang="zh-CN"]) .mode-dark-shell :where(.mode-scale-grid p, .section-head p) {
  color: #a8b3bf;
}

html:not([lang="zh-CN"]) .mode-economics-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}

html:not([lang="zh-CN"]) .mode-kpi-board article,
html:not([lang="zh-CN"]) .mode-factor-grid .card {
  min-height: 0;
}

/* App feature page. */
html:not([lang="zh-CN"]) .features-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
  gap: 52px;
  padding-top: 72px !important;
  padding-bottom: 78px !important;
}

html:not([lang="zh-CN"]) .features-hero-copy h1 {
  margin-bottom: 20px;
}

html:not([lang="zh-CN"]) .features-section-heading {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  align-items: start;
  gap: 48px;
}

html:not([lang="zh-CN"]) .features-section-heading h2,
html:not([lang="zh-CN"]) .features-ledger-copy h2,
html:not([lang="zh-CN"]) .features-control-copy h2 {
  margin-top: 0;
}

html:not([lang="zh-CN"]) .features-capability-grid article {
  min-height: 0;
}

html:not([lang="zh-CN"]) .features-safety-grid h3 {
  overflow-wrap: anywhere;
}

html:not([lang="zh-CN"]) .features-capability-grid p,
html:not([lang="zh-CN"]) .features-flow-list p,
html:not([lang="zh-CN"]) .features-safety-grid p {
  color: var(--foreign-muted);
  font-size: 15px;
  line-height: 1.6;
}

html:not([lang="zh-CN"]) .features-flow-list li > div {
  height: 100%;
  min-height: 0;
}

html:not([lang="zh-CN"]) .features-ledger-inner,
html:not([lang="zh-CN"]) .features-control-inner {
  gap: 56px;
}

/* Operations, trust and terms pages. */
html:not([lang="zh-CN"]) .platform-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, .86fr);
  min-height: 640px;
  gap: 56px;
  padding-top: 70px;
  padding-bottom: 76px;
}

html:not([lang="zh-CN"]) .platform-section-heading {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .76fr);
  align-items: start;
  gap: 48px;
}

html:not([lang="zh-CN"]) .ops-console-heading,
html:not([lang="zh-CN"]) .ops-governance-heading,
html:not([lang="zh-CN"]) .ops-capability-heading {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 390px);
  align-items: center;
  gap: 48px;
}

html:not([lang="zh-CN"]) .ops-console-heading h2,
html:not([lang="zh-CN"]) .ops-governance-heading h2,
html:not([lang="zh-CN"]) .ops-capability-heading h2 {
  max-width: 690px;
  font-size: 34px;
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

html:not([lang="zh-CN"]) .ops-console-heading > p,
html:not([lang="zh-CN"]) .ops-governance-heading > p,
html:not([lang="zh-CN"]) .ops-capability-heading > p {
  max-width: 480px;
  line-height: 1.6;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

html:not([lang="zh-CN"]) .platform-band {
  padding-top: 78px;
  padding-bottom: 78px;
}

html:not([lang="zh-CN"]) .trust-settlement-section {
  padding-top: 58px;
  padding-bottom: 62px;
}

@media (min-width: 921px) {
  html:not([lang="zh-CN"]) .trust-settlement-section .platform-section-heading {
    grid-template-columns: minmax(0, 1.34fr) minmax(300px, .66fr);
    gap: 36px;
    align-items: start;
  }

  html:not([lang="zh-CN"]) .trust-settlement-section .platform-section-heading h2 {
    max-width: none;
    font-size: clamp(32px, 2.85vw, 40px);
    line-height: 1.1;
  }
}

html:not([lang="zh-CN"]) :where(
  .ops-panel-copy p,
  .trust-boundary-panel p,
  .trust-response-copy p,
  .terms-accordion p,
  .terms-detail-body,
  .terms-lifecycle p
) {
  color: var(--foreign-muted);
  font-size: 15px;
  line-height: 1.6;
}

html:not([lang="zh-CN"]) :where(.ops-tablist button, .trust-tablist button) {
  min-width: 0;
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
}

html:not([lang="zh-CN"]) :where(
  .ops-capability-grid article,
  .trust-principle-grid article,
  .terms-priority-grid article,
  .terms-lifecycle li
) {
  min-height: 0;
}

/* Download page. */
html:not([lang="zh-CN"]) .download-v2-hero {
  min-height: 640px;
  padding-top: 70px;
  padding-bottom: 76px;
}

html:not([lang="zh-CN"]) .download-v2-hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .84fr);
  gap: 56px;
}

html:not([lang="zh-CN"]) .download-v2-heading {
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .72fr);
  align-items: start;
  gap: 48px;
}

html:not([lang="zh-CN"]) .download-v2-steps li {
  min-height: 240px;
  padding: 20px;
}

html:not([lang="zh-CN"]) .download-v2-steps p {
  color: var(--foreign-muted);
  font-size: 13px;
  line-height: 1.55;
}

html:not([lang="zh-CN"]) .download-v2-support-inner {
  gap: 42px;
}

/* Language-specific protection for the widest translated headings. */
html:is([lang="ru"], [lang="pt-BR"], [lang="fr"], [lang="hi"]):not([lang="zh-CN"]) :where(
  .hero-title,
  .mode-hero h1,
  .features-hero-copy h1,
  .platform-hero-copy h1,
  .download-v2-copy h1
) {
  font-size: clamp(44px, 4.25vw, 52px);
}

html[lang="hi"] :where(h1, h2, h3, p, li, a, button, span) {
  line-height: 1.45;
}

@media (min-width: 1121px) and (max-width: 1280px) {
  html:not([lang="zh-CN"]) .nav-inner {
    grid-template-columns: minmax(155px, 172px) minmax(0, 1fr) auto auto;
    column-gap: 6px;
  }

  html:not([lang="zh-CN"]) .links {
    font-size: 12px;
  }

  html:not([lang="zh-CN"]) .links a {
    padding: 0 6px;
  }
}

/* History carousel: translated copy needs a wider, taller stage than Chinese. */
@media (min-width: 1101px) {
  html:not([lang="zh-CN"]) .history-layout {
    grid-template-columns: minmax(350px, .68fr) minmax(0, 1.32fr);
    align-items: stretch;
    min-height: 408px;
  }

  html:not([lang="zh-CN"]) .history-overlay {
    align-self: stretch;
    min-height: 408px;
    padding: 20px;
  }

  html:not([lang="zh-CN"]) .history-carousel {
    min-height: 300px;
  }

  html:not([lang="zh-CN"]) .history-overlay small {
    max-width: 100%;
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 10px;
    line-height: 1.25;
    white-space: normal;
  }

  html:not([lang="zh-CN"]) .history-overlay strong {
    font-size: 20px;
    line-height: 1.18;
  }

  html:not([lang="zh-CN"]) .history-overlay span {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.45;
  }

  html:not([lang="zh-CN"]) .history-carousel div {
    gap: 6px;
    margin-top: 11px;
  }

  html:not([lang="zh-CN"]) .history-overlay em {
    padding: 5px 8px;
    font-size: 10.5px;
    line-height: 1.25;
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  html:not([lang="zh-CN"]) .history-layout {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  html:not([lang="zh-CN"]) .history-overlay {
    min-height: 300px;
  }

  html:not([lang="zh-CN"]) .history-carousel {
    min-height: 210px;
  }
}

/* Keep every translated history slide readable throughout the carousel. */
html:not([lang="zh-CN"]) .history-carousel article {
  width: 100%;
  padding-top: 8px;
  padding-right: 2px;
}

html:not([lang="zh-CN"]) .history-overlay :where(small, strong, span, em) {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

html:not([lang="zh-CN"]) .history-overlay small {
  width: fit-content;
  white-space: normal;
}

html:not([lang="zh-CN"]) .history-overlay span {
  text-wrap: pretty;
}

@media (max-width: 620px) {
  html:not([lang="zh-CN"]) .history-overlay {
    min-height: 320px;
    padding: 18px 16px 16px;
    align-content: start;
  }

  html:not([lang="zh-CN"]) .history-carousel {
    min-height: 248px;
  }

  html:not([lang="zh-CN"]) .history-carousel article {
    padding-top: 6px;
    padding-right: 0;
  }

  html:not([lang="zh-CN"]) .history-overlay small {
    margin-bottom: 9px;
    padding: 5px 8px;
    font-size: 10px;
    line-height: 1.25;
  }

  html:not([lang="zh-CN"]) .history-overlay strong {
    font-size: 19px;
    line-height: 1.2;
  }

  html:not([lang="zh-CN"]) .history-overlay span {
    margin-top: 8px;
    font-size: 11.5px;
    line-height: 1.46;
  }

  html:not([lang="zh-CN"]) .history-carousel div {
    margin-top: 11px;
  }

  html:not([lang="zh-CN"]) .history-dots {
    margin-top: 10px;
  }
}

@media (max-width: 380px) {
  html:is([lang="pt-BR"], [lang="es"], [lang="ru"], [lang="fr"], [lang="hi"]) .history-overlay {
    min-height: 344px;
  }

  html:is([lang="pt-BR"], [lang="es"], [lang="ru"], [lang="fr"], [lang="hi"]) .history-carousel {
    min-height: 272px;
  }

  html:is([lang="pt-BR"], [lang="es"], [lang="ru"], [lang="fr"], [lang="hi"]) .history-overlay strong {
    font-size: 18px;
  }
}

/* The scripted carousel measures the visible localized slide, so short copy no
   longer inherits the legacy height reserved for the longest translation. */
@media (max-width: 620px) {
  html:not([lang="zh-CN"]) .history-overlay,
  html:is([lang="pt-BR"], [lang="es"], [lang="ru"], [lang="fr"], [lang="hi"]) .history-overlay {
    min-height: 0;
    align-content: start;
  }

  html:not([lang="zh-CN"]) .history-carousel,
  html:is([lang="pt-BR"], [lang="es"], [lang="ru"], [lang="fr"], [lang="hi"]) .history-carousel {
    height: var(--history-active-height, 210px);
    min-height: 0;
  }
}

@media (max-width: 1100px) {
  html:not([lang="zh-CN"]) :where(
    .hero-inner,
    .features-hero,
    .platform-hero,
    .download-v2-hero-grid
  ) {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
    gap: 38px;
  }

  html:not([lang="zh-CN"]) .features-flow-list,
  html:not([lang="zh-CN"]) .download-v2-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html:not([lang="zh-CN"]) .download-v2-support-inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 24px;
  }

  html:not([lang="zh-CN"]) .download-v2-support-inner > div:last-child {
    flex-wrap: wrap;
  }

  html:not([lang="zh-CN"]) .features-flow-list::before {
    display: none;
  }

  html:not([lang="zh-CN"]) .features-flow-list li {
    padding-top: 0;
  }

  html:not([lang="zh-CN"]) .features-flow-list li > i {
    position: static;
    margin: 0 0 12px 18px;
  }
}

@media (max-width: 920px) {
  html:not([lang="zh-CN"]) :where(
    .hero-inner,
    .features-hero,
    .platform-hero,
    .download-v2-hero-grid,
    .features-ledger-inner,
    .features-control-inner,
    .mode-economics-layout
  ) {
    grid-template-columns: minmax(0, 1fr);
  }

  html:not([lang="zh-CN"]) :where(
    .promo-video-heading,
    .dark-band .section-head,
    .history-head,
    .features-section-heading,
    .platform-section-heading,
    .download-v2-heading
  ) {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  html:not([lang="zh-CN"]) .history-head p {
    margin-top: 0;
  }

  html:not([lang="zh-CN"]) .platform-hero,
  html:not([lang="zh-CN"]) .download-v2-hero {
    min-height: 0;
  }

  html:not([lang="zh-CN"]) .promo-video-sequence {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html:not([lang="zh-CN"]) .promo-video-sequence span:nth-child(3) {
    border-right: 0;
  }

  html:not([lang="zh-CN"]) .hero-inner,
  html:not([lang="zh-CN"]) .features-hero,
  html:not([lang="zh-CN"]) .platform-hero,
  html:not([lang="zh-CN"]) .download-v2-hero-grid,
  html:not([lang="zh-CN"]) .features-ledger-inner,
  html:not([lang="zh-CN"]) .features-control-inner,
  html:not([lang="zh-CN"]) .mode-economics-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:not([lang="zh-CN"]) .promo-video-heading,
  html:not([lang="zh-CN"]) .dark-band .section-head,
  html:not([lang="zh-CN"]) .history-head,
  html:not([lang="zh-CN"]) .features-section-heading,
  html:not([lang="zh-CN"]) .platform-section-heading,
  html:not([lang="zh-CN"]) .download-v2-heading {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px;
  }

  html:not([lang="zh-CN"]) .ops-console-heading,
  html:not([lang="zh-CN"]) .ops-governance-heading,
  html:not([lang="zh-CN"]) .ops-capability-heading {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start;
    gap: 16px;
  }

  html:not([lang="zh-CN"]) .ops-console-heading > p,
  html:not([lang="zh-CN"]) .ops-governance-heading > p,
  html:not([lang="zh-CN"]) .ops-capability-heading > p {
    max-width: 760px;
    justify-self: start;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  html:not([lang="zh-CN"]) body {
    font-size: 15px;
    line-height: 1.55;
  }

  html:not([lang="zh-CN"]) :where(
    .hero-title,
    .mode-hero h1,
    .features-hero-copy h1,
    .platform-hero-copy h1,
    .download-v2-copy h1
  ) {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.22;
    text-wrap: balance;
  }

  html:not([lang="zh-CN"]) .hero-title,
  html:not([lang="zh-CN"]) .mode-hero h1,
  html:not([lang="zh-CN"]) .features-hero-copy h1,
  html:not([lang="zh-CN"]) .platform-hero-copy h1,
  html:not([lang="zh-CN"]) .download-v2-copy h1 {
    width: auto !important;
    max-width: 100% !important;
    font-size: 36px !important;
    line-height: 1.22 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto;
  }

  html:is([lang="ru"], [lang="pt-BR"], [lang="fr"], [lang="hi"]):not([lang="zh-CN"]) :where(
    .hero-title,
    .mode-hero h1,
    .features-hero-copy h1,
    .platform-hero-copy h1,
    .download-v2-copy h1
  ) {
    font-size: 33px;
  }

  html:is([lang="ru"], [lang="pt-BR"], [lang="fr"], [lang="hi"]):not([lang="zh-CN"]) .hero-title,
  html:is([lang="ru"], [lang="pt-BR"], [lang="fr"], [lang="hi"]):not([lang="zh-CN"]) .mode-hero h1,
  html:is([lang="ru"], [lang="pt-BR"], [lang="fr"], [lang="hi"]):not([lang="zh-CN"]) .features-hero-copy h1,
  html:is([lang="ru"], [lang="pt-BR"], [lang="fr"], [lang="hi"]):not([lang="zh-CN"]) .platform-hero-copy h1,
  html:is([lang="ru"], [lang="pt-BR"], [lang="fr"], [lang="hi"]):not([lang="zh-CN"]) .download-v2-copy h1 {
    font-size: 33px !important;
  }

  html:not([lang="zh-CN"]) :where(
    .section-head h2,
    .promo-video-heading h2,
    .history-head h2,
    .features-section-heading h2,
    .features-ledger-copy h2,
    .features-control-copy h2,
    .features-download-band h2,
    .platform-section-heading h2,
    .ops-loop-copy h2,
    .trust-response-copy h2,
    .trust-download-copy h2,
    .trust-brand-card h2,
    .platform-cta h2,
    .terms-notice h2,
    .download-v2-heading h2,
    .download-v2-verify-copy h2,
    .download-v2-support h2,
    .mode-cta h2
  ) {
    font-size: 28px;
    line-height: 1.3;
  }

  html:not([lang="zh-CN"]) .section-head h2,
  html:not([lang="zh-CN"]) .promo-video-heading h2,
  html:not([lang="zh-CN"]) .history-head h2,
  html:not([lang="zh-CN"]) .features-section-heading h2,
  html:not([lang="zh-CN"]) .features-ledger-copy h2,
  html:not([lang="zh-CN"]) .features-control-copy h2,
  html:not([lang="zh-CN"]) .features-download-band h2,
  html:not([lang="zh-CN"]) .platform-section-heading h2,
  html:not([lang="zh-CN"]) .download-v2-heading h2,
  html:not([lang="zh-CN"]) .download-v2-verify-copy h2,
  html:not([lang="zh-CN"]) .download-v2-support h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  html:not([lang="zh-CN"]) .ops-console-heading h2,
  html:not([lang="zh-CN"]) .ops-governance-heading h2,
  html:not([lang="zh-CN"]) .ops-capability-heading h2 {
    font-size: 26px !important;
    line-height: 1.28 !important;
  }

  html:not([lang="zh-CN"]) :where(
    .lead,
    .features-hero-copy > p,
    .platform-hero-copy > p,
    .download-v2-copy > p
  ) {
    font-size: 16px;
    line-height: 1.55;
  }

  html:not([lang="zh-CN"]) :where(
    .section-head p,
    .promo-video-heading p,
    .history-head p,
    .features-section-heading > p,
    .platform-section-heading > p,
    .download-v2-heading > p
  ) {
    font-size: 14px;
    line-height: 1.6;
  }

  html:not([lang="zh-CN"]) .nav-inner {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  html:not([lang="zh-CN"]) .hero-inner {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 54px 16px 48px;
    gap: 24px;
  }

  html:not([lang="zh-CN"]) .hero-inner > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  html:not([lang="zh-CN"]) .lead,
  html:not([lang="zh-CN"]) .hero-actions,
  html:not([lang="zh-CN"]) .hero-metrics {
    width: 100%;
    max-width: 100%;
  }

  html:not([lang="zh-CN"]) .brand {
    min-width: 0;
  }

  html:not([lang="zh-CN"]) .brand strong {
    font-size: 15px;
  }

  html:not([lang="zh-CN"]) .brand span {
    max-width: 112px;
    font-size: 9px;
  }

  html:not([lang="zh-CN"]) .mobile-link-strip .links a {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  html:not([lang="zh-CN"]) .platform-hero-actions {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
  }

  html:not([lang="zh-CN"]) .platform-hero-actions .btn,
  html:not([lang="zh-CN"]) .platform-hero-actions .platform-text-link {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 12px 14px;
    text-align: center;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  html:not([lang="zh-CN"]) :where(
    .features-hero,
    .platform-hero
  ) {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  html:not([lang="zh-CN"]) .download-v2-hero {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  html:not([lang="zh-CN"]) :where(.platform-band, .features-ledger-band) {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  html:not([lang="zh-CN"]) .features-flow-list,
  html:not([lang="zh-CN"]) .download-v2-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  html:not([lang="zh-CN"]) .promo-video-sequence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 14px 0 12px;
  }

  html:not([lang="zh-CN"]) .promo-video-sequence span {
    grid-template-columns: 24px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    align-content: center;
    column-gap: 7px;
    min-height: 60px;
    padding: 7px 8px 9px;
    border: 1px solid rgba(115, 211, 187, .2);
    text-align: left;
  }

  html:not([lang="zh-CN"]) .promo-video-sequence span::before {
    top: 0;
    bottom: 0;
  }

  html:not([lang="zh-CN"]) .promo-video-sequence i {
    width: 24px;
    min-width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  html:not([lang="zh-CN"]) .promo-video-sequence b {
    min-width: 0;
    font-size: 10.5px;
    line-height: 1.18;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  html:is([lang="pt-BR"], [lang="ru"]) .promo-video-sequence b {
    font-size: 10px;
    line-height: 1.16;
  }

  html:not([lang="zh-CN"]) .audience-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.26;
  }

  html:not([lang="zh-CN"]) .audience-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.48;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  html:not([lang="zh-CN"]) .features-capability-grid article,
  html:not([lang="zh-CN"]) .features-flow-list li > div,
  html:not([lang="zh-CN"]) .download-v2-steps li {
    min-height: 0;
    padding: 20px;
  }

  html:not([lang="zh-CN"]) .history-head p {
    padding-left: 16px;
  }

  html:not([lang="zh-CN"]) .mode-cta {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not([lang="zh-CN"]) * {
    scroll-behavior: auto;
  }
}
html[lang="ru"] .proof strong {
  font-size: clamp(18px, 1.55vw, 22px);
  white-space: nowrap;
}

html[lang="ru"] .proof span {
  display: block;
  margin-top: 6px;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: auto;
}

@media (max-width: 1180px) {
  html[lang="ru"] .proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
