.gcv-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 11px 15px;
  border-radius: 6px;
  background: #0f172a;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .16s ease;
}

.gcv-skip-link:focus-visible {
  color: #fff;
  transform: translateY(0);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #0b63ce;
  outline-offset: 3px;
}

#main-content:focus {
  outline: none;
}

:where(h1, h2, h3, h4)[id] {
  scroll-margin-top: 96px;
}

.gcv-v3-trust-row a {
  color: #1768e5;
  font-weight: 800;
  text-underline-offset: 3px;
}

.gcv-v3-market-note a {
  color: inherit;
  font-weight: 800;
  text-underline-offset: 3px;
}

.gcvx-footer .gcvx-footer-trust {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  color: #dbeafe;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gcv-trust-page {
  background: #fff;
  color: #4b5870;
}

.gcv-trust-page a:not(.gcv-btn) {
  color: #125bc4;
}

.gcv-trust-page .gcv-inner {
  width: min(calc(100% - 40px), 1120px);
  margin-inline: auto;
}

.gcv-trust-hero {
  padding: 64px 0 42px;
  border-bottom: 1px solid #dfe6ef;
  background: #f4f7fb;
}

.gcv-trust-hero .gcv-h1 {
  max-width: 760px;
  margin: 8px 0 16px;
  color: #172033;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
}

.gcv-trust-hero .gcv-sub {
  max-width: 760px;
  margin: 0;
  color: #526078;
  font-size: 18px;
  line-height: 1.7;
}

.gcv-trust-kicker {
  color: #079a83;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gcv-trust-band {
  padding: 48px 0;
}

.gcv-trust-band.is-tinted {
  background: #f4f7fb;
}

.gcv-trust-band h2 {
  margin: 0 0 12px;
  color: #172033;
  font-size: 30px;
}

.gcv-trust-band > .gcv-inner > p {
  max-width: 820px;
  color: #4b5870;
  line-height: 1.75;
}

.gcv-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.gcv-trust-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcv-trust-item {
  min-width: 0;
  padding: 22px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
}

.gcv-trust-item > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #e7f0ff;
  color: #1768e5;
  font-size: 13px;
  font-weight: 900;
}

.gcv-trust-item h3 {
  margin: 0 0 9px;
  color: #172033;
  font-size: 20px;
}

.gcv-trust-item p,
.gcv-trust-item li {
  color: #526078;
  font-size: 15px;
  line-height: 1.68;
}

.gcv-trust-item ul,
.gcv-trust-item ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.gcv-trust-contact {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  color: #1768e5;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.gcv-trust-page .gcv-warning {
  max-width: 1120px;
  margin: 28px auto 0;
  border-color: #e4b14a;
  background: #fff8e8;
  color: #6b4b08;
}

.gcv-trust-table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
}

.gcv-trust-table-wrap .gcv-table {
  min-width: 760px;
  margin: 0;
  color: #4b5870;
}

.gcv-trust-table-wrap .gcv-table th {
  color: #172033;
}

@media (max-width: 760px) {
  .gcv-country-card a,
  .gcv-rates-brand-card a[aria-label^="Open"] {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .gcv-trust-page .gcv-inner {
    width: calc(100% - 28px);
  }

  .gcv-trust-hero {
    padding: 44px 0 32px;
  }

  .gcv-trust-band {
    padding: 38px 0;
  }

  .gcv-trust-grid,
  .gcv-trust-grid.cols-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .gcv-v3-market-card a,
  .gcv-v3-rate-card > a,
  .gcv-v3-step-grid article > a,
  .gcv-v3-guide-grid article > a,
  .gcv-v3-section-head > a,
  .gcv-v3-disclosure a,
  .gcvx-footer section > a,
  .gcvx-footer-bottom a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
