@font-face {
  font-family:'Golos Text';
  src:url('./assets/fonts/golos-text.ttf') format('truetype');
  font-style:normal;
  font-weight:400 900;
  font-display:swap;
}

:root {
  --navy:#102745;
  --blue:#2457e8;
  --muted:#52627a;
  --pale:#f4f7fc;
  --line:#dce4f0;
  --ice:#8fb7ff;
  --white:#fff;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:34px;
  scroll-padding-bottom:var(--cookie-notice-space,0px);
}

body {
  margin:0;
  padding-bottom:var(--cookie-notice-space,0px);
  background:var(--white);
  color:var(--navy);
  font-family:'Golos Text',Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}

a {
  color:inherit;
  text-decoration:none;
}

button {
  font:inherit;
}

svg {
  display:block;
  max-width:100%;
}

figure,h1,h2,h3,p {
  margin:0;
}

p {
  color:var(--muted);
}

[hidden] {
  display:none!important;
}

a,button {
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,button:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px;
  border-radius:4px;
}

a:hover {
  color:var(--blue);
}

.wrap {
  width:min(1240px,calc(100% - 96px));
  margin-inline:auto;
}

.skip-link {
  position:absolute;
  top:-100px;
  left:24px;
  padding:12px 20px;
  background:#fff;
  z-index:10;
}

.skip-link:focus {
  top:15px;
}

.site-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:108px;
  gap:24px;
}

.wordmark {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:30px;
  font-weight:650;
  letter-spacing:-1.25px;
  line-height:1;
  white-space:nowrap;
}

.wordmark svg {
  width:35px;
  height:35px;
  fill:var(--blue);
  flex-shrink:0;
}

.site-header nav {
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px;
  font-weight:500;
  flex-shrink:0;
  white-space:nowrap;
}

.nav-contact {
  border:1px solid var(--line);
  padding:10px 19px;
  border-radius:7px;
  margin-left:12px;
}

