/* Heroes das LPs de ecossistema — CSS portado do site (verbatim) */

/* ═══ de site/hero-visuals.css (167 regras) ═══ */
@keyframes orbitSpin  {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes hubPulse  {
  0%   { opacity: 0.9; transform: scale(1); }
  100% { opacity: 0;   transform: scale(1.25); }
}
.oc-visual {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.ch-stage { position: relative; width: 100%; height: 560px; display:flex; align-items:center; justify-content:center; }
.ch-orbit { position: relative; width: 540px; height: 540px; }
.ch-orbit::before, .ch-orbit::after {
  content:""; position:absolute; border-radius:50%;
  border:1px dashed rgba(64,15,242,0.22);
  top:50%; left:50%;
}
.ch-orbit::before { width: 67%; aspect-ratio:1; transform: translate(-50%,-50%); animation: chSpin 90s linear infinite; }
.ch-orbit::after { width: 93%; aspect-ratio:1; opacity: .5; transform: translate(-50%,-50%); animation: chSpin 140s linear infinite reverse; }
@keyframes chSpin  { from{transform:translate(-50%,-50%) rotate(0)} to{transform:translate(-50%,-50%) rotate(360deg)} }
.ch-hub {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  z-index: 4;
  width: 268px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #02023C, #04017B);
  border: 1px solid rgba(152,132,255,0.32);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 30px 60px rgba(3,2,30,0.28),
    0 0 0 8px rgba(255,255,255,0.55);
  color: #fff;
}
.ch-hub__pulse {
  position: absolute; inset: -8px;
  border-radius: 28px;
  border: 2px solid rgba(64,15,242,0.6);
  pointer-events: none;
  animation: chPulse 2.6s ease-out infinite;
}
@keyframes chPulse  { 0%{opacity:.9;transform:scale(1)} 100%{opacity:0;transform:scale(1.18)} }
.ch-hub__tag {
  font-family: var(--font-mono); font-size:9px; letter-spacing:.18em; text-transform:uppercase;
  color: var(--lilas); margin-bottom: 8px;
  display:flex; align-items:center; justify-content:space-between;
}
.ch-hub__tag .live { display:inline-flex; align-items:center; gap:5px; color:#6BE5A6;}
.ch-hub__tag .live::before { content:""; width:5px; height:5px; border-radius:50%; background:#6BE5A6; box-shadow:0 0 6px #6BE5A6; }
.ch-hub__items {
  background: rgba(152,132,255,0.07);
  border: 1px solid rgba(152,132,255,0.14);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-family: var(--font-mono); font-size: 10.5px;
  color: rgba(233,228,237,0.75);
}
.ch-hub__items .row { display:flex; justify-content:space-between; padding: 2px 0; }
.ch-hub__items .row strong { color:#fff; font-family: var(--font-heading); font-weight:500; }
.ch-hub__total {
  display:flex; justify-content:space-between; align-items:baseline;
  padding: 4px 2px 14px;
}
.ch-hub__total .lbl { font-family: var(--font-mono); font-size:10px; color: rgba(233,228,237,0.6); letter-spacing:.1em; text-transform:uppercase;}
.ch-hub__total .val { font-size: 24px; font-weight:700; letter-spacing:-0.02em; color:#fff;}
.ch-hub__cta {
  display:flex; align-items:center; justify-content:center; gap:8px;
  width:100%; padding:11px 16px;
  border-radius: 100px;
  background: linear-gradient(135deg, #5a28ff 0%, #400FF2 100%);
  color:#fff; font-weight:600; font-size:13px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 8px 22px rgba(64,15,242,0.55);
}
.ch-hub__cta-icon {
  width: 18px; height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  /* turn the colored logo white */
  filter: brightness(0) invert(1);
}
.ch-hub__trust {
  margin-top: 10px;
  font-family: var(--font-mono); font-size: 9px; letter-spacing:.12em;
  color: rgba(233,228,237,0.45); text-align:center; text-transform:uppercase;
}
.ch-chip {
  position: absolute; z-index: 3;
  padding: 9px 13px;
  border-radius: 100px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,1);
  backdrop-filter: blur(14px);
  font-size: 12px; font-weight: 600;
  color: var(--ink);
  display:inline-flex; align-items:center; gap: 7px;
  box-shadow: 0 10px 24px rgba(64,15,242,0.12), inset 0 1px 0 rgba(255,255,255,1);
  white-space: nowrap;
  transform: translate(-50%,-50%);
}
.ch-chip i, .ch-chip svg { color: var(--azul-paytime); font-size: 13px; }
.ch-chip .ch-chip__img { width: 16px; height: 16px; object-fit: contain; display: block; flex-shrink: 0; }
.ch-chip .dot { width:6px; height:6px; border-radius:50%; background:#6BE5A6; box-shadow:0 0 6px #6BE5A6; }
.ch-chip.p1 { top: 3.7%;  left: 50%; }
.ch-chip.p2 { top: 17.3%; left: 82.7%; }
.ch-chip.p3 { top: 50%;   left: 96.3%; }
.ch-chip.p4 { top: 82.7%; left: 82.7%; }
.ch-chip.p5 { top: 96.3%; left: 50%; }
.ch-chip.p6 { top: 82.7%; left: 17.3%; }
.ch-chip.p7 { top: 50%;   left: 3.7%; }
.ch-chip.p8 { top: 17.3%; left: 17.3%; }
.dv-stage { position:relative; width: 600px; height: 540px; }
.dv-browser {
  position: absolute;
  top: 60px; left: 0;
  width: 480px; height: 320px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(64,15,242,0.10);
  box-shadow:
    0 30px 60px rgba(64,15,242,0.18),
    0 8px 20px rgba(3,2,30,0.06),
    inset 0 1px 0 rgba(255,255,255,1);
  overflow: hidden;
}
.dv-browser__bar {
  height: 32px;
  background: linear-gradient(180deg, #F5F2FA, #EDEAF2);
  border-bottom: 1px solid rgba(64,15,242,0.08);
  display:flex; align-items:center; gap: 6px; padding: 0 12px;
}
.dv-browser__dots { display:flex; gap: 5px; }
.dv-browser__dots span { width: 9px; height:9px; border-radius:50%; background: rgba(3,2,30,0.16); }
.dv-browser__dots span:first-child { background:#FF6058;}
.dv-browser__dots span:nth-child(2) { background:#FFBE2F;}
.dv-browser__dots span:nth-child(3) { background:#29C940;}
.dv-browser__url {
  flex:1; height: 18px; margin: 0 12px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(3,2,30,0.08);
  display:flex; align-items:center; padding: 0 8px;
  font-family: var(--font-mono); font-size: 9.5px; color: var(--ink-mute);
}
.dv-browser__url i { font-size:8px; margin-right:6px; color: #00875c; }
.dv-browser__body { padding: 22px 26px; display:grid; grid-template-columns: 1fr 200px; gap: 18px; }
.dv-browser__product {
  height: 200px;
  border-radius: 12px;
  background: #02023C url("/assets/checkout-tenis.webp") center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.dv-browser__product::before { display: none; }
.dv-browser__product::after { display: none; }
.dv-browser__pane { display:flex; flex-direction:column; gap: 10px; padding-top: 4px;}
.dv-line { height: 8px; border-radius: 100px; background: rgba(64,15,242,0.10);}
.dv-line.w80 { width: 80%; }
.dv-line.w60 { width: 60%; }
.dv-line.w40 { width: 40%; }
.dv-browser__pane .price {
  font-size: 22px; font-weight: 700; letter-spacing:-0.02em; color: var(--ink);
  margin: 6px 0 4px;
}
.dv-browser__pane .btn-mini {
  margin-top: 6px;
  display:flex; align-items:center; justify-content:center; gap:6px;
  padding: 9px 12px; border-radius: 100px;
  background: linear-gradient(135deg, #5a28ff, #400FF2);
  color:#fff; font-size:11px; font-weight:600;
  box-shadow: 0 6px 16px rgba(64,15,242,0.45);
}
.dv-phone {
  position: absolute;
  top: 90px; right: 0;
  width: 220px; height: 440px;
  border-radius: 38px;
  background: #03021E;
  padding: 9px;
  box-shadow:
    0 40px 80px rgba(3,2,30,0.28),
    0 8px 16px rgba(3,2,30,0.10),
    inset 0 0 0 1px rgba(255,255,255,0.06);
}
.dv-phone__screen {
  width: 100%; height: 100%;
  border-radius: 30px;
  background: linear-gradient(180deg, #FAF8FE, #F4F3FF 100%);
  position: relative; overflow: hidden;
  padding: 28px 14px 14px;
}
.dv-phone__notch {
  position:absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 18px; border-radius: 100px;
  background: #03021E;
}
.dv-phone__head { display:flex; align-items:center; justify-content:space-between; margin-bottom: 14px;}
.dv-phone__head .back { width: 22px; height: 22px; border-radius:50%; background: rgba(3,2,30,0.06); display:flex; align-items:center; justify-content:center; font-size: 10px; color: var(--ink-soft);}
.dv-phone__head .ttl { font-size: 11px; font-weight: 600; color: var(--ink); letter-spacing:-0.01em;}
.dv-phone__head .dot { width: 22px; }
.dv-phone__hero {
  height: 100px;
  border-radius: 12px;
  background: #D9CDFD url("/assets/checkout-camisa-meias.webp") center / cover no-repeat;
  margin-bottom: 12px;
  position: relative; overflow:hidden;
}
.dv-phone__hero::after { display: none; }
.dv-phone__price { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 2px;}
.dv-phone__name { font-size: 10px; color: var(--ink-soft); margin-bottom: 12px; }
.dv-phone__pm {
  display:flex; align-items:center; gap: 8px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid rgba(64,15,242,0.10);
  border-radius: 10px;
  margin-bottom: 8px;
  box-shadow: 0 2px 6px rgba(3,2,30,0.04);
}
.dv-phone__pm .ic {
  width: 24px; height: 24px; border-radius: 6px;
  background: linear-gradient(135deg, #02023C, #04017B);
  color:#fff; display:flex; align-items:center; justify-content:center; font-size: 10px;
}
.dv-phone__pm .nm { font-size: 10px; font-weight:600; color: var(--ink); flex:1;}
.dv-phone__pm .ck { font-size: 9px; color: var(--azul-paytime); }
.dv-phone__cta {
  margin-top: 6px;
  padding: 11px;
  border-radius: 100px;
  background: linear-gradient(135deg, #5a28ff, #400FF2);
  color: #fff; font-size: 11px; font-weight: 600; text-align:center;
  box-shadow: 0 8px 18px rgba(64,15,242,0.45);
}
.dv-phone__bio {
  margin-top: 10px;
  text-align:center;
  font-family: var(--font-mono); font-size: 8px; color: var(--ink-mute);
  letter-spacing:.1em; text-transform:uppercase;
}
.dv-chip {
  position: absolute; z-index: 5;
  display:inline-flex; align-items:center; gap: 8px;
  padding: 9px 13px;
  border-radius: 100px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,1);
  backdrop-filter: blur(14px);
  font-size: 12px; font-weight: 600;
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(64,15,242,0.14), inset 0 1px 0 rgba(255,255,255,1);
}
.dv-chip .num {
  font-size: 14px; font-weight: 700;
  background: linear-gradient(135deg, #00875c, #6BE5A6);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing:-0.01em;
}
.dv-chip i { color: var(--azul-paytime); }
.dv-chip.c1 { top: 54px; left: 220px; }
.dv-chip.c2 { top: 130px; right: -42px; }
.dv-chip.c3 { bottom: 155px; left: 60px;}
@keyframes tpRingSpin  {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes tpPulse  { 0%{opacity:.8;transform:scale(1)} 100%{opacity:0;transform:scale(1.30)} }
@keyframes tp2Twinkle  {
  0%, 100% { opacity: 0.2; transform: scale(0.6); }
  50%      { opacity: 1;    transform: scale(1.15); }
}
@keyframes tp2Tap  {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}
@keyframes tp2Pulse  {
  0%   { transform: scale(0.4); opacity: 0.9; }
  100% { transform: scale(2.2); opacity: 0; }
}
.api-stage {
  position: relative;
  width: 640px;
  height: 580px;
  font-family: var(--font-mono);
}
.api-code {
  position: absolute;
  top: 30px;
  left: 0;
  width: 480px;
  border-radius: 16px;
  background: linear-gradient(135deg, #02023C, #04017B);
  border: 1px solid rgba(152,132,255,0.32);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 30px 70px rgba(3,2,30,0.32),
    0 8px 20px rgba(3,2,30,0.14);
  overflow: hidden;
  z-index: 3;
}
.api-code__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(152,132,255,0.18);
  background: rgba(3,2,30,0.4);
}
.api-code__dots { display: flex; gap: 6px; }
.api-code__dots span {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.18);
}
.api-code__dots span:nth-child(1) { background: #FF6058; }
.api-code__dots span:nth-child(2) { background: #FFBE2F; }
.api-code__dots span:nth-child(3) { background: #29C940; }
.api-code__tab {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(152,132,255,0.10);
  border: 1px solid rgba(152,132,255,0.18);
  font-size: 10.5px;
  color: rgba(233,228,237,0.92);
}
.api-code__tab i { font-size: 9px; color: var(--lilas); }
.api-code__live {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px;
  color: #6BE5A6;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.api-code__live::before {
  content:"";
  width: 6px; height: 6px; border-radius: 50%;
  background: #6BE5A6;
  box-shadow: 0 0 6px #6BE5A6;
  animation: pulse 1.6s ease-in-out infinite;
}
.api-code__body {
  padding: 18px 20px 20px;
  font-size: 12.5px;
  line-height: 1.75;
  color: rgba(233,228,237,0.85);
}
.api-code__row { display: flex; gap: 14px; }
.api-code__gut {
  flex-shrink: 0;
  width: 16px;
  color: rgba(152,132,255,0.35);
  text-align: right;
  user-select: none;
  font-variant-numeric: tabular-nums;
}
.api-code__line { flex: 1; white-space: pre; }
.api-code__cursor {
  display: inline-block;
  width: 7px; height: 14px;
  background: var(--lilas);
  vertical-align: -2px;
  margin-left: 2px;
  animation: apiBlink 1s steps(2, end) infinite;
}
@keyframes apiBlink  { 50% { opacity: 0; } }
.api-response {
  position: absolute;
  right: 0;
  bottom: 170px;
  width: 320px;
  background: linear-gradient(160deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.78) 60%, rgba(245,242,251,0.88) 100%);
  backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255,255,255,1);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(64,15,242,0.06),
    0 20px 50px rgba(64,15,242,0.18),
    0 4px 12px rgba(3,2,30,0.08);
  padding: 14px 16px 16px;
  z-index: 5;
  font-family: var(--font-mono);
}
.api-response__head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(64,15,242,0.10);
}
.api-response__status {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 9px;
  border-radius: 100px;
  background: rgba(0,135,92,0.10);
  border: 1px solid rgba(0,135,92,0.22);
  color: #00875c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}
.api-response__status::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: #6BE5A6;
  box-shadow: 0 0 6px #6BE5A6;
}
.api-response__time {
  margin-left: auto;
  font-size: 10.5px;
  color: var(--ink-mute);
  font-family: var(--font-mono);
}
.api-response__body {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.api-response__body .key { color: var(--azul-paytime); }
.api-response__body .str { color: #b06b00; }
.api-response__body .num { color: #c0398d; }
.api-response__body .nul { color: var(--ink-mute); }
.api-webhooks {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.72) 50%, rgba(245,242,251,0.84) 100%);
  backdrop-filter: blur(16px) saturate(170%);
  border: 1px solid rgba(255,255,255,1);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    0 14px 30px rgba(64,15,242,0.12),
    0 2px 8px rgba(3,2,30,0.05);
  padding: 12px 12px 10px;
  z-index: 4;
}
.api-webhooks__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.api-webhooks__title {
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.api-webhooks__tag {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--azul-paytime);
  display: inline-flex; align-items: center; gap: 5px;
}
.api-webhooks__tag::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--azul-paytime);
  animation: pulse 1.6s ease-in-out infinite;
}
.api-webhook {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 6px;
  border-top: 1px dashed rgba(64,15,242,0.08);
  font-family: var(--font-mono);
}
.api-webhook:first-of-type { border-top: none; }
.api-webhook__ic {
  width: 22px; height: 22px; border-radius: 6px;
  background: rgba(64,15,242,0.08);
  color: var(--azul-paytime);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}
.api-webhook__ic.ok { background: rgba(0,135,92,0.10); color: #00875c; }
.api-webhook__ic.warn { background: rgba(217,148,29,0.12); color: #b06b00; }
.api-webhook__main { flex: 1; min-width: 0; }
.api-webhook__name {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
}
.api-webhook__meta {
  font-size: 9px;
  color: var(--ink-mute);
  margin-top: 2px;
  letter-spacing: .02em;
}
.api-chip {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px 9px 11px;
  border-radius: 100px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,1);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 26px rgba(64,15,242,0.14), inset 0 1px 0 rgba(255,255,255,1);
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.api-chip .ic {
  width: 24px; height: 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  color: var(--azul-paytime);
  background: rgba(64,15,242,0.10);
}
.api-chip.c-rest { top: 0; left: 20px; }
.api-chip.c-rest .ic { background: linear-gradient(135deg, #5a28ff, #400FF2); color: #fff; }
.api-chip.c-latency { top: 250px; left: -20px; }
.api-chip.c-latency .ic {
  background: rgba(107,229,166,0.20);
  color: #00875c;
}
@keyframes ncPulse  {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
@media (max-width: 768px)  {
  .tp-stage,
  .tp2-stage,
  .sc-stage,
  .api-stage,
  .nc-stage,
  .ch-hub,
  .ch-orbit,
  .routing-engine-vis,
  .device-stack {
    display: none !important;
  }
  .oc-visual:has(> .tp-stage),
  .oc-visual:has(> .tp2-stage),
  .oc-visual:has(> .sc-stage),
  .oc-visual:has(> .api-stage),
  .oc-visual:has(> .nc-stage) {
    display: none !important;
  }
  .gw-1toque-grid > div:has(.tp-stage),
  .gw-1toque-grid > div:has(.oc-visual) {
    display: none !important;
  }
}
@keyframes livePulse  { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
@keyframes floatA  { 0% { transform: translateY(0); } 100% { transform: translateY(-10px); } }
.hx-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: var(--space-6, 48px);
  align-items: center;
}
.hx-hero-inner .hero-copy { text-align: left; margin: 0; max-width: none; }
.hx-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
@media (min-width: 961px) and (max-width: 1180px)  {
  .hx-visual { transform: scale(0.86); transform-origin: center; }
}
@media (max-width: 960px)  {
  .hx-hero-inner { grid-template-columns: 1fr; }
  .hx-visual { display: none; }
  .hx-hero-inner .hero-copy { text-align: center; }
}
@media (max-width: 768px)  {
  .hx-visual,
  .hero-visual {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    max-width: 100%;
    min-height: auto !important;
    margin-top: var(--space-5, 24px);
  }
  .hx-visual > *,
  .hero-visual > * {
    zoom: 0.6;
  }
  .frag-scale .hx-visual,
  .frag-scale .hero-visual { margin-top: 0 !important; overflow: visible; }
  .frag-scale .hx-visual > *,
  .frag-scale .hero-visual > * { zoom: 1 !important; }
}
html.hide-hero-media .hx-visual,
html.hide-hero-media .hero-visual { display: none !important; }
@keyframes hx-live {0%,100%{opacity:1}50%{opacity:.45}}
@keyframes hx-spin {to{transform:rotate(360deg)}}
@keyframes hx-s1 {0%,30%{opacity:1}36%,94%{opacity:0}100%{opacity:1}}
@keyframes hx-s2 {0%,30%{opacity:0}36%,58%{opacity:1}64%,100%{opacity:0}}
@keyframes hx-s3 {0%,58%{opacity:0}64%,93%{opacity:1}99%,100%{opacity:0}}
@keyframes hx-feed {0%{transform:translateY(0)}100%{transform:translateY(-50%)}}
@keyframes hx-float {0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes hx-pulse {0%,100%{box-shadow:0 0 0 0 rgba(64,15,242,0.20)}60%{box-shadow:0 0 0 12px rgba(64,15,242,0)}}
@keyframes hx-pulseg {0%,100%{box-shadow:0 0 0 0 rgba(22,163,74,0.25)}60%{box-shadow:0 0 0 8px rgba(22,163,74,0)}}
@keyframes hx-eA {0%,10%{stroke-dashoffset:170;opacity:1}32%,90%{stroke-dashoffset:0;opacity:1}97%,100%{stroke-dashoffset:0;opacity:0}}
@keyframes hx-eB {0%,36%{stroke-dashoffset:206;opacity:1}58%,90%{stroke-dashoffset:0;opacity:1}97%,100%{stroke-dashoffset:0;opacity:0}}
@keyframes hx-gLeaf {0%,2%{box-shadow:0 8px 20px rgba(11,18,32,0.07);border-color:#E6E8EE}6%,18%{box-shadow:0 0 0 2px rgba(64,15,242,0.28),0 10px 28px rgba(64,15,242,0.30);border-color:rgba(64,15,242,0.55)}30%,100%{box-shadow:0 8px 20px rgba(11,18,32,0.07);border-color:#E6E8EE}}
@keyframes hx-gInt {0%,26%{box-shadow:0 10px 26px rgba(11,18,32,0.08);border-color:#E6E8EE}34%,46%{box-shadow:0 0 0 2px rgba(64,15,242,0.28),0 12px 30px rgba(64,15,242,0.30);border-color:rgba(64,15,242,0.55)}58%,100%{box-shadow:0 10px 26px rgba(11,18,32,0.08);border-color:#E6E8EE}}
@keyframes hx-gParent {0%,54%{box-shadow:0 12px 30px rgba(64,15,242,0.12)}62%,78%{box-shadow:0 0 0 3px rgba(64,15,242,0.30),0 16px 40px rgba(64,15,242,0.42)}92%,100%{box-shadow:0 12px 30px rgba(64,15,242,0.12)}}
@keyframes hx-wipe {to{left:118%}}
@keyframes hx-spinRev {to{transform:rotate(-360deg)}}
@keyframes hx-ray {to{stroke-dashoffset:-56}}
#bd-kit, #bd-kit * { transition: background-color .55s ease, color .55s ease, border-color .55s ease, fill .55s ease, box-shadow .55s ease; }
.glass-tags .orbit-chip,
.glass-tags .ch-chip,
.glass-tags .dv-chip,
.glass-tags .tp-float,
.glass-tags .sc-chip,
.glass-tags .tp2-badge,
.glass-tags .api-chip,
.glass-tags .nc-chip,
.glass-tags .pres-chip,
.glass-tags .fl-timer {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 12px 30px rgba(64, 15, 242, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.glass-tags .fl-timer { color: var(--ink); }
.glass-tags .fl-timer .num {
  background: linear-gradient(135deg, #5a28ff, #400FF2);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.glass-tags .fl-timer .lbl { color: var(--ink-mute); }
.glass-tags .fl-card,
.glass-tags .glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.30)) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  -webkit-backdrop-filter: blur(8px) saturate(150%) !important;
  backdrop-filter: blur(8px) saturate(150%) !important;
  box-shadow: 0 18px 40px rgba(64, 15, 242, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}
.glass-tags .glass-card.glass-over {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.62)) !important;
  box-shadow: -26px 22px 50px rgba(3, 2, 30, 0.20), 0 14px 30px rgba(64, 15, 242, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
}

/* ═══ de site/design-system.css (46 regras) ═══ */
@keyframes shineSlide  {
  0% {
    left: -120%;
  }

  55% {
    left: 140%;
  }

  100% {
    left: 140%;
  }
}
@keyframes pulse  {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}
.glass-soft {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.55) 50%, rgb(244 241 255 / 55%) 100%);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(64, 15, 242, 0.08),
    inset 1px 0 0 rgba(255, 255, 255, 0.6),
    inset -1px 0 0 rgba(64, 15, 242, 0.04),
    0 14px 40px rgb(64 15 242 / 4%),
    0 2px 8px rgba(3, 2, 30, 0.06);
  isolation: isolate;
  overflow: hidden;
}
.glass-soft>* {
  position: relative;
  z-index: 1;
}
.feature-card.glass-soft {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
@keyframes circle-float  {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-20px) scale(1.03);
  }
}
@keyframes pulse-dot  {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
@keyframes pgDrift1  {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(70px, 110px) scale(1.08);
  }

  66% {
    transform: translate(-50px, 55px) scale(0.96);
  }
}
@keyframes pgDrift2  {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  40% {
    transform: translate(-90px, -70px) scale(1.12);
  }

  70% {
    transform: translate(55px, 38px) scale(0.92);
  }
}
@keyframes pgDrift3  {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  30% {
    transform: translate(100px, -50px) scale(1.06);
  }

  65% {
    transform: translate(-35px, 85px) scale(0.96);
  }
}
@keyframes pgDrift4  {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-65px, -100px) scale(1.15);
  }
}
@keyframes orbPulse  {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.06);
  }
}
@keyframes vcFloat1  {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}
@keyframes vcFloat2  {

  0%,
  100% {
    transform: translateY(-6px);
  }

  50% {
    transform: translateY(6px);
  }
}
@keyframes vcFloat3  {

  0%,
  100% {
    transform: translateY(4px);
  }

  50% {
    transform: translateY(-8px);
  }
}
@keyframes ripple  {
  0% {
    width: 25px;
    height: 25px;
    opacity: 1;
  }

  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
@keyframes ring  {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes vcRipple  {
  0% {
    width: 28px;
    height: 28px;
    opacity: 1;
  }

  100% {
    width: 130px;
    height: 130px;
    opacity: 0;
  }
}
@keyframes floatPhone  {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-12px);
  }
}
@keyframes vcRipple2  {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.split-builder {
  width: 300px;
}
.split-incoming {
  background: linear-gradient(135deg, var(--c-blue-mid), var(--c-blue));
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 6px 18px rgba(64, 15, 242, 0.3);
}
.split-incoming .lbl {
  font-size: 11px;
  opacity: 0.8;
}
.split-incoming .val {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.split-arrow {
  text-align: center;
  font-size: 16px;
  opacity: 0.35;
  margin: 4px 0;
}
.split-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-bottom: 6px;
  box-shadow: 0 4px 12px rgba(64, 15, 242, 0.06);
}
.split-row .av {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--c-lilas), var(--c-blue));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-row .info .name {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.split-row .info .role {
  font-size: 10px;
  color: #5A6A8A;
}
.split-row .pct {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-blue);
  font-family: 'JetBrains Mono', monospace;
}
@keyframes vcMarquee  {
  to {
    transform: translateX(-50%);
  }
}
@keyframes dotPulse  {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}
@keyframes auroradrift  {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(60px, -50px) scale(1.07);
  }

  100% {
    transform: translate(-50px, 30px) scale(0.95);
  }
}
@keyframes lm-pulse  {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.55;
  }
}
@keyframes lm-float  {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-12px);
  }
}
@media (max-width: 768px)  {
  .feature-card,
  .audience-card,
  .solution-card,
  .why-item,
  .info-card,
  .glass-card,
  .card {
    padding: 20px !important;
  }
}
@media (max-width: 900px)  {
  .hero-headline,
  .hero-sub,
  .lp-hero__headline,
  .lp-hero__sub,
  .nf-headline,
  .nf-sub,
  .rv-headline,
  .rv-sub,
  .ab-headline,
  .ab-sub,
  .as-headline,
  .as-sub,
  .cr-headline,
  .cr-sub,
  .sb-h1,
  .sb-lead,
  .hub-hero h1,
  .hub-hero p {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
  }
  .hero-headline,
  .lp-hero__headline,
  .nf-headline,
  .rv-headline,
  .ab-headline,
  .as-headline,
  .cr-headline,
  .sb-h1,
  .hub-hero h1 {
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
  }
  .hero-sub,
  .lp-hero__sub,
  .nf-sub,
  .rv-sub,
  .ab-sub,
  .as-sub,
  .cr-sub,
  .sb-lead {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}
@media (max-width: 480px)  {
  .hero-headline,
  .lp-hero__headline,
  .nf-headline,
  .rv-headline,
  .ab-headline,
  .as-headline,
  .cr-headline,
  .sb-h1,
  .hub-hero h1 {
    font-size: clamp(1.7rem, 8vw, 2.3rem) !important;
  }
}
@media (max-width: 768px)  {
  .section-inner,
  .api-showcase,
  .compare-actions,
  .features-bento {
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 768px)  {
  .hero-inner,
  .section-inner,
  .api-showcase,
  .features-bento,
  .audience-grid,
  .solutions-grid,
  .ft-split,
  .ab-tabs,
  .ab-endpoints,
  .ab-dx,
  .ab-steps,
  .nf-bundle,
  .rv-arc,
  .rv-personas,
  .rv-why,
  .lp-photo-row,
  .hub-grid,
  .as-stats,
  .as-feat,
  .as-migration,
  .cr-pillars,
  .cr-benefits,
  .cr-process,
  .sb-facts,
  .nf-related,
  .rv-related,
  .ab-related,
  .as-related,
  .features-grid,
  .audience-card-grid,
  .audience-split,
  .audience-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .hero-inner>*,
  .section-inner>*,
  .api-showcase>*,
  .features-bento>*,
  .audience-grid>*,
  .solutions-grid>*,
  .ft-split>*,
  .ab-endpoints>*,
  .ab-dx>*,
  .ab-steps>*,
  .nf-bundle>*,
  .rv-arc>*,
  .rv-personas>*,
  .rv-why>*,
  .lp-photo-row>*,
  .hub-grid>*,
  .as-stats>*,
  .as-feat>*,
  .as-migration>*,
  .cr-pillars>*,
  .cr-benefits>*,
  .cr-process>*,
  .features-grid>* {
    min-width: 0 !important;
    max-width: 100%;
  }
}
@media (max-width: 768px)  {
  .feature-checklist,
  .api-bullets,
  ul[style*="list-style: none"] {
    text-align: left !important;
    max-width: 460px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.eyebrow,
.audience-eyebrow,
.ab-eyebrow,
.as-eyebrow,
.cr-eyebrow,
.nf-eyebrow,
.roi-eyebrow,
.rv-eyebrow,
.sb-eyebrow,
.lp-hero__eyebrow,
.hub-hero__eyebrow {
  display: inline-flex !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.eyebrow+h1,
.eyebrow+h2,
.eyebrow+h3,
.audience-eyebrow+h1,
.audience-eyebrow+h2,
.ab-eyebrow+h1,
.as-eyebrow+h1,
.cr-eyebrow+h1,
.nf-eyebrow+h1,
.roi-eyebrow+h1,
.rv-eyebrow+h1,
.sb-eyebrow+h1,
.lp-hero__eyebrow+h1,
.hub-hero__eyebrow+h1 {
  margin-top: 0 !important;
}
@media (max-width: 768px)  {
  .eyebrow,
  .audience-eyebrow,
  .ab-eyebrow,
  .as-eyebrow,
  .cr-eyebrow,
  .nf-eyebrow,
  .roi-eyebrow,
  .rv-eyebrow,
  .sb-eyebrow,
  .lp-hero__eyebrow,
  .hub-hero__eyebrow {
    margin-bottom: 14px !important;
  }
}
@media (max-width: 768px)  {
  .hero-content,
  .hero-copy,
  .hero-inner .hero-copy,
  .lp-hero__copy,
  .nf-hero__copy,
  .rv-hero__copy,
  .ab-hero__copy,
  .as-hero__copy,
  .cr-hero__copy,
  .sb-hero__copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
  }
  .eyebrow,
  .audience-eyebrow,
  .ab-eyebrow,
  .as-eyebrow,
  .cr-eyebrow,
  .nf-eyebrow,
  .rv-eyebrow,
  .roi-eyebrow,
  .sb-eyebrow,
  .lp-hero__eyebrow,
  .hub-hero__eyebrow,
  .badge.badge--blue {
    font-size: 8px !important;
    word-spacing: 0 !important;
    letter-spacing: .14em !important;
  }
}
@keyframes destaque-shimmer  { 0%, 100% { opacity: .75 } 50% { opacity: 1 } }

/* ═══ inline de franquias.html (15 regras) ═══ */
.split-builder {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      width: 100%;
      max-width: 380px;
    }
.sb-payment-card {
      width: 100%;
      background: linear-gradient(135deg, #4F35E8 0%, #2D1BBF 100%);
      border-radius: 20px;
      padding: 22px 24px 20px;
      color: #fff;
      box-shadow: 0 20px 48px rgba(64, 15, 242, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
.sb-payment-label {
      font-size: 13px;
      font-weight: 500;
      opacity: 0.75;
      margin-bottom: 8px;
      letter-spacing: -0.01em;
    }
.sb-payment-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
.sb-payment-value {
      font-size: 28px;
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1;
    }
.sb-payment-check {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
.sb-arrow {
      display: flex;
      justify-content: center;
      padding: 6px 0;
    }
.sb-recipients {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
.sb-recipient {
      background: #fff;
      border-radius: 16px;
      padding: 16px 18px;
      display: flex;
      align-items: center;
      gap: 14px;
      box-shadow: 0 2px 12px rgba(64, 15, 242, 0.07), 0 1px 3px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(64, 15, 242, 0.06);
    }
.sb-avatar {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      flex-shrink: 0;
      letter-spacing: -0.02em;
    }
.sb-info {
      flex: 1;
      min-width: 0;
    }
.sb-name {
      font-size: 14px;
      font-weight: 600;
      color: var(--ink);
      letter-spacing: -0.015em;
      line-height: 1.2;
    }
.sb-role {
      font-size: 12px;
      color: var(--ink-soft);
      margin-top: 2px;
    }
.sb-amount {
      font-size: 15px;
      color: var(--azul-paytime);
      font-family: var(--font-mono);
      letter-spacing: -0.01em;
      white-space: nowrap;
    }
.sb-amount strong {
      font-weight: 700;
    }

/* ═══ inline de entretenimento.html (14 regras) ═══ */
.split-builder {
      width: 100%;
      max-width: 340px;
    }
.split-incoming {
      background: linear-gradient(135deg, var(--azul-paytime), var(--lilas));
      color: #fff;
      border-radius: 16px;
      padding: 16px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 8px 24px rgba(64, 15, 242, 0.28);
    }
.split-incoming .s-lbl {
      font-size: 11px;
      opacity: 0.8;
      letter-spacing: 0.04em;
      margin-bottom: 4px;
    }
.split-incoming .s-val {
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -0.02em;
    }
.split-incoming .s-sub {
      font-size: 10px;
      opacity: 0.6;
      margin-top: 2px;
      font-family: var(--font-mono);
    }
.split-arrow {
      text-align: center;
      font-size: 14px;
      opacity: 0.3;
      margin: 6px 0;
    }
.split-row {
      display: grid;
      grid-template-columns: 36px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 12px 14px;
      background: rgba(255, 255, 255, 0.88);
      border-radius: 14px;
      border: 1px solid rgba(255, 255, 255, 1);
      margin-bottom: 8px;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 4px 16px rgba(64, 15, 242, 0.06);
    }
.split-row:last-child {
      margin-bottom: 0;
    }
.split-row .s-av {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
.split-row .s-info .s-name {
      font-size: 13px;
      font-weight: 600;
      color: var(--ink);
    }
.split-row .s-info .s-role {
      font-size: 11px;
      color: var(--ink-soft);
      margin-top: 1px;
    }
.split-row .s-pct {
      text-align: right;
    }
.split-row .s-pct .s-amount {
      font-size: 14px;
      font-weight: 700;
      color: var(--azul-paytime);
      font-family: var(--font-mono);
      display: block;
    }
.split-row .s-pct .s-share {
      font-size: 10px;
      color: var(--ink-mute);
      font-family: var(--font-mono);
    }

/* ═══ inline de gateways.html (2 regras) ═══ */
@keyframes orbitSpin  {
      from {
        transform: translate(-50%, -50%) rotate(0deg);
      }

      to {
        transform: translate(-50%, -50%) rotate(360deg);
      }
    }
@keyframes hubPulse  {
      0% {
        opacity: 0.9;
        transform: scale(1);
      }

      100% {
        opacity: 0;
        transform: scale(1.25);
      }
    }


/* ═══ tp-stage (hero de pagamentos-ecossistema) — de site/hero-visuals.css ═══ */
@keyframes orbitSpin  {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes hubPulse  {
  0%   { opacity: 0.9; transform: scale(1); }
  100% { opacity: 0;   transform: scale(1.25); }
}
@keyframes chSpin  { from{transform:translate(-50%,-50%) rotate(0)} to{transform:translate(-50%,-50%) rotate(360deg)} }
@keyframes chPulse  { 0%{opacity:.9;transform:scale(1)} 100%{opacity:0;transform:scale(1.18)} }
.tp-stage {
  position: relative;
  width: 540px;
  height: 540px;
}
.tp-glow {
  position: absolute;
  top: 42%; left: 50%;
  width: 380px; height: 380px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 50%, rgba(152,132,255,0.45) 0%, rgba(64,15,242,0.18) 28%, transparent 60%);
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}
.tp-ring {
  position: absolute;
  top: 42%; left: 50%;
  width: 260px; height: 260px;
  border-radius: 50%;
  border: 1px dashed rgba(64,15,242,0.30);
  z-index: 1;
  transform: translate(-50%, -50%);
  animation: tpRingSpin 60s linear infinite;
}
.tp-ring.r2 {
  width: 380px; height: 380px;
  border-color: rgba(64,15,242,0.18);
  animation: tpRingSpin 100s linear infinite reverse;
}
@keyframes tpRingSpin  {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
.tp-icon {
  position: absolute;
  top: 42%; left: 50%;
  width: 130px; height: 130px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #5a28ff 0%, #400FF2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  z-index: 4;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.45),
    inset 0 -2px 0 rgba(3,2,30,0.4),
    0 24px 60px rgba(64,15,242,0.55),
    0 6px 18px rgba(64,15,242,0.35);
}
.tp-icon img {
  width: 62px;
  height: 62px;
  display: block;
}
.tp-icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(64,15,242,0.55);
  animation: tpPulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes tpPulse  { 0%{opacity:.8;transform:scale(1)} 100%{opacity:0;transform:scale(1.30)} }
.tp-pay {
  position: absolute;
  top: 86%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 12px 12px 22px;
  border-radius: 100px;
  background: linear-gradient(135deg, #02023C, #04017B);
  border: 1px solid rgba(152,132,255,0.32);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 22px 50px rgba(3,2,30,0.32),
    0 6px 14px rgba(3,2,30,0.16);
  color: #fff;
  white-space: nowrap;
}
.tp-pay .info { display: flex; flex-direction: column; gap: 3px; }
.tp-pay .lbl { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: rgba(233,228,237,0.65); }
.tp-pay .val { font-size: 22px; font-weight: 700; letter-spacing: -0.025em; line-height: 1; }
.tp-pay .go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 100px;
  background: linear-gradient(135deg, #5a28ff 0%, #400FF2 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 8px 18px rgba(64,15,242,0.45);
}
.tp-pay .go i { font-size: 11px; }
.tp-float {
  position: absolute; z-index: 3;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,1);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 32px rgba(64,15,242,0.14), inset 0 1px 0 rgba(255,255,255,1);
  display:flex; align-items:center; gap: 10px;
}
.tp-float .ic {
  width: 30px; height: 30px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  display:flex; align-items:center; justify-content:center;
  font-size: 13px;
}
.tp-float .tp-float__icon-img {
  width: 16px; height: 16px;
  object-fit: contain;
  display: block;
  /* tinta o ícone de branco para qualquer logo colorido */
  filter: brightness(0) invert(1);
}
.tp-float .nm { font-size: 11.5px; font-weight: 600; color: var(--ink); letter-spacing:-0.005em;}
.tp-float .sb { font-family: var(--font-mono); font-size: 9px; color: var(--ink-mute); margin-top:2px; letter-spacing: .04em;}
.tp-float {
  transform: none;
}
.tp-float.f-card { top: calc(42% - 95px); left: calc(50% - 165px); transform: translate(-50%, -50%); }
.tp-float.f-card .ic { background: linear-gradient(135deg, #02023C, #04017B); color: #fff; }
.tp-float.f-apple { top: calc(42% - 95px); left: calc(50% + 165px); transform: translate(-50%, -50%); }
.tp-float.f-apple .ic { background: #000; color: #fff; }
.tp-float.f-pix { top: calc(42% + 95px); left: calc(50% - 165px); transform: translate(-50%, -50%); }
.tp-float.f-pix .ic { background: linear-gradient(135deg, #32BCAD, #1f8a7d); color: #fff; }
.tp-float.f-success { top: calc(42% + 95px); left: calc(50% + 165px); transform: translate(-50%, -50%); }
.tp-float.f-success .ic { background: linear-gradient(135deg, #6BE5A6, #00875c); color: #fff; }
@keyframes tp2Twinkle  {
  0%, 100% { opacity: 0.2; transform: scale(0.6); }
  50%      { opacity: 1;    transform: scale(1.15); }
}
@keyframes tp2Tap  {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}
@keyframes tp2Pulse  {
  0%   { transform: scale(0.4); opacity: 0.9; }
  100% { transform: scale(2.2); opacity: 0; }
}
@keyframes ncPulse  {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
@media (max-width: 768px)  {
  .tp-stage,
  .tp2-stage,
  .sc-stage,
  .api-stage,
  .nc-stage,
  .ch-hub,
  .ch-orbit,
  .routing-engine-vis,
  .device-stack {
    display: none !important;
  }
  .oc-visual:has(> .tp-stage),
  .oc-visual:has(> .tp2-stage),
  .oc-visual:has(> .sc-stage),
  .oc-visual:has(> .api-stage),
  .oc-visual:has(> .nc-stage) {
    display: none !important;
  }
  .gw-1toque-grid > div:has(.tp-stage),
  .gw-1toque-grid > div:has(.oc-visual) {
    display: none !important;
  }
}
@keyframes livePulse  { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
@keyframes hx-spin {to{transform:rotate(360deg)}}
@keyframes hx-pulse {0%,100%{box-shadow:0 0 0 0 rgba(64,15,242,0.20)}60%{box-shadow:0 0 0 12px rgba(64,15,242,0)}}
@keyframes hx-pulseg {0%,100%{box-shadow:0 0 0 0 rgba(22,163,74,0.25)}60%{box-shadow:0 0 0 8px rgba(22,163,74,0)}}
@keyframes hx-spinRev {to{transform:rotate(-360deg)}}
.fintech-glint__bar.shine {animation:hx-wipe .85s ease-out;}
.glass-tags .orbit-chip,
.glass-tags .ch-chip,
.glass-tags .dv-chip,
.glass-tags .tp-float,
.glass-tags .sc-chip,
.glass-tags .tp2-badge,
.glass-tags .api-chip,
.glass-tags .nc-chip,
.glass-tags .pres-chip,
.glass-tags .fl-timer {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 12px 30px rgba(64, 15, 242, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* ═══ kit de fintech (hero de fintechs) — inline de fintechs.html ═══ */

