:root {
  --bg: #080d17;
  --bg-2: #0c1422;
  --surface: #101a2a;
  --surface-2: #142238;
  --surface-3: #0b1421;
  --text: #f4f7fb;
  --muted: #8fa1b9;
  --line: #233652;
  --line-strong: #34557e;
  --primary: #3b82f6;
  --primary-strong: #2563eb;
  --primary-soft: rgba(59,130,246,.14);
  --accent: #2dd4bf;
  --success: #32d583;
  --danger: #f05252;
  --radius-lg: 12px;
  --radius-md: 8px;
  --radius-sm: 5px;
  --container: 1420px;
  --shadow-lg: 0 30px 80px rgba(0,0,0,.34);
}

html,
body {
  scrollbar-color: #31557e #080d17;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #080d17;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #31557e;
  border-color: #080d17;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #3b82f6;
}

body {
  font-family: Inter,"Segoe UI",Arial,sans-serif;
  background: #080d17;
  color: var(--text);
  letter-spacing: 0;
}

.site-shell {
  overflow: hidden;
  background: linear-gradient(180deg,#080d17,#0a111d);
}

.ambient-layer {
  display: none;
}

.container {
  width: min(calc(100% - 48px),var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8,13,23,.92);
  border-bottom: 1px solid #1d2c42;
  backdrop-filter: blur(18px);
}

.site-header__inner {
  min-height: 78px;
  display: flex;
  gap: 30px;
}

.brand__mark {
  width: 38px;
  height: 38px;
  border: 1px solid #31557e;
  border-radius: 7px;
  background: linear-gradient(145deg,#12243a,#0a111d);
  position: relative;
}

.brand__mark:before,
.brand__mark:after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  height: 2px;
  background: #3b82f6;
}

.brand__mark:before {
  top: 13px;
}

.brand__mark:after {
  top: 21px;
  background: #2dd4bf;
}

.brand__text strong {
  font-size: 1rem;
  letter-spacing: .08em;
}

.brand__text small {
  font-size: .64rem;
  letter-spacing: .1em;
  color: #71849f;
}

.header-nav {
  gap: 24px;
}

.header-nav a,
.header-shortcuts__link {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: #8fa1b9;
}

.header-nav a:hover,
.header-shortcuts__link:hover {
  color: #fff;
}

.header-language-switcher {
  right: 22px;
  bottom: 22px;
  padding: 4px;
  border: 1px solid #29415f;
  background: rgba(8,13,23,.94);
  box-shadow: none;
  border-radius: 6px;
}

.header-language-switcher__link {
  min-width: 43px;
  height: 37px;
  border-radius: 5px;
  color: #8092aa;
}

.header-language-switcher__link.is-active {
  color: #fff;
  background: #2563eb;
  box-shadow: none;
}

.nav-toggle span {
  background: #8fa1b9;
}

.button {
  border-radius: 6px;
  letter-spacing: .08em;
}

.button--primary {
  color: #fff;
  border-color: #3b82f6;
  background: #2563eb;
  box-shadow: 0 12px 30px rgba(37,99,235,.22);
}

.button--primary:hover {
  background: #3b82f6;
  border-color: #60a5fa;
}

.button--ghost {
  background: #111c2d;
  border-color: #2c4668;
  color: #dbe8f7;
}

.button--ghost:hover {
  border-color: #4a78aa;
  background: #17263c;
  color: #fff;
}

.kicker {
  margin: 0 0 18px;
  color: #55a1ff;
  font: 700 .7rem/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #32d583;
  box-shadow: 0 0 0 5px rgba(50,213,131,.09),0 0 14px rgba(50,213,131,.55);
}

.studio-hero {
  position: relative;
  padding: 46px 0 90px;
  background: radial-gradient(circle at 74% 16%,rgba(37,99,235,.12),transparent 34%),linear-gradient(180deg,#09101c,#080d17);
}

.studio-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,transparent,#28476f,transparent);
}

.studio-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 52px;
  color: #71849f;
  font: 600 .65rem ui-monospace,monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.studio-hero__version {
  margin-left: auto;
}

.studio-hero__grid {
  display: grid;
  grid-template-columns: minmax(360px,.78fr) minmax(620px,1.32fr);
  gap: 72px;
  align-items: center;
}

.studio-hero__copy h1 {
  margin: 0;
  max-width: 740px;
  font-size: clamp(3.6rem,6vw,7.1rem);
  line-height: .91;
  letter-spacing: -.072em;
  font-weight: 680;
}

html[lang^="ru"] .studio-hero__copy h1 {
  font-size: clamp(2.85rem,4.35vw,5.2rem);
  line-height: .97;
  letter-spacing: -.05em;
}

.studio-hero__lead {
  max-width: 640px;
  margin: 32px 0;
  color: #aab8ca;
  font-size: 1.12rem;
  line-height: 1.72;
}

.studio-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.studio-hero__actions .button {
  padding: 15px 20px;
}

.studio-hero__actions .button span {
  margin-left: 22px;
}

.text-link {
  color: #b8c8dd;
  font-size: .8rem;
  font-weight: 700;
  border-bottom: 1px solid #3a5575;
  padding: 8px 0;
}

.text-link:hover {
  color: #fff;
  border-color: #60a5fa;
}

.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid #20314a;
}