.hero {
  background:linear-gradient(115deg,#f4f7fc 0%,#f5f8ff 68%,#eff5ff 100%);
  border-top:1px solid #edf1f7;
  border-bottom:1px solid #e8eef8;
  overflow:hidden;
}

.hero-layout {
  display:grid;
  grid-template-columns:1fr 1.02fr;
  gap:15px;
  align-items:center;
  min-height:633px;
}

.hero-copy {
  padding:40px 0 50px;
  position:relative;
  z-index:1;
}

.hero-label {
  display:inline-flex;
  gap:9px;
  align-items:center;
  font-size:13px;
  font-weight:500;
  color:#496389;
  margin-bottom:28px;
}

.hero-label>span {
  width:7px;
  height:7px;
  background:var(--blue);
  border-radius:50%;
}

h1 {
  font-size:clamp(48px,5.2vw,76px);
  line-height:1.07;
  font-weight:550;
  letter-spacing:-4.2px;
  margin-bottom:27px;
}

.hero-copy>p {
  max-width:470px;
  font-size:17px;
  line-height:1.75;
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:23px;
  margin-top:31px;
}

.button {
  display:inline-flex;
  align-items:center;
  gap:22px;
  background:var(--blue);
  color:#fff;
  font-size:14px;
  font-weight:500;
  padding:15px 21px;
  border-radius:7px;
  box-shadow:0 5px 12px #2457e817;
  white-space:nowrap;
}

.button svg {
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
}

.button:hover {
  background:#1746cf;
  color:#fff;
}

.text-link {
  font-size:14px;
  font-weight:500;
}

.hero-figure {
  padding:20px 0 24px;
  width:calc(100% + 15px);
  margin-left:-5px;
}

.hero-figure>svg {
  width:100%;
}

.hero-figure figcaption {
  display:flex;
  justify-content:space-between;
  padding:3px 32px 0;
  color:#60728d;
  font-size:11px;
}

.hero-figure figcaption span {
  color:var(--muted);
}

.svg-label {
  fill:var(--navy);
  font-weight:500;
}

.evidence {
  display:grid;
  grid-template-columns:.9fr 1fr 1.1fr;
  gap:40px;
  padding-block:34px;
  border-bottom:1px solid var(--line);
}

.evidence>div {
  display:flex;
  flex-direction:column;
  gap:4px;
}

.evidence>div+div {
  border-left:1px solid var(--line);
  padding-left:40px;
}

.evidence strong {
  font-weight:550;
  font-size:19px;
  letter-spacing:-.4px;
}

.evidence span {
  color:var(--muted);
  font-size:12px;
}

.section {
  padding-block:100px;
}

.section-label {
  display:block;
  color:var(--blue);
  font-size:13px;
  font-weight:500;
  margin-bottom:19px;
}

.section-heading {
  display:flex;
  justify-content:space-between;
  gap:50px;
  align-items:flex-end;
  margin-bottom:48px;
}

.section-heading>p {
  max-width:365px;
  font-size:15px;
  padding-bottom:4px;
}

.section-heading h2,h2 {
  font-size:clamp(32px,3.2vw,45px);
  line-height:1.17;
  letter-spacing:-1.8px;
  font-weight:550;
}

h3 {
  font-size:20px;
  line-height:1.3;
  font-weight:550;
  letter-spacing:-.45px;
}

.lifecycle {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:44px;
  margin-bottom:44px;
}

.lifecycle article {
  border-top:1px solid var(--line);
  padding-top:23px;
}

.lifecycle-icon {
  display:flex;
  width:36px;
  height:36px;
  align-items:center;
  justify-content:center;
  color:var(--blue);
  font-size:27px;
  line-height:1;
  margin-bottom:19px;
}

.lifecycle h3 {
  margin-bottom:12px;
}

.lifecycle p {
  font-size:14px;
  max-width:320px;
}

.methods {
  border-radius:13px;
  background:var(--pale);
  display:grid;
  grid-template-columns:1.03fr 1fr;
  gap:35px;
  padding:30px 32px;
}

.small-label {
  font-size:12px;
  color:var(--muted);
}

.card-brands {
  display:flex;
  flex-wrap:wrap;
  gap:18px 24px;
  align-items:center;
  margin-top:16px;
}

.visa {
  font-size:29px;
  font-style:italic;
  font-weight:750;
  letter-spacing:-1px;
}

.mastercard {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:14px;
  font-weight:550;
}

.mastercard i {
  display:block;
  position:relative;
  width:37px;
  height:26px;
}

.mastercard i:before,.mastercard i:after {
  content:'';
  position:absolute;
  top:0;
  width:25px;
  height:25px;
  border:1.5px solid #627593;
  border-radius:50%;
  background:#dce5f580;
}

.mastercard i:after {
  left:13px;
}

.crypto-method {
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:13px;
  font-weight:550;
  white-space:nowrap;
}

.crypto-method svg {
  width:27px;
  height:27px;
  fill:none;
  stroke:#627593;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}

.method-secondary {
  border-left:1px solid var(--line);
  padding-left:32px;
}

.method-secondary p {
  font-size:12px;
  line-height:1.7;
}

.method-secondary>span {
  display:block;
  margin-top:14px;
  font-size:13px;
  font-weight:500;
}

.method-secondary .availability {
  font-size:11px;
  margin-top:4px;
}

.technology {
  background:#f9fbff;
  border-top:1px solid #edf1f8;
  border-bottom:1px solid #edf1f8;
  padding-bottom:90px;
}

.technology-heading {
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:80px;
  align-items:end;
  margin-bottom:65px;
}

.technology-heading .section-label {
  grid-column:1/-1;
}

.technology-heading>p {
  max-width:365px;
  font-size:15px;
  justify-self:end;
  margin-bottom:5px;
}

.technology-row {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:75px;
  align-items:center;
}

.technology-copy {
  max-width:460px;
}

.feature-label {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  font-weight:500;
  color:#52698b;
  margin-bottom:20px;
}

.feature-label svg {
  width:21px;
  height:21px;
  fill:none;
  stroke:#416ec6;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.technology-copy h3 {
  font-size:35px;
  line-height:1.2;
  letter-spacing:-1.3px;
  margin-bottom:21px;
  font-weight:550;
}

.technology-copy p {
  font-size:14px;
  margin-top:16px;
  line-height:1.8;
}

.feature-footnote {
  border-top:1px solid var(--line);
  padding-top:18px;
  margin-top:24px;
  font-size:11px;
  color:#65748b;
}

.routing-art svg,.scoring-art svg {
  width:100%;
}

.routing-art figcaption,.scoring-art figcaption {
  text-align:center;
  font-size:11px;
  color:#65748b;
  margin-top:13px;
}

.scoring-row {
  grid-template-columns:1.08fr .92fr;
  margin-top:85px;
  padding-top:60px;
  border-top:1px solid var(--line);
}

.scoring-art {
  margin-left:-15px;
}

.technology-copy .experience-note {
  font-size:12px;
  padding-left:16px;
  border-left:2px solid #bfd1f4;
  margin-top:23px;
  line-height:1.75;
}

.operations {
  padding-block:70px 0;
}

.operations-panel {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center;
  background:#102e58;
  border-radius:20px;
  padding:58px 54px;
  overflow:hidden;
}

.operations .section-label {
  color:#a1c0ff;
}

.operations h2 {
  color:#fff;
  font-size:36px;
  letter-spacing:-1.4px;
  line-height:1.2;
  margin-bottom:22px;
}

.operations p {
  color:#c3d0e4;
  font-size:14px;
  line-height:1.8;
  margin-top:15px;
}

.operations-tags {
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  margin-top:24px;
}

.operations-tags span {
  font-size:10px;
  color:#bed2f4;
  padding-top:9px;
  border-top:1px solid #416087;
}

.report-figure {
  transform:rotate(-2deg);
  padding:5px 0;
}

.report-sheet {
  border-radius:12px;
  background:#f8faff;
  padding:23px 23px 16px;
  box-shadow:12px 13px 0 #5c7aa02b,24px 26px 0 #5c7aa013;
}

.report-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:24px;
  font-weight:550;
  font-size:15px;
}

.report-top svg {
  width:20px;
  height:20px;
  stroke:#7690b8;
  stroke-width:1.4;
  fill:none;
}

.report-columns,.report-row {
  display:grid;
  grid-template-columns:1.35fr 1fr .7fr;
  gap:22px;
  align-items:center;
}

.report-columns {
  font-size:10px;
  color:#6d7d96;
  padding-bottom:12px;
  border-bottom:1px solid var(--line);
}

.report-row {
  height:43px;
  border-bottom:1px solid #e9eef7;
}

.report-row i {
  height:5px;
  background:#dbe4f2;
  border-radius:3px;
  width:77%;
}

.report-row i:last-child {
  width:90%;
}

.report-row b {
  height:15px;
  background:#e1ebff;
  border-radius:8px;
  width:75%;
}

.report-row:nth-child(3) b {
  background:#e7ebf1;
  width:63%;
}

.report-row:nth-child(4) i:first-child {
  width:65%;
}

.report-bottom {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  margin-top:18px;
  color:#52698b;
}

.report-bottom svg {
  width:22px;
  height:22px;
  stroke:#5279bd;
  stroke-width:1.8;
  fill:none;
}

.report-glyph {
  margin-left:auto;
  font-size:18px;
}

.report-figure figcaption {
  font-size:9px;
  color:#a9bfdc;
  text-align:center;
  margin-top:29px;
  transform:rotate(2deg);
}

.integration {
  padding-top:105px;
}

.integration .section-heading {
  align-items:flex-start;
}

.integration .section-heading>p {
  margin-top:36px;
}

.integration-options {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.integration-options article+article {
  border-left:1px solid var(--line);
  padding-left:40px;
}

.integration-symbol {
  height:95px;
  margin:0 0 23px;
}

.integration-symbol svg {
  height:88px;
  width:180px;
  fill:#fff;
  stroke:#b7cae9;
  stroke-width:1.5;
}

.integration-symbol svg path {
  stroke:#2457e8;
  stroke-width:1.8;
  stroke-linejoin:round;
}

.integration-symbol .symbol-fill {
  fill:#eff4ff;
  stroke:#89a9e5;
}

.integration-options h3 {
  margin-bottom:13px;
}

.integration-options p {
  font-size:14px;
  line-height:1.8;
}

.integration-note {
  display:flex;
  align-items:center;
  gap:24px;
  background:var(--pale);
  padding:24px 30px;
  border-radius:10px;
  margin-top:41px;
}

.note-icon {
  font-size:30px;
  color:#5e80bb;
  line-height:1;
}

.integration-note p {
  font-size:12px;
  max-width:940px;
}

.integration-note strong {
  color:var(--navy);
  font-weight:550;
}

.pricing {
  background:var(--pale);
  border-block:1px solid #e9eef6;
}

.pricing-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:130px;
  align-items:center;
}

.pricing h2 {
  font-size:38px;
}

.price {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  font-size:22px;
  margin-top:25px;
}

.price strong {
  font-size:68px;
  font-weight:500;
  letter-spacing:-3px;
  line-height:1.2;
}

.pricing-copy>p {
  font-size:13px;
  max-width:405px;
  margin-top:13px;
}

.pricing-copy>.text-link {
  display:inline-flex;
  gap:15px;
  color:var(--blue);
  margin-top:22px;
}

.steps {
  margin:0;
  padding:0;
  list-style:none;
}

.steps li {
  display:flex;
  gap:24px;
  padding-block:26px;
  border-top:1px solid #d5dfed;
}

.steps li:last-child {
  padding-bottom:0;
}

.steps li>span {
  font-size:12px;
  font-weight:500;
  color:var(--blue);
  background:#e5edff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:35px;
  height:35px;
  flex-shrink:0;
}

.steps h3 {
  font-size:19px;
  margin:3px 0 10px;
}

.steps p {
  font-size:13px;
  max-width:340px;
}

.contact {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:90px;
  padding-block:95px;
}

.contact h2 {
  font-size:44px;
}

.contact-copy>p {
  font-size:18px;
  color:var(--navy);
  line-height:1.6;
  max-width:350px;
}

.contact-links {
  margin-top:24px;
}

.contact-email {
  display:inline-flex;
  align-items:center;
  gap:11px;
  max-width:100%;
  font-size:17px;
  font-weight:500;
  color:var(--blue);
}

.contact-email span {
  min-width:0;
  overflow-wrap:anywhere;
}

.contact-email svg {
  width:22px;
  height:22px;
  flex-shrink:0;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
}

.contact-email:hover span {
  text-decoration:underline;
  text-underline-offset:4px;
}

[data-contact-pending] {
  pointer-events:none;
}

.contact-soon {
  padding:2px 8px;
  border-radius:4px;
  background:var(--pale);
  font-size:10px;
  color:var(--muted);
}

.telegram-note {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  color:#52698b;
  margin-top:22px;
}

.telegram-note svg {
  width:19px;
  height:19px;
  stroke:#5279b8;
  fill:none;
  stroke-width:1.4;
  stroke-linejoin:round;
}

.site-footer {
  display:flex;
  align-items:center;
  gap:36px;
  border-top:1px solid var(--line);
  padding-block:30px 35px;
  flex-wrap:wrap;
}

.site-footer .wordmark {
  font-size:24px;
}

.site-footer .wordmark svg {
  width:28px;
  height:28px;
}

.site-domain {
  font-size:12px;
  color:var(--muted);
}

.footer-links {
  display:flex;
  gap:27px;
  margin-left:auto;
  font-size:12px;
  color:var(--muted);
}

.footer-links button {
  border:0;
  padding:0;
  background:none;
  color:inherit;
  cursor:pointer;
  font-size:12px;
}

.footer-links button:hover {
  color:var(--blue);
}

.site-footer noscript {
  width:100%;
}

.noscript-notice {
  font-size:12px;
}

#cookie-notice {
  position:fixed;
  z-index:20;
  left:24px;
  bottom:24px;
  width:min(490px,calc(100% - 48px));
  background:#fff;
  border:1px solid #d8e2f1;
  border-radius:12px;
  box-shadow:0 8px 40px #153f771c;
  display:flex;
  gap:22px;
  align-items:center;
  padding:19px 20px;
}

