:root {
  --paper: #fff;
  --wash: #f2f6fa;
  --ink: #152d46;
  --blue: #2157c8;
  --teal: #126b64;
  --line: #d9e3ec;
  --muted: #506276;
  --pale-blue: #eaf0fc;
  --radius: 12px;
  --font: "Segoe UI Variable Text","Segoe UI","Microsoft YaHei","PingFang SC",sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--blue);
  text-decoration: none;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration: underline;
}
button,a,summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button,summary {
  cursor: pointer;
}
button {
  font: inherit;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
  border-radius: 3px;
}
h1,h2,h3,p,figure {
  margin: 0;
}
h1,h2,h3 {
  line-height: 1.35;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h2 {
  font-size: 34px;
  font-weight: 650;
}
h3 {
  font-size: 21px;
  font-weight: 650;
}
p {
  color: var(--muted);
}
svg {
  flex-shrink: 0;
}
.icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.wrap,.section {
  width: min(1200px,calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 88px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 20px;
  padding: 12px 20px;
  background: white;
  z-index: 20;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.preview-banner {
  padding: 7px 24px;
  background: #edf2fa;
  color: #455774;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px solid var(--line);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 85px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  flex-shrink: 0;
  max-width: 330px;
}
.brand:hover {
  text-decoration: none;
}
.brand-mark {
  height: 39px;
  width: 39px;
  color: var(--blue);
}
.brand strong {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: .02em;
}
.brand small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.35;
  max-width: 240px;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  white-space: nowrap;
}
.desktop-nav a {
  font-size: 14px;
  color: var(--muted);
  padding-block: 18px;
}
.desktop-nav a:hover,.desktop-nav a[aria-current] {
  color: var(--blue);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 19px;
}
.language-link {
  font-size: 14px;
  color: var(--ink);
  min-width: 32px;
  min-height: 44px;
  display: grid;
  place-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 49px;
  padding: 11px 23px;
  background: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .15s;
}
.button:hover {
  background: #1845a5;
  text-decoration: none;
}
.button-small {
  font-size: 14px;
  padding: 8px 17px;
  min-height: 42px;
  white-space: nowrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  min-height: 44px;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: white;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}
.mobile-nav {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  align-items: center;
  gap: 55px;
  padding-top: 70px;
  padding-bottom: 74px;
}
.status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}
.status>span {
  height: 6px;
  width: 6px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero h1 {
  font-size: clamp(40px,4.1vw,59px);
  line-height: 1.27;
  font-weight: 700;
  letter-spacing: -.045em;
}
.hero h1>span {
  display: block;
}
.hero-intro {
  font-size: 17px;
  line-height: 1.95;
  margin-top: 24px;
  max-width: 31em;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.stage-note {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 21px;
  max-width: 37em;
}
.operations-figure {
  border: 1px solid #cfdaea;
  border-radius: 15px;
  background: var(--wash);
  box-shadow: 0 18px 48px -28px #274b7660;
  overflow: hidden;
}
.figure-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 24px;
  background: white;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 600;
}
.figure-caption {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  background: var(--wash);
  padding: 3px 9px;
  border-radius: 4px;
}
.diagram-body {
  padding: 26px 26px 25px;
  background-image: radial-gradient(#afc1d745 .8px,transparent .8px);
  background-size: 16px 16px;
}
.source-label {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 19px;
}
.source-dot {
  width: 8px;
  height: 8px;
  border: 2px solid #768da7;
  border-radius: 50%;
}
.source-grid,.destination-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.source-grid>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 17px 4px;
  font-size: 12px;
  box-shadow: 0 3px 7px #24456105;
  min-width: 0;
  text-align: center;
}
.source-grid .icon {
  color: var(--blue);
  width: 25px;
  height: 25px;
}
.connector {
  height: 39px;
  display: flex;
  justify-content: space-around;
  margin-inline: 16.5%;
  border-bottom: 1px solid #96acca;
  border-radius: 0 0 7px 7px;
  position: relative;
}
.connector i {
  width: 1px;
  background: #96acca;
  position: absolute;
  top: 0;
  height: 100%;
}
.connector i:first-child {
  left: 0;
  height: calc(100% - 7px);
}
.connector i:last-child {
  right: 0;
  height: calc(100% - 7px);
}
.connector i:nth-child(2) {
  left: 50%;
  height: calc(100% + 17px);
}
.workspace-node {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--blue);
  color: white;
  padding: 20px 23px;
  border-radius: 8px;
  margin-top: 17px;
  position: relative;
  box-shadow: 0 8px 16px -10px #154ba980;
}
.workspace-node .brand-mark {
  color: white;
  width: 40px;
  height: 40px;
}
.workspace-node .brand-mark path:nth-child(2) {
  stroke: var(--blue);
}
.workspace-node strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.workspace-node span {
  display: block;
  color: #e4edff;
  font-size: 11px;
  line-height: 1.7;
}
.node-grid {
  margin-left: auto;
  display: grid!important;
  grid-template-columns: repeat(2,6px);
  gap: 4px;
}
.node-grid i {
  height: 6px;
  width: 6px;
  border: 1px solid #aec7ff;
}
.connector-bottom {
  transform: rotate(180deg);
  height: 27px;
  margin-top: 17px;
}
.destination-grid>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #c9d6e8;
  background: #f9fbff;
  border-radius: 6px;
  padding: 12px 4px;
  font-size: 12px;
  text-align: center;
  min-width: 0;
}
.step-index {
  color: var(--teal);
  font-size: 11px;
  font-weight: 600;
}
.operations-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 24px;
  background: white;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.operations-figure figcaption span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.operations-figure figcaption .icon {
  width: 15px;
  height: 15px;
  color: var(--teal);
}
.promise-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding-block: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.promise-strip>div {
  padding-inline: 34px;
  border-left: 1px solid var(--line);
}
.promise-strip>div:first-child {
  padding-left: 0;
  border-left: 0;
}
.promise-strip strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.promise-strip span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}
.section-heading>p {
  margin-top: 15px;
  font-size: 16px;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 36px;
}
.capability {
  padding: 0 25px 0 0;
  border-right: 1px solid var(--line);
}
.capability:last-child {
  border: 0;
  padding-right: 0;
}
.capability-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  background: var(--pale-blue);
  color: var(--blue);
  border-radius: 10px;
  margin-bottom: 20px;
}
.category {
  font-size: 13px;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 8px;
}
.capability h3 {
  font-size: 23px;
  margin-bottom: 14px;
}
.capability>p:not(.category) {
  font-size: 14px;
  line-height: 1.9;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}