.hero-proof span {
  display: flex;
  flex-direction: column;
  min-width: 132px;
  padding: 18px 24px 0 0;
  color: #71849f;
  font: 600 .62rem ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-proof strong {
  margin-bottom: 3px;
  color: #f4f7fb;
  font: 650 1.25rem Inter,sans-serif;
  letter-spacing: -.03em;
}

.app-stage {
  border: 1px solid #2d4768;
  border-radius: 10px;
  background: #0d1725;
  box-shadow: 0 30px 90px rgba(0,0,0,.4);
  overflow: hidden;
  transform: perspective(1600px) rotateY(-2deg);
}

.hero-screenshot {
  margin: 0;
  padding: 10px;
  border: 1px solid #2d4768;
  border-radius: 10px;
  background: #0d1725;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .4);
  overflow: hidden;
}

.hero-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 650px;
  border-radius: 6px;
  object-fit: contain;
}

.app-stage__bar {
  height: 38px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #253a56;
  background: #111b2b;
  color: #71849f;
  font: 600 .56rem ui-monospace,monospace;
  letter-spacing: .12em;
}

.app-stage__bar>span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #30445f;
}

.app-stage__bar>span:first-child {
  background: #2dd4bf;
}

.app-stage__bar strong {
  margin-left: 8px;
}

.app-stage__bar em {
  margin-left: auto;
  color: #32d583;
  font-style: normal;
}

.app-stage__tabs {
  height: 44px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #273e5e;
  background: #142034;
  overflow: hidden;
}

.app-stage__tabs>* {
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-right: 1px solid #273e5e;
  color: #7f92aa;
  font-size: .6rem;
  font-weight: 600;
  white-space: nowrap;
}

.app-stage__tabs b {
  color: #fff;
  background: #192b46;
  box-shadow: inset 0 -2px #3b82f6;
}

.app-stage__body {
  display: grid;
  grid-template-columns: 1fr .86fr;
  min-height: 470px;
}

.app-stage__form {
  padding: 22px;
  border-right: 1px solid #263b58;
  background: #111c2d;
}

.app-stage label {
  display: block;
  margin-bottom: 18px;
  color: #a6b8ce;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.app-stage label>div {
  height: 38px;
  margin-top: 7px;
  padding-left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #314c70;
  border-radius: 5px;
  background: #0b1421;
  color: #61758f;
}

.app-stage label i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32d583;
}

.app-stage button {
  height: 100%;
  margin-left: auto;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid #314c70;
  background: #182b45;
  color: #9fb4cd;
  font-size: .55rem;
  font-weight: 700;
}

.app-stage__split {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 12px;
}

.app-stage__drop {
  height: 96px!important;
  align-items: flex-end!important;
  padding-bottom: 10px;
}

.app-stage__switches {
  display: flex;
  gap: 10px;
  margin: 6px 0 18px;
}

.app-stage__switches span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #72849b;
  font-size: .52rem;
}

.app-stage__switches i {
  display: block;
  width: 24px;
  height: 12px;
  border-radius: 8px;
  background: #26384f;
  position: relative;
}

.app-stage__switches i:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #61758f;
}

.app-stage__switches .is-on {
  color: #7fe5c1;
}

.app-stage__switches .is-on i {
  background: #17684f;
}

.app-stage__switches .is-on i:after {
  left: 14px;
  background: #53e0ad;
}