#cookie-notice h2 {
  font-size:14px;
  line-height:1.3;
  letter-spacing:0;
  font-weight:550;
  margin-bottom:5px;
}

#cookie-notice p {
  font-size:11px;
  line-height:1.6;
}

#cookie-notice button {
  background:var(--blue);
  color:#fff;
  white-space:nowrap;
  border:0;
  border-radius:6px;
  font-size:12px;
  font-weight:500;
  padding:10px 15px;
  cursor:pointer;
}

#cookie-notice button:hover {
  background:#1746cf;
}

.compact-diagram {
  display:none;
  width:100%;
  max-width:460px;
  margin-inline:auto;
  padding:24px 16px;
  border:1px solid #dce5f4;
  border-radius:20px;
  background-color:#f4f7fc;
  background-image:radial-gradient(#cbd9ed .8px,transparent .8px);
  background-size:22px 22px;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}

.flow-node {
  width:fit-content;
  max-width:100%;
  margin-inline:auto;
  padding:12px 18px;
  border:1px solid #c8d7ee;
  border-radius:10px;
  background:#fff;
  color:var(--navy);
  font-size:13px;
  font-weight:500;
}

.flow-stem {
  width:2px;
  height:25px;
  margin-inline:auto;
  background:#bfd0ed;
}

.flow-platform {
  padding:18px 14px;
  border-radius:14px;
  background:linear-gradient(130deg,#386cf4,#1946c5);
  color:#fff;
  box-shadow:0 7px 0 #d1def9;
}

.flow-platform strong {
  display:block;
  font-size:18px;
  font-weight:600;
}

.flow-kicker {
  display:block;
  font-size:12px;
  color:#e7efff;
  margin-block:10px;
}

.flow-tags {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  margin-block:12px;
}

.flow-tags span {
  padding:7px 3px;
  border:1px solid #83a3fc;
  border-radius:6px;
  font-size:12px;
  font-weight:500;
}

.flow-note {
  display:block;
  font-size:12px;
  color:#e7efff;
  margin-top:10px;
}

.flow-branches,.model-inputs {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  position:relative;
}

.flow-branches span,.model-inputs span {
  display:flex;
  justify-content:center;
  align-items:center;
  padding:11px 4px;
  border:1px solid #c8d7ee;
  border-radius:8px;
  background:#fff;
  font-size:12px;
  color:var(--navy);
  position:relative;
}

.flow-branches::before,.model-inputs::after {
  content:'';
  position:absolute;
  height:1px;
  left:16.66%;
  right:16.66%;
  background:#bfd0ed;
}

.flow-branches::before { top:-12px; }
.model-inputs::after { bottom:-12px; }

.flow-branches span::before,.model-inputs span::after {
  content:'';
  position:absolute;
  width:1px;
  height:12px;
  left:50%;
  background:#bfd0ed;
}

.flow-branches span::before { top:-12px; }
.model-inputs span::after { bottom:-12px; }
.flow-reporting { background:#e6eefc; }
.flow-qualification { margin-top:21px; font-size:12px; }

.flow-model {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  width:152px;
  height:152px;
  margin-inline:auto;
  border:1px solid #a6c0ef;
  border-radius:50%;
  background:radial-gradient(circle,#fff 52%,#e0eaff 53%,#f4f7fc 70%);
  box-shadow:0 0 0 10px #e4edfc80;
}

.flow-model strong { color:var(--blue); font-size:28px; }
.flow-model span { font-size:12px; }

@media(max-width:1280px) {
  .hero-figure>svg,.routing-art>svg,.scoring-art>svg { display:none; }
  .compact-diagram { display:block; }
  .hero-figure { width:100%; margin-left:0; }
}

@media(min-width:1600px) {
  .hero-layout {
    min-height:665px;
  }
}

@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px);
  }
  .site-header nav {
    gap:22px;
  }
  .hero-layout {
    grid-template-columns:1.02fr 1fr;
    gap:0;
    min-height:570px;
  }
  h1 {
    font-size:58px;
    letter-spacing:-3px;
  }
  .hero-copy>p {
    font-size:15px;
    max-width:405px;
  }
  .hero-actions {
    gap:16px;
    flex-wrap:wrap;
  }
  .button {
    padding:13px 17px;
    font-size:13px;
  }
  .text-link {
    font-size:12px;
  }
  .hero-figure {
    width:calc(100% + 27px);
  }
  .hero-figure figcaption {
    padding-inline:20px;
    font-size:9px;
  }
  .evidence {
    gap:25px;
  }
  .evidence>div+div {
    padding-left:25px;
  }
  .evidence strong {
    font-size:17px;
  }
  .evidence span {
    font-size:11px;
  }
  .section {
    padding-block:80px;
  }
  .section-heading {
    gap:35px;
  }
  .section-heading>p {
    max-width:310px;
    font-size:14px;
  }
  .lifecycle {
    gap:28px;
  }
  .methods {
    gap:25px;
    padding:25px;
  }
  .card-brands {
    gap:17px;
  }
  .mastercard {
    font-size:12px;
    gap:7px;
  }
  .method-secondary {
    padding-left:25px;
  }
  .technology-row {
    gap:45px;
  }
  .technology-copy h3 {
    font-size:31px;
  }
  .technology-heading {
    column-gap:40px;
  }
  .scoring-row {
    margin-top:60px;
  }
  .operations-panel {
    padding:42px 35px;
    gap:40px;
  }
  .operations h2 {
    font-size:30px;
  }
  .report-sheet {
    padding:20px 18px 15px;
  }
  .report-columns,.report-row {
    gap:12px;
  }
  .operations-tags {
    gap:10px;
  }
  .integration-options {
    gap:28px;
  }
  .integration-options article+article {
    padding-left:28px;
  }
  .pricing-layout {
    gap:70px;
  }
  .pricing h2 {
    font-size:34px;
  }
  .contact {
    gap:55px;
    padding-block:80px;
  }
  .contact h2 {
    font-size:38px;
  }
}

@media(max-width:800px) {
  .wrap {
    width:calc(100% - 48px);
  }
  .site-header {
    min-height:92px;
  }
  .site-header nav {
    gap:19px;
    font-size:12px;
  }
  .nav-contact {
    padding:8px 12px;
    margin-left:0;
  }
  .wordmark {
    font-size:27px;
  }
  .wordmark svg {
    width:30px;
    height:30px;
  }
  .hero-layout {
    grid-template-columns:1fr 1fr;
    min-height:480px;
  }
  .hero-label {
    font-size:10px;
    margin-bottom:20px;
    gap:7px;
  }
  h1 {
    font-size:45px;
    letter-spacing:-2.5px;
  }
  .hero-copy>p {
    font-size:13px;
    line-height:1.8;
  }
  .hero-copy {
    padding-block:36px;
  }
  .hero-actions {
    gap:15px;
    margin-top:24px;
  }
  .hero-figure {
    margin-left:-5px;
    width:calc(100% + 20px);
  }
  .hero-figure figcaption {
    justify-content:center;
  }
  .hero-figure figcaption span {
    display:none;
  }
  .evidence {
    gap:20px;
    padding-block:26px;
  }
  .evidence>div+div {
    padding-left:20px;
  }
  .evidence strong {
    font-size:15px;
  }
  .evidence span {
    font-size:10px;
  }
  .section {
    padding-block:64px;
  }
  h2,.section-heading h2 {
    font-size:33px;
    letter-spacing:-1.3px;
  }
  .section-label {
    margin-bottom:15px;
    font-size:12px;
  }
  .section-heading {
    gap:25px;
    margin-bottom:34px;
  }
  .section-heading>p {
    max-width:260px;
    font-size:12px;
  }
  .lifecycle {
    gap:24px;
  }
  .lifecycle h3 {
    font-size:17px;
  }
  .lifecycle p {
    font-size:12px;
  }
  .methods {
    grid-template-columns:1fr;
    gap:22px;
  }
  .method-primary {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:space-between;
    align-items:center;
  }
  .card-brands {
    margin-top:0;
    gap:27px;
  }
  .method-secondary {
    border-left:0;
    border-top:1px solid var(--line);
    padding:18px 0 0;
  }
  .method-secondary>span {
    margin-top:12px;
  }
  .technology-heading {
    column-gap:30px;
    margin-bottom:45px;
  }
  .technology-heading>p {
    font-size:12px;
  }
  .technology-row {
    gap:30px;
    grid-template-columns:1fr 1fr;
  }
  .technology-copy h3 {
    font-size:27px;
  }
  .technology-copy p {
    font-size:12px;
  }
  .feature-label {
    font-size:11px;
    margin-bottom:16px;
  }
  .feature-footnote {
    font-size:10px;
  }
  .scoring-row {
    margin-top:45px;
    padding-top:40px;
  }
  .technology-copy .experience-note {
    font-size:11px;
  }
  .routing-art figcaption,.scoring-art figcaption {
    font-size:9px;
  }
  .operations {
    padding-top:50px;
  }
  .operations-panel {
    padding:35px 28px;
    gap:30px;
  }
  .operations h2 {
    font-size:26px;
  }
  .operations p {
    font-size:12px;
  }
  .operations-tags {
    gap:8px;
  }
  .operations-tags span {
    font-size:9px;
  }
  .report-top {
    font-size:12px;
  }
  .report-columns {
    font-size:8px;
  }
  .report-row {
    height:34px;
  }
  .report-bottom {
    font-size:9px;
  }
  .report-figure figcaption {
    font-size:8px;
  }
  .integration .section-heading>p {
    margin-top:29px;
  }
  .integration-options {
    gap:23px;
  }
  .integration-options article+article {
    padding-left:23px;
  }
  .integration-options h3 {
    font-size:18px;
  }
  .integration-options p {
    font-size:12px;
  }
  .integration-symbol svg {
    width:145px;
  }
  .integration-note {
    padding:21px 24px;
    gap:18px;
  }
  .integration-note p {
    font-size:11px;
  }
  .pricing-layout {
    gap:45px;
  }
  .pricing h2 {
    font-size:30px;
  }
  .price strong {
    font-size:58px;
  }
  .pricing-copy>p {
    font-size:12px;
  }
  .steps li {
    gap:17px;
    padding-block:23px;
  }
  .steps h3 {
    font-size:17px;
  }
  .steps p {
    font-size:12px;
  }
  .contact {
    gap:40px;
    padding-block:65px;
  }
  .contact h2 {
    font-size:32px;
  }
  .contact-copy>p {
    font-size:16px;
  }
  .contact-email {
    font-size:15px;
  }
  .telegram-note {
    font-size:10px;
  }
  .site-footer {
    gap:23px;
  }
  .footer-links {
    gap:20px;
    font-size:11px;
  }
  .site-domain {
    font-size:11px;
  }
}

@media(max-width:620px) {
  html {
    scroll-padding-top:22px;
  }
  .wrap {
    width:calc(100% - 40px);
  }
  .site-header {
    min-height:106px;
    flex-wrap:wrap;
    gap:16px;
    padding-block:19px 17px;
  }
  .wordmark {
    font-size:27px;
  }
  .site-header nav {
    width:100%;
    justify-content:space-between;
    gap:10px;
    font-size:11px;
    order:2;
  }
  .nav-contact {
    padding:0;
    border:0;
    color:var(--blue);
  }
  .hero-layout {
    display:flex;
    flex-direction:column;
    gap:0;
    min-height:0;
  }
  .hero-copy {
    padding:39px 0 15px;
    width:100%;
  }
  .hero-label {
    font-size:11px;
    margin-bottom:22px;
  }
  h1 {
    font-size:52px;
    letter-spacing:-2.8px;
    line-height:1.08;
    margin-bottom:21px;
  }
  .hero-copy>p {
    font-size:14px;
    max-width:430px;
    line-height:1.8;
  }
  .hero-actions {
    gap:21px;
    margin-top:26px;
  }
  .button {
    padding:13px 15px;
    gap:14px;
    font-size:12px;
  }
  .text-link {
    font-size:11px;
  }
  .hero-figure {
    width:min(100% + 20px,460px);
    margin:0;
    padding:9px 0 24px;
  }
  .hero-figure figcaption {
    font-size:9px;
    justify-content:space-between;
    padding-inline:22px;
  }
  .hero-figure figcaption span {
    display:block;
  }
  .evidence {
    grid-template-columns:1fr;
    gap:0;
    padding-block:11px;
  }
  .evidence>div {
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding-block:17px;
  }
  .evidence>div+div {
    border-left:0;
    border-top:1px solid #e8edf5;
    padding-left:0;
  }
  .evidence strong {
    font-size:14px;
    letter-spacing:-.3px;
    flex-shrink:0;
  }
  .evidence span {
    font-size:10px;
    text-align:right;
    max-width:158px;
    line-height:1.5;
  }
  .section {
    padding-block:57px;
  }
  .section-heading {
    display:block;
    margin-bottom:32px;
  }
  .section-heading h2,h2 {
    font-size:33px;
    line-height:1.2;
    letter-spacing:-1.35px;
  }
  .section-heading>p {
    max-width:440px;
    font-size:13px;
    margin-top:20px;
  }
  .section-label {
    font-size:11px;
    margin-bottom:16px;
  }
  .lifecycle {
    grid-template-columns:1fr;
    gap:23px;
    margin-bottom:30px;
  }
  .lifecycle article {
    display:grid;
    grid-template-columns:38px 1fr;
    column-gap:15px;
    padding-top:21px;
  }
  .lifecycle-icon {
    grid-row:1/3;
    width:30px;
    height:30px;
    margin-bottom:0;
    font-size:27px;
  }
  .lifecycle h3 {
    font-size:18px;
    margin-bottom:8px;
  }
  .lifecycle p {
    font-size:13px;
    max-width:unset;
  }
  .methods {
    padding:24px 21px;
    gap:22px;
  }
  .method-primary {
    display:block;
  }
  .card-brands {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    justify-items:start;
    margin-top:16px;
    justify-content:space-between;
    gap:20px 16px;
  }
  .visa {
    font-size:27px;
  }
  .mastercard {
    font-size:12px;
  }
  .method-secondary p {
    font-size:11px;
  }
  .method-secondary>span {
    font-size:12px;
  }
  .method-secondary .availability {
    font-size:10px;
  }
  .technology-heading {
    display:block;
    margin-bottom:40px;
  }
  .technology-heading h2 {
    font-size:34px;
  }
  .technology-heading>p {
    font-size:13px;
    margin:20px 0 0;
    max-width:390px;
  }
  .technology-row {
    display:flex;
    flex-direction:column;
    gap:25px;
    align-items:stretch;
  }
  .technology-copy {
    max-width:unset;
  }
  .technology-copy h3 {
    font-size:30px;
    letter-spacing:-1.1px;
    margin-bottom:18px;
  }
  .technology-copy p {
    font-size:13px;
    margin-top:14px;
  }
  .feature-label {
    font-size:11px;
  }
  .feature-footnote {
    font-size:11px;
    margin-top:20px;
    padding-top:15px;
  }
  .routing-art {
    margin-inline:-4px;
  }
  .routing-art figcaption,.scoring-art figcaption {
    font-size:10px;
    margin-top:10px;
  }
  .scoring-row {
    margin-top:37px;
    padding-top:38px;
    gap:20px;
  }
  .scoring-art {
    order:2;
    margin-inline:-10px;
  }
  .technology-copy .experience-note {
    font-size:12px;
  }
  .operations {
    padding-top:40px;
    width:calc(100% - 24px);
  }
  .operations-panel {
    display:flex;
    flex-direction:column;
    padding:34px 25px 38px;
    gap:30px;
    border-radius:14px;
  }
  .operations h2 {
    font-size:31px;
    letter-spacing:-1.2px;
  }
  .operations p {
    font-size:13px;
  }
  .operations-tags {
    gap:14px;
    margin-top:23px;
  }
  .operations-tags span {
    font-size:9px;
  }
  .report-figure {
    width:min(100%,380px);
    padding-inline:4px;
  }
  .report-top {
    font-size:14px;
  }
  .report-columns {
    font-size:10px;
  }
  .report-row {
    height:37px;
  }
  .report-bottom {
    font-size:10px;
  }
  .report-figure figcaption {
    font-size:8px;
    margin-top:25px;
  }
  .integration .section-heading>p {
    margin-top:20px;
  }
  .integration-options {
    grid-template-columns:1fr;
    gap:29px;
  }
  .integration-options article {
    display:grid;
    grid-template-columns:85px 1fr;
    column-gap:18px;
  }
  .integration-options article+article {
    border-left:0;
    padding-left:0;
    border-top:1px solid var(--line);
    padding-top:28px;
  }
  .integration-symbol {
    grid-row:1/3;
    width:92px;
    height:auto;
    margin:0 0 0 -7px;
    padding-top:4px;
  }
  .integration-symbol svg {
    width:92px;
    height:50px;
  }
  .integration-options h3 {
    font-size:19px;
    margin-bottom:10px;
  }
  .integration-options p {
    font-size:13px;
  }
  .integration-note {
    margin-top:30px;
    padding:21px;
    align-items:flex-start;
    gap:15px;
  }
  .note-icon {
    font-size:25px;
    margin-top:4px;
  }
  .integration-note p {
    font-size:12px;
  }
  .pricing-layout {
    grid-template-columns:1fr;
    gap:35px;
  }
  .pricing h2 {
    font-size:33px;
  }
  .price {
    margin-top:22px;
    font-size:20px;
  }
  .price strong {
    font-size:65px;
  }
  .pricing-copy>p {
    font-size:13px;
    max-width:380px;
  }
  .pricing-copy>.text-link {
    font-size:13px;
    margin-top:20px;
  }
  .steps li {
    padding-block:23px;
    gap:19px;
  }
  .steps h3 {
    font-size:18px;
  }
  .steps p {
    font-size:13px;
    max-width:unset;
  }
  .contact {
    grid-template-columns:1fr;
    gap:27px;
    padding-block:58px 45px;
  }
  .contact h2 {
    font-size:35px;
    letter-spacing:-1.4px;
  }
  .contact-copy>p {
    font-size:16px;
    max-width:390px;
  }
  .telegram-note {
    font-size:11px;
    margin-top:20px;
  }
  .site-footer {
    padding-block:27px;
    gap:18px;
    justify-content:space-between;
  }
  .site-domain {
    font-size:12px;
  }
  .footer-links {
    margin-left:0;
    flex-basis:100%;
    padding-top:10px;
    font-size:11px;
  }
  .footer-links button {
    font-size:11px;
  }
  #cookie-notice {
    left:12px;
    bottom:12px;
    width:calc(100% - 24px);
    padding:15px 16px;
    gap:14px;
    border-radius:10px;
  }
  #cookie-notice h2 {
    font-size:12px;
  }
  #cookie-notice p {
    font-size:10px;
    line-height:1.55;
  }
  #cookie-notice button {
    font-size:11px;
    padding:10px 13px;
  }
}

