/* Site layout: connect panel, cards page */

/* ── Video Section ─────────────────────────────────────────────────────── */
.tc-video-section {
  width: 100%;
  padding: 80px 0;
  background: var(--tc-paper);
}
.tc-video-section .TcBase_container__irKTr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.tc-video-section__xSan8 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tc-video-section__XjhzC {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}
.tc-video-section__7v937 {
  font-size: 17px;
  color: var(--tc-muted);
  max-width: 380px;
  line-height: 1.6;
  margin: 0;
}
.tc-video-section__U1u6r {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.tc-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  background: #f0f2ff;
  color: var(--tc-accent);
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(5, 0, 255, 0.12);
}
.tc-video-section__9om75 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-video-phone-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tc-video-glow {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5, 0, 255, 0.12) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.tc-video-phone-frame {
  position: relative;
  z-index: 1;
  width: 240px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(5, 0, 255, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.12),
    inset 0 0 0 2px rgba(255,255,255,0.6);
  background: #000;
  aspect-ratio: 9/19.5;
}
.tc-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 36px;
}
@media (max-width: 1024px) {
  .tc-video-section .TcBase_container__irKTr {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .tc-video-section__XjhzC { font-size: 36px; }
  .tc-video-section__7v937 { max-width: 100%; }
  .tc-video-section__U1u6r { justify-content: center; }
  .tc-video-phone-frame { width: 200px; }
}
@media (max-width: 640px) {
  .tc-video-section { padding: 50px 0; }
  .tc-video-section__XjhzC { font-size: 30px; }
  .tc-video-phone-frame { width: 170px; border-radius: 28px; }
  .tc-video-player { border-radius: 28px; }
}

/* Get your card today — single composite PNG (replaces phone + card) */
.TcFeatBlk_block4__aioEk .tc-getcard-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(360px, 90%);
  height: auto;
  max-height: 95%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .TcFeatBlk_block4__aioEk .tc-getcard-hero {
    width: min(300px, 88%);
  }
}
@media (max-width: 640px) {
  .TcFeatBlk_block4__aioEk .tc-getcard-hero {
    width: min(260px, 85%);
  }
}

/* Hero hero-image: size + float live in tc-chat.css (loads last so they are not overridden) */

.TcSiteHdr_left__F6YNA {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  min-width: 0;
  overflow: visible;
}
.TcSiteHdr_right__85H18 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tc-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  min-width: 0;
}
.tc-brand__4mKNC {
  display: block;
  height: auto;
  width: 160px;
  max-width: min(160px, 40vw);
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 640px) {
  .tc-brand__4mKNC {
    width: 120px;
    max-width: 32vw;
  }
}
.TcLangPick_selector__fLSoW {
  position: relative;
  flex-shrink: 0;
}

/* Legacy footer logo class — no longer used */

/* Modal uses .tc-connect-panel — avoids clash with legacy .tc-legacy-sheet in fcc835 (transform broke centering). */