.check-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}
.check-list .icon {
  width: 16px;
  height: 16px;
  color: var(--teal);
  align-self: flex-start;
  margin-top: 4px;
}
.workflow-section {
  background: var(--wash);
}
.workflow {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  list-style: none;
  padding: 0;
  margin: 44px 0 38px;
}
.workflow li {
  padding-right: 28px;
  position: relative;
}
.workflow li:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 46px;
  right: 0;
  border-top: 1px solid #b7cadd;
}
.workflow li:last-child:before {
  display: none;
}
.workflow-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #b7cadd;
  border-radius: 50%;
  background: var(--wash);
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 21px;
}
.workflow h3 {
  font-size: 19px;
  margin-bottom: 9px;
}
.workflow p {
  font-size: 13px;
}
.scope-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 22px;
  background: white;
  border: 1px solid var(--line);
  border-left: 3px solid var(--teal);
  border-radius: 5px;
  padding: 20px 22px;
}
.scope-note strong {
  font-size: 13px;
  line-height: 1.9;
}
.scope-note p {
  font-size: 12px;
  line-height: 1.9;
}
.scope-note>a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  white-space: nowrap;
  min-height: 28px;
}
.scope-note .icon {
  width: 16px;
  height: 16px;
}
.trust-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.trust-symbol {
  height: 49px;
  width: 49px;
  border-radius: 50%;
  background: #e9f4f2;
  display: grid;
  place-items: center;
  color: var(--teal);
  margin-bottom: 23px;
}
.trust-symbol .icon {
  width: 26px;
  height: 26px;
}
.trust-section h2 {
  max-width: 16em;
  margin-bottom: 20px;
}
.trust-section>div>p {
  font-size: 15px;
  margin-bottom: 24px;
}
.trust-points article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.trust-points article:first-child {
  padding-top: 7px;
}
.trust-points article:last-child {
  border: 0;
}
.trust-points h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 19px;
}
.trust-points h3 .icon {
  color: var(--teal);
}
.trust-points p {
  font-size: 14px;
  margin-top: 9px;
  padding-left: 32px;
}
.pricing-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  padding: 48px 52px;
  border-radius: 13px;
  background: var(--ink);
  color: white;
}
.pricing-section h2 {
  font-size: 31px;
  margin-bottom: 20px;
}
.pricing-section p {
  color: #c2d0de;
  font-size: 14px;
}
.pricing-detail {
  border-left: 1px solid #4c6177;
  padding-left: 42px;
}
.pricing-detail>span {
  font-size: 12px;
  color: #b6cce5;
}
.pricing-detail h3 {
  font-size: 21px;
  margin: 9px 0 22px;
}
.button-light {
  background: white;
  color: var(--ink);
  border-color: white;
}
.button-light:hover {
  background: #eaf0fc;
}
.pricing-detail>p {
  font-size: 11px;
  line-height: 1.85;
  margin-top: 16px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  column-gap: 80px;
  align-items: start;
}
.faq-section>.text-link {
  grid-column: 2;
  margin-top: 19px;
  justify-self: start;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary>span {
  font-weight: 400;
  font-size: 22px;
  color: var(--muted);
  transition: transform .15s;
}
.faq-list details[open] summary>span {
  transform: rotate(45deg);
}
.faq-list details>p {
  font-size: 14px;
  line-height: 1.9;
  padding-bottom: 23px;
  padding-right: 24px;
}
.site-footer {
  background: var(--wash);
  border-top: 1px solid var(--line);
  padding-top: 37px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 28px;
}
.footer-top>div>p {
  font-size: 13px;
  margin-top: 13px;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  justify-content: flex-end;
}
.footer-top nav a {
  font-size: 13px;
  color: var(--muted);
  padding-block: 8px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: start;
  gap: 38px;
  padding-block: 20px;
}
.footer-bottom>span {
  font-size: 11px;
  flex: 1;
}
.footer-bottom>p {
  font-size: 10px;
  line-height: 1.8;
  max-width: 570px;
  flex: 1.5;
}
.document-header {
  padding-top: 48px;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--line);
}
.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  margin-bottom: 19px;
}
.document-header h1 {
  font-size: 45px;
  margin-bottom: 22px;
  max-width: 850px;
}
.document-header>p {
  max-width: 790px;
  font-size: 16px;
}
.document-header .document-date {
  font-size: 12px;
  margin-top: 20px;
}
.document-header .policy-status {
  font-size: 12px;
  margin-bottom: 14px;
  color: #8b5407;
}
.document-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 65px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.toc nav {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
  padding-left: 19px;
}
.toc strong {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 10px;
}
.toc a {
  font-size: 13px;
  line-height: 1.6;
  padding: 9px 0;
  color: var(--muted);
}
.toc a:hover {
  color: var(--blue);
}
.document-body {
  min-width: 0;
  max-width: 800px;
}
.document-body section {
  padding-bottom: 35px;
  scroll-margin-top: 110px;
}
.document-body h2 {
  font-size: 23px;
  margin-bottom: 14px;
}
.document-body section>p {
  font-size: 15px;
  line-height: 2;
  overflow-wrap: anywhere;
}
.document-body section>.text-link {
  margin-top: 12px;
}
.document-body>.operations-figure {
  max-width: 620px;
  margin-bottom: 40px;
}
.policy-identity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: var(--wash);
  border-radius: 7px;
  padding: 20px 24px;
  margin-bottom: 35px;
  font-size: 13px;
}
.policy-identity strong {
  font-size: 12px;
  color: var(--ink);
}
.document-related {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  border-top: 1px solid var(--line);
  margin-top: 15px;
  padding-top: 25px;
  font-size: 14px;
}
.missing-field {
  color: #855006;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-top: 48px;
  padding-bottom: 88px;
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  background: var(--wash);
  min-width: 0;
}
.contact-card h2 {
  font-size: 25px;
  margin-bottom: 24px;
}
.contact-card dl {
  margin: 0;
}
.contact-card dt {
  font-size: 12px;
  color: var(--muted);
  margin-top: 15px;
}
.contact-card dd {
  font-size: 15px;
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}
.contact-channel {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 24px;
}
.contact-channel h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.contact-channel p {
  font-size: 14px;
  margin-bottom: 15px;
  overflow-wrap: anywhere;
}
.about-copy {
  padding-top: 16px;
}
.about-logo .brand-mark {
  width: 65px;
  height: 65px;
  margin-bottom: 28px;
}
.about-copy h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.about-copy>p:not(.status) {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
.contact-hint {
  display: flex;
  gap: 14px;
  background: var(--wash);
  border-left: 3px solid var(--teal);
  border-radius: 4px;
  padding: 20px;
  margin: 28px 0;
}
.contact-hint .icon {
  color: var(--teal);
  margin-top: 4px;
}
.contact-hint p {
  font-size: 13px;
}
.page-contact .document-header h1 {
  max-width: 800px;
}
html[lang=en] .hero h1 {
  font-size: clamp(39px,3.8vw,55px);
  line-height: 1.15;
}
html[lang=en] .hero-intro {
  line-height: 1.8;
}
html[lang=en] .header-inner {
  gap: 20px;
}
html[lang=en] .desktop-nav {
  gap: 19px;
}
html[lang=en] .brand {
  max-width: 250px;
}
html[lang=en] .figure-caption {
  font-size: 10px;
}
html[lang=en] .capability h3 {
  font-size: 24px;
}
html[lang=en] .source-grid>div,html[lang=en] .destination-grid>div {
  font-size: 11px;
}
@media(min-width:1600px) {
  .hero {
    padding-block: 90px;
  }
  .hero h1 {
    font-size: 62px;
  }
}
@media(max-width:1150px) {
  .wrap,.section {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 20px;
  }
  .desktop-nav {
    gap: 16px;
  }
  .hero {
    gap: 32px;
  }
  .diagram-body {
    padding-inline: 18px;
  }
  .header-actions {
    gap: 10px;
  }
  .source-grid,.destination-grid {
    gap: 9px;
  }
  .trust-section {
    gap: 55px;
  }
  .pricing-section {
    gap: 38px;
    padding: 40px;
  }
  .faq-section {
    column-gap: 40px;
  }
  .brand small {
    max-width: 180px;
  }
  .contact-layout {
    gap: 45px;
  }
}
@media(max-width:1000px) {
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .menu-toggle:not([hidden]) {
    display: block;
  }
  .mobile-nav {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--line);
    padding: 8px 24px;
    gap: 8px;
  }
  .mobile-nav a {
    display: block;
    text-align: center;
    font-size: 14px;
    min-height: 44px;
    padding: 10px 3px;
  }
  .has-js .mobile-nav {
    display: none;
  }
  .has-js .mobile-nav.is-open {
    display: grid;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-intro {
    font-size: 15px;
  }
  .hero-actions {
    gap: 15px;
    flex-wrap: wrap;
  }
  .operations-figure .figure-heading {
    padding-inline: 18px;
    flex-wrap: wrap;
  }
  .workspace-node {
    padding: 18px 14px;
    gap: 10px;
  }
  .workspace-node strong {
    font-size: 18px;
  }
  .workspace-node span {
    font-size: 10px;
  }
  .node-grid {
    display: none!important;
  }
  .source-grid>div {
    font-size: 11px;
    gap: 9px;
  }
  .operations-figure figcaption {
    padding: 12px 14px;
    font-size: 10px;
  }
  .promise-strip>div {
    padding-inline: 20px;
  }
  .capability-grid {
    gap: 24px;
  }
  .capability {
    padding-right: 18px;
  }
  .capability h3 {
    font-size: 21px;
  }
  .scope-note {
    grid-template-columns: 1fr;
  }
  .scope-note {
    gap: 10px;
  }
  .scope-note>a {
    justify-self: start;
  }
  .trust-section {
    gap: 40px;
  }
  .pricing-section {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-detail {
    padding-left: 28px;
  }
  .document-layout {
    grid-template-columns: 190px 1fr;
    gap: 35px;
  }
  html[lang=en] .hero h1 {
    font-size: 40px;
  }
  html[lang=en] .hero-actions .button {
    padding-inline: 15px;
  }
  html[lang=en] .figure-heading {
    gap: 5px;
  }
  .contact-layout {
    gap: 35px;
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top: 95px;
  }
  .wrap,.section {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 58px;
  }
  .header-inner {
    min-height: 74px;
    gap: 10px;
  }
  .brand strong {
    font-size: 19px;
  }
  .brand-mark {
    width: 32px;
    height: 32px;
  }
  .brand {
    gap: 8px;
  }
  .brand small {
    font-size: 10px;
    max-width: 165px;
  }
  .header-actions {
    gap: 9px;
  }
  .header-actions>.button {
    display: none;
  }
  .language-link {
    font-size: 12px;
  }
  .preview-banner {
    font-size: 10px;
    padding: 6px 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 42px;
    padding-bottom: 39px;
  }
  .hero h1 {
    font-size: 46px;
    line-height: 1.25;
  }
  .hero-intro {
    font-size: 16px;
    max-width: 40em;
    margin-top: 20px;
  }
  .hero-actions {
    margin-top: 25px;
  }
  .status {
    margin-bottom: 18px;
    font-size: 12px;
  }
  .stage-note {
    font-size: 11px;
    max-width: 45em;
  }
  .operations-figure {
    width: 100%;
    max-width: 540px;
    justify-self: center;
  }
  .diagram-body {
    padding: 22px;
  }
  .figure-heading {
    padding: 16px 20px!important;
  }
  .source-grid>div {
    font-size: 12px;
  }
  .workspace-node {
    padding: 18px 24px;
  }
  .workspace-node strong {
    font-size: 20px;
  }
  .workspace-node span {
    font-size: 11px;
  }
  .node-grid {
    display: grid!important;
  }
  .operations-figure figcaption {
    font-size: 11px;
    padding-inline: 18px;
  }
  .source-grid,.destination-grid {
    gap: 12px;
  }
  .promise-strip {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }
  .promise-strip>div {
    padding: 15px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .promise-strip>div:first-child {
    border-top: 0;
  }
  .promise-strip strong {
    font-size: 14px;
  }
  .promise-strip span {
    font-size: 12px;
    margin-top: 2px;
  }
  h2 {
    font-size: 29px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading>p {
    font-size: 15px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .capability {
    padding: 0 0 27px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .capability:last-child {
    padding-bottom: 0;
  }
  .capability-icon {
    margin-bottom: 14px;
  }
  .capability h3 {
    font-size: 24px;
  }
  .capability>p:not(.category) {
    font-size: 15px;
  }
  .check-list {
    margin-top: 17px;
  }
  .check-list li {
    font-size: 14px;
  }
  .workflow {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    margin-top: 30px;
  }
  .workflow li:nth-child(2):before {
    display: none;
  }
  .workflow li {
    padding-right: 17px;
  }
  .workflow h3 {
    font-size: 18px;
  }
  .workflow p {
    font-size: 12px;
  }
  .scope-note {
    padding: 19px;
  }
  .trust-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .trust-section h2 {
    max-width: 17em;
  }
  .trust-points article {
    padding-block: 20px;
  }
  .trust-points article:first-child {
    padding-top: 0;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    padding: 30px 26px;
    gap: 26px;
  }
  .pricing-section h2 {
    font-size: 28px;
  }
  .pricing-detail {
    border-left: 0;
    border-top: 1px solid #4c6177;
    padding: 24px 0 0;
  }
  .pricing-detail h3 {
    font-size: 21px;
  }
  .faq-section {
    display: block;
  }
  .faq-section h2 {
    margin-bottom: 25px;
  }
  .faq-section>.text-link {
    margin-top: 24px;
  }
  .faq-list summary {
    font-size: 15px;
  }
  .footer-top {
    display: block;
  }
  .footer-top nav {
    justify-content: flex-start;
    gap: 7px 23px;
    margin-top: 24px;
  }
  .footer-top nav a {
    font-size: 12px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom>p {
    margin-top: 12px;
  }
  .document-header {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .document-header h1 {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .document-header>p {
    font-size: 15px;
  }
  .document-layout {
    display: block;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .toc {
    margin-bottom: 30px;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 17px;
    background: var(--wash);
  }
  .toc nav {
    position: static;
    border: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
  }
  .toc strong {
    grid-column: 1/-1;
    margin-bottom: 4px;
  }
  .toc a {
    font-size: 12px;
    padding: 10px 0;
    min-height: 44px;
  }
  .document-body h2 {
    font-size: 22px;
  }
  .document-body section>p {
    font-size: 15px;
  }
  .policy-identity {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 15px;
  }
  .document-body section {
    scroll-margin-top: 95px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    padding-block: 30px 50px;
    gap: 35px;
  }
  .contact-card {
    padding: 25px;
  }
  .about-copy {
    padding-top: 0;
  }
  .about-logo .brand-mark {
    height: 48px;
    width: 48px;
    margin-bottom: 17px;
  }
  .contact-hint {
    padding: 17px;
  }
  .mobile-nav {
    grid-template-columns: 1fr 1fr;
    padding-inline: 20px;
  }
  .mobile-nav a {
    text-align: left;
  }
  html[lang=en] .hero h1 {
    font-size: 42px;
  }
  html[lang=en] .hero h1>span {
    max-width: 13em;
  }
  html[lang=en] .brand {
    max-width: 220px;
  }
}
@media(max-width:375px) {
  .wrap,.section {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-intro {
    font-size: 15px;
  }
  .diagram-body {
    padding: 18px 14px;
  }
  .source-grid,.destination-grid {
    gap: 7px;
  }
  .source-grid>div,.destination-grid>div {
    font-size: 11px;
  }
  .workspace-node {
    padding: 17px 15px;
  }
  .workspace-node .brand-mark {
    width: 31px;
  }
  .workspace-node strong {
    font-size: 18px;
  }
  .workspace-node span {
    font-size: 10px;
  }
  .operations-figure figcaption {
    font-size: 10px;
    padding-inline: 12px;
  }
  .figure-heading {
    padding-inline: 14px!important;
  }
  .brand small {
    max-width: 150px;
  }
  .header-actions {
    gap: 5px;
  }
  .menu-toggle {
    width: 40px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .button {
    padding-inline: 18px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  h2 {
    font-size: 27px;
  }
  .document-header h1 {
    font-size: 31px;
  }
  html[lang=en] .hero h1 {
    font-size: 37px;
  }
  html[lang=en] .source-grid>div,html[lang=en] .destination-grid>div {
    font-size: 10px;
  }
  html[lang=en] .workspace-node span {
    font-size: 9px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none!important;
    transition: none!important;
  }
}
/* Keep supporting labels legible at every viewport, including the English diagram. */ .brand small,.preview-banner,.figure-caption,.stage-note,.workspace-node span,.step-index,.operations-figure figcaption,.pricing-detail>p,.footer-bottom>span,.footer-bottom>p,.source-grid>div,.destination-grid>div,html[lang=en] .figure-caption,html[lang=en] .source-grid>div,html[lang=en] .destination-grid>div,html[lang=en] .workspace-node span {
  font-size: 12px;
}
@media print {
  .site-header,.site-footer,.preview-banner,.skip-link,.toc,.back-link {
    display: none;
  }
  .wrap,.section {
    width: 100%;
  }
  .document-layout {
    display: block;
    padding: 0;
  }
  .document-header {
    padding-top: 0;
  }
  .document-body {
    max-width: none;
  }
  .document-body section {
    break-inside: avoid;
  }
  body {
    font-size: 12pt;
    color: black;
  }
  a {
    color: inherit;
    text-decoration: underline;
  }
}