@media(max-width:900px) {
  .site-header {
    min-height:106px;
    flex-wrap:wrap;
    gap:20px;
    padding-block:19px 17px;
  }
  .site-header nav {
    width:100%;
    justify-content:space-between;
    gap:10px;
    order:2;
  }
  .site-header .nav-contact {
    padding:0;
    margin:0;
    border:0;
    color:var(--blue);
  }
  .technology-row {
    grid-template-columns:1fr;
    gap:32px;
  }
  .routing-art,.scoring-art {
    width:100%;
    max-width:520px;
    margin-inline:auto;
  }
  .scoring-row .technology-copy { grid-row:1; }
}

@media(max-width:374px) {
  h1 {
    font-size:47px;
  }
  .hero-label {
    font-size:10px;
  }
  .hero-actions {
    gap:14px;
  }
  .hero-actions .text-link {
    font-size:10px;
  }
  .evidence strong {
    font-size:12px;
  }
  .evidence span {
    font-size:9px;
    max-width:146px;
  }
  .card-brands {
    gap:12px;
  }
  .mastercard {
    font-size:11px;
    gap:5px;
  }
  .mastercard i {
    transform:scale(.85);
    width:33px;
  }
  .operations-tags {
    gap:9px;
  }
  .operations-tags span {
    font-size:8px;
  }
  .hero-figure figcaption {
    font-size:8px;
  }
  .contact h2 {
    font-size:32px;
  }
}

.hero-figure figcaption,.routing-art figcaption,.scoring-art figcaption {
  font-size:12px;
}

.hero-figure figcaption {
  flex-wrap:wrap;
  gap:6px 12px;
}

@media(max-width:900px) {
  .evidence span,.method-secondary p,.method-secondary .availability,
  .feature-footnote,.report-figure figcaption,.experience-note,
  .hero-label,.section-label,.feature-label,.footer-links,.footer-links button,
  .telegram-note,.contact-soon,#cookie-notice p {
    font-size:12px;
  }
  .hero-figure { width:100%; margin-left:0; }
  .hero-figure figcaption { padding-inline:8px; }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
  }
}
