:root {
  --ink: #12202f;
  --muted: #607083;
  --line: #e3edf4;
  --panel: #f6fafc;
  --blue: #1598e6;
  --teal: #17d7c2;
  --green: #70c451;
  --navy: #0f1d2a;
  --shadow: 0 22px 60px rgba(18, 32, 47, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.loca-pay-template {
  background: #fff;
  color: var(--ink);
  font-family: "Source Sans 3", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

body.page-template-page-locapay-static {
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 215, 194, 0.2), transparent 30%),
    linear-gradient(135deg, #f6fbff 0%, #eef9f6 46%, #fff 100%) !important;
}

body.page-template-page-locapay-static .navbar,
body.page-template-page-locapay-static .navbar.bg-light,
body.page-template-page-locapay-static .navbar.bg-tra,
body.page-template-page-locapay-static .navbar.scroll,
body.page-template-page-locapay-static .navbar.scroll.bg-tra,
body.page-template-page-locapay-static .navbar.black-scroll,
body.page-template-page-locapay-static .navbar.green-scroll,
body.page-template-page-locapay-static .navbar.blue-scroll,
body.page-template-page-locapay-static .navbar.coral-scroll {
  background: rgba(246, 251, 255, 0.92) !important;
  box-shadow: 0 10px 34px rgba(21, 32, 43, 0.08) !important;
  min-height: 88px;
  padding: 12px 0 !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.page-template-page-locapay-static .navbar .container {
  align-items: center;
}

body.page-template-page-locapay-static .navbar-brand {
  margin-right: 4rem;
}

body.page-template-page-locapay-static .navbar-brand img {
  height: auto;
  max-height: 64px;
  width: auto;
}

body.page-template-page-locapay-static .navbar .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.navbar-light .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.navbar-dark .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.scroll .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.scroll.bg-tra .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.black-scroll .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.green-scroll .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.blue-scroll .navbar-nav .nav-link,
body.page-template-page-locapay-static .navbar.coral-scroll .navbar-nav .nav-link {
  color: var(--ink) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

body.page-template-page-locapay-static .navbar .navbar-nav .nav-link:hover,
body.page-template-page-locapay-static .navbar .navbar-nav .nav-link:focus,
body.page-template-page-locapay-static .navbar .navbar-nav > li.active > a,
body.page-template-page-locapay-static .navbar.navbar-light .navbar-nav .active > .nav-link {
  color: var(--blue) !important;
}

body.page-template-page-locapay-static .navbar .logo-white {
  display: none !important;
}

body.page-template-page-locapay-static .navbar .logo-black {
  display: block !important;
}

body.page-template-page-locapay-static .navbar::before,
body.page-template-page-locapay-static .navbar::after {
  background: transparent !important;
  box-shadow: none !important;
}

.loca-pay-template img {
  display: block;
  max-width: 100%;
}

.loca-pay-template a {
  color: inherit;
}

.loca-pay-template a:focus,
.loca-pay-template summary:focus {
  outline: 3px solid rgba(21, 152, 230, 0.32);
  outline-offset: 4px;
}

.pay-header {
  align-items: center;
  background: rgba(246, 251, 255, 0.78);
  box-shadow: none;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  min-height: 88px;
  padding: 12px clamp(22px, 6vw, 84px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.loca-pay-template .brand img {
  height: 60px;
  width: auto;
}

.pay-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.loca-pay-template .pay-nav a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-button,
.primary-button,
.secondary-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 19px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.nav-button,
.primary-button {
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(18, 32, 47, 0.14);
  color: #fff;
}

.loca-pay-template .primary-button,
.loca-pay-template .primary-button:visited,
.loca-pay-template .primary-button:hover,
.loca-pay-template .primary-button:focus {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  visibility: visible !important;
}

.secondary-button {
  background: #fff;
  border: 1px solid rgba(21, 152, 230, 0.28);
  color: var(--ink);
}

.nav-button:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 28px;
  width: 100%;
}

.pay-hero {
  background:
    radial-gradient(circle at 12% 12%, rgba(23, 215, 194, 0.2), transparent 30%),
    linear-gradient(135deg, #f6fbff 0%, #eef9f6 48%, #fff 100%);
  margin-top: -88px;
  padding: 162px 0 86px;
}

.hero-grid,
.split,
.download-card {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
}

.pay-hero .shell {
  max-width: 1280px;
}

.hero-grid {
  align-items: start;
  gap: 48px;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
}

.kicker {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.loca-pay-template h1,
.loca-pay-template h2,
.loca-pay-template h3 {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.loca-pay-template h1 {
  font-size: clamp(44px, 5.6vw, 78px);
  font-weight: 800;
  line-height: 1.01;
}

.loca-pay-template h2 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.06;
}

.loca-pay-template h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.lede,
.section-copy p,
.section-heading p,
.feature-card p,
.mini-card p,
.download-card p,
.faq-list p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 22px 0 0;
}

.hero-actions,
.store-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 800;
  padding: 9px 13px;
}

.hero-visual {
  display: grid;
  gap: 16px;
  padding-top: 42px;
}

.visual-card,
.image-frame,
.feature-card,
.use-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visual-card {
  padding: 14px;
  transform: rotate(1.2deg);
}

.visual-card img,
.image-frame img,
.feature-card img,
.loca-pay-template .use-grid img {
  border-radius: 6px;
  width: 100%;
}

.secure-chip {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 152, 230, 0.18);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18, 32, 47, 0.12);
  justify-self: start;
  padding: 18px 20px;
  position: static;
}

.secure-chip strong,
.secure-chip span {
  display: block;
}

.secure-chip strong {
  color: var(--ink);
  font-weight: 900;
}

.secure-chip span {
  color: var(--muted);
  margin-top: 4px;
}

.proof-band {
  background: var(--navy);
  padding: 30px 0;
}

.proof-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 22px;
}

.proof-grid strong {
  color: #fff;
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  line-height: 1.5;
  margin-top: 6px;
}

.how-section,
.quick-facts-section,
.country-section,
.cards-section,
.coverage-section,
.trust-section,
.testimonial-section,
.faq-section,
.download-section {
  padding: 92px 0;
}

.quick-facts-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.quick-facts-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0 0;
}

.quick-facts-grid div {
  background: linear-gradient(160deg, #fff, #f7fbff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 32, 47, 0.06);
  min-height: 132px;
  padding: 22px;
}

.quick-facts-grid dt {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 8px;
}

.quick-facts-grid dd {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}


.country-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.country-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
}

.country-card {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 136px;
  opacity: 0.46;
  padding: 18px 12px;
  text-align: center;
}

.country-card.available {
  background: linear-gradient(160deg, #fff, #effbf8);
  border-color: rgba(23, 215, 194, 0.42);
  box-shadow: 0 14px 34px rgba(18, 32, 47, 0.08);
  color: var(--ink);
  opacity: 1;
}

.country-card .flag {
  filter: grayscale(1);
  font-size: 34px;
  line-height: 1;
}

.country-card.available .flag {
  filter: none;
}

.country-card strong {
  color: inherit;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.country-card .qr-rail {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.country-card:not(.available) .qr-rail {
  color: #9aa6b2;
}

.country-card em {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  padding: 5px 10px;
}

.country-card.available em {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.section-copy,
.section-heading {
  max-width: 780px;
}

.step-list {
  counter-reset: steps;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.step-list li {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 17px;
  font-weight: 800;
  gap: 16px;
  margin-top: 12px;
  padding: 17px;
}

.step-list span {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  padding: 6px 9px;
}

.image-frame {
  padding: 12px;
}

.cards-section {
  background: var(--panel);
}

.cards-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.9fr 1.1fr;
}

.feature-card {
  min-height: 420px;
  overflow: hidden;
  padding: 34px;
}

.loca-pay-template .feature-card img {
  height: 100%;
  object-fit: cover;
}

.channel-card {
  align-content: center;
  display: grid;
  gap: 24px;
}

.channel-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.channel-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 32, 47, 0.08);
  color: var(--ink);
  display: flex;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  min-height: 72px;
  padding: 14px 12px;
  text-align: center;
}

.channel-logo small {
  border: 1px solid rgba(96, 112, 131, 0.18);
  border-radius: 999px;
  color: #8a96a3;
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  margin-top: 7px;
  padding: 6px 8px;
  text-transform: uppercase;
  width: max-content;
}

.channel-logo.has-logo img {
  max-height: 34px;
  max-width: 128px;
  object-fit: contain;
  width: auto;
}

.channel-logo.has-logo.coming-soon img {
  max-height: 30px;
  opacity: 0.72;
}

.channel-logo.simple-brand img {
  filter: invert(34%) sepia(97%) saturate(1262%) hue-rotate(191deg) brightness(91%) contrast(91%);
}

.channel-logo.visa {
  color: #173e91;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.channel-logo.mastercard {
  gap: 7px;
}

.channel-logo.mastercard i,
.channel-logo.mastercard b {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: -10px;
  width: 20px;
}

.channel-logo.mastercard i {
  background: #eb001b;
}

.channel-logo.mastercard b {
  background: #f79e1b;
  margin-right: 4px;
}

.channel-logo.amex {
  background: #2e77bc;
  border-color: #2e77bc;
  color: #fff;
}

.channel-logo.jcb {
  color: #16805a;
}

.channel-logo.unionpay {
  color: #1f5aa6;
}

.channel-logo.apple-pay {
  color: #111;
}

.channel-logo.google-pay {
  gap: 8px;
}

.channel-logo.google-pay i {
  align-items: center;
  background: conic-gradient(from 90deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-style: normal;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.channel-logo.revolut {
  color: #1b64f2;
}

.channel-logo.wise {
  color: #24a148;
}

.channel-logo.truemoney {
  color: #e9672f;
  grid-column: span 2;
}

.channel-logo.coming-soon {
  align-items: center;
  background: #f7f9fb;
  border-color: #edf1f4;
  box-shadow: none;
  color: #a1acb7;
  filter: grayscale(1);
  flex-direction: column;
  opacity: 0.76;
}

.channel-logo.alipay {
  color: #8da4b9;
}

.channel-logo.usdc i {
  align-items: center;
  border: 2px solid #aeb8c2;
  border-radius: 50%;
  display: inline-flex;
  font-style: normal;
  height: 24px;
  justify-content: center;
  margin-bottom: 6px;
  width: 24px;
}

.channel-logo.kakao-pay {
  color: #99a5b0;
}

.channel-note {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding-top: 20px;
}

.crypto-card-rail {
  background: linear-gradient(160deg, #f8fbff, #f2faf7);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: 22px;
}

.crypto-card-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.crypto-card-rail strong,
.crypto-card-rail span {
  display: block;
}

.crypto-card-rail strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.crypto-card-rail span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin-top: 8px;
}

.crypto-provider-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crypto-provider {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(227, 237, 244, 0.9);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  flex-wrap: wrap;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  justify-content: space-between;
  min-height: 46px;
  padding: 10px 12px;
}

.crypto-provider img {
  max-height: 22px;
  max-width: 92px;
  object-fit: contain;
  width: auto;
}

.crypto-provider small {
  background: #eef7fb;
  border-radius: 999px;
  color: #587084;
  font-size: 10px;
  font-weight: 900;
  padding: 5px 7px;
  text-transform: uppercase;
}

.feature-card-dark {
  background: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.feature-card-dark h2,
.feature-card-dark p {
  color: #fff;
}

.feature-card-dark p {
  color: rgba(255, 255, 255, 0.74);
}

.bridge-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.bridge-list li {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.4;
  padding: 12px 14px;
}

.bridge-list li::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 8px;
  width: 8px;
}

.coverage-section {
  background: #fff;
}

.use-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.use-grid article {
  overflow: hidden;
}

.use-grid h3,
.use-grid p,
.mini-card ul {
  margin-left: 26px;
  margin-right: 26px;
}

.loca-pay-template .use-grid h3 {
  margin-top: 26px;
}

.use-grid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.mini-card {
  background: linear-gradient(160deg, #fff, #f3faf8) !important;
  padding: 30px 0;
}

.mini-card ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.mini-card li {
  color: var(--ink);
  display: flex;
  font-weight: 800;
  gap: 10px;
  line-height: 1.45;
  margin-top: 14px;
}

.mini-card li::before {
  background: var(--blue);
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: 8px;
  width: 8px;
}

.trust-section {
  background: linear-gradient(135deg, #f7fbff 0%, #eef8f5 100%);
}

.trust-card {
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 40px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 48px;
}

.trust-list {
  display: grid;
  gap: 16px;
}

.trust-list div {
  border-left: 3px solid var(--teal);
  padding-left: 18px;
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.trust-list span {
  color: var(--muted);
  line-height: 1.55;
  margin-top: 5px;
}

.testimonial-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(25, 166, 240, 0.12), transparent 28%),
    #fff;
}

.testimonial-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

.testimonial-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(18, 32, 47, 0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  min-height: 230px;
  padding: 24px;
}

.testimonial-card.featured {
  background: linear-gradient(135deg, #102133 0%, #17384c 100%);
  grid-column: span 2;
}

.testimonial-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.testimonial-card.featured p {
  color: #f4fbff;
  font-size: 18px;
}

.testimonial-card div {
  border-top: 1px solid rgba(107, 126, 144, 0.18);
  padding-top: 16px;
}

.testimonial-card.featured div {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  margin-top: 3px;
}

.testimonial-card.featured strong,
.testimonial-card.featured span {
  color: #fff;
}

.faq-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: 0.85fr 1.15fr;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.loca-pay-template details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 22px;
}

.loca-pay-template summary {
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.download-section {
  background: #fff;
}

.download-card {
  background: var(--navy);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(18, 32, 47, 0.16);
  padding: 52px;
}

.download-card .kicker {
  color: var(--teal);
}

.download-card h2,
.download-card p {
  color: #fff;
}

.download-card p {
  color: rgba(255, 255, 255, 0.76);
}

.download-card .store-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.store-button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  min-width: 170px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}

.loca-pay-template .store-actions img {
  height: 48px;
  width: auto;
}

.store-button span {
  padding: 12px 16px;
}

.store-button img + span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 991px) {
  .pay-header {
    grid-template-columns: 1fr;
    position: static;
  }

  .pay-nav {
    justify-content: flex-start;
  }

  .pay-hero {
    padding-top: 64px;
  }

  .hero-grid,
  .split,
  .download-card,
  .cards-grid,
  .trust-card,
  .testimonial-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card.featured {
    grid-column: span 1;
  }

  .hero-visual {
    padding-top: 20px;
  }

  .proof-grid,
  .use-grid,
  .quick-facts-grid,
  .country-grid,
  .channel-grid {
    grid-template-columns: 1fr;
  }

  .channel-logo.truemoney {
    grid-column: span 1;
  }

  .download-card .store-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .shell {
    padding: 0 20px;
  }

  .loca-pay-template .brand img {
    height: 54px;
  }

  .pay-nav {
    gap: 14px;
  }

  .loca-pay-template h1 {
    font-size: 42px;
  }

  .how-section,
  .quick-facts-section,
  .country-section,
  .cards-section,
  .coverage-section,
  .trust-section,
  .testimonial-section,
  .faq-section,
  .download-section {
    padding: 60px 0;
  }

  .download-card,
  .trust-card,
  .feature-card {
    padding: 28px;
  }

  .loca-pay-template .store-actions img {
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loca-pay-template * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