.app-stage__start {
  width: 100%;
  height: 45px!important;
  margin: 0!important;
  border: 1px solid #26775c!important;
  background: #145b47!important;
  color: #bff8e3!important;
  letter-spacing: .12em;
}

.app-stage__start span {
  float: right;
}

.app-stage__console {
  position: relative;
  padding: 20px;
  background: #0a131f;
  overflow: hidden;
}

.app-stage__stats {
  display: flex;
  gap: 18px;
  padding: 12px;
  border: 1px solid #263b58;
  border-radius: 5px;
  background: #111c2d;
}

.app-stage__stats span {
  font: .53rem ui-monospace,monospace;
  color: #71849f;
}

.app-stage__stats b {
  margin-left: 4px;
  color: #32d583;
}

.console-lines {
  padding-top: 26px;
  font: .58rem/2 ui-monospace,monospace;
  color: #8296ae;
}

.console-lines p {
  margin: 0;
}

.console-lines i {
  color: #32d583;
  font-style: normal;
  margin-right: 6px;
}

.console-lines .is-muted {
  color: #42556d;
}

.console-wave {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  height: 94px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  border-bottom: 1px solid #253a56;
}

.console-wave span {
  flex: 1;
  height: var(--h);
  background: linear-gradient(#3b82f6,rgba(59,130,246,.08));
  opacity: .55;
}

.workflow {
  padding: 110px 0;
  background: #0b121e;
}

.workflow__heading {
  display: grid;
  grid-template-columns: 100px 1.1fr .9fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 60px;
}

.workflow__heading>span {
  color: #4d6683;
  font: 600 .7rem ui-monospace,monospace;
}

.workflow__heading h2,
.section-intro h2,
.license-gateway h2,
.checkout-head h1 {
  margin: 0;
  font-size: clamp(2.3rem,4vw,4.8rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.workflow__heading p {
  margin: 0;
  color: #8fa1b9;
  line-height: 1.7;
}

.workflow__track {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #29415f;
  border-bottom: 1px solid #29415f;
}

.workflow-card {
  position: relative;
  min-height: 310px;
  padding: 24px 28px;
  border-right: 1px solid #29415f;
}

.workflow-card:last-child {
  border-right: 0;
}

.workflow-card>span {
  color: #3b82f6;
  font: 700 .7rem ui-monospace,monospace;
}

.workflow-card small {
  z-index: 4;
  position: absolute;
  right: 24px;
  top: 24px;
  color: #566b84;
  font: 600 .58rem ui-monospace,monospace;
  letter-spacing: .12em;
}

.workflow-card h3 {
  margin: 130px 0 12px;
  font-size: 1.55rem;
  letter-spacing: -.035em;
}

.workflow-card p {
  margin: 0;
  color: #8496ad;
  font-size: .9rem;
  line-height: 1.65;
}

.workflow-card:after {
  content: "";
  position: absolute;
  left: 28px;
  top: 62px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2dd4bf;
  box-shadow: 0 0 0 7px rgba(45,212,191,.07);
}

.capabilities {
  padding: 120px 0;
  background: #080d17;
}

.section-intro {
  max-width: 900px;
  margin-bottom: 58px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 16px;
}

.capability-card {
  grid-column: span 5;
  min-height: 330px;
  padding: 32px;
  border: 1px solid #233a58;
  border-radius: 8px;
  background: #0e1827;
  position: relative;
  overflow: hidden;
}

.capability-card--wide {
  grid-column: span 7;
  display: flex;
  justify-content: space-between;
  gap: 34px;
}

.capability-card--signal {
  grid-column: span 5;
  background: linear-gradient(145deg,#102238,#0e1827);
}

.capability-card>span,
.capability-card>div>span {
  color: #5d7899;
  font: 700 .6rem ui-monospace,monospace;
  letter-spacing: .14em;
}

.capability-card h3 {
  max-width: 560px;
  margin: 18px 0 14px;
  font-size: clamp(1.7rem,2.8vw,3.3rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.capability-card p {
  max-width: 570px;
  color: #8fa1b9;
  line-height: 1.7;
}

.id-stream {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.id-stream code {
  padding: 14px;
  border: 1px solid #28466a;
  border-radius: 5px;
  background: #091421;
  color: #79b3ff;
  font-size: .65rem;
}

.spin-demo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 40px 0 26px;
}

.spin-demo>* {
  font-style: normal;
  font-size: .72rem;
}

.spin-demo b,
.spin-demo em {
  padding: 10px;
  border-radius: 4px;
  background: #152740;
  color: #94bdec;
}

.spin-demo em {
  color: #82e7c1;
  background: #11332c;
}

.bot-list {
  display: flex;
  gap: 8px;
  margin: 52px 0 28px;
}

.bot-list i {
  width: 42px;
  height: 42px;
  border: 1px solid #34618e;
  border-radius: 50%;
  background: radial-gradient(circle,#3b82f6 0 12%,#132a43 14% 100%);
  box-shadow: 0 0 0 5px rgba(59,130,246,.04);
}

.tool-pills {
  max-width: 390px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-pills span {
  padding: 10px 12px;
  border: 1px solid #294868;
  border-radius: 4px;
  background: #101f32;
  color: #9eb4cc;
  font-size: .65rem;
}

.product-deep-link {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border: 1px solid #2a4668;
  border-radius: 8px;
  background: #1c4c2e;
  color: #dbe8f7;
  font-weight: 700;
}

.product-deep-link b {
  font-size: 1.4rem;
  color: #55a1ff;
}

.license-gateway {
  padding: 40px 0 120px;
  background: #080d17;
}

.license-gateway__panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  padding: 56px;
  border: 1px solid #31577f;
  border-radius: 10px;
  background: linear-gradient(135deg,#12233a,#0b1523 64%);
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.license-gateway__copy p:last-child {
  max-width: 650px;
  color: #92a6be;
  line-height: 1.7;
}

.license-gateway__plans {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-self: start;
  border: 1px solid #2d4a6c;
  border-radius: 7px;
  overflow: hidden;
}

.license-gateway__plans span {
  padding: 20px;
  border-right: 1px solid #2d4a6c;
}

.license-gateway__plans span:last-child {
  border: 0;
}

.license-gateway__plans small {
  display: block;
  color: #7189a5;
  font: 600 .54rem ui-monospace,monospace;
}

.license-gateway__plans strong {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
}

.license-gateway__action {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-radius: 6px;
  background: #2563eb;
  color: #fff;
}

.license-gateway__action small {
  display: block;
  color: #bcd4ff;
  font-size: .68rem;
}

.license-gateway__action strong {
  display: block;
  margin-top: 3px;
  font-size: 1.15rem;
}

.license-gateway__action b {
  font-size: 2rem;
}

.contact-section {
  padding: 110px 0;
  background: #0b121e;
  border-top: 1px solid #1f3048;
}

.contact-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.contact-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid #273e5d;
  border-radius: 7px;
  background: #101a29;
  color: #fff;
}

.contact-tile>span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #31577f;
  border-radius: 5px;
  color: #55a1ff;
  font-size: .66rem;
}

.contact-tile div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-tile small {
  color: #7f92aa;
}

.contact-tile>b {
  margin-left: auto;
  color: #55a1ff;
}

.site-footer {
  border-top: 1px solid #1e3049;
  background: #080d17;
  color: #71849f;
}

.checkout-page {
  min-height: 80vh;
  padding: 54px 0 110px;
  background: radial-gradient(circle at 90% 0,rgba(37,99,235,.1),transparent 30%),#080d17;
}

.checkout-back {
  display: inline-block;
  margin-bottom: 50px;
  color: #8195ad;
  font-size: .75rem;
  font-weight: 700;
}

.checkout-head {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.checkout-head p:last-child {
  color: #91a4bb;
  line-height: 1.7;
}

.checkout-workspace {
  display: grid;
  grid-template-columns: minmax(0,1fr) 390px;
  gap: 22px;
  align-items: start;
}

.checkout-steps {
  border-top: 1px solid #2b4565;
}

.checkout-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  border-bottom: 1px solid #2b4565;
  padding: 34px 0;
}

.checkout-step__number {
  color: #4774a7;
  font: 700 .72rem ui-monospace,monospace;
}

.checkout-step__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.checkout-step__title h2 {
  margin: 0;
  font-size: 1.5rem;
}

.checkout-step__title span {
  color: #71849f;
  font-size: .72rem;
}

.plan-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.plan-choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid #294361;
  border-radius: 7px;
  background: #0e1827;
  cursor: pointer;
}

.plan-choice input {
  position: absolute;
  opacity: 0;
}

.plan-choice__check {
  width: 19px;
  height: 19px;
  border: 1px solid #466689;
  border-radius: 50%;
  flex: 0 0 auto;
}

.plan-choice input:checked~.plan-choice__check {
  border: 5px solid #3b82f6;
}

.plan-choice:has(input:checked) {
  border-color: #3b82f6;
  background: #10213a;
  box-shadow: inset 0 0 0 1px #3b82f6;
}

.plan-choice__copy {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 20px;
  flex: 1;
}

.plan-choice__copy small {
  grid-column: 1/-1;
  color: #9db0c7;
  font-weight: 700;
}

.plan-choice__copy strong {
  font-size: 1.8rem;
}

.plan-choice__copy em {
  align-self: end;
  color: #71849f;
  font-size: .68rem;
  font-style: normal;
}

.plan-choice>b {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #2dd4bf;
  font: 700 .52rem ui-monospace,monospace;
}

.addon-selector {
  display: grid;
  gap: 8px;
}

.addon-choice {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid #243b57;
  border-radius: 6px;
  background: #0d1724;
  opacity: .8;
}

.addon-choice>span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #355473;
  border-radius: 4px;
  color: #64a6f8;
}

.addon-choice div {
  display: flex;
  flex-direction: column;
}

.addon-choice small {
  margin-top: 3px;
  color: #71849f;
}

.addon-choice em {
  color: #68819d;
  font-size: .65rem;
  font-style: normal;
}

.checkout-email span {
  display: block;
  margin-bottom: 8px;
  color: #91a6be;
  font-size: .72rem;
  font-weight: 700;
}

.checkout-email input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #315071;
  border-radius: 6px;
  background: #0b1421;
  color: #fff;
}

.checkout-email input:focus {
  border-color: #3b82f6;
  outline: 2px solid rgba(59,130,246,.14);
}

.checkout-terms {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  color: #8195ad;
  font-size: .75rem;
}

.checkout-terms a {
  color: #68a9ff;
}

.order-console {
  position: sticky;
  top: 102px;
  padding: 24px;
  border: 1px solid #31577f;
  border-radius: 8px;
  background: #101b2b;
  box-shadow: 0 25px 60px rgba(0,0,0,.24);
}

.order-console__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #28415f;
  color: #8fa8c3;
  font: 700 .65rem ui-monospace,monospace;
  letter-spacing: .12em;
}

.order-console__product {
  padding: 26px 0;
}

.order-console__product small,
.order-console__price span {
  display: block;
  color: #6f849e;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.order-console__product strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
}

.order-console__line {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-top: 1px solid #233a55;
  color: #8094ad;
  font-size: .7rem;
}

.order-console__line b {
  color: #c4d3e5;
  font: 700 .66rem ui-monospace,monospace;
}

.order-console__price {
  margin: 22px -24px 0;
  padding: 24px;
  background: #0b1523;
  border-top: 1px solid #2b4868;
  border-bottom: 1px solid #2b4868;
}

.order-console__price strong {
  display: block;
  margin: 8px 0 5px;
  font-size: 2.6rem;
  letter-spacing: -.05em;
}

.order-console__price small {
  color: #71849f;
}

.order-console__submit {
  width: 100%;
  height: 56px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid #3b82f6;
  border-radius: 6px;
  background: #2563eb;
  color: #fff;
  font-weight: 800;
  letter-spacing: .06em;
}

.purchase-form__status {
  color: #71849f;
  font-size: .68rem;
  line-height: 1.55;
}

.order-console__notice {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px 15px;
  border: 1px solid #26775c;
  border-radius: 8px;
  background: #0d2b24;
  color: #a4ecd3;
  overflow-wrap: anywhere;
}

.order-console__notice[hidden] {
  display: none!important;
}

.order-console__notice strong {
  display: block;
  margin: 0;
  color: #bff8e3;
  font-size: .86rem;
  line-height: 1.35;
}

.order-console__notice p {
  display: block;
  margin: 6px 0 0;
  color: #75ad99;
  font-size: .76rem;
  line-height: 1.55;
}

/* Neutralize legacy donor accents on secondary templates. */
.eyebrow,
.detail-chip,
.release-badge,
.media-card__type,
.faq-card__index,
.partner-card__badge {
  color: #68a9ff!important;
  border-color: #31577f!important;
  background: rgba(59,130,246,.1)!important;
}

.feature-card__icon,
.signal em,
.command-dossier__code {
  color: #55a1ff!important;
  border-color: #31577f!important;
  background: #10213a!important;
}

a {
  color: #68a9ff;
}

.site-footer a {
  color: #9fc5f5;
}

@media(max-width:1120px) {
  .studio-hero__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .studio-hero__copy {
    max-width: 800px;
  }

  .app-stage {
    transform: none;
  }

  .workflow__heading {
    grid-template-columns: 60px 1fr;
  }

  .workflow__heading p {
    grid-column: 2;
  }

  .workflow__track {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-card:nth-child(2) {
    border-right: 0;
  }

  .workflow-card:nth-child(-n+2) {
    border-bottom: 1px solid #29415f;
  }

  .checkout-workspace {
    grid-template-columns: 1fr;
  }

  .order-console {
    position: relative;
    top: auto;
  }

  .license-gateway__panel {
    grid-template-columns: 1fr;
  }
}

@media(max-width:760px) {
  .container {
    width: min(calc(100% - 30px),var(--container));
  }

  .site-header__inner {
    min-height: 66px;
  }

  .studio-hero {
    padding-top: 32px;
  }

  .studio-hero__meta {
    margin-bottom: 36px;
  }

  .studio-hero__copy h1 {
    font-size: clamp(3rem,16vw,5rem);
  }

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

  .hero-proof {
    flex-wrap: wrap;
  }

  .app-stage__body {
    grid-template-columns: 1fr;
  }

  .app-stage__console {
    min-height: 280px;
  }

  .app-stage__form {
    border-right: 0;
    border-bottom: 1px solid #263b58;
  }

  .app-stage__tabs span:nth-last-child(-n+2) {
    display: none;
  }

  .workflow {
    padding: 80px 0;
  }

  .workflow__heading {
    display: block;
  }

  .workflow__heading>span {
    display: block;
    margin-bottom: 20px;
  }

  .workflow__heading p {
    margin-top: 24px;
  }

  .workflow__track {
    grid-template-columns: 1fr;
  }

  .workflow-card {
    border-right: 0!important;
    border-bottom: 1px solid #29415f!important;
    min-height: 250px;
  }

  .workflow-card h3 {
    margin-top: 100px;
  }

  .capabilities {
    padding: 80px 0;
  }

  .capability-card,.capability-card--wide,.capability-card--signal {
    grid-column: 1/-1;
    display: block;
  }

  .id-stream {
    min-width: 0;
    margin-top: 30px;
  }

  .license-gateway__panel {
    padding: 28px;
  }

  .license-gateway__plans {
    grid-template-columns: 1fr;
  }

  .license-gateway__plans span {
    border-right: 0;
    border-bottom: 1px solid #2d4a6c;
  }

  .license-gateway__plans span:last-child {
    border-bottom: 0;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }

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

  .checkout-step {
    grid-template-columns: 42px 1fr;
  }

  .checkout-step__title {
    display: block;
  }

  .checkout-step__title span {
    display: block;
    margin-top: 8px;
  }

  .plan-selector {
    grid-template-columns: 1fr;
  }

  .addon-choice {
    grid-template-columns: 34px 1fr;
  }

  .addon-choice em {
    grid-column: 2;
  }

  .order-console {
    padding: 20px;
  }

  .header-language-switcher {
    right: 10px;
    bottom: 10px;
  }
}

/* Readability and interactive add-on controls. */
.workspace-page__head .workspace-page__lead {
  margin-top: 24px!important;
  line-height: 1.65;
}

.workflow__heading>span {
  font-size: .82rem;
}

.workflow-card>span {
  font-size: .84rem;
}

.workflow-card small {
  font-size: .76rem;
  color: #8298b3;
}

.workflow-card p {
  font-size: 1rem;
}

.workflow-card h3 {
  font-size: 1.68rem;
}

body {
  font-size: 17px;
}

.kicker {
  font-size: .79rem;
}

.checkout-back {
  font-size: .86rem;
}

.checkout-head>p:last-child {
  font-size: 1rem;
}

.checkout-step__number {
  font-size: .82rem;
}

.checkout-step__title span {
  font-size: .84rem;
}

.plan-choice__copy small {
  font-size: .9rem;
}

.plan-choice__copy em {
  font-size: .78rem;
}

.plan-choice>b {
  font-size: .61rem;
}

.order-console__head {
  font-size: .75rem;
}

.order-console__product small,
.order-console__price span {
  font-size: .74rem;
}

.order-console__line {
  font-size: .8rem;
}

.order-console__line b {
  font-size: .75rem;
}

.order-console__price small,
.purchase-form__status {
  font-size: .78rem;
  line-height: 1.65;
}

.checkout-email span,
.checkout-terms {
  font-size: .84rem;
}

.addon-choice {
  grid-template-columns: 40px 1fr auto;
  min-height: 82px;
  cursor: pointer;
  opacity: 1;
  transition: border-color .2s ease,background .2s ease,transform .2s ease;
}

.addon-choice:hover {
  border-color: #3b82f6;
  background: #102039;
  transform: translateY(-1px);
}

.addon-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.addon-choice__toggle {
  width: 36px!important;
  height: 36px!important;
  font-size: 1rem!important;
  transition: .2s ease;
}

.addon-choice input:checked~.addon-choice__toggle {
  border-color: #2dd4bf!important;
  background: #123e37!important;
  color: #84f3d4!important;
}

.addon-choice input:checked~.addon-choice__toggle {
  font-size: 0!important;
}

.addon-choice input:checked~.addon-choice__toggle:after {
  content: "✓";
  font-size: 1rem;
}

.addon-choice:has(input:checked) {
  border-color: #2a9c83;
  background: #0f2927;
  box-shadow: inset 0 0 0 1px rgba(45,212,191,.2);
}

.addon-choice strong {
  font-size: .98rem;
}

.addon-choice small {
  font-size: .82rem;
}

.addon-choice em {
  font-size: .76rem;
  color: #8198b2;
}

.addon-choice:has(input:checked) em {
  color: #70d9bb;
}

.addon-choice:has(input:checked) em:before {
  content: "Added · ";
}

/* Unified blue interaction states; overrides legacy donor hover accents. */
.header-nav a:hover,
.header-nav a:focus-visible,
.header-nav .current-menu-item > a,
.header-nav .current_page_item > a,
.header-nav .current-menu-ancestor > a {
  color: #f4f7fb;
  border-color: rgba(59, 130, 246, .55);
  background: rgba(59, 130, 246, .12);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, .08), 0 8px 24px rgba(37, 99, 235, .12);
}

.header-shortcuts__link:hover,
.header-shortcuts__link:focus-visible,
.button--ghost:hover,
.button--ghost:focus-visible,
.carousel-arrow:hover:not(:disabled),
.product-points span:hover,
.release-asset:hover {
  color: #f4f7fb;
  border-color: rgba(59, 130, 246, .5);
  background: rgba(59, 130, 246, .12);
  box-shadow: none;
}

.header-language-switcher__link:hover,
.header-language-switcher__link:focus-visible {
  color: #f4f7fb;
  border-color: rgba(59, 130, 246, .5);
  background: rgba(59, 130, 246, .14);
}

.header-language-switcher__link.is-active {
  color: #fff;
  border-color: #3b82f6;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  box-shadow: 0 8px 24px rgba(37, 99, 235, .24);
}

.partner-card:hover,
.partner-card:focus-within,
.product-media-card:hover {
  border-color: rgba(59, 130, 246, .45);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .34), 0 0 0 1px rgba(59, 130, 246, .1);
}

.partner-card:hover .partner-card__media,
.partner-card:focus-within .partner-card__media,
.product-media-card:focus-visible,
.workspace-media-card:focus-visible {
  border-color: rgba(59, 130, 246, .5);
  outline-color: rgba(59, 130, 246, .6);
}

.media-lightbox__close:hover,
.media-lightbox__nav:hover {
  border-color: rgba(59, 130, 246, .5);
  background: rgba(59, 130, 246, .16);
}

.workspace-media-modal__thumbs .is-active,
.media-lightbox__thumb.is-active {
  border-color: rgba(59, 130, 246, .72);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, .3);
}

/* Workflow: connected product-process cards. */
.workflow {
  position: relative;
  padding: 120px 0 130px;
  background:
    radial-gradient(circle at 18% 12%, rgba(59, 130, 246, .09), transparent 28%),
    radial-gradient(circle at 82% 88%, rgba(45, 212, 191, .055), transparent 25%),
    #0b121e;
  overflow: hidden;
}

.workflow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(75, 111, 153, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 111, 153, .13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}

.workflow .container {
  position: relative;
  z-index: 1;
}

.workflow__heading {
  grid-template-columns: 110px minmax(0, 1.15fr) minmax(300px, .7fr);
  gap: 46px;
  align-items: center;
  margin-bottom: 68px;
}

.workflow__heading > span {
  display: inline-flex;
  width: max-content;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(59, 130, 246, .34);
  border-radius: 999px;
  color: #79b3ff;
  background: rgba(59, 130, 246, .09);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.workflow__heading h2 {
  max-width: 780px;
  font-size: clamp(2.7rem, 4.4vw, 5.1rem);
}

.workflow__heading p {
  position: relative;
  padding-left: 24px;
  color: #a0b2c8;
  font-size: 1.02rem;
}

.workflow__heading p::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(#3b82f6, #2dd4bf);
}

.workflow__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}

.workflow__track::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 46px;
  left: 44px;
  right: 44px;
  height: 1px;
  background: linear-gradient(90deg, #3b82f6, #4e9bff 34%, #2dd4bf 72%, rgba(45, 212, 191, .25));
  box-shadow: 0 0 18px rgba(59, 130, 246, .28);
}

.workflow-card {
  position: relative;
  z-index: 1;
  min-height: 350px;
  padding: 25px 26px 28px;
  border: 1px solid rgba(61, 91, 128, .62);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(24, 40, 64, .9), rgba(12, 22, 36, .96) 58%),
    #0e1827;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .035),
    0 18px 46px rgba(0, 0, 0, .18);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.workflow-card::before {
  content: attr(data-step);
  position: absolute;
  right: -4px;
  bottom: -28px;
  color: rgba(104, 169, 255, .045);
  font-size: 9rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.09em;
  pointer-events: none;
}

.workflow-card:hover {
  z-index: 3;
  transform: translateY(-7px);
  border-color: rgba(59, 130, 246, .65);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .05),
    0 26px 60px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(59, 130, 246, .08);
}

