:root {
  --ink: #181b23;
  --muted: #667080;
  --blue: #2859eb;
  --line: #e4e7ed;
  --paper: #f8f9fb;
  font-family:
    Inter, "Segoe UI", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  color: var(--ink);
  background: #fff;
  color-scheme: light;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

/* Shared secondary text stays readable on white and pale blue surfaces. */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}
body {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
input {
  font: inherit;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
[hidden] {
  display: none !important;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #749bff;
  outline-offset: 4px;
}
.shell {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  transform: translateY(-150%);
  z-index: 99;
  padding: 10px 18px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-1px);
}
.button-primary,
.button-accent {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 3px 8px #2859eb1a;
}
.button-primary:hover {
  background: #1945ca;
  box-shadow: 0 6px 18px #2859eb25;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #343a48;
}
.button-small {
  min-height: 39px;
  padding: 10px 15px;
  font-size: 12px;
  gap: 9px;
}
.button-small .icon {
  width: 16px;
  height: 16px;
}
.button-quiet {
  background: #fff;
  border-color: var(--line);
  font-weight: 500;
  color: #414855;
}
.button-quiet:hover {
  background: var(--paper);
  border-color: #bcc5d3;
}
.site-header {
  position: sticky;
  top: 0;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  z-index: 20;
  border-bottom: 1px solid #edf0f4;
}
.site-header.scrolled {
  box-shadow: 0 3px 18px #17284808;
}
.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.brand strong {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.9px;
  font-weight: 750;
}
.brand > span {
  font-size: 11px;
  color: #737985;
  padding-left: 3px;
}
.desktop-nav {
  display: flex;
  gap: 29px;
  align-items: center;
  margin-left: auto;
  font-size: 13px;
  color: #5d626e;
}
.desktop-nav a:hover,
.footer-top nav a:hover,
.footer-top nav button:hover {
  color: var(--blue);
}
.header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.login-button {
  padding: 8px 0;
  background: none;
  border: 0;
  font-size: 13px;
}
.login-button:hover {
  color: var(--blue);
}
.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}
.menu-button span {
  display: block;
  height: 1.5px;
  background: var(--ink);
  width: 18px;
  margin: 5px 0;
  transition: transform 0.2s;
}
.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}
.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}
.mobile-nav {
  padding: 12px 24px 20px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.mobile-nav a,
.mobile-nav button {
  display: block;
  width: 100%;
  padding: 12px 0;
  border: 0;
  text-align: left;
  background: none;
  font-size: 15px;
}
.hero {
  text-align: center;
  padding-top: 73px;
  padding-bottom: 51px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #687286;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
}
.eyebrow-dot {
  height: 7px;
  width: 7px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #2859eb0c;
}
.hero h1 {
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1.27;
  font-weight: 650;
  letter-spacing: -2.8px;
}
.hero h1 > span {
  color: var(--blue);
}
.hero-lead {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.95;
  margin-top: 25px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.hero-notes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 11px;
  color: #777e8c;
  margin-top: 20px;
}
.hero-notes i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #bec3ce;
}
.product-showcase {
  position: relative;
  border: 1px solid #dce3ee;
  background: linear-gradient(140deg, #f0f4fb, #f8faff 60%, #edf2fb);
  border-radius: 18px;
  padding: 16px 16px 0;
  box-shadow: 0 24px 64px -28px #324e792b;
}
.showcase-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px 16px;
}
.preview-tabs {
  display: flex;
  gap: 3px;
  background: #e8edf6;
  border: 1px solid #e3e8f2;
  padding: 4px;
  border-radius: 9px;
}
.preview-tabs button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border: 0;
  background: transparent;
  border-radius: 6px;
  padding: 9px 17px;
  font-size: 12px;
  line-height: 1.4;
  color: #6c778b;
  white-space: nowrap;
}
.preview-tabs button[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 1px 4px #22375412;
  color: #24375c;
}
.preview-tabs .icon {
  width: 16px;
  height: 16px;
}
.preview-label {
  font-size: 11px;
  color: #798397;
  padding-right: 9px;
}
.showcase-screen {
  border: 1px solid #dfe4ed;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px #24395f09;
  background: #fff;
}
.screen-zoom {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  border: 0;
  background: #f6f7f9;
  cursor: zoom-in;
}
.screen-zoom > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: contain;
  object-position: top;
}
.zoom-hint {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 7px;
  border: 1px solid #dfe4ed;
  background: #fffffff2;
  box-shadow: 0 2px 8px #1d315710;
  color: #667186;
  font-size: 11px;
}
.zoom-hint .icon {
  width: 14px;
  height: 14px;
}
.screen-zoom:hover .zoom-hint {
  color: var(--blue);
}
.showcase-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 11px 8px;
  gap: 16px;
  font-size: 12px;
  color: #6c7890;
}
.showcase-caption > span {
  white-space: nowrap;
  font-family: Consolas, monospace;
  font-size: 10px;
  color: #9aa3b5;
}
.platform-section {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 61px;
  border-bottom: 1px solid var(--line);
}
.platform-section > p {
  font-size: 12px;
  color: #7d8490;
  margin-bottom: 26px;
}
.platform-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
  flex-wrap: wrap;
}
.platform-list > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  color: #5d636e;
  font-weight: 600;
  white-space: nowrap;
}
.platform-glyph {
  display: grid;
  place-items: center;
  font-style: normal;
  border: 1px solid #e0e4eb;
  border-radius: 7px;
  height: 29px;
  width: 29px;
  background: #fbfcfd;
  color: #737b89;
  font-size: 14px;
}
.platform-section small {
  display: block;
  font-size: 10px;
  color: #858d9a;
  margin-top: 27px;
}
.section {
  padding-block: 105px;
}
.kicker {
  display: block;
  font-size: 12px;
  color: var(--blue);
  font-weight: 550;
  letter-spacing: 0.04em;
  margin-bottom: 17px;
}
h2 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -1.3px;
}
.section-heading {
  position: relative;
  margin-bottom: 42px;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  margin-top: 20px;
}
.section-heading:not(.centered) > p {
  position: absolute;
  right: 0;
  bottom: 4px;
  max-width: 435px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.feature {
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e4e9f5;
  border-radius: 10px;
  background: #f8faff;
  color: #426ac9;
  margin-bottom: 20px;
}
.feature-icon .icon {
  width: 22px;
  height: 22px;
}
.feature h3 {
  font-size: 19px;
  letter-spacing: -0.3px;
  font-weight: 600;
}
.feature p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 13px;
  max-width: 340px;
}
.feature-foot {
  display: flex;
  gap: 16px;
  margin-top: 25px;
  font-size: 10px;
  color: #7c889c;
}
.feature-foot span + span {
  position: relative;
}
.feature-foot span + span:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 6px;
  height: 6px;
  border-left: 1px solid #dce1e9;
}
.scenario-section {
  background: var(--paper);
  border-block: 1px solid #eef0f4;
  padding-block: 88px;
}
.scenario-layout {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 100px;
  align-items: center;
}
.scenario-intro > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 20px;
  max-width: 370px;
}
.scenario-tabs {
  display: flex;
  flex-direction: column;
  margin-block: 27px;
  gap: 5px;
  max-width: 330px;
}
.scenario-tabs > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  text-align: left;
  padding: 12px 14px;
  font-size: 13px;
  color: #737e90;
}
.scenario-tabs > button[aria-selected="true"] {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
  box-shadow: 0 2px 5px #1a315607;
}
.scenario-tabs > button .icon {
  opacity: 0;
  width: 17px;
  height: 17px;
}
.scenario-tabs > button[aria-selected="true"] .icon {
  opacity: 1;
  color: var(--blue);
}
.scenario-intro > small {
  display: block;
  max-width: 320px;
  font-size: 11px;
  line-height: 1.8;
  color: #828d9e;
}
.scenario-card {
  border: 1px solid #dfe4ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 15px 38px -20px #28416620;
  overflow: hidden;
}
.scenario-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  color: #8290a5;
  padding: 17px 23px;
  border-bottom: 1px solid #edf0f4;
}
.scenario-card-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #546177;
}
.scenario-card-top i {
  width: 6px;
  height: 6px;
  background: #6e94d7;
  border-radius: 50%;
}
.scenario-flow {
  padding: 28px 24px 17px;
}
.flow-step {
  display: flex;
  gap: 13px;
  position: relative;
}
.flow-step:not(:last-child):before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  bottom: 0;
  border-left: 1px dashed #dce3ef;
}
.flow-step > div {
  flex: 1;
  min-width: 0;
  padding-bottom: 26px;
}
.flow-number {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e8f1;
  background: #f7f9fd;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  font-size: 10px;
  color: #7f8da7;
  font-family: Consolas, monospace;
}
.flow-label {
  font-size: 10px;
  color: #8290a6;
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
}
.customer-question {
  background: #f5f7fa;
  border-radius: 2px 10px 10px 10px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 500;
}
.knowledge-excerpt {
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}
.knowledge-excerpt > span {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #76849b;
  font-size: 10px;
}
.knowledge-excerpt b {
  font-weight: 500;
}
.knowledge-excerpt .icon {
  width: 14px;
  height: 14px;
}
.knowledge-excerpt p {
  font-size: 12px;
  color: #67748a;
  line-height: 1.8;
  margin-top: 8px;
}
.suggested-answer {
  background: #f0f5ff;
  border: 1px solid #e3ebfc;
  color: #3e5b8d;
  font-size: 13px;
  line-height: 1.95;
  border-radius: 2px 10px 10px 10px;
  padding: 15px 16px;
  min-height: 102px;
}
.scenario-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #8290a5;
  border-top: 1px solid #edf0f4;
  padding: 14px 24px;
  background: #fdfefe;
}
.scenario-footer .icon {
  width: 14px;
  height: 14px;
}
.centered {
  text-align: center;
}
.centered > p {
  margin-top: 15px;
}
.setup-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
.setup-steps > li {
  position: relative;
}
.step-index {
  display: block;
  font-family: Consolas, monospace;
  color: #a0aec3;
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.setup-steps li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 20px;
  left: 57px;
  right: -26px;
  height: 1px;
  background: var(--line);
}
.setup-steps h3 {
  font-weight: 600;
  font-size: 18px;
}
.setup-steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin-top: 12px;
  min-height: 73px;
  max-width: 320px;
}
.setup-steps a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #5375c2;
  margin-top: 15px;
}
.setup-steps a:hover {
  color: var(--blue);
}
.setup-steps .icon {
  width: 15px;
  height: 15px;
}
.pricing-card {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 65px;
  align-items: center;
  padding: 60px;
  background: #1c2230;
  color: #f5f7fb;
  border-radius: 18px;
  overflow: hidden;
}
.pricing-copy .kicker {
  color: #99b7ff;
}
.pricing-copy h2 {
  font-size: 34px;
  letter-spacing: -0.8px;
  line-height: 1.55;
}
.pricing-copy > p {
  color: #acb6c9;
  font-size: 13px;
  line-height: 1.95;
  margin-top: 18px;
}
.pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 26px;
}
.pricing-plan {
  display: grid;
  gap: 5px;
  padding: 13px 12px;
  border: 1px solid #3b4559;
  border-radius: 9px;
  background: #262e3f;
}
.pricing-plan strong {
  color: #f5f7fb;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.pricing-plan span {
  color: #9eb6ed;
  font-size: 12px;
  white-space: nowrap;
}
.pricing-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #d6e1fb;
  margin-top: 28px;
}
.pricing-link:hover {
  color: #fff;
}
.pricing-link .icon {
  width: 16px;
  height: 16px;
}
.credit-flow {
  background: #262e3f;
  border: 1px solid #3b4559;
  border-radius: 13px;
  overflow: hidden;
}
.credit-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 23px;
  border-bottom: 1px solid #3b4353;
  font-size: 11px;
  color: #b9c7e5;
}
.credit-title .icon {
  width: 16px;
  height: 16px;
  color: #93b0f2;
}
.credit-flow ol {
  padding: 6px 23px;
  list-style: none;
  margin: 0;
}
.credit-flow li {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
}
.credit-flow li + li {
  border-top: 1px solid #363e51;
}
.credit-flow li > span {
  width: 24px;
  height: 24px;
  border: 1px solid #5a6780;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  color: #b4c4e5;
}
.credit-flow li > div {
  flex: 1;
}
.credit-flow strong {
  font-weight: 500;
  font-size: 13px;
}
.credit-flow p {
  font-size: 10px;
  color: #a9b6cf;
  margin-top: 3px;
}
.credit-flow li > .icon {
  width: 15px;
  height: 15px;
  color: #93b2f6;
}
.credit-note {
  padding: 14px 22px;
  border-top: 1px solid #3b4353;
  font-size: 10px;
  color: #a9b5ce;
}
.pricing-fineprint {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: #808b9c;
  font-size: 10px;
}
.data-section {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 100px;
  align-items: center;
}
.data-section > div > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
  margin-top: 22px;
  max-width: 465px;
}
.data-section .data-small {
  font-size: 11px;
  color: #8793a6;
  margin-top: 13px;
}
.connection-diagram {
  padding: 27px 8px;
}
.connection-row {
  display: flex;
  align-items: center;
}
.connection-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  min-width: 137px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 23px 10px 17px;
  border-radius: 12px;
  box-shadow: 0 4px 14px #26365004;
  position: relative;
  z-index: 1;
}
.connection-node > .icon {
  width: 34px;
  height: 34px;
  color: #5476cb;
  margin-bottom: 1px;
}
.connection-node strong {
  font-size: 12px;
  font-weight: 550;
  margin-top: 3px;
}
.connection-node > span {
  font-size: 10px;
  color: #8492a8;
}
.connection-line {
  position: relative;
  flex: 1;
  min-width: 74px;
  margin-top: -20px;
  text-align: center;
  color: #8495b0;
  font-size: 10px;
}
.connection-line i {
  display: block;
  height: 1px;
  background: #aabddd;
  margin-top: 9px;
  position: relative;
}
.connection-line i:after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #aabddd;
  border-right: 1px solid #aabddd;
  transform: rotate(45deg);
}
.cloud-connection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cloud-connection > span {
  height: 42px;
  width: calc(100% - 137px);
  border-left: 1px dashed #c8d2e1;
  border-bottom: 1px dashed #c8d2e1;
  transform: translateY(-1px);
  align-self: flex-start;
  margin-left: 68px;
  max-width: calc(50% - 68px);
}
.cloud-connection > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 17px;
  background: var(--paper);
  border: 1px solid #e5e9f1;
  border-radius: 8px;
  margin-top: 13px;
  position: relative;
}
.cloud-connection > div:before {
  content: "";
  height: 14px;
  border-left: 1px dashed #c8d2e1;
  position: absolute;
  left: 50%;
  top: -15px;
}
.cloud-connection strong {
  font-size: 11px;
  font-weight: 550;
}
.cloud-connection small {
  font-size: 10px;
  color: #7e8ea5;
}
.cloud-connection .icon {
  width: 14px;
  height: 14px;
  color: #8494ad;
}
.download-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 100px;
  padding: 64px;
  background: #f5f7fb;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
}
.download-icon {
  color: var(--blue);
  margin-bottom: 20px;
}
.download-icon > .icon {
  height: 29px;
  width: 29px;
}
.download-copy > p {
  font-size: 13px;
  color: #788599;
  margin-top: 16px;
}
.download-actions {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.download-copy .release-status {
  font-size: 11px;
  color: #7c8ca4;
  margin-top: 14px;
  max-width: 355px;
}
.download-copy .release-status[data-state="error"] {
  color: #8d663b;
}
.download-actions .button {
  font-size: 13px;
  padding-inline: 18px;
  min-height: 47px;
}
.download-actions .download-retry {
  font-size: 11px;
  min-height: 35px;
  padding: 7px 10px;
  border-color: #dfe4ed;
  background: transparent;
  color: #6e7d94;
  font-weight: 400;
}
.install-guide {
  border-left: 1px solid #dfe5ef;
  padding-left: 47px;
  align-self: center;
}
.install-guide .kicker {
  color: #7989a4;
  font-size: 11px;
}
.install-guide ol {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.install-guide li {
  display: flex;
  gap: 14px;
  margin: 23px 0;
}
.install-guide li > span {
  border: 1px solid #d5deec;
  display: grid;
  place-items: center;
  font-size: 10px;
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  flex-shrink: 0;
  color: #8a9bb6;
}
.install-guide strong {
  font-weight: 550;
  font-size: 13px;
}
.install-guide p {
  font-size: 11px;
  color: #8290a6;
  line-height: 1.8;
  margin-top: 4px;
}
.install-guide > a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #6f82a6;
  margin-top: 19px;
}
.install-guide > a .icon {
  width: 14px;
  height: 14px;
}
.release-details {
  margin-top: 21px;
  max-width: 390px;
  border-top: 1px solid #dfe5ef;
  padding-top: 12px;
  font-size: 11px;
  color: #72839e;
}
.release-details summary {
  cursor: pointer;
}
.release-details dl > div {
  margin-block: 9px;
  display: flex;
  gap: 10px;
}
.release-details dt {
  color: #8796af;
  flex-shrink: 0;
  width: 56px;
}
.release-details dd {
  margin: 0;
}
.file-hash {
  word-break: break-all;
  font-family: Consolas, monospace;
  font-size: 10px;
}
.copy-button {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d9e0eb;
  background: #fff;
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 10px;
}
.copy-button .icon {
  width: 12px;
  height: 12px;
}
.copy-status {
  min-height: 19px;
  margin-top: 4px;
  font-size: 10px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}
.faq-section > div > p {
  color: #8794a9;
  margin-top: 17px;
  font-size: 12px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding-block: 20px;
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #93a0b6;
  transition: transform 0.18s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
  color: var(--blue);
}
.faq-list details > p {
  font-size: 12px;
  color: #748299;
  line-height: 1.95;
  margin-top: 15px;
  padding-right: 25px;
}
.site-footer {
  padding-block: 36px 27px;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 23px;
}
.footer-top > p {
  font-size: 11px;
  color: #8391a6;
}
.footer-top nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 11px;
  color: #738299;
}
.footer-top nav button {
  border: 0;
  background: none;
  padding: 0;
  font-size: inherit;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 10px;
  color: #8b97ab;
  margin-top: 28px;
}
.footer-bottom > span:last-child {
  margin-left: auto;
}
.footer-bottom a:hover {
  color: #536d94;
}
dialog {
  color: var(--ink);
  border: 1px solid #e0e4eb;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 100px #0e1c3533;
  max-height: calc(100dvh - 40px);
  margin: auto;
}
dialog::backdrop {
  background: #1220396b;
  backdrop-filter: blur(5px);
}
.account-dialog {
  width: min(440px, calc(100vw - 32px));
  padding: 33px;
}
.dialog-close,
.unified-portal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 7px;
  background: #f4f6fa;
  color: #8290a5;
  font-size: 24px;
  line-height: 1;
}
.dialog-close:hover,
.unified-portal__close:hover {
  background: #e7ecf5;
  color: #243c66;
}
.dialog-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #8899b4;
  margin-bottom: 24px;
}
.brand-mark {
  display: block;
  width: 25px;
  height: 25px;
  color: var(--blue);
}
.brand-mark svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.dialog-heading > p {
  font-size: 10px;
  color: #8093b1;
  margin-bottom: 5px;
}
.dialog-heading h2 {
  font-size: 25px;
  letter-spacing: -0.7px;
}
.auth-tabs {
  display: flex;
  margin: 22px 0;
  border-bottom: 1px solid #e2e7f0;
}
.auth-tabs > button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 10px 17px;
  font-size: 12px;
  color: #7b8daa;
}
.auth-tabs > button[aria-selected="true"] {
  color: var(--blue);
  border-bottom-color: var(--blue);
}
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.auth-form > label {
  font-size: 11px;
  color: #647d9f;
}
.auth-form input {
  display: block;
  margin-top: 7px;
  width: 100%;
  border: 1px solid #dce2ed;
  border-radius: 7px;
  background: #fcfdff;
  color: #35445d;
  min-height: 43px;
  padding: 10px 12px;
  font-size: 12px;
  outline-offset: 2px;
}
.auth-form input::placeholder {
  color: #97a6bd;
}
.button-submit {
  width: 100%;
  margin-top: 5px;
  min-height: 43px;
  font-size: 12px;
}
.code-field {
  display: flex;
  align-items: center;
  gap: 8px;
}
.code-field input {
  min-width: 0;
  flex: 1;
}
.code-field > button {
  align-self: stretch;
  margin-top: 7px;
  white-space: nowrap;
  border: 1px solid #dce2ed;
  border-radius: 7px;
  background: #f8faff;
  color: #6780a9;
  padding: 0 10px;
  font-size: 10px;
}
.form-message {
  font-size: 11px;
  line-height: 1.8;
  color: #ba5353;
  margin-top: 13px;
  min-height: 1.8em;
  overflow-wrap: anywhere;
}
.form-message.success {
  color: #47825e;
}
.dialog-note {
  font-size: 10px;
  color: #8293b0;
  margin-top: 12px;
  line-height: 1.8;
}
.agent-apply-view > p {
  color: #8193af;
  font-size: 11px;
  margin: 13px 0 18px;
}
.plain-action {
  border: 0;
  background: transparent;
  color: #7d95b7;
  font-size: 11px;
  padding: 5px 0;
}
.account-email {
  color: #8295b4;
  font-size: 11px;
  margin-top: 12px;
  overflow-wrap: anywhere;
}
.account-stats,
.agent-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.account-stats > div,
.agent-metrics > div,
.agent-code {
  border: 1px solid #e1e7f0;
  border-radius: 8px;
  padding: 12px;
}
.account-stats span,
.agent-metrics span,
.agent-code > span {
  display: block;
  font-size: 10px;
  color: #8296b6;
}
.account-stats strong,
.agent-metrics strong,
.agent-code > strong {
  font-size: 17px;
  font-weight: 500;
}
.agent-code {
  margin-top: 12px;
}
.account-view > p {
  font-size: 11px;
  color: #8697b2;
  margin-block: 13px;
}
.unified-portal {
  width: min(930px, calc(100vw - 32px));
  padding: 0;
}
.unified-portal__header {
  padding: 30px 34px 20px;
  border-bottom: 1px solid var(--line);
}
.unified-portal__header > span {
  font-size: 10px;
  color: #849ab9;
  letter-spacing: 0.1em;
}
.unified-portal__header h2 {
  font-size: 27px;
  margin-top: 6px;
}
.unified-portal__header p {
  font-size: 12px;
  color: #7188a9;
  margin-top: 7px;
  overflow-wrap: anywhere;
}
.unified-portal__body {
  padding: 23px 34px;
}
.portal-role {
  color: #52698f;
  font-size: 12px;
}
.portal-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 17px;
}
.portal-metrics--admin {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.portal-metrics article,
.portal-code,
.portal-note {
  padding: 15px;
  background: #f8faff;
  border: 1px solid #e4eaf5;
  border-radius: 9px;
}
.portal-metrics span,
.portal-code span {
  display: block;
  font-size: 11px;
  color: #7b92b5;
  margin-bottom: 7px;
}
.portal-metrics strong,
.portal-code strong {
  font-size: 22px;
  font-weight: 550;
  color: #3c5274;
}
.portal-code,
.portal-note {
  margin-top: 17px;
}
.portal-note {
  font-size: 11px;
  color: #748bac;
}
.portal-table-wrap {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: auto;
}
.portal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.portal-table th,
.portal-table td {
  text-align: left;
  padding: 12px 14px;
  white-space: nowrap;
  border-bottom: 1px solid var(--line);
}
.portal-table th {
  color: #7389a7;
  font-weight: 500;
  background: #f8faff;
}
.portal-table td {
  color: #65758f;
}
.portal-empty,
.portal-loading,
.portal-error {
  text-align: center;
  padding: 25px;
  font-size: 12px;
  color: #728eaf;
}
.portal-error {
  color: #ad6464;
}
.unified-portal__footer {
  display: flex;
  justify-content: flex-end;
  padding: 15px 34px 24px;
}
.unified-portal__footer button {
  background: #f5f7fc;
  border: 1px solid #e5eaf3;
  border-radius: 7px;
  color: #6d88af;
  font-size: 11px;
  padding: 8px 15px;
}
.image-dialog {
  width: min(1380px, calc(100vw - 32px));
  padding: 0;
  overflow: auto;
}
.image-dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: #fffffff5;
  z-index: 1;
}
.image-dialog-top h2 {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  color: #72829a;
}
.image-dialog-top button {
  border: 0;
  border-radius: 6px;
  background: #f0f3f8;
  font-size: 25px;
  color: #8390a4;
  line-height: 1;
  width: 31px;
  height: 31px;
}
.image-dialog-content {
  overflow: auto;
  max-height: 77dvh;
  background: #f7f8fa;
}
.image-dialog-content > img {
  width: 100%;
  height: auto;
}
.image-dialog > p {
  color: #8198b9;
  font-size: 10px;
  text-align: center;
  padding: 10px;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 87px;
    padding-bottom: 62px;
  }
  .hero h1 {
    font-size: 69px;
  }
  .product-showcase {
    width: min(1230px, calc(100% - 110px));
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 56px);
  }
  .brand > span {
    display: none;
  }
  .desktop-nav {
    gap: 20px;
  }
  .header-inner {
    gap: 25px;
  }
  .hero {
    padding-top: 58px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .scenario-layout {
    gap: 50px;
  }
  .section-heading:not(.centered) > p {
    max-width: 335px;
  }
  .feature-grid {
    gap: 27px;
  }
  .platform-list {
    gap: 24px;
  }
  .pricing-card {
    padding: 44px;
    gap: 40px;
  }
  .pricing-copy h2 {
    font-size: 31px;
  }
  .data-section {
    gap: 45px;
  }
  .download-card {
    padding: 46px;
    gap: 50px;
  }
  .install-guide {
    padding-left: 30px;
  }
  .faq-section {
    gap: 50px;
  }
  .preview-tabs button {
    padding-inline: 13px;
  }
  .showcase-caption {
    font-size: 11px;
  }
  .section {
    padding-block: 85px;
  }
}
@media (max-width: 800px) {
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
    gap: 16px;
  }
  .header-inner {
    height: 68px;
  }
  .menu-button {
    display: block;
  }
  .hero {
    padding-top: 48px;
    padding-bottom: 39px;
  }
  .hero h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 47px;
    padding-inline: 17px;
  }
  .preview-label {
    display: none;
  }
  .showcase-toolbar {
    justify-content: center;
  }
  .product-showcase {
    padding: 10px 10px 0;
    border-radius: 13px;
  }
  .showcase-toolbar {
    padding-bottom: 10px;
  }
  .preview-tabs {
    width: 100%;
  }
  .preview-tabs button {
    flex: 1;
    font-size: 11px;
    gap: 5px;
    padding: 9px 7px;
  }
  .preview-tabs button > .icon {
    width: 14px;
    height: 14px;
  }
  .showcase-caption {
    padding: 10px 5px;
    min-height: 48px;
    line-height: 1.6;
  }
  .showcase-caption > span {
    display: none;
  }
  .zoom-hint {
    font-size: 10px;
    bottom: 9px;
    right: 9px;
    padding: 6px 8px;
  }
  .platform-section {
    padding-block: 40px;
  }
  .platform-list {
    gap: 19px 27px;
  }
  .platform-list > span {
    font-size: 13px;
  }
  .section-heading:not(.centered) > p {
    position: static;
    max-width: none;
    font-size: 13px;
  }
  .feature-grid {
    gap: 20px;
  }
  .feature h3 {
    font-size: 16px;
  }
  .feature p {
    font-size: 12px;
  }
  .feature-foot {
    gap: 9px;
    flex-wrap: wrap;
    font-size: 9px;
  }
  .feature-foot span + span:before {
    display: none;
  }
  .scenario-layout {
    gap: 30px;
    grid-template-columns: 0.95fr 1.05fr;
  }
  .scenario-intro h2 {
    font-size: 30px;
  }
  .scenario-intro > p {
    font-size: 12px;
  }
  .scenario-flow {
    padding: 22px 15px 10px;
  }
  .scenario-card-top {
    padding: 15px;
    font-size: 9px;
  }
  .scenario-card-top > span:last-child {
    display: none;
  }
  .flow-step {
    gap: 9px;
  }
  .suggested-answer {
    font-size: 12px;
    padding: 12px;
  }
  .knowledge-excerpt {
    padding: 10px;
  }
  .customer-question {
    font-size: 12px;
    padding: 12px;
  }
  .scenario-footer {
    font-size: 9px;
    padding: 12px 15px;
  }
  .setup-steps {
    gap: 30px;
  }
  .setup-steps p {
    font-size: 12px;
    min-height: 92px;
  }
  .setup-steps li:not(:last-child):after {
    right: -15px;
  }
  .pricing-card {
    padding: 34px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .pricing-copy h2 {
    font-size: 27px;
  }
  .pricing-copy > p {
    font-size: 12px;
  }
  .pricing-plans {
    margin-top: 20px;
  }
  .pricing-plan {
    padding-inline: 10px;
  }
  .pricing-plan strong {
    font-size: 13px;
  }
  .pricing-plan span {
    font-size: 11px;
  }
  .credit-title {
    padding: 16px;
  }
  .credit-flow ol {
    padding-inline: 16px;
  }
  .credit-flow li {
    gap: 10px;
  }
  .credit-flow strong {
    font-size: 11px;
  }
  .credit-flow li > span {
    width: 21px;
    height: 21px;
  }
  .credit-note {
    padding: 12px 15px;
    font-size: 9px;
  }
  .data-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .data-section > div > p {
    max-width: 100%;
  }
  .connection-diagram {
    max-width: 460px;
    width: 100%;
    margin: auto;
  }
  .download-card {
    padding: 35px;
    gap: 32px;
  }
  .download-copy h2 {
    font-size: 30px;
  }
  .install-guide {
    padding-left: 25px;
  }
  .install-guide li {
    gap: 10px;
  }
  .faq-section {
    gap: 35px;
    grid-template-columns: 0.65fr 1.35fr;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .footer-top {
    gap: 16px;
  }
  .footer-top > p {
    display: none;
  }
  .footer-top nav {
    gap: 20px;
  }
  .footer-bottom {
    gap: 15px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 80px;
  }
  .shell {
    width: calc(100% - 36px);
  }
  .header-inner {
    height: 62px;
  }
  .brand img {
    width: 29px;
    height: 29px;
  }
  .brand strong {
    font-size: 20px;
  }
  .header-actions {
    gap: 14px;
  }
  .header-actions .button-small {
    display: none;
  }
  .login-button {
    font-size: 12px;
  }
  .menu-button {
    width: 35px;
    height: 35px;
    padding: 7px;
  }
  .hero {
    padding-top: 44px;
    padding-bottom: 30px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: 39px;
    line-height: 1.4;
    letter-spacing: -1.8px;
  }
  .hero-lead {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 18px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 23px;
  }
  .hero-actions .button {
    min-height: 46px;
    width: 100%;
    max-width: 285px;
    font-size: 12px;
  }
  .hero-actions .button-quiet {
    border: 0;
    background: none;
    min-height: 35px;
    padding-block: 6px;
    font-size: 11px;
  }
  .hero-notes {
    margin-top: 16px;
    gap: 12px;
    font-size: 9px;
  }
  .product-showcase {
    width: calc(100% - 24px);
    padding: 7px 7px 0;
    border-radius: 10px;
  }
  .showcase-screen {
    border-radius: 5px;
  }
  .preview-tabs {
    border-radius: 7px;
    padding: 3px;
  }
  .preview-tabs button {
    font-size: 10px;
    padding: 9px 3px;
    gap: 4px;
  }
  .preview-tabs button .icon {
    width: 12px;
    height: 12px;
  }
  .showcase-toolbar {
    padding-bottom: 7px;
  }
  .showcase-caption {
    font-size: 9px;
    min-height: 44px;
    padding: 9px 5px;
  }
  .zoom-hint {
    right: 5px;
    bottom: 5px;
    font-size: 8px;
    padding: 4px 6px;
    border-radius: 4px;
    gap: 4px;
  }
  .zoom-hint .icon {
    width: 10px;
    height: 10px;
  }
  .platform-section {
    padding-top: 33px;
    padding-bottom: 36px;
  }
  .platform-section > p {
    font-size: 10px;
    margin-bottom: 21px;
  }
  .platform-list {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 18px 22px;
  }
  .platform-list > span {
    font-size: 10px;
    gap: 6px;
  }
  .platform-glyph {
    width: 22px;
    height: 22px;
    font-size: 11px;
    border-radius: 5px;
  }
  .platform-section small {
    font-size: 8px;
    line-height: 1.7;
    max-width: 280px;
    margin: 21px auto 0;
  }
  .section {
    padding-block: 62px;
  }
  .kicker {
    font-size: 10px;
    margin-bottom: 13px;
  }
  h2 {
    font-size: 29px;
    letter-spacing: -0.9px;
  }
  .section-heading {
    margin-bottom: 29px;
  }
  .section-heading:not(.centered) > p {
    font-size: 12px;
    margin-top: 15px;
    max-width: 310px;
  }
  .section-heading > p br {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .feature {
    display: grid;
    grid-template-columns: 41px 1fr;
    column-gap: 16px;
    padding-top: 25px;
  }
  .feature-icon {
    grid-column: 1;
    grid-row: 1/4;
    width: 39px;
    height: 39px;
    margin-bottom: 0;
  }
  .feature h3 {
    grid-column: 2;
    font-size: 17px;
  }
  .feature p {
    grid-column: 2;
    font-size: 12px;
    margin-top: 8px;
    max-width: none;
  }
  .feature-foot {
    grid-column: 2;
    margin-top: 14px;
    font-size: 9px;
    gap: 16px;
  }
  .scenario-section {
    padding-block: 57px;
  }
  .scenario-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .scenario-intro h2 {
    font-size: 29px;
  }
  .scenario-intro > p {
    font-size: 12px;
    max-width: 320px;
  }
  .scenario-tabs {
    flex-direction: row;
    margin-block: 21px 13px;
    gap: 6px;
    max-width: none;
  }
  .scenario-tabs > button {
    justify-content: center;
    flex: 1;
    font-size: 11px;
    padding: 10px 7px;
  }
  .scenario-tabs > button .icon {
    display: none;
  }
  .scenario-intro > small {
    font-size: 9px;
    max-width: none;
  }
  .scenario-card {
    max-width: 410px;
    width: 100%;
    margin: auto;
  }
  .scenario-card-top {
    padding: 15px 18px;
    font-size: 10px;
  }
  .scenario-card-top > span:last-child {
    display: block;
  }
  .scenario-flow {
    padding: 23px 18px 6px;
  }
  .flow-step {
    gap: 11px;
  }
  .flow-step > div {
    padding-bottom: 21px;
  }
  .customer-question {
    font-size: 12px;
  }
  .suggested-answer {
    min-height: 97px;
  }
  .scenario-footer {
    padding: 13px 18px;
    font-size: 9px;
  }
  .setup-steps {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 26px;
  }
  .setup-steps > li {
    padding-left: 55px;
  }
  .step-index {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 22px;
  }
  .setup-steps li:not(:last-child):after {
    top: 31px;
    left: 13px;
    height: calc(100% + 15px);
    width: 1px;
    right: auto;
  }
  .setup-steps h3 {
    font-size: 16px;
  }
  .setup-steps p {
    min-height: 0;
    max-width: none;
    font-size: 12px;
    margin-top: 7px;
  }
  .setup-steps a {
    margin-top: 10px;
    font-size: 10px;
  }
  .centered > p {
    font-size: 12px;
  }
  .pricing-card {
    grid-template-columns: 1fr;
    padding: 31px 24px;
    gap: 29px;
    border-radius: 12px;
  }
  .pricing-copy h2 {
    font-size: 29px;
  }
  .pricing-copy > p {
    font-size: 12px;
  }
  .pricing-plans {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 18px;
  }
  .pricing-plan {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 11px 13px;
  }
  .pricing-plan strong {
    font-size: 14px;
  }
  .pricing-plan span {
    font-size: 12px;
  }
  .pricing-link {
    margin-top: 18px;
    font-size: 11px;
  }
  .pricing-fineprint {
    justify-content: flex-start;
    gap: 3px;
    font-size: 9px;
    margin-top: 13px;
    padding-inline: 5px;
  }
  .pricing-fineprint > span {
    width: 100%;
  }
  .credit-title {
    font-size: 10px;
  }
  .credit-flow ol {
    padding-inline: 18px;
  }
  .credit-flow li {
    padding-block: 16px;
  }
  .credit-flow strong {
    font-size: 12px;
  }
  .credit-flow p {
    font-size: 10px;
  }
  .credit-note {
    font-size: 9px;
  }
  .connection-diagram {
    padding: 5px 0 0;
    max-width: 370px;
  }
  .connection-node {
    min-width: 115px;
    padding: 17px 10px 14px;
  }
  .connection-node > strong {
    font-size: 11px;
  }
  .connection-node > span {
    font-size: 9px;
  }
  .connection-line {
    min-width: 59px;
    font-size: 9px;
  }
  .cloud-connection > span {
    margin-left: 57px;
    max-width: calc(50% - 57px);
  }
  .cloud-connection strong {
    font-size: 10px;
  }
  .cloud-connection small {
    font-size: 9px;
  }
  .cloud-connection > div {
    gap: 8px;
    padding: 12px;
  }
  .data-section > div > p {
    font-size: 12px;
    margin-top: 15px;
  }
  .data-section .data-small {
    font-size: 10px;
  }
  .download-card {
    grid-template-columns: 1fr;
    padding: 31px 24px;
    gap: 32px;
    border-radius: 12px;
  }
  .download-copy h2 {
    font-size: 32px;
  }
  .download-copy > p {
    font-size: 11px;
  }
  .download-actions .button {
    font-size: 11px;
    min-height: 45px;
  }
  .install-guide {
    border-left: 0;
    border-top: 1px solid #dfe5ef;
    padding: 27px 0 0;
  }
  .install-guide ol {
    padding-top: 0;
  }
  .install-guide li {
    margin-block: 17px;
  }
  .install-guide strong {
    font-size: 12px;
  }
  .install-guide p {
    font-size: 10px;
  }
  .install-guide > a {
    font-size: 10px;
    margin-top: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .faq-section > div > p {
    font-size: 11px;
    margin-top: 12px;
  }
  .faq-list details {
    padding-block: 18px;
  }
  .faq-list summary {
    font-size: 12px;
    gap: 13px;
  }
  .faq-list details > p {
    font-size: 11px;
    padding-right: 15px;
  }
  .site-footer {
    padding-block: 27px 22px;
  }
  .footer-top {
    flex-wrap: wrap;
    row-gap: 23px;
  }
  .footer-top nav {
    width: 100%;
    justify-content: space-between;
    font-size: 10px;
    margin-left: 0;
    gap: 14px;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 23px;
  }
  .account-dialog {
    padding: 29px 23px;
  }
  .portal-metrics,
  .portal-metrics--admin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .portal-metrics strong,
  .portal-code strong {
    font-size: 19px;
  }
  .portal-metrics article {
    padding: 12px;
  }
  .unified-portal__header {
    padding: 28px 22px 18px;
  }
  .unified-portal__body {
    padding: 21px;
  }
  .unified-portal__footer {
    padding: 12px 22px 20px;
  }
  .image-dialog {
    width: calc(100vw - 16px);
    border-radius: 9px;
  }
  .image-dialog-top {
    padding: 10px 14px;
  }
  .image-dialog-top h2 {
    font-size: 11px;
  }
  .image-dialog-content > img {
    width: 960px;
    max-width: none;
    min-width: 960px;
  }
  .image-dialog-content {
    max-height: 65dvh;
  }
  .image-dialog > p {
    font-size: 9px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Reading sizes are kept comfortable on both desktop and mobile. */
.feature p,
.setup-steps p,
.data-section > div > p {
  font-size: 14px;
}
.faq-list details > p {
  font-size: 13px;
}
@media (max-width: 600px) {
  .hero-lead,
  .feature p,
  .setup-steps p,
  .scenario-intro > p,
  .pricing-copy > p,
  .data-section > div > p {
    font-size: 13px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .faq-list details > p {
    font-size: 13px;
  }
  .hero-actions .button {
    font-size: 13px;
  }
  .platform-list > span {
    font-size: 11px;
  }
  .platform-section small {
    font-size: 10px;
  }
  .scenario-intro > small,
  .pricing-fineprint {
    font-size: 10px;
  }
  .download-copy > p,
  .install-guide p {
    font-size: 12px;
  }
  .showcase-caption {
    font-size: 10px;
  }
}

.brand > span,
.hero-notes,
.preview-tabs button:not([aria-selected="true"]),
.preview-label,
.showcase-caption,
.showcase-caption > span,
.platform-section > p,
.platform-section small,
.platform-glyph,
.feature-foot,
.scenario-tabs > button:not([aria-selected="true"]),
.scenario-intro > small,
.scenario-card-top,
.flow-number,
.flow-label,
.knowledge-excerpt > span,
.scenario-footer,
.step-index,
.pricing-fineprint,
.data-section .data-small,
.connection-node > span,
.connection-line,
.cloud-connection small,
.download-copy > p,
.download-copy .release-status,
.install-guide .kicker,
.install-guide li > span,
.install-guide p,
.install-guide > a,
.release-details,
.release-details dt,
.faq-section > div > p,
.faq-list summary > span,
.faq-list details > p,
.footer-top > p,
.footer-top nav,
.footer-bottom,
.dialog-brand,
.dialog-heading > p,
.auth-tabs > button,
.dialog-note,
.agent-apply-view > p,
.plain-action,
.account-email,
.unified-portal__header > span,
.unified-portal__header p,
.portal-metrics span,
.portal-code span,
.portal-note,
.portal-loading,
.portal-table th,
.unified-portal__footer button,
.image-dialog > p {
  color: #5b6880;
}
.setup-steps a {
  color: #4568b4;
}
.download-copy .release-status[data-state="error"] {
  color: #8d663b;
}
.auth-tabs > button[aria-selected="true"] {
  color: var(--blue);
}
