/* ============================================================
   OpenFluxo Play — página do gateway
   Depende de style.css / conversao.css / contraste.css
   ============================================================ */

:root {
  --pix: #32BCAD;
  --ok: #15803d;
  --noite: #0f1024;
  --noite-2: #1b1840;
  --linha: #e6e3f0;
}

.pl-secao { padding: 5rem 0; position: relative; z-index: 2; }
.pl-secao h2 { font-size: clamp(1.7rem, 4.2vw, 2.5rem); line-height: 1.15; letter-spacing: -0.02em; max-width: 22ch; margin: 0 0 .9rem; }
.pl-intro { max-width: 60ch; line-height: 1.7; margin: 0 0 2.75rem; font-size: 1.05rem; }
.pl-claro { background: #f7f6fc; border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); }

/* ---------------- HERO com demonstração ---------------- */
.pl-hero { padding: 7rem 0 4.5rem; position: relative; z-index: 2; }
.pl-hero .container { max-width: 1160px; }
.pl-hero-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 980px) { .pl-hero-grid { grid-template-columns: 1fr 1fr; } }
.pl-hero h1 { font-size: clamp(2.1rem, 6vw, 3.6rem); line-height: 1.05; letter-spacing: -0.03em; margin: 0 0 1.25rem; max-width: 14ch; }
.pl-hero .hero-sub { font-size: clamp(1.05rem, 2.4vw, 1.25rem); line-height: 1.6; max-width: 46ch; margin: 0 0 2rem; }
.pl-meios { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; list-style: none; padding: 0; }
.pl-meios li { font-size: .85rem; font-weight: 600; border: 1px solid var(--linha); background: #fff; border-radius: 999px; padding: .4rem .85rem; }

/* palco da demonstração */
.demo { position: relative; display: flex; justify-content: center; padding: 1rem 0 2.5rem; }
.demo::before {
  content: ""; position: absolute; inset: 8% 6% 10%;
  background: radial-gradient(closest-side, rgba(124,58,237,.16), rgba(6,182,212,.08) 60%, transparent);
  filter: blur(8px); z-index: 0;
}
.fone {
  position: relative; z-index: 1;
  width: 300px; height: 590px; border-radius: 44px;
  background: #16142b; padding: 12px;
  box-shadow: 0 40px 80px -30px rgba(26,26,46,.55), inset 0 0 0 2px #2d2a4d;
}
.fone-tela { width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #efeae2; display: flex; flex-direction: column; }
.fone-topo { display: flex; align-items: center; gap: .6rem; background: #1f7a5c; color: #fff; padding: 2.2rem .9rem .75rem; flex: 0 0 auto; }
.fone-topo .av { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg,#7C3AED,#06B6D4); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; color: #fff !important; }
.fone-topo strong { display: block; font-size: .92rem; color: #fff !important; line-height: 1.2; }
.fone-topo small { font-size: .72rem; color: rgba(255,255,255,.85) !important; }
.fone-chat { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: .45rem; padding: .8rem .7rem 1rem; overflow: hidden; }

.m { max-width: 82%; padding: .55rem .75rem; border-radius: 12px; font-size: .84rem; line-height: 1.4; box-shadow: 0 1px 1px rgba(0,0,0,.08); display: none; }
.m.in  { align-self: flex-start; background: #fff; color: #1a1a2e !important; border-top-left-radius: 4px; }
.m.out { align-self: flex-end; background: #d9fdd3; color: #1a1a2e !important; border-top-right-radius: 4px; }
.m.on, .digitando.on, .opcoes.on, .confirma.on { display: flex; animation: entra .35s cubic-bezier(.2,.8,.2,1) both; }
.m.in.on, .m.out.on { display: block; }
@keyframes entra { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }

.digitando { display: none; align-self: flex-end; gap: 4px; background: #d9fdd3; padding: .65rem .8rem; border-radius: 12px; border-top-right-radius: 4px; }
.digitando i { width: 6px; height: 6px; border-radius: 50%; background: #5b6b5b; animation: pisca 1s infinite; }
.digitando i:nth-child(2) { animation-delay: .15s; } .digitando i:nth-child(3) { animation-delay: .3s; }
@keyframes pisca { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }

.opcoes { display: none; align-self: flex-end; gap: .4rem; }
.opcoes span { background: #fff; color: #1f7a5c !important; border: 1px solid #b9e3cf; border-radius: 999px; padding: .35rem .8rem; font-size: .8rem; font-weight: 600; transition: background .25s, color .25s; }
.opcoes span.escolhido { background: #1f7a5c; color: #fff !important; }

.pix-card { padding: .7rem !important; }
.pix-card .pix-cab { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; margin-bottom: .45rem; color: #1a1a2e !important; }
.pix-card .pix-cab b { color: #0f766e !important; font-size: .82rem; }   /* verde-petróleo: legível sobre o balão verde-claro */
.pix-card .pix-qr { background: #fff; border-radius: 8px; padding: 6px; display: flex; justify-content: center; }
.pix-card .pix-valor { display: flex; justify-content: space-between; margin-top: .45rem; font-size: .8rem; color: #1a1a2e !important; }
.pix-card .pix-valor strong { font-size: .95rem; }
.pix-card .copia { display: block; margin-top: .45rem; text-align: center; background: #fff; border: 1px dashed #9bd3c9; border-radius: 6px; padding: .3rem; font-size: .72rem; color: #1f7a5c !important; font-weight: 600; }

.confirma { display: none; align-self: center; align-items: center; gap: .45rem; background: #ecfaf1; border: 1px solid #b7e8cb; color: var(--ok) !important; border-radius: 999px; padding: .4rem .85rem; font-size: .8rem; font-weight: 700; }
.confirma svg { flex: 0 0 auto; }

/* card do painel que “recebe” o pagamento */
.recebido {
  position: absolute; z-index: 2; right: max(0px, calc(50% - 230px)); bottom: 0;
  width: 220px; background: #fff; border: 1px solid var(--linha); border-radius: 14px;
  padding: .9rem 1rem; box-shadow: 0 20px 40px -18px rgba(26,26,46,.35);
  opacity: 0; transform: translateY(14px); transition: opacity .45s, transform .45s cubic-bezier(.2,.8,.2,1);
}
.recebido.on { opacity: 1; transform: none; }
.recebido .r-topo { display: flex; justify-content: space-between; font-size: .72rem; color: #4a4858 !important; margin-bottom: .3rem; }
.recebido .r-valor { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--ok) !important; line-height: 1.1; }
.recebido .r-linha { display: flex; gap: .35rem; margin-top: .45rem; font-size: .72rem; }
.recebido .r-linha span { background: #f3f1fb; color: #5b21b6 !important; border-radius: 999px; padding: .15rem .5rem; font-weight: 600; }
@media (max-width: 420px) { .fone { width: 272px; height: 540px; } .recebido { width: 196px; right: 0; } }

/* ---------------- faixa de clientes do Play ---------------- */
.pl-clientes { padding: 2.5rem 0; border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); background: #fff; position: relative; z-index: 2; }
.pl-clientes p { text-align: center; font-size: .95rem; margin: 0 0 1.4rem; }
.pl-clientes ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1.5rem 2.75rem; justify-content: center; align-items: center; }
.pl-clientes img { max-height: 50px; max-width: 150px; width: auto; object-fit: contain; }

/* ---------------- trilho: do clique à confirmação ---------------- */
.trilho { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; position: relative; }
@media (min-width: 900px) { .trilho { grid-template-columns: repeat(4, 1fr); } }
.trilho li { position: relative; padding: 0 0 2.25rem 3.5rem; }
@media (min-width: 900px) { .trilho li { padding: 3.75rem 1.5rem 0 0; } }
.trilho li::before {
  content: ""; position: absolute; left: 1rem; top: 2.5rem; bottom: 0; width: 2px;
  background: linear-gradient(#7C3AED, #06B6D4);
}
.trilho li:last-child::before { display: none; }
@media (min-width: 900px) {
  .trilho li::before { left: 2.5rem; right: 0; top: 1.2rem; bottom: auto; width: auto; height: 2px; }
}
.trilho .no { position: absolute; left: 0; top: 0; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: #fff; border: 2px solid #7C3AED; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; font-size: .9rem; color: #7C3AED !important; z-index: 1; }
.trilho li:last-child .no { background: var(--ok); border-color: var(--ok); color: #fff !important; }
.trilho h3 { font-size: 1.1rem; margin: .2rem 0 .4rem; }
.trilho p { margin: 0; line-height: 1.6; font-size: .95rem; max-width: 30ch; }
/* pulso que percorre o trilho */
.trilho-caixa { position: relative; }
.trilho-caixa .pulso { position: absolute; left: calc(1rem - 4px); top: 2.5rem; width: 10px; height: 10px; border-radius: 50%; background: #06B6D4; box-shadow: 0 0 0 6px rgba(6,182,212,.18); animation: desce 3.6s ease-in-out infinite; }
@keyframes desce { 0% { top: 2.5rem; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { top: calc(100% - 2.8rem); opacity: 0; } }
@media (min-width: 900px) {
  .trilho-caixa { position: relative; }
.trilho-caixa .pulso { top: calc(1.2rem - 4px); left: 2.5rem; animation-name: anda; }
  @keyframes anda { 0% { left: 2.5rem; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { left: calc(75% + 1rem); opacity: 0; } }
}

/* ---------------- bento de recursos ---------------- */
.bento { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento .b1 { grid-column: span 3; } .bento .b2 { grid-column: span 3; }
  .bento .b3 { grid-column: span 2; } .bento .b4 { grid-column: span 2; } .bento .b5 { grid-column: span 2; }
  .bento .b6 { grid-column: span 6; }
}
.tile { background: #fff; border: 1px solid var(--linha); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.tile .vis { height: 190px; background: linear-gradient(160deg, #f5f3ff, #ecfeff); border-bottom: 1px solid var(--linha); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.tile .txt { padding: 1.4rem 1.5rem 1.6rem; }
.tile .txt h3 { display: flex; align-items: center; gap: .6rem; font-size: 1.12rem; margin: 0 0 .5rem; }
.tile .txt p { margin: 0; line-height: 1.6; font-size: .95rem; }
.b6 { display: grid; }
@media (min-width: 900px) { .b6 { grid-template-columns: 1.1fr 1fr; } .b6 .vis { height: auto; min-height: 220px; border-bottom: 0; border-right: 1px solid var(--linha); } .b6 .txt { align-self: center; padding: 2rem; } }

/* mini checkout */
.mini-co { width: 230px; background: #fff; border-radius: 14px; box-shadow: 0 14px 30px -16px rgba(26,26,46,.35); padding: .9rem; font-size: .8rem; }
.mini-co .lin { display: flex; justify-content: space-between; color: #4a4858 !important; }
.mini-co .val { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700; color: #1a1a2e !important; margin: .15rem 0 .6rem; }
.mini-co .abas { display: grid; grid-template-columns: 1fr 1fr; background: #f3f1fb; border-radius: 8px; padding: 3px; margin-bottom: .6rem; }
.mini-co .abas span { text-align: center; padding: .3rem; border-radius: 6px; font-weight: 600; color: #4a4858 !important; }
.mini-co .abas span.at { background: #fff; color: #1a1a2e !important; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.mini-co .pagar { position: relative; overflow: hidden; background: #7C3AED; color: #fff !important; text-align: center; border-radius: 8px; padding: .55rem; font-weight: 700; }
.mini-co .pagar::after { content: ""; position: absolute; top: 0; bottom: 0; width: 40%; left: -50%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); animation: brilho 2.8s ease-in-out infinite; }
@keyframes brilho { to { left: 120%; } }

/* pix + cartão empilhados */
.pilha { position: relative; width: 240px; height: 150px; }
.pilha .qr { position: absolute; left: 10px; top: 8px; background: #fff; border-radius: 12px; padding: 8px; box-shadow: 0 12px 26px -14px rgba(26,26,46,.4); }
.pilha .cc { position: absolute; right: 0; bottom: 4px; width: 150px; height: 94px; border-radius: 12px; padding: .7rem; background: linear-gradient(135deg, #7C3AED, #4f46e5 60%, #06B6D4); box-shadow: 0 14px 28px -12px rgba(79,70,229,.6); }
.pilha .cc i { display: block; width: 26px; height: 19px; border-radius: 4px; background: linear-gradient(135deg,#fde68a,#f59e0b); }
.pilha .cc b { position: absolute; left: .7rem; bottom: .65rem; font-size: .75rem; letter-spacing: .12em; color: #fff !important; font-weight: 600; }

/* roteamento */
.rota-svg { width: 100%; max-width: 280px; height: auto; }
.rota-svg .r { stroke: #cfc8ea; }
.rota-svg .r.ok { stroke: var(--ok); }

/* código */
.mini-cod { width: 250px; background: var(--noite); border-radius: 12px; padding: .9rem 1rem; font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: .74rem; line-height: 1.7; box-shadow: 0 16px 30px -14px rgba(15,16,36,.6); }
.mini-cod span { color: #c4b5fd !important; } .mini-cod .s { color: #67e8f9 !important; } .mini-cod .n { color: #fda4af !important; } .mini-cod .c { color: #8b87a8 !important; }
.mini-cod .cursor { display: inline-block; width: 7px; height: 13px; background: #67e8f9; vertical-align: -2px; animation: pisca 1s steps(1) infinite; }

/* calendário de recorrência */
.cal { display: grid; grid-template-columns: repeat(7, 26px); gap: 5px; }
.cal b { height: 26px; border-radius: 6px; background: #fff; border: 1px solid #ebe8f5; display: flex; align-items: center; justify-content: center; font-size: .66rem; font-weight: 600; color: #8b87a8 !important; }
.cal b.cob { background: #7C3AED; border-color: #7C3AED; color: #fff !important; }
.cal b.ret { background: #fff7ed; border-color: #fdba74; color: #c2410c !important; }
.cal b.pag { background: var(--ok); border-color: var(--ok); color: #fff !important; }
.cal-leg { display: flex; gap: .7rem; margin-top: .6rem; font-size: .68rem; justify-content: center; }
.cal-leg span { display: flex; align-items: center; gap: .25rem; color: #4a4858 !important; }
.cal-leg i { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }

/* conciliação */
.concil { width: min(420px, 90%); background: #fff; border-radius: 12px; box-shadow: 0 14px 30px -16px rgba(26,26,46,.35); overflow: hidden; font-size: .78rem; }
.concil div { display: grid; grid-template-columns: 1.3fr 1fr .9fr; padding: .55rem .8rem; border-bottom: 1px solid #f0eef7; align-items: center; }
.concil div:last-child { border-bottom: 0; }
.concil .cab { background: #f7f6fc; font-weight: 700; color: #4a4858 !important; font-size: .7rem; }
.concil span { color: #1a1a2e !important; }
.concil em { font-style: normal; font-weight: 700; color: var(--ok) !important; display: flex; align-items: center; gap: .25rem; }

/* ---------------- faixa escura: painel ---------------- */
.pl-noite { background: radial-gradient(1200px 500px at 80% -10%, #2b2366 0%, transparent 60%), linear-gradient(180deg, var(--noite), var(--noite-2)); padding: 5.5rem 0; position: relative; z-index: 2; }
.pl-noite h2, .pl-noite h3, .pl-noite strong { color: #ffffff !important; }
.pl-noite p, .pl-noite li, .pl-noite span, .pl-noite small, .pl-noite td, .pl-noite th { color: rgba(255,255,255,.78) !important; }
.pl-noite .pl-intro { color: rgba(255,255,255,.8) !important; }
.app { border-radius: 18px; overflow: hidden; background: #15133a; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 40px 80px -30px rgba(0,0,0,.6); display: grid; }
@media (min-width: 860px) { .app { grid-template-columns: 64px 1fr; } }
.app-lado { display: none; }
@media (min-width: 860px) { .app-lado { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; padding: 1.2rem 0; background: #110f30; border-right: 1px solid rgba(255,255,255,.07); } .app-lado i { width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,.1); display: block; } .app-lado i.at { background: linear-gradient(135deg,#7C3AED,#06B6D4); } }
.app-main { padding: 1.25rem; display: grid; gap: 1rem; }
.kpis { display: grid; gap: .75rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 860px) { .kpis { grid-template-columns: repeat(4, 1fr); } }
.kpi { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: .9rem 1rem; }
.kpi small { display: block; font-size: .72rem; margin-bottom: .3rem; }
.kpi strong { font-family: var(--font-heading); font-size: 1.35rem; letter-spacing: -.01em; }
.kpi .barra { display: flex; height: 8px; border-radius: 4px; overflow: hidden; margin-top: .55rem; }
.kpi .barra i:first-child { background: var(--pix); } .kpi .barra i:last-child { background: #a78bfa; }
.app-meio { display: grid; gap: 1rem; }
@media (min-width: 860px) { .app-meio { grid-template-columns: 1.4fr 1fr; } }
.grafico, .lista { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 1rem; }
.grafico small, .lista small { display: block; font-size: .75rem; margin-bottom: .6rem; }
.grafico svg { width: 100%; height: 150px; display: block; }
.grafico .traco { stroke-dasharray: 900; stroke-dashoffset: 900; }
.pl-noite.visto .grafico .traco { animation: desenha 2.2s ease-out forwards; }
@keyframes desenha { to { stroke-dashoffset: 0; } }
.lista ul { list-style: none; margin: 0; padding: 0; }
.lista li { display: grid; grid-template-columns: auto 1fr auto; gap: .6rem; align-items: center; padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: .8rem; opacity: 0; transform: translateX(10px); }
.lista li:last-child { border-bottom: 0; }
.pl-noite.visto .lista li { animation: lista .45s ease-out forwards; }
.pl-noite.visto .lista li:nth-child(2) { animation-delay: .15s; } .pl-noite.visto .lista li:nth-child(3) { animation-delay: .3s; }
.pl-noite.visto .lista li:nth-child(4) { animation-delay: .45s; } .pl-noite.visto .lista li:nth-child(5) { animation-delay: .6s; }
@keyframes lista { to { opacity: 1; transform: none; } }
.lista .tag { font-size: .66rem; font-weight: 700; border-radius: 999px; padding: .15rem .5rem; }
.lista .tag.pix { background: rgba(50,188,173,.18); color: #5eead4 !important; }
.lista .tag.cc { background: rgba(167,139,250,.2); color: #c4b5fd !important; }
.lista .st { font-size: .7rem; font-weight: 700; }
.lista .st.ok { color: #4ade80 !important; } .lista .st.pend { color: #fbbf24 !important; }
.lista b { color: #fff !important; font-weight: 600; }
.pl-legenda { margin-top: 1rem; font-size: .8rem; text-align: center; color: rgba(255,255,255,.55) !important; }

/* ---------------- vídeo ---------------- */
.video-caixa { position: relative; border-radius: 20px; overflow: hidden; background: var(--noite); box-shadow: 0 30px 60px -28px rgba(26,26,46,.55); aspect-ratio: 16 / 9; }
.video-caixa video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-leg { margin-top: 1rem; font-size: .9rem; text-align: center; }

/* ---------------- desenvolvedores ---------------- */
.dev { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 960px) { .dev { grid-template-columns: .9fr 1.1fr; } }
.dev ul.pontos { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.dev ul.pontos li { display: flex; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid var(--linha); line-height: 1.55; }
.dev ul.pontos li svg { flex: 0 0 auto; margin-top: .1rem; }
.codigo { background: var(--noite); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(15,16,36,.7); }
.codigo .abas { display: flex; gap: .25rem; padding: .6rem .6rem 0; background: #0b0c1d; }
.codigo .abas button { background: transparent; border: 0; border-radius: 8px 8px 0 0; padding: .6rem .95rem; font-family: var(--font-body); font-size: .85rem; font-weight: 600; color: #8b87a8 !important; cursor: pointer; }
.codigo .abas button[aria-selected="true"] { background: var(--noite); color: #ffffff !important; }
.codigo .abas button:focus-visible { outline: 2px solid #67e8f9; outline-offset: -2px; }
.codigo pre { margin: 0; padding: 1.25rem 1.3rem 1.4rem; overflow-x: auto; font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: .8rem; line-height: 1.75; color: #e7e5f5 !important; white-space: pre; }
.codigo pre .k { color: #c4b5fd !important; } .codigo pre .s { color: #67e8f9 !important; } .codigo pre .n { color: #fda4af !important; } .codigo pre .c { color: #8b87a8 !important; }
.codigo .rodape-cod { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .7rem 1.2rem; border-top: 1px solid rgba(255,255,255,.07); }
.codigo .rodape-cod small { font-size: .75rem; color: #8b87a8 !important; }
.codigo .copiar { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: #fff !important; border-radius: 8px; padding: .4rem .8rem; font-size: .78rem; font-weight: 600; cursor: pointer; }
.codigo .copiar:focus-visible { outline: 2px solid #67e8f9; }
.codigo [role="tabpanel"][hidden] { display: none; }

/* ---------------- modelos de negócio ---------------- */
.modelos-pl { display: grid; gap: 0; grid-template-columns: 1fr; border-top: 1px solid var(--linha); }
@media (min-width: 820px) { .modelos-pl { grid-template-columns: 1fr 1fr; } }
.modelos-pl > div { display: flex; gap: 1.1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--linha); }
@media (min-width: 820px) { .modelos-pl > div:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--linha); } .modelos-pl > div:nth-child(even) { padding-left: 2rem; } }
.modelos-pl .ic-caixa { width: 56px; height: 56px; flex: 0 0 auto; border-radius: 14px; background: #f5f3ff; display: flex; align-items: center; justify-content: center; }
.modelos-pl h3 { font-size: 1.08rem; margin: .1rem 0 .35rem; }
.modelos-pl p { margin: 0; line-height: 1.6; font-size: .95rem; }

/* ---------------- segurança ---------------- */
.seg { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .seg { grid-template-columns: .8fr 1.2fr; } }
.seg-arte { display: flex; justify-content: center; }
.seg-arte svg { width: min(300px, 80%); height: auto; }
.seg ul { list-style: none; margin: 0; padding: 0; }
.seg li { display: flex; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--linha); }
.seg li:last-child { border-bottom: 0; }
.seg li strong { display: block; font-size: 1.05rem; margin-bottom: .25rem; }
.seg li span { line-height: 1.6; }

/* ---------------- movimento reduzido ---------------- */
@media (prefers-reduced-motion: reduce) {
  .trilho-caixa .pulso, .mini-co .pagar::after, .mini-cod .cursor, .digitando i { animation: none !important; }
  .grafico .traco { stroke-dashoffset: 0 !important; animation: none !important; }
  .lista li { opacity: 1 !important; transform: none !important; animation: none !important; }
  .m.on, .opcoes.on, .confirma.on { animation: none !important; }
  .recebido { transition: none; }
}

/* ---------- ajustes da revisão visual ---------- */
.pl-secao h2, .pl-noite h2 { text-align: left !important; margin-left: 0 !important; }
.mini-cod { color: #e7e5f5 !important; }
.pix-card .pix-valor { gap: .6rem; }
.seg li > svg, .dev ul.pontos li > svg { flex: 0 0 auto; }
.seg li > svg { width: 30px; height: 30px; margin-top: .1rem; }
/* no celular, o card do painel entra abaixo da conversa, sem cobrir mensagens */
@media (max-width: 979px) {
  .demo { padding-bottom: 6.5rem; }
  .recebido { right: 50%; transform: translate(50%, 14px); bottom: 0; }
  .recebido.on { transform: translate(50%, 0); }
}
.pix-card { min-width: 200px; }
.pix-card .pix-valor { align-items: baseline; }
.pix-card .pix-valor strong { white-space: nowrap; }
/* no computador, o card do painel fica abaixo e à direita do celular, sem cobrir mensagens */
@media (min-width: 980px) {
  .demo { padding-bottom: 3.5rem; }
  .recebido { right: calc(50% - 320px); bottom: -.5rem; }
}

/* ============================================================
   Vitrine da plataforma, faixa de meios e soluções
   ============================================================ */

/* ---------- logo no hero ---------- */
.logo-play { display: block; margin: 0 0 1.5rem; }
.logo-play img { width: 100%; max-width: 280px; height: auto; display: block; }
@media (min-width: 980px) { .logo-play img { max-width: 320px; } }

/* ---------- faixa de meios (rolagem contínua) ---------- */
.meios-faixa { padding: 2.25rem 0; background: #fff; border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); position: relative; z-index: 2; overflow: hidden; }
.meios-faixa p { text-align: center; margin: 0 0 1.25rem; font-size: .95rem; }
.trilha { display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.trilha + .trilha { margin-top: .9rem; }
.trilha ul { display: flex; gap: .9rem; list-style: none; margin: 0; padding: 0 .45rem; flex: 0 0 auto; animation: rola 38s linear infinite; }
.trilha.volta ul { animation-direction: reverse; animation-duration: 44s; }
@keyframes rola { to { transform: translateX(-100%); } }
.trilha li { display: flex; align-items: center; gap: .55rem; white-space: nowrap; background: #f7f6fc; border: 1px solid var(--linha); border-radius: 12px; padding: .7rem 1.1rem; font-weight: 700; font-size: .95rem; color: #1a1a2e !important; }
.trilha li svg { flex: 0 0 auto; }
.trilha:hover ul { animation-play-state: paused; }

/* ---------- vitrine (palco escalável) ---------- */
.vitrine { position: relative; width: 100%; }
.palco { position: relative; width: 1120px; height: 600px; transform-origin: 0 0; }
.vitrine-caixa { position: relative; overflow: visible; }

.win { position: absolute; left: 110px; top: 20px; width: 860px; height: 520px; border-radius: 18px; background: #12102e; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 50px 90px -40px rgba(0,0,0,.7); overflow: hidden; }
.win-topo { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.07); }
.win-topo .marca-app { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: #fff !important; }
.win-topo .marca-app img { width: 26px; height: auto; }
.win-topo .pilulas { margin-left: auto; display: flex; gap: 8px; }
.win-topo .pilulas span { font-size: 11px; font-weight: 700; border-radius: 8px; padding: 5px 10px; }
.win-topo .p-saldo { background: rgba(74,222,128,.14); color: #86efac !important; }
.win-topo .p-sup { background: rgba(103,232,249,.12); color: #67e8f9 !important; }
.win-topo .av { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg,#7C3AED,#06B6D4); }
.win-abas { display: flex; gap: 6px; padding: 10px 18px; border-bottom: 1px solid rgba(255,255,255,.06); }
.win-abas span { font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 8px; color: rgba(255,255,255,.6) !important; }
.win-abas span.at { background: #7C3AED; color: #fff !important; }
.win-corpo { display: grid; grid-template-columns: 1.55fr 1fr; gap: 14px; padding: 16px 18px; }
.bloco { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 14px; }
.bloco small { display: block; font-size: 11px; color: rgba(255,255,255,.6) !important; }
.bloco strong { display: block; font-family: var(--font-heading); font-size: 22px; color: #fff !important; margin-top: 2px; }
.bloco svg.graf { width: 100%; height: 190px; display: block; margin-top: 8px; }
.kpi-col { display: grid; gap: 10px; }
.kpi-l { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 10px 12px; }
.kpi-l i { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-style: normal; font-weight: 900; font-size: 13px; }
.kpi-l small { display: block; font-size: 10.5px; color: rgba(255,255,255,.6) !important; }
.kpi-l b { font-size: 14px; color: #fff !important; }

.notifs { position: absolute; left: 0; top: 110px; width: 270px; display: grid; gap: 8px; z-index: 3; }
.notif { display: flex; gap: 10px; align-items: center; background: rgba(28,24,64,.94); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 9px 11px; box-shadow: 0 16px 30px -14px rgba(0,0,0,.6); backdrop-filter: blur(6px); }
.notif img { width: 30px; height: auto; flex: 0 0 auto; background: #0f1024; border-radius: 8px; padding: 4px; }
.notif b { display: block; font-size: 12px; color: #fff !important; }
.notif span { display: block; font-size: 11px; color: rgba(255,255,255,.7) !important; }
.notif em { font-style: normal; margin-left: auto; font-size: 10px; color: rgba(255,255,255,.5) !important; align-self: flex-start; }
.notif.nova { animation: notif .6s cubic-bezier(.2,.8,.2,1) both; }
@keyframes notif { from { opacity: 0; transform: translateY(-14px) scale(.96); } to { opacity: 1; transform: none; } }

.cel { position: absolute; left: 40px; top: 300px; width: 210px; height: 300px; border-radius: 26px 26px 0 0; background: #16142b; padding: 9px 9px 0; box-shadow: 0 30px 60px -24px rgba(0,0,0,.7); z-index: 2; }
.cel-tela { width: 100%; height: 100%; border-radius: 19px 19px 0 0; background: #12102e; padding: 12px; overflow: hidden; }
.cel-tela .ct { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cel-tela .ct img { width: 22px; height: auto; }
.cel-tela .ct span { font-size: 10px; font-weight: 700; color: #fff !important; }
.cel-tela small { font-size: 10px; color: rgba(255,255,255,.6) !important; }
.cel-tela strong { display: block; font-family: var(--font-heading); font-size: 19px; color: #fff !important; margin: 2px 0 6px; }
.cel-tela svg { width: 100%; height: 90px; }
.cel-tela .mini { display: flex; gap: 6px; margin-top: 8px; }
.cel-tela .mini span { flex: 1; background: rgba(255,255,255,.06); border-radius: 8px; padding: 7px; font-size: 10px; color: rgba(255,255,255,.75) !important; }
.cel-tela .mini b { display: block; font-size: 12px; color: #fff !important; }

.chk { position: absolute; right: 0; top: 90px; width: 270px; background: #fff; border-radius: 18px; padding: 16px; box-shadow: 0 40px 70px -30px rgba(0,0,0,.65); z-index: 3; }
.chk .tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 12px; }
.chk .tabs span { text-align: center; font-size: 12px; font-weight: 700; border: 1.5px solid #e6e3f0; border-radius: 9px; padding: 7px; color: #4a4858 !important; }
.chk .tabs span.at { border-color: #7C3AED; color: #7C3AED !important; background: #f7f4ff; }
.chk .cartao { position: relative; height: 128px; border-radius: 14px; padding: 14px; background: linear-gradient(135deg, #1e1b4b, #4338ca 55%, #06B6D4); margin-bottom: 12px; overflow: hidden; }
.chk .cartao img { position: absolute; right: 12px; top: 12px; width: 44px; height: auto; }
.chk .cartao i { display: block; width: 30px; height: 22px; border-radius: 5px; background: linear-gradient(135deg,#fde68a,#f59e0b); }
.chk .cartao b { position: absolute; left: 14px; bottom: 34px; font-size: 14px; letter-spacing: .14em; color: #fff !important; }
.chk .cartao span { position: absolute; left: 14px; bottom: 13px; font-size: 10px; letter-spacing: .08em; color: rgba(255,255,255,.8) !important; }
.chk .campo2 { border: 1px solid #e6e3f0; border-radius: 9px; padding: 6px 10px; margin-bottom: 8px; }
.chk .campo2 small { display: block; font-size: 9.5px; color: #4a4858 !important; }
.chk .campo2 b { font-size: 12px; color: #1a1a2e !important; }
.chk .ped { display: flex; justify-content: space-between; font-size: 12px; padding: 6px 0 10px; color: #1a1a2e !important; }
.chk .ped span { color: #4a4858 !important; }
.chk .comprar { background: #7C3AED; color: #fff !important; text-align: center; border-radius: 10px; padding: 10px; font-weight: 700; font-size: 13px; }
.chk .por { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 9px; font-size: 10px; color: #4a4858 !important; }
.chk .por img { width: 16px; height: auto; }

/* ---------- soluções (lista expansível + prévia) ---------- */
.solu { display: grid; gap: 2rem; }
@media (min-width: 980px) { .solu { grid-template-columns: 1fr 1.05fr; gap: 3rem; align-items: start; } }
.acc-item { border: 1px solid var(--linha); border-radius: 16px; background: #fff; margin-bottom: .8rem; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.acc-item.aberto { border-color: #c4b5fd; box-shadow: 0 18px 40px -24px rgba(124,58,237,.45); }
.acc-item > button { width: 100%; display: flex; align-items: center; gap: .9rem; background: none; border: 0; padding: 1.15rem 1.25rem; text-align: left; cursor: pointer; font-family: var(--font-heading); font-size: 1.08rem; font-weight: 700; color: #1a1a2e !important; }
.acc-item > button:focus-visible { outline: 3px solid #06B6D4; outline-offset: -3px; }
.acc-item > button .ic-a { width: 42px; height: 42px; border-radius: 12px; background: #f5f3ff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.acc-item > button .seta { margin-left: auto; transition: transform .25s; flex: 0 0 auto; }
.acc-item.aberto > button .seta { transform: rotate(180deg); }
.acc-corpo { display: none; padding: 0 1.25rem 1.3rem 4.4rem; }
.acc-item.aberto .acc-corpo { display: block; }
.acc-corpo p { margin: 0; line-height: 1.65; font-size: .97rem; }
.acc-corpo .so-mob { margin-top: 1.1rem; }
@media (min-width: 980px) { .acc-corpo .so-mob { display: none; } }
@media (max-width: 979px) { .acc-corpo { padding-left: 1.25rem; } .previa-col { display: none; } }
.previa-col { position: sticky; top: 120px; }
.previa { display: none; }
.previa.at { display: block; animation: entra .4s cubic-bezier(.2,.8,.2,1) both; }
.pv { background: linear-gradient(160deg, #f5f3ff, #ecfeff); border: 1px solid var(--linha); border-radius: 20px; padding: 1.5rem; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.pv-card { width: 100%; max-width: 400px; background: #fff; border-radius: 16px; box-shadow: 0 20px 40px -22px rgba(26,26,46,.35); padding: 1.1rem 1.2rem; font-size: .88rem; }
.pv-card .pv-t { display: flex; align-items: center; justify-content: space-between; margin-bottom: .8rem; }
.pv-card .pv-t b { font-size: .95rem; color: #1a1a2e !important; }
.pv-card .pv-t img { width: 26px; height: auto; }
.pv-lin { display: flex; justify-content: space-between; align-items: center; gap: .8rem; padding: .6rem 0; border-top: 1px solid #f0eef7; }
.pv-lin span { color: #4a4858 !important; }
.pv-lin b { color: #1a1a2e !important; }
.pv-tag { font-size: .72rem; font-weight: 700; border-radius: 999px; padding: .2rem .6rem; white-space: nowrap; }
.pv-tag.ok { background: #ecfaf1; color: #15803d !important; }
.pv-tag.ret { background: #fff7ed; color: #c2410c !important; }
.pv-tag.roxo { background: #f3f0ff; color: #6d28d9 !important; }
.pv-barra { height: 10px; border-radius: 6px; overflow: hidden; display: flex; margin: .4rem 0 .2rem; }
.pv-barra i:first-child { background: #7C3AED; } .pv-barra i:last-child { background: #06B6D4; }
.pv-cod { background: #0f1024; border-radius: 14px; padding: 1rem 1.1rem; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .78rem; line-height: 1.75; color: #e7e5f5 !important; width: 100%; max-width: 400px; box-shadow: 0 20px 40px -22px rgba(15,16,36,.6); }
.pv-cod span { color: #e7e5f5 !important; } .pv-cod .s { color: #67e8f9 !important; } .pv-cod .n { color: #fda4af !important; } .pv-cod .k { color: #c4b5fd !important; } .pv-cod .c { color: #8b87a8 !important; }
.pv-chat { width: 100%; max-width: 320px; background: #efeae2; border-radius: 18px; padding: .9rem; display: grid; gap: .5rem; box-shadow: 0 20px 40px -22px rgba(26,26,46,.35); }
.pv-chat .b { max-width: 85%; padding: .55rem .75rem; border-radius: 12px; font-size: .84rem; line-height: 1.4; color: #1a1a2e !important; }
.pv-chat .b.in { background: #fff; justify-self: start; border-top-left-radius: 4px; }
.pv-chat .b.out { background: #d9fdd3; justify-self: end; border-top-right-radius: 4px; }
.pv-chat .lk { display: block; margin-top: .4rem; background: #fff; border-radius: 8px; padding: .45rem .6rem; font-size: .78rem; font-weight: 700; color: #6d28d9 !important; border: 1px solid #e9e3ff; }
.pv-chat .okp { justify-self: center; background: #ecfaf1; border: 1px solid #b7e8cb; color: #15803d !important; border-radius: 999px; padding: .35rem .8rem; font-size: .78rem; font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  .trilha ul { animation: none !important; flex-wrap: wrap; justify-content: center; }
  .trilha { -webkit-mask-image: none; mask-image: none; }
  .trilha ul[aria-hidden="true"] { display: none; }
  .notif.nova, .previa.at { animation: none !important; }
}

/* ---------- vitrine: ajustes de composição ---------- */
.notifs { top: 235px; width: 305px; }
.cel { top: 410px; }

/* montagem compacta para celular (palco 600 x 820) */
.palco.compacto { width: 600px; height: 820px; }
.palco.compacto .win { left: 0; top: 0; width: 600px; height: 360px; }
.palco.compacto .win-topo { padding: 16px 20px; }
.palco.compacto .win-topo .marca-app { font-size: 19px; } .palco.compacto .win-topo .marca-app img { width: 34px; }
.palco.compacto .win-topo .pilulas span { font-size: 14px; padding: 6px 12px; }
.palco.compacto .win-topo .p-sup, .palco.compacto .win-topo .av { display: none; }
.palco.compacto .win-abas span { font-size: 15px; padding: 7px 13px; }
.palco.compacto .win-abas span:nth-child(n+4) { display: none; }
.palco.compacto .win-corpo { grid-template-columns: 1fr; padding: 16px 20px; }
.palco.compacto .kpi-col { display: none; }
.palco.compacto .bloco small { font-size: 16px; }
.palco.compacto .bloco strong { font-size: 34px; }
.palco.compacto .bloco svg.graf { height: 150px; }
.palco.compacto .notifs { left: 18px; top: 262px; width: 400px; gap: 10px; }
.palco.compacto .notif { padding: 12px 14px; border-radius: 14px; }
.palco.compacto .notif img { width: 40px; }
.palco.compacto .notif b { font-size: 18px; } .palco.compacto .notif span { font-size: 16px; } .palco.compacto .notif em { font-size: 13px; }
.palco.compacto .notif:nth-child(n+3) { display: none; }
.palco.compacto .cel { left: 0; top: 470px; width: 270px; height: 350px; border-radius: 30px 30px 0 0; }
.palco.compacto .cel-tela { padding: 16px; }
.palco.compacto .cel-tela .ct span { font-size: 15px; } .palco.compacto .cel-tela .ct img { width: 30px; }
.palco.compacto .cel-tela small { font-size: 14px; } .palco.compacto .cel-tela strong { font-size: 27px; }
.palco.compacto .cel-tela svg { height: 110px; }
.palco.compacto .cel-tela .mini span { font-size: 13px; } .palco.compacto .cel-tela .mini b { font-size: 17px; }
.palco.compacto .chk { right: 0; top: 440px; width: 318px; padding: 18px; }
.palco.compacto .chk .tabs span { font-size: 15px; padding: 9px; }
.palco.compacto .chk .cartao { height: 150px; } .palco.compacto .chk .cartao b { font-size: 18px; } .palco.compacto .chk .cartao span { font-size: 12px; }
.palco.compacto .chk .campo2 small { font-size: 12px; } .palco.compacto .chk .campo2 b { font-size: 14px; }
.palco.compacto .chk .ped { font-size: 15px; } .palco.compacto .chk .comprar { font-size: 16px; padding: 12px; }
.palco.compacto .chk .por { font-size: 12px; } .palco.compacto .chk .por img { width: 20px; }

/* prévias das soluções: sem quebra de valores no celular */
.pv-lin b { white-space: nowrap; }
@media (max-width: 979px) {
  .pv { padding: .6rem; min-height: 0; }
  .pv-card { padding: .9rem .95rem; font-size: .84rem; }
  .pv-lin { gap: .55rem; }
  .pv-lin span:first-child { flex: 1; min-width: 0; }
}

/* faixa de marcas: logos soltos, sem caixa */
.trilha.marcas ul { gap: 2.6rem; padding: 0 1.3rem; animation-duration: 46s; }
.trilha.marcas li { background: none; border: 0; padding: .35rem 0; opacity: .9; }
.trilha.marcas li svg { display: block; height: 32px; width: auto; }
.trilha.marcas + .trilha { margin-top: 1.4rem; }
/* logos oficiais, em cor */
.trilha.marcas li { opacity: 1 !important; }
.trilha.marcas li img { display: block; width: auto; max-width: none; }
.trilha.marcas ul { gap: 3rem; }

/* ---------- galeria de vídeos ---------- */
.galeria { display: grid; gap: 1.25rem; }
@media (min-width: 900px) { .galeria { grid-template-columns: 1fr 300px; align-items: start; gap: 1.5rem; } }
.gal-player { border-radius: 20px; overflow: hidden; background: var(--noite); box-shadow: 0 30px 60px -28px rgba(26,26,46,.55); aspect-ratio: 16 / 9; }
.gal-player video { width: 100%; height: 100%; display: block; object-fit: contain; background: var(--noite); }
@media (max-width: 699px) {
  .gal-player { aspect-ratio: 9 / 16; width: min(100%, calc(76vh * 9 / 16)); margin: 0 auto; }
}
.gal-lista { display: grid; gap: .75rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) { .gal-lista { grid-template-columns: 1fr; } }
.gal-lista button { display: grid; gap: .55rem; text-align: left; background: #fff; border: 1.5px solid var(--linha); border-radius: 14px; padding: .55rem; cursor: pointer; font-family: var(--font-body); transition: border-color .2s, box-shadow .2s; }
@media (min-width: 900px) { .gal-lista button { grid-template-columns: 112px 1fr; align-items: center; gap: .8rem; } }
.gal-lista button img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 9px; display: block; }
.gal-lista button b { display: block; font-size: .98rem; color: #1a1a2e !important; }
.gal-lista button small { display: block; font-size: .82rem; line-height: 1.35; color: #4a4858 !important; margin-top: .1rem; }
.gal-lista button:hover { border-color: #c4b5fd; }
.gal-lista button[aria-selected="true"] { border-color: #7C3AED; box-shadow: 0 14px 30px -18px rgba(124,58,237,.55); }
.gal-lista button:focus-visible { outline: 3px solid #06B6D4; outline-offset: 2px; }

/* ============================================================
   Taxas e simulador
   ============================================================ */
.taxas-prazos { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0 0 2rem; }
.taxas-prazos span { display: inline-flex; align-items: center; gap: .55rem; font-weight: 700; font-size: .98rem; border-radius: 12px; padding: .75rem 1.05rem; background: #ecfaf1; border: 1px solid #b7e8cb; color: #14532d !important; }
.taxas-prazos span svg { flex: 0 0 auto; }
.taxas-grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 980px) { .taxas-grid { grid-template-columns: 1.15fr .85fr; } }
.tab-taxas { background: #fff; border: 1px solid var(--linha); border-radius: 20px; overflow: hidden; }
.tab-taxas .lin { display: grid; grid-template-columns: 1fr auto; gap: .35rem 1rem; align-items: center; padding: 1.05rem 1.3rem; border-bottom: 1px solid var(--linha); }
.tab-taxas .lin:last-child { border-bottom: 0; }
.tab-taxas .meio { display: flex; align-items: center; gap: .7rem; font-weight: 700; color: #1a1a2e !important; }
.tab-taxas .meio img { height: 22px; width: auto; }
.tab-taxas .valor { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700; color: #1a1a2e !important; text-align: right; white-space: nowrap; }
.tab-taxas .valor small { font-family: var(--font-body); font-size: .8rem; font-weight: 600; color: #4a4858 !important; }
.tab-taxas .quando { grid-column: 1 / -1; font-size: .86rem; color: #15803d !important; font-weight: 600; }
.tab-taxas .extra { background: #f7f6fc; font-size: .9rem; }
.tab-taxas .extra .quando { color: #4a4858 !important; font-weight: 500; }
.sem-custo { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.sem-custo li { display: flex; align-items: center; gap: .45rem; font-weight: 600; font-size: .95rem; color: #1a1a2e !important; }
.sem-custo li svg { color: #15803d; }

.simulador { background: #fff; border: 1.5px solid #c4b5fd; border-radius: 20px; padding: 1.5rem; box-shadow: 0 24px 50px -30px rgba(124,58,237,.5); }
.simulador h3 { font-size: 1.2rem; margin: 0 0 .3rem; color: #1a1a2e !important; }
.simulador > p { margin: 0 0 1.2rem; font-size: .92rem; }
.simulador label { display: block; font-size: .86rem; font-weight: 700; margin-bottom: .4rem; color: #1a1a2e !important; }
.sim-campo { margin-bottom: 1rem; }
.sim-valor { display: flex; align-items: center; border: 1.5px solid var(--linha); border-radius: 12px; padding: 0 .9rem; background: #fff; }
.sim-valor:focus-within { border-color: #7C3AED; box-shadow: 0 0 0 3px rgba(124,58,237,.18); }
.sim-valor span { font-weight: 700; color: #4a4858 !important; }
.sim-valor input { flex: 1; border: 0; outline: 0; padding: .8rem .5rem; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; color: #1a1a2e; background: transparent; min-width: 0; }
.sim-meios { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
.sim-meios button { border: 1.5px solid var(--linha); background: #fff; border-radius: 10px; padding: .65rem .5rem; font-family: var(--font-body); font-size: .9rem; font-weight: 700; color: #4a4858 !important; cursor: pointer; }
.sim-meios button[aria-pressed="true"] { border-color: #7C3AED; background: #f7f4ff; color: #6d28d9 !important; }
.sim-meios button:focus-visible, .simulador select:focus-visible { outline: 3px solid #06B6D4; outline-offset: 2px; }
.simulador select { width: 100%; border: 1.5px solid var(--linha); border-radius: 12px; padding: .7rem .8rem; font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: #1a1a2e; background: #fff; }
.sim-res { margin-top: 1.2rem; border-radius: 14px; background: #f7f6fc; padding: 1rem 1.1rem; display: grid; gap: .55rem; }
.sim-res .l { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; color: #4a4858 !important; }
.sim-res .l b { color: #1a1a2e !important; }
.sim-res .l.rec { border-top: 1px solid var(--linha); padding-top: .65rem; margin-top: .15rem; font-size: 1.05rem; }
.sim-res .l.rec b { font-family: var(--font-heading); font-size: 1.45rem; color: #15803d !important; }
.sim-res .l.prazo b { color: #15803d !important; }
.taxas-nota { margin-top: 1.25rem; font-size: .82rem; line-height: 1.6; max-width: 80ch; }
.taxas-volume { margin-top: 1.75rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; background: linear-gradient(135deg, #f6f3ff, #eefaff); border: 1px solid var(--linha); border-radius: 16px; padding: 1.2rem 1.4rem; }
.taxas-volume p { margin: 0; flex: 1; min-width: 240px; font-weight: 600; color: #1a1a2e !important; }

/* selos de segurança */
.selos-seg { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0 0 1.5rem; }
.selo-seg { display: inline-flex; align-items: center; gap: .6rem; border: 1.5px solid #1a1a2e; border-radius: 12px; padding: .55rem .9rem; background: #fff; }
.selo-seg b { display: block; font-family: var(--font-heading); font-size: 1rem; line-height: 1.1; color: #1a1a2e !important; }
.selo-seg small { display: block; font-size: .74rem; line-height: 1.2; color: #4a4858 !important; }

/* ---------- primeira tela no celular ---------- */
@media (max-width: 979px) {
  .pl-hero { padding-top: 1.75rem; }
  .logo-play { margin-bottom: 1rem; }
  .logo-play img { max-width: 190px; }
}
.sim-res .l[hidden], .sim-campo[hidden] { display: none !important; }

/* chamada white label */
.wl-caixa { display: grid; gap: 2rem; align-items: center; border-radius: 22px; padding: 2rem; background: linear-gradient(135deg, #f6f3ff, #ecfeff); border: 1px solid var(--linha); }
@media (min-width: 900px) { .wl-caixa { grid-template-columns: 1.4fr 1fr; padding: 2.75rem; } }
.wl-caixa h2 { margin: .5rem 0 .8rem; }
.wl-caixa p { margin: 0 0 1.4rem; line-height: 1.7; max-width: 56ch; }
.wl-rot { display: inline-block; font-size: .82rem; font-weight: 700; color: #6d28d9 !important; background: #fff; border: 1px solid #ddd6fe; border-radius: 999px; padding: .3rem .8rem; }
.btn-wl { display: inline-flex; align-items: center; gap: .5rem; background: #7C3AED; color: #fff !important; font-weight: 700; border-radius: 12px; padding: .9rem 1.3rem; text-decoration: none; }
.btn-wl:hover { background: #6d28d9; }
.btn-wl:focus-visible { outline: 3px solid #06B6D4; outline-offset: 3px; }
.wl-mini { justify-self: center; width: min(280px, 100%); background: #fff; border-radius: 18px; padding: 1.2rem; box-shadow: 0 24px 50px -28px rgba(15,118,110,.55); border-top: 5px solid #0f766e; }
.wl-mini-topo { display: flex; align-items: center; gap: .6rem; }
.wl-mini-topo i { width: 32px; height: 32px; border-radius: 9px; background: #0f766e; color: #fff !important; font-style: normal; font-weight: 900; display: flex; align-items: center; justify-content: center; }
.wl-mini-topo b { color: #134e4a !important; font-size: 1.05rem; }
.wl-mini-val { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; margin: 1rem 0; color: #1a1a2e !important; }
.wl-mini-btn { background: #0f766e; color: #fff !important; text-align: center; border-radius: 10px; padding: .75rem; font-weight: 700; }

/* ============================================================
   Subpágina: gateway com a sua marca
   ============================================================ */
.migalha { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; font-size: .88rem; margin-bottom: 1.4rem; }
.migalha a { color: #6d28d9 !important; font-weight: 600; text-decoration: none; }
.migalha a:hover { text-decoration: underline; }
.migalha span { color: #4a4858 !important; }

.troca { --cor: #0f766e; --cor-2: #134e4a; justify-self: center; width: min(400px, 100%); background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 40px 80px -36px rgba(26,26,46,.5); border: 1px solid var(--linha); transition: box-shadow .5s; }
.troca-nav { display: flex; align-items: center; gap: .8rem; background: #f3f2f8; padding: .7rem 1rem; border-bottom: 1px solid var(--linha); }
.pontos-nav { display: flex; gap: 5px; } .pontos-nav i { width: 10px; height: 10px; border-radius: 50%; background: #d9d6e6; }
.pontos-nav i:nth-child(1) { background: #f87171; } .pontos-nav i:nth-child(2) { background: #fbbf24; } .pontos-nav i:nth-child(3) { background: #4ade80; }
.troca-url { flex: 1; background: #fff; border-radius: 8px; padding: .3rem .7rem; font-size: .8rem; color: #4a4858 !important; }
.troca-url b { font-weight: 600; color: #1a1a2e !important; }
.troca-corpo { padding: 1.4rem; border-top: 5px solid var(--cor); transition: border-color .5s; }
.troca-marca { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.2rem; }
.troca-marca i { width: 40px; height: 40px; border-radius: 11px; background: var(--cor); color: #fff !important; font-style: normal; font-weight: 900; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: background .5s; }
.troca-marca b { font-size: 1.2rem; color: var(--cor-2) !important; transition: color .5s; }
.troca-item { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); margin-bottom: 1rem; }
.troca-item span { color: #4a4858 !important; } .troca-item strong { font-family: var(--font-heading); font-size: 1.35rem; color: #1a1a2e !important; }
.troca-abas { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; margin-bottom: 1rem; }
.troca-abas span { text-align: center; border: 1.5px solid var(--linha); border-radius: 9px; padding: .5rem; font-size: .88rem; font-weight: 700; color: #4a4858 !important; }
.troca-abas span.at { border-color: var(--cor); color: var(--cor-2) !important; transition: border-color .5s, color .5s; }
.troca-btn { background: var(--cor); color: #fff !important; text-align: center; font-weight: 700; border-radius: 11px; padding: .85rem; transition: background .5s; }
.troca-reg { margin-top: .8rem; text-align: center; font-size: .74rem; color: #4a4858 !important; }
.troca-legenda { background: #f7f6fc; border-top: 1px solid var(--linha); text-align: center; padding: .6rem; font-size: .82rem; font-weight: 600; color: #4a4858 !important; }
.troca [data-m] { transition: opacity .3s; }
.troca.trocando [data-m] { opacity: 0; }

.wl-grade { display: grid; gap: 1rem; }
@media (min-width: 760px) { .wl-grade { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .wl-grade { grid-template-columns: repeat(3, 1fr); } }
.wl-item { display: flex; gap: 1rem; background: #fff; border: 1px solid var(--linha); border-radius: 16px; padding: 1.3rem; }
.wl-item > svg { flex: 0 0 auto; }
.wl-item h3 { font-size: 1.05rem; margin: .1rem 0 .35rem; }
.wl-item p { margin: 0; line-height: 1.6; font-size: .95rem; }

.reg-caixa { display: grid; gap: 1.5rem; align-items: start; border: 1.5px solid #1a1a2e; border-radius: 22px; padding: 2rem; background: #fff; }
@media (min-width: 820px) { .reg-caixa { grid-template-columns: auto 1fr; padding: 2.5rem; } }
.reg-ic { width: 76px; height: 76px; border-radius: 20px; background: #f5f3ff; display: flex; align-items: center; justify-content: center; }
.reg-caixa h2 { margin: 0 0 .8rem; }
.reg-caixa p { margin: 0; line-height: 1.7; max-width: 64ch; }
/* tabela de taxas: nunca mais larga que a tela */
.taxas-grid > * { min-width: 0; }
@media (max-width: 480px) {
  .tab-taxas .lin { padding: .9rem 1rem; gap: .3rem .75rem; }
  .tab-taxas .meio { font-size: .95rem; gap: .55rem; }
  .tab-taxas .valor { font-size: 1.12rem; white-space: normal; }
  .tab-taxas .valor small { white-space: nowrap; }
}
/* navegação da subpágina não herda o estilo do menu principal */
nav.migalha { justify-content: flex-start !important; width: auto !important; padding: 0 !important; background: none !important; position: static !important; box-shadow: none !important; }
.proposta-caixa { display: grid; gap: 1.5rem; align-items: start; background: #fff; border: 1.5px solid #c4b5fd; border-radius: 22px; padding: 2rem; box-shadow: 0 24px 50px -32px rgba(124,58,237,.45); }
@media (min-width: 820px) { .proposta-caixa { grid-template-columns: auto 1fr; padding: 2.5rem; } }
.proposta-caixa h2 { margin: 0 0 .8rem; }
.proposta-caixa p { margin: 0; line-height: 1.7; max-width: 64ch; }

/* selo de imagem ilustrativa */
.ilus-tag { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 700; color: #4a4858 !important; background: #fff; border: 1px solid #cfcadf; border-radius: 999px; padding: .15rem .6rem; }
.ilus-tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #f59e0b; }
.troca-legenda .ilus-tag { font-size: .72rem; }

/* API construída pela OpenFluxo */
.api-mock { background: #0f1024; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(15,16,36,.7); }
.api-mock .api-cab { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: .9rem 1.1rem; background: #0b0c1d; border-bottom: 1px solid rgba(255,255,255,.08); }
.api-mock .api-cab b { font-size: 1rem; color: #ffffff !important; }
.api-mock .api-cab span { font-size: .72rem; font-weight: 700; color: #c4b5fd !important; border: 1px solid rgba(196,181,253,.4); border-radius: 999px; padding: .2rem .6rem; white-space: nowrap; }
.api-mock .api-base { padding: .65rem 1.1rem; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .82rem; color: #67e8f9 !important; border-bottom: 1px solid rgba(255,255,255,.06); overflow-wrap: anywhere; }
.api-mock .ep { display: grid; grid-template-columns: 52px 1fr auto; gap: .7rem; align-items: center; padding: .55rem 1.1rem; border-bottom: 1px solid rgba(255,255,255,.05); }
.api-mock .ep:last-child { border-bottom: 0; }
.api-mock .mt { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .68rem; font-weight: 700; text-align: center; border-radius: 6px; padding: .15rem 0; }
.api-mock .mt.post { background: rgba(74,222,128,.16); color: #86efac !important; }
.api-mock .mt.get { background: rgba(103,232,249,.14); color: #67e8f9 !important; }
.api-mock .r { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .82rem; color: #ffffff !important; min-width: 0; overflow-wrap: anywhere; }
.api-mock .r small { display: block; font-family: var(--font-body); font-size: .74rem; color: #b8b5d0 !important; margin-top: .1rem; }
.api-mock .okp { font-size: .72rem; font-weight: 700; color: #4ade80 !important; display: flex; align-items: center; gap: .25rem; white-space: nowrap; }