.workflow-card > span {
  position: relative;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, .58);
  border-radius: 50%;
  color: #b8d5ff;
  background: #10233b;
  box-shadow: 0 0 0 7px #101b2b, 0 0 22px rgba(59, 130, 246, .26);
}

.workflow-card small {
  top: 27px;
  right: 24px;
  padding: 7px 10px;
  border: 1px solid rgba(73, 111, 153, .42);
  border-radius: 5px;
  color: #9bb2cd;
  background: #0d1929;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.workflow-card::after {
  display: none;
}

.workflow-card h3 {
  position: relative;
  z-index: 2;
  margin: 130px 0 15px;
  max-width: 300px;
  font-size: 1.62rem;
  line-height: 1.15;
}

.workflow-card p {
  position: relative;
  z-index: 2;
  max-width: 290px;
  margin: 0;
  color: #91a5bd;
  line-height: 1.65;
}

.workflow-card:nth-child(4) {
  border-color: rgba(45, 212, 191, .34);
}

.workflow-card:nth-child(4):hover {
  transform: translateY(-7px);
}

.workflow-card:nth-child(3) > span,
.workflow-card:nth-child(4) > span {
  border-color: rgba(45, 212, 191, .58);
  color: #9af1d9;
  background: #10302d;
  box-shadow: 0 0 0 7px #101b2b, 0 0 22px rgba(45, 212, 191, .22);
}

@media(max-width:1120px) {
  .workflow__track {
    gap: 12px;
  }

  .workflow__track::before {
    display: none;
  }

  .workflow-card {
    transform: none;
  }
}

@media(max-width:760px) {
  .workflow {
    padding: 82px 0 90px;
  }

  .workflow__heading {
    margin-bottom: 42px;
  }

  .workflow__heading p {
    padding-left: 18px;
  }

  .workflow__track {
    gap: 12px;
  }

  .workflow-card {
    min-height: 260px;
    border: 1px solid rgba(61, 91, 128, .62) !important;
  }

  .workflow-card h3 {
    margin-top: 82px;
  }
}