/* —— Wallet modal —— */
.tc-connect-panel {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  overflow: visible;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}
.tc-connect-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tc-connect-panel__U1M3n {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.tc-connect-panel__Ok6WE {
  position: relative;
  width: min(100%, 420px);
  max-height: min(92vh, 720px);
  overflow: auto;
  background: #fff;
  border-radius: 22px;
  box-shadow:
    0 24px 80px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  padding: 0 0 20px;
  animation: twModalIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes twModalIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tc-connect-panel__YmvxU {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  padding: 16px 12px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.tc-connect-panel__TXZlk {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #f4f6f9;
  color: #334155;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.tc-connect-panel__TXZlk:hover {
  background: #e8ecf2;
}
.tc-connect-panel__XjhzC {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #0f172a;
}
/* Wallet modal steps — Trust-style horizontal row */
.tc-flow-steps {
  counter-reset: tc-flow-idx;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  padding: 10px 16px 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.tc-flow-pill {
  counter-increment: tc-flow-idx;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 6px 14px;
  border-radius: 16px;
  border: 1px solid #eef2f6;
  background: #f8fafc;
  font-size: 0;
  font-weight: 600;
  color: #94a3b8;
  line-height: 1.35;
  letter-spacing: -0.01em;
  cursor: default;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}
.tc-flow-pill > span:not(.tc-flow-pill__dot) {
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: inherit;
  hyphens: auto;
  word-wrap: break-word;
}
.tc-flow-pill__dot {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-flow-pill__dot::before {
  content: counter(tc-flow-idx);
  font-size: 11px;
  font-weight: 800;
  color: #94a3b8;
  line-height: 1;
}
/* Active step — Trust blue */
.tc-flow-pill.is-active {
  background: linear-gradient(135deg, rgba(5, 0, 255, 0.04) 0%, rgba(0, 148, 255, 0.06) 100%);
  border-color: rgba(5, 0, 255, 0.28);
  color: #0f172a;
  box-shadow:
    0 4px 20px rgba(5, 0, 255, 0.1),
    0 0 0 1px rgba(5, 0, 255, 0.06) inset;
}
.tc-flow-pill.is-active .tc-flow-pill__dot {
  background: linear-gradient(145deg, #0500ff 0%, #0094ff 100%);
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(5, 0, 255, 0.35);
}
.tc-flow-pill.is-active .tc-flow-pill__dot::before {
  color: #fff;
}
/* Completed steps */
.tc-flow-pill.is-complete {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.06) 0%, rgba(255, 255, 255, 1) 100%);
  border-color: rgba(34, 197, 94, 0.22);
  color: #166534;
}
.tc-flow-pill.is-complete .tc-flow-pill__dot {
  background: linear-gradient(145deg, #22c55e 0%, #4ade80 100%);
  border-color: transparent;
  box-shadow: 0 3px 12px rgba(34, 197, 94, 0.3);
}
.tc-flow-pill.is-complete .tc-flow-pill__dot::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.tc-connect-panel__WA268 {
  padding: 8px 20px 0;
}
.tc-connect-panel__5QkAo {
  margin: 12px 0 16px;
  font-size: 15px;
  color: #64748b;
  line-height: 1.45;
}
.tc-chain-opt {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  margin-bottom: 10px;
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.15s;
}
.tc-chain-opt:hover {
  border-color: rgba(5, 0, 255, 0.35);
  box-shadow: 0 8px 28px rgba(5, 0, 255, 0.08);
  transform: translateY(-1px);
}
.tc-chain-opt:active {
  transform: translateY(0);
}
.tc-chain-opt__4dNMd {
  width: 48px;
  height: 48px;
  padding: 6px;
  box-sizing: border-box;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fafc 0%, #fff 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 2px 12px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.9);
}
.tc-chain-opt__TZnHk {
  flex: 1;
  min-width: 0;
}
.tc-chain-opt__xEWpK {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.tc-chain-opt__sub {
  display: block;
  font-size: 13px;
  color: #94a3b8;
  margin-top: 2px;
}
.tc-chain-opt__J3Jv0 {
  color: #cbd5e1;
  font-size: 18px;
  font-weight: 300;
}
.tc-connect-panel__eZl1M {
  margin: 20px 20px 0;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
  line-height: 1.4;
}
.tc-connect-panel__eZl1M--trust {
  color: #64748b;
}

/* Agreement step: logo + consent checkboxes */
.tc-agree-panel {
  padding-top: 4px;
  padding-bottom: 4px;
}
.tc-agree-panel__nDGcE {
  text-align: center;
  margin-bottom: 14px;
}
.tc-agree-panel__OWXaS {
  display: inline-block;
  height: 30px;
  width: auto;
  max-width: 148px;
  object-fit: contain;
}
.tc-agree-panel__XjhzC {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
  color: #0500ff;
}
.tc-agree-panel__ovbOw {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
  text-align: center;
}
.tc-agree-panel__Ap7R6 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tc-agree-panel__8doQT {
  margin-bottom: 14px;
}
.tc-agree-panel__8doQT:last-of-type {
  margin-bottom: 0;
}
.tc-agree-panel__LryHo {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
}
.tc-agree-panel__chk {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tc-agree-panel__box {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 7px;
  border: 2px solid #cbd5e1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.tc-agree-panel__chk:focus-visible + .tc-agree-panel__box {
  outline: 2px solid #0500ff;
  outline-offset: 2px;
}
.tc-agree-panel__chk:checked + .tc-agree-panel__box {
  background: linear-gradient(135deg, #0500ff 0%, #0094ff 100%);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(5, 0, 255, 0.25);
}
.tc-agree-panel__chk:checked + .tc-agree-panel__box::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.tc-agree-panel__cjoDk {
  flex: 1;
  min-width: 0;
}
.tc-agree-panel__rWKgu {
  width: 100%;
  margin-top: 20px;
  padding: 14px 18px;
  border: 0;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #0500ff 0%, #0094ff 100%);
  box-shadow: 0 8px 24px rgba(5, 0, 255, 0.22);
  transition:
    opacity 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
}
.tc-agree-panel__rWKgu:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.tc-agree-panel__rWKgu:not(:disabled):hover {
  opacity: 0.96;
  transform: translateY(-1px);
}
@media (max-width: 400px) {
  .tc-flow-steps {
    gap: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .tc-flow-pill {
    padding: 10px 4px 12px;
    gap: 6px;
    border-radius: 14px;
  }
  .tc-flow-pill > span:not(.tc-flow-pill__dot) {
    font-size: 9px;
    line-height: 1.25;
  }
  .tc-flow-pill__dot {
    width: 24px;
    height: 24px;
  }
  .tc-flow-pill__dot::before {
    font-size: 10px;
  }
}

.tc-await-panel {
  text-align: center;
  padding: 24px 8px 8px;
}
.tc-await-panel__4dNMd {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(5, 0, 255, 0.1), rgba(72, 230, 196, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-await-panel__4dNMd img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 12px;
}
.tc-await-panel h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.tc-await-panel p,
#tc-await-line {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}
body.tc-dialog-open {
  overflow: hidden;
}

/* —— Cards page —— */
.cards-page {
  min-height: 100vh;
  padding-top: 72px;
  padding-bottom: 100px;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(5, 0, 255, 0.07), transparent),
    radial-gradient(900px 500px at 100% 20%, rgba(72, 230, 196, 0.08), transparent),
    var(--tc-paper);
}
.cards-page__T92mC {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 80px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cards-page__2QbnU {
  font-size: 13px;
  font-weight: 700;
  color: var(--tc-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.cards-page__XjhzC {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0c1222;
  line-height: 1.1;
}
.cards-showcase {
  max-width: 560px;
  margin: 0 auto 48px;
  padding: 0 24px;
}
.cards-showcase__8SBXj {
  background: #fff;
  border-radius: 28px;
  padding: 20px 20px 28px;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 24px 60px rgba(5, 0, 255, 0.09);
  border: 1px solid rgba(5, 0, 255, 0.06);
}
@media (min-width: 960px) {
  .cards-showcase {
    max-width: 1080px;
  }
  .cards-showcase__8SBXj {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(340px, 1.12fr);
    grid-template-rows: auto 1fr;
    column-gap: 44px;
    row-gap: 16px;
    padding: 28px 36px 36px;
    align-items: start;
  }
  .cards-dots {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .cards-visual {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
  }
  .cards-detail {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: stretch;
  }
}
.cards-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.cards-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #e2e8f0;
  cursor: pointer;
  transition:
    width 0.25s,
    background 0.25s;
}
.cards-dots button.is-active {
  width: 28px;
  background: var(--tc-accent);
}
.cards-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  background: linear-gradient(145deg, #0f172a, #1e3a5f);
}
.cards-visual img,
.cards-preview-img {
  width: 100%;
  max-width: min(440px, 92vw);
  max-height: min(340px, 48vh);
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 36px rgba(15, 23, 42, 0.12));
}
.cards-visual__nav {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.cards-visual__nav:hover {
  transform: translateY(-50%) scale(1.05);
}
.cards-visual__nav--prev {
  left: 10px;
  right: auto;
}
.cards-slide-img {
  display: none;
}
.cards-slide-img.is-active {
  display: block;
}
.cards-detail .cards-slide {
  display: none;
}
.cards-detail .cards-slide.is-active {
  display: block;
}
.cards-slide__xEWpK {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  color: #0c1222;
  letter-spacing: -0.02em;
}
.cards-slide__P8H1F {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--tc-accent);
}
.cards-info {
  background: #f8fafc;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 12px;
  border: 1px solid #eef2f7;
}
.cards-info strong {
  display: block;
  font-size: 14px;
  color: #0f172a;
  margin-bottom: 6px;
}
.cards-info p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}
.cards-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 20px;
}
.cards-issue {
  width: 100%;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0500ff, #4f46e5);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0 12px 32px rgba(5, 0, 255, 0.35);
  transition:
    transform 0.15s,
    box-shadow 0.2s;
}
.cards-issue:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(5, 0, 255, 0.4);
}
.cards-limits {
  border: 1px solid #eef2f7;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.cards-limits__MVZya {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border: 0;
  background: #f8fafc;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
}
.cards-limits__MVZya span:last-child {
  transition: transform 0.25s;
  color: #94a3b8;
}
.cards-limits.is-open .cards-limits__MVZya span:last-child {
  transform: rotate(180deg);
}
.cards-limits__Ok6WE {
  display: none;
  padding: 0 18px 16px;
  border-top: 1px solid #eef2f7;
}
.cards-limits.is-open .cards-limits__Ok6WE {
  display: block;
}
.cards-limits ul {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
}
.cards-limits li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-size: 14px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}
.cards-limits li:last-child {
  border-bottom: 0;
}
.cards-limits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #22c55e
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='white' stroke-width='2' d='M2 6l3 3 5-5'/%3E%3C/svg%3E")
    center/10px no-repeat;
}
.cards-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.cards-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e8ecf2;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.cards-badge img {
  width: 20px;
  height: 20px;
}
.cards-footnote {
  margin-top: 16px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
}
@media (max-width: 1024px) {
  .cards-page__T92mC {
    padding: 24px 24px 16px;
  }
}
@media (max-width: 640px) {
  .cards-page {
    padding-top: 68px;
  }
  .cards-showcase__8SBXj {
    padding: 16px 14px 22px;
    border-radius: 22px;
  }
}

.TcSiteHdr_nav__vq5wC a.cards-nav-active {
  color: var(--tc-accent);
}

.TcMainPage_page__Jp1bl {
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 28%, #ffffff 100%);
}

/* ── Community section ── */
.tc-community-section {
  padding: 80px 0 60px;
  background: #fff;
}
.tc-community-title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: #0b1019;
  margin: 0 0 12px;
  line-height: 1.2;
}
.tc-community-sub {
  font-size: 15px;
  color: #64748b;
  margin: 0 0 40px;
  max-width: 480px;
}
.tc-community-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tc-community-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tc-community-img-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 16px;
  position: relative;
}
.tc-community-img-wrap--blue::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0500ff;
  opacity: .55;
  mix-blend-mode: screen;
  pointer-events: none;
}
.tc-community-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.tc-community-card strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #0b1019;
  margin-bottom: 4px;
}
.tc-community-card p {
  font-size: 14px;
  color: #0b1019;
  margin: 0;
  line-height: 1.55;
}
.tc-community-cta {
  margin-top: 40px;
  text-align: center;
}
.tc-community-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0500ff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity .2s;
}
.tc-community-btn:hover { opacity: .85; }
@media (max-width: 900px) {
  .tc-community-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .tc-community-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tc-community-section { padding: 48px 0 40px; }
}

/* ── Footer (1:1 copy of trustwallet.com) ── */
.tc-ft {
  max-width: 1280px;
  margin: 0 auto 40px;
  border: 1px solid #dde4f0;
  border-radius: 30px;
  background: #f8fafe;
  padding: 48px 80px 48px;
  display: grid;
  grid-template-columns: auto 2fr 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 32px 0;
}

/* Child 1 — Stay Connected (auto-placed → col 3, row 2+) */
.tc-ft-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  margin-left: 24px;
}
.tc-ft-social h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0b1019;
  margin: 0;
}
.tc-ft-socials { display: flex; gap: 6px; flex-wrap: wrap; }
.tc-ft-socials a { display: flex; color: #0b1019; transition: color .15s; }
.tc-ft-socials a:hover { color: #0500ff; }

/* Child 2 — Nav + ISO (cols 2-3, row 1) */
.tc-ft-nav {
  grid-column: 2 / 4;
  grid-row: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  justify-self: start;
}
.tc-ft-col {
  min-width: 0;
}
.tc-ft-col strong {
  font-size: 14px;
  font-weight: 700;
  color: #0b1019;
  display: block;
  margin-bottom: 12px;
}
.tc-ft-col nav {
  display: grid;
  gap: 8px;
}
.tc-ft-col a {
  font-size: 14px;
  color: #0b1019;
  text-decoration: none;
  line-height: 1.5;
  transition: color .15s;
}
.tc-ft-col a:hover { text-decoration: underline; }
.tc-ft-iso {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
}
.tc-ft-iso img { width: 58px; height: auto; }

/* Child 3 — Download (col 2, rows 2-3) */
.tc-ft-dl {
  grid-column: 2;
  grid-row: 2 / 4;
  text-align: left;
}
.tc-ft-dl strong { font-size: 14px; font-weight: 700; color: #0b1019; display: block; }
.tc-ft-dl > p { font-size: 13px; color: #0b1019; margin: 4px 0 16px; }
.tc-ft-dl-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 420px;
}
.tc-ft-dl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; font-weight: 500; color: #0500ff;
  border: 1.5px solid #0500ff; border-radius: 999px; padding: 8px 20px;
  height: 36px;
  text-decoration: none; background: transparent; transition: background .2s, color .2s;
  white-space: nowrap;
}
.tc-ft-dl-btn:hover { background: #0500ff; color: #fff; }
.tc-ft-dl-btn svg, .tc-ft-dl-btn img { flex-shrink: 0; height: 18px; width: auto; }

/* Child 4 — Brand (col 1, rows 1-3) */
.tc-ft-brand {
  grid-column: 1;
  grid-row: 1 / 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  width: 180px;
}
.tc-ft-brand-text {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tc-ft-brand-shield {
  width: 140px;
  height: auto;
  margin: 8px auto 0;
  display: block;
}

/* Mobile / tablet */
@media (max-width: 1024px) {
  .tc-ft {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border-radius: 20px;
    padding: 32px 24px;
    margin: 0 16px 32px;
    gap: 32px;
  }
  .tc-ft-social,
  .tc-ft-nav,
  .tc-ft-dl,
  .tc-ft-brand {
    grid-column: 1;
    grid-row: auto;
  }
  .tc-ft-brand { order: -1; flex-direction: column; align-items: center; gap: 0; padding-right: 0; width: auto; }
  .tc-ft-brand-text { width: 110px; }
  .tc-ft-brand-shield { width: 110px; margin-top: 6px; }
  .tc-ft-nav { grid-template-columns: repeat(3, 1fr); }
  .tc-ft-social { margin-left: 0; align-items: center; }
  .tc-ft-dl { text-align: center; }
}
@media (max-width: 640px) {
  .tc-ft-nav { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .tc-ft-dl-grid { flex-direction: column; }
  .tc-ft-dl-btn { width: 100%; }
}

/* ── Header mobile fix: logo must not be covered by buttons ── */
@media (max-width: 640px) {
  .TcSiteHdr_header__2BCBx {
    grid-template-columns: auto 1fr auto;
    gap: 6px;
  }
  /* Logo: fixed size, never shrinks */
  .TcSiteHdr_left__F6YNA {
    flex-shrink: 0;
    min-width: 0;
    width: auto;
  }
  .TcSiteHdr_left__F6YNA .tc-brand__4mKNC {
    width: 90px;
    height: auto;
  }
  /* Right side: don't overflow */
  .TcSiteHdr_right__85H18 {
    flex-shrink: 1;
    min-width: 0;
    gap: 6px;
    justify-content: flex-end;
  }
  /* Language button: show only globe icon, hide "Language" text */
  .TcLangPick_trigger__8SZ1e {
    padding: 0 10px;
    min-height: 36px;
    gap: 4px;
    min-width: 36px;
  }
  .TcLangPick_trigger__8SZ1e .TcLangPick_code__XRXlH {
    display: none;
  }
  /* CTA button: compact */
  .TcSiteHdr_cta__STqD8 {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .TcSiteHdr_left__F6YNA .tc-brand__4mKNC {
    width: 72px;
  }
  .TcSiteHdr_cta__STqD8 {
    padding: 0 10px;
    font-size: 11px;
  }
}
