@media (max-width: 980px) {
  .coverage {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .coverage-heading > p:not(.eyebrow) {
    max-width: 520px;
  }

  .map-wrap {
    padding-left: 0;
  }

  .partner {
    gap: 6vw;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: clip;
  }

  .hero-header {
    height: 74px;
    padding: 0 22px;
  }

  .hero-header .logo img {
    width: 122px;
  }

  .hero-header .header-button {
    padding: 11px 15px;
    font-size: 11px;
  }

  .fullscreen-hero {
    height: 100svh;
    min-height: 720px;
  }

  .fullscreen-hero-image {
    object-position: 58% center;
  }

  .fullscreen-overlay {
    background:
      linear-gradient(180deg, rgba(7, 33, 29, .42) 0%, rgba(7, 33, 29, .2) 18%, rgba(7, 33, 29, .72) 72%, rgba(7, 33, 29, .9) 100%),
      linear-gradient(90deg, rgba(8, 39, 34, .62), rgba(8, 39, 34, .06));
  }

  .fullscreen-hero .hero-copy {
    display: flex;
    min-height: 100%;
    max-width: none;
    padding: 20vh 22px 150px;
    flex-direction: column;
    justify-content: center;
  }

  .fullscreen-hero .hero-copy h1 {
    max-width: 350px;
    font-size: clamp(49px, 14.4vw, 62px);
    line-height: .9;
    letter-spacing: -.065em;
  }

  .fullscreen-hero .hero-copy > p:not(.eyebrow) {
    max-width: 344px;
    margin: 25px 0 28px;
    font-size: 15px;
    line-height: 1.6;
  }

  .fullscreen-hero .hero-actions {
    display: grid;
    width: min(100%, 340px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fullscreen-hero .hero-actions .button {
    padding: 13px 12px;
    text-align: center;
  }

  .hero-status {
    right: 21px;
    bottom: 51px;
    padding: 8px 0 8px 15px;
  }

  .hero-status p {
    font-size: 9px;
  }

  .scroll-cue {
    left: 22px;
    bottom: 21px;
    font-size: 8px;
  }

  .intro,
  .coverage {
    padding: 76px 22px;
  }

  .intro h2,
  .coverage h2,
  .how-copy h2,
  .partner h2 {
    font-size: clamp(42px, 12vw, 52px);
    line-height: .94;
  }

  .audiences {
    gap: 18px;
    margin-top: 42px;
  }

  .audience {
    padding: 0 24px 32px;
  }

  .audience-photo,
  .code-line {
    height: 220px;
    margin-right: -24px;
    margin-left: -24px;
  }

  .code-line {
    padding: 32px 24px;
    font-size: 14px;
  }

  .audience > p:not(.label) {
    min-height: 0;
  }

  .coverage {
    gap: 36px;
  }

  .map-wrap {
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: visible;
  }

  .world-map-art {
    width: 100%;
    height: 270px;
  }

  .world-map-image {
    inset: 14px 0 42px;
    width: 100%;
    height: calc(100% - 56px);
  }

  .network-logo {
    width: 68px;
    height: 34px;
    padding: 5px 7px;
    border-radius: 7px;
  }

  .network-logo.pix {
    width: 73px;
    height: 35px;
  }

  .network-logo.breb,
  .network-logo.bizum,
  .network-logo.mbway,
  .network-logo.viet,
  .network-logo.thai,
  .network-logo.qrph {
    width: 68px;
    height: 34px;
  }

  .network-logo::after {
    bottom: -11px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }

  .network-logo.pix { left: 20%; top: 61%; }
  .network-logo.breb { left: 8%; top: 43%; }
  .network-logo.bizum { left: 43%; top: 27%; }
  .network-logo.mbway { left: 33%; top: 38%; }
  .network-logo.viet { left: 67%; top: 31%; }
  .network-logo.thai { left: 60%; top: 53%; }
  .network-logo.qrph { left: 76%; top: 67%; }

  .map-legend {
    position: static;
    margin-top: 2px;
    flex-wrap: wrap;
  }

  .map-note {
    position: static;
    width: auto;
    margin-top: 12px;
    text-align: left;
  }

  .how-images {
    min-height: 390px;
  }

  .how-images figure {
    inset: 0;
  }

  .how-images span {
    right: 18px;
    bottom: 24px;
    padding: 16px;
    font-size: 15px;
  }

  .how-copy,
  .partner {
    padding: 76px 22px;
  }

  .partner {
    gap: 42px;
  }

  .partner::before {
    right: 22px;
    top: 28px;
    width: 72px;
  }

  .integration {
    min-width: 0;
    box-shadow: 7px 7px 0 rgba(8,38,32,.2);
  }

  .integration pre {
    padding: 22px 18px;
    font-size: 10px;
    line-height: 1.75;
  }

  .closing {
    height: 520px;
    padding: 0 22px;
  }

  .closing h2 {
    font-size: clamp(52px, 14vw, 64px);
    line-height: .92;
  }

  .site-footer-unified {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 360px) {
  .hero-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-header .logo img {
    width: 110px;
  }

  .hero-header .header-button {
    padding: 10px 12px;
  }

  .fullscreen-hero .hero-copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .fullscreen-hero .hero-copy h1 {
    font-size: 46px;
  }

  .fullscreen-hero .hero-actions {
    grid-template-columns: 1fr;
    width: 170px;
  }

  .hero-status {
    right: 18px;
  }

  .scroll-cue {
    left: 18px;
  }

  .network-logo {
    transform: scale(.88);
    transform-origin: center;
  }
}

@media (max-width: 760px) {
  .hero-header {
    gap: 10px;
  }

  .hero-header .logo img {
    width: 108px;
  }

  .header-actions {
    gap: 7px;
    margin-left: auto;
  }

  .hero-header .header-actions .header-button {
    padding: 9px 11px;
    font-size: 10px;
  }

  .hero-header .header-actions .header-button b {
    display: none;
  }

  .wallet-partners {
    padding: 76px 0 86px;
  }

  .wallet-partners-heading {
    display: block;
    padding: 0 22px;
  }

  .wallet-partners h2 {
    font-size: clamp(42px, 12vw, 52px);
    line-height: .94;
  }

  .wallet-partners-copy {
    margin-top: 25px;
  }

  .wallet-partners-copy p {
    margin: 0;
  }

  .wallet-partner-cta {
    margin-top: 18px;
  }

  .wallet-carousel {
    margin-top: 42px;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .wallet-track {
    animation-duration: 18s;
  }

  .wallet-set {
    gap: 14px;
    padding-right: 14px;
  }

  .wallet-card {
    width: 190px;
    height: 104px;
    border-radius: 0;
  }

  .wallet-card img,
  .wallet-card:nth-child(2) img {
    max-width: 120px;
    max-height: 52px;
  }

  .wallet-card .freighter-icon {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    flex-basis: 44px;
    border-radius: 9px;
  }

  .freighter-lockup {
    gap: 8px;
  }

  .freighter-lockup > span {
    font-size: 23px;
  }

  .partner-flow {
    margin: 25px 0;
  }

  .partner-actions {
    gap: 16px;
  }

  .integration {
    border-radius: 12px;
    box-shadow: 7px 7px 0 rgba(8,38,32,.2);
  }

  .integration-head {
    height: auto;
    min-height: 52px;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .code-language-tabs {
    width: 100%;
    margin-left: 0;
  }

  .code-language-tabs button {
    flex: 1;
  }

  .integration-controls {
    grid-template-columns: 1fr 1fr;
  }

  .integration-controls label:first-child {
    grid-column: 1 / -1;
  }

  .integration .integration-code {
    min-height: 0;
    padding: 22px 18px;
    font-size: 9px;
    line-height: 1.7;
  }
}

@media (max-width: 430px) {
  .hero-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-header .logo img {
    width: 88px;
  }

  .header-actions {
    gap: 5px;
  }

  .hero-header .header-actions .header-button {
    padding: 8px 9px;
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  .how {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .how::after {
    display: none;
  }

  .how-carousel {
    position: relative;
    inset: auto;
    width: 100%;
    height: 330px;
  }

  .how-copy {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 76px 22px;
  }

  .how-slide img {
    object-position: center center;
  }

  .how-slide figcaption {
    left: 22px;
    bottom: 62px;
  }

  .how-slide figcaption strong {
    font-size: 22px;
  }

  .how-controls {
    left: 22px;
    bottom: 17px;
  }

  .how-scene-status {
    right: 22px;
    bottom: 19px;
  }
}

@media (max-width: 980px) {
  .how {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .how-carousel {
    position: relative;
    inset: auto;
    width: 100%;
    height: 560px;
  }

  .how-copy {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 84px 10vw 88px;
  }

  .how-intro {
    max-width: 620px;
  }

  .story-film {
    grid-template-columns: 1fr;
    gap: 58px;
    padding: 90px 10vw 98px;
  }

  .story-film-copy > p:not(.eyebrow) {
    max-width: 600px;
  }
}

@media (max-width: 760px) {
  .how-carousel {
    height: 370px;
  }

  .how-copy {
    padding: 70px 22px 76px;
  }

  .how-intro {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.7;
  }

  .how-rail-mark {
    top: 18px;
    left: 18px;
    min-width: 126px;
    height: 58px;
    padding: 11px 14px;
    border-radius: 10px;
  }

  .how-rail-mark-breb img {
    max-width: 105px;
    max-height: 30px;
  }

  .how-rail-mark-pix img {
    max-width: 112px;
    max-height: 39px;
  }

  .how-rail-mark-mbway {
    min-width: 136px;
  }

  .how-rail-mark-mbway img {
    max-width: 116px;
    max-height: 40px;
  }

  .how-slide figcaption {
    left: 22px;
    bottom: 69px;
  }

  .how-controls {
    left: 22px;
    bottom: 18px;
  }

  .how-scene-status {
    right: 22px;
    bottom: 20px;
  }

  .how-copy .steps p {
    padding: 16px 0;
    font-size: 13px;
  }

  .story-film {
    gap: 42px;
    padding: 74px 22px 82px;
  }

  .story-film h2 {
    font-size: clamp(43px, 12vw, 54px);
  }

  .story-film-copy > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.7;
  }

  .story-film-frame {
    box-shadow: 9px 9px 0 rgba(111, 187, 160, .28);
  }
}
