/* Landing pública — usa o tema base (app.css). Sem PHP aqui. */
.ld { --disp: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif; background: var(--bg); color: var(--texto); overflow-x: clip; }
html { scroll-behavior: smooth; }
.ld h1, .ld h2, .ld h3, .ld h4 { font-family: var(--disp); letter-spacing: -.02em; margin: 0; }
.ld a { color: inherit; text-decoration: none; }
.ld-wrap { width: min(1160px, 100% - 2.4rem); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* revelar ao rolar (só com JS) */
.js .rv { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1) var(--d, 0s), transform .7s cubic-bezier(.2,.7,.2,1) var(--d, 0s); }
.js .rv.vis { opacity: 1; transform: none; }

/* botões */
.ld-btn { display: inline-flex; align-items: center; gap: .55rem; padding: .85rem 1.4rem; border-radius: 12px; font-weight: 700; font-size: .95rem; background: var(--acento); color: #04150f; border: 1px solid var(--acento); cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; box-shadow: 0 8px 28px -10px rgba(34,230,160,.7); }
.ld-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -10px rgba(34,230,160,.85); }
.ld-btn svg { width: 18px; height: 18px; transition: transform .2s; }
.ld-btn:hover svg { transform: translateX(3px); }
.ld-btn-fantasma { background: transparent; color: var(--texto); border-color: var(--borda); box-shadow: none; }
.ld-btn-fantasma:hover { border-color: var(--acento); background: var(--acento-suave); box-shadow: none; }
.ld-btn-sm { padding: .55rem 1.05rem; font-size: .88rem; box-shadow: none; }
.ld-link { padding: .55rem .9rem; font-size: .9rem; color: var(--texto-dim); }
.ld-link:hover { color: var(--texto); }

/* menu */
.ld-nav { position: sticky; top: 0; z-index: 50; transition: background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.ld-nav.rolou { background: rgba(5,16,12,.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--borda); }
.ld-nav-in { display: flex; align-items: center; gap: 2rem; height: 68px; }
.ld-nav-logo img { height: 30px; display: block; }
.ld-nav-links { display: flex; gap: 1.6rem; margin-right: auto; }
.ld-nav-links a { font-size: .9rem; color: var(--texto-dim); position: relative; padding: .3rem 0; }
.ld-nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--acento); transition: right .25s; }
.ld-nav-links a:hover { color: var(--texto); }
.ld-nav-links a:hover::after { right: 0; }
.ld-nav-acoes { display: flex; align-items: center; gap: .4rem; }
.ld-burger { display: none; background: none; border: 1px solid var(--borda); color: var(--texto); border-radius: 10px; width: 40px; height: 40px; place-items: center; cursor: pointer; }
.ld-burger svg { width: 20px; height: 20px; }

/* hero */
.ld-hero { position: relative; padding: 4.5rem 0 5rem; overflow: hidden; margin-top: -68px; padding-top: calc(4.5rem + 68px); }
.ld-aura { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.ld-aura-1 { width: 520px; height: 520px; left: -160px; top: -120px; background: rgba(34,230,160,.22); animation: ld-flutua 16s ease-in-out infinite alternate; }
.ld-aura-2 { width: 420px; height: 420px; right: -100px; top: 120px; background: rgba(23,184,128,.16); animation: ld-flutua 20s ease-in-out infinite alternate-reverse; }
.ld-aura-3 { width: 560px; height: 560px; left: 50%; top: 50%; margin: -280px 0 0 -280px; background: rgba(34,230,160,.14); }
@keyframes ld-flutua { from { transform: translate(0,0); } to { transform: translate(50px, 36px); } }
.ld-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 52px 52px; -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 10%, transparent 70%); mask-image: radial-gradient(ellipse at 50% 30%, #000 10%, transparent 70%); }
.ld-hero-in { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 3rem; align-items: center; }
.ld-etiqueta { display: inline-flex; align-items: center; gap: .6rem; padding: .35rem .85rem; border: 1px solid var(--borda); border-radius: 99px; font-size: .8rem; color: var(--texto-dim); background: rgba(14,26,22,.6); margin: 0 0 1.4rem; }
.ld-ponto { width: 8px; height: 8px; border-radius: 50%; background: var(--acento); box-shadow: 0 0 0 0 rgba(34,230,160,.6); animation: ld-pulso 2s infinite; }
@keyframes ld-pulso { 70% { box-shadow: 0 0 0 9px rgba(34,230,160,0); } 100% { box-shadow: 0 0 0 0 rgba(34,230,160,0); } }
.ld-hero h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); line-height: 1.04; font-weight: 800; }
.ld-hero h1 em { font-style: normal; color: var(--acento); white-space: nowrap; }
.ld-lead { font-size: 1.1rem; line-height: 1.65; color: var(--texto-dim); max-width: 520px; margin: 1.4rem 0 2rem; }
.ld-hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; }
.ld-nota { margin: 1.2rem 0 0; font-size: .86rem; color: var(--texto-faint); }
.ld-nota strong { color: var(--acento); }

/* cena: celular com conversa */
.ld-cena { position: relative; display: flex; justify-content: center; padding: 1rem 0; }
.ld-fone { width: min(340px, 100%); border: 1px solid var(--borda); border-radius: 30px; background: linear-gradient(180deg, #0c1c16, #08130f); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8), 0 0 0 6px rgba(255,255,255,.02); overflow: hidden; animation: ld-balanca 7s ease-in-out infinite alternate; }
@keyframes ld-balanca { from { transform: translateY(-6px) rotate(-.6deg); } to { transform: translateY(8px) rotate(.6deg); } }
.ld-fone-topo { display: flex; align-items: center; gap: .7rem; padding: .9rem 1rem; border-bottom: 1px solid var(--borda); background: var(--superficie-2); }
.ld-fone-topo b { display: block; font-size: .9rem; }
.ld-fone-topo small { color: var(--texto-faint); font-size: .74rem; }
.ld-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--acento-suave); color: var(--acento); display: grid; place-items: center; }
.ld-avatar svg { width: 18px; height: 18px; }
.ld-chat { height: 430px; padding: .9rem; display: flex; flex-direction: column; justify-content: flex-end; gap: .6rem; overflow: hidden; }
.ld-msg { max-width: 88%; align-self: flex-start; background: #12261e; border: 1px solid #1c3329; border-radius: 4px 14px 14px 14px; padding: .55rem .7rem .6rem; font-size: .8rem; line-height: 1.4; animation: ld-msg .5s cubic-bezier(.2,.8,.2,1) both; }
@keyframes ld-msg { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: none; } }
.ld-msg-img { position: relative; height: 100px; border-radius: 9px; margin-bottom: .5rem; background: #fff; overflow: hidden; }
.ld-msg-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ld-msg-img em { position: absolute; left: 6px; top: 6px; font-style: normal; font-size: .6rem; font-weight: 700; padding: .12rem .45rem; border-radius: 99px; background: rgba(5,16,12,.82); color: var(--texto); }
.ld-msg b { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ld-msg b { font-weight: 600; }
.ld-msg .pr { color: var(--acento); font-weight: 700; font-size: .92rem; }
.ld-msg .de { color: var(--texto-faint); text-decoration: line-through; margin-left: .35rem; font-size: .72rem; }
.ld-msg .lk { display: block; margin-top: .3rem; color: #6fb7ff; font-size: .74rem; word-break: break-all; }
.ld-msg .hr { display: block; text-align: right; color: var(--texto-faint); font-size: .66rem; margin-top: .2rem; }
.ld-digitando { align-self: flex-start; display: flex; gap: 4px; padding: .7rem .8rem; background: #12261e; border: 1px solid #1c3329; border-radius: 4px 14px 14px 14px; }
.ld-digitando i { width: 6px; height: 6px; border-radius: 50%; background: var(--texto-dim); animation: ld-dig 1s infinite; }
.ld-digitando i:nth-child(2) { animation-delay: .15s; }
.ld-digitando i:nth-child(3) { animation-delay: .3s; }
@keyframes ld-dig { 0%, 60%, 100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-4px); opacity: 1; } }
.ld-chip { position: absolute; display: flex; align-items: center; gap: .65rem; padding: .6rem .85rem; border-radius: 14px; background: rgba(14,26,22,.92); border: 1px solid var(--borda); backdrop-filter: blur(8px); box-shadow: 0 16px 40px -16px rgba(0,0,0,.7); animation: ld-sobe 6s ease-in-out infinite alternate; }
.ld-chip small { display: block; font-size: .68rem; color: var(--texto-faint); }
.ld-chip b { font-size: .82rem; }
.ld-chip-ic { width: 32px; height: 32px; border-radius: 9px; background: var(--acento-suave); color: var(--acento); display: grid; place-items: center; }
.ld-chip-ic svg { width: 17px; height: 17px; }
.ld-chip-1 { left: -8px; top: 12%; }
.ld-chip-2 { right: -6px; top: 42%; animation-delay: -2s; }
.ld-chip-3 { left: -14px; bottom: -8px; animation-delay: -4s; }
@keyframes ld-sobe { from { transform: translateY(0); } to { transform: translateY(-12px); } }

/* faixa de lojas */
.ld-lojas { padding: 2rem 0 2.4rem; border-block: 1px solid var(--borda); background: var(--bg-elevado); }
.ld-lojas-t { text-align: center; margin: 0 0 1.4rem; color: var(--texto-faint); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.ld-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.ld-marquee-trilho { display: flex; width: max-content; gap: 2.6rem; animation: ld-corre 28s linear infinite; }
.ld-marquee:hover .ld-marquee-trilho { animation-play-state: paused; }
@keyframes ld-corre { to { transform: translateX(calc(-50% - 1.3rem)); } }
.ld-loja { flex: 0 0 auto; background: #fff; border-radius: 12px; padding: .6rem 1.1rem; height: 54px; display: grid; place-items: center; }
.ld-loja img { height: 30px; width: auto; max-width: 130px; object-fit: contain; display: block; }

/* seções */
.ld-sec { padding: 6rem 0; }
.ld-sec-alt { background: var(--bg-elevado); border-block: 1px solid var(--borda); }
.ld-cab { max-width: 640px; margin-bottom: 3rem; }
.ld-sobre { margin: 0 0 .8rem; color: var(--acento); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ld-cab h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); line-height: 1.1; font-weight: 800; }
.ld-sub { color: var(--texto-dim); line-height: 1.6; margin: 1rem 0 0; }

/* passos */
.ld-passos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; position: relative; }
.ld-passos::before { content: ""; position: absolute; left: 8%; right: 8%; top: 27px; height: 2px; background: linear-gradient(90deg, var(--acento), transparent 90%); transform-origin: left; transform: scaleX(0); transition: transform 1.4s cubic-bezier(.2,.7,.2,1) .2s; }
.ld-passos.vis::before { transform: scaleX(1); }
.ld-passos li { position: relative; }
.ld-n { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--superficie); border: 1px solid var(--acento); color: var(--acento); font-family: var(--disp); font-size: 1.4rem; font-weight: 800; margin-bottom: 1.2rem; position: relative; z-index: 1; }
.ld-passos h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.ld-passos p { color: var(--texto-dim); line-height: 1.6; margin: 0; max-width: 300px; }

/* ferramentas */
.ld-grupo { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 2.4rem; padding: 2.2rem 0; border-top: 1px solid var(--borda); }
.ld-grupo-cab { position: sticky; top: 90px; align-self: start; }
.ld-grupo-cab h3 { font-size: 1.5rem; color: var(--acento); margin-bottom: .5rem; }
.ld-grupo-cab p { margin: 0; color: var(--texto-dim); font-size: .92rem; line-height: 1.55; }
.ld-grupo-itens { display: flex; flex-direction: column; gap: 1rem; }
.ld-tool { display: flex; gap: 1.1rem; padding: 1.3rem 1.4rem; border-radius: var(--raio); background: var(--superficie); border: 1px solid var(--borda); transition: border-color .25s, transform .25s, background .25s; }
.ld-tool:hover { border-color: rgba(34,230,160,.45); transform: translateX(6px); background: var(--superficie-2); }
.ld-tool-ic { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px; background: var(--acento-suave); color: var(--acento); display: grid; place-items: center; transition: transform .35s; }
.ld-tool:hover .ld-tool-ic { transform: rotate(-8deg) scale(1.08); }
.ld-tool-ic svg { width: 22px; height: 22px; }
.ld-tool-corpo { min-width: 0; }
.ld-tool h4 { font-size: 1.12rem; margin-bottom: .35rem; }
.ld-tool p { margin: 0 0 .8rem; color: var(--texto-dim); line-height: 1.6; font-size: .93rem; }
.ld-tool-planos { display: flex; flex-wrap: wrap; gap: .4rem; }
.ld-tool-planos span { font-size: .72rem; padding: .18rem .6rem; border-radius: 99px; border: 1px solid var(--borda); }
.ld-tool-planos .on { color: var(--acento); border-color: rgba(34,230,160,.4); background: var(--acento-suave); }
.ld-tool-planos .off { color: var(--texto-faint); text-decoration: line-through; opacity: .55; }

/* planos */
.ld-planos { display: grid; grid-template-columns: repeat(var(--cols), minmax(0, 1fr)); gap: 1.4rem; align-items: stretch; }
.ld-plano { position: relative; display: flex; flex-direction: column; padding: 2rem 1.7rem; border-radius: 22px; background: var(--superficie); border: 1px solid var(--borda); transition: transform .3s, border-color .3s; }
.ld-plano:hover { transform: translateY(-6px); border-color: rgba(34,230,160,.4); }
.ld-plano.destaque { border-color: var(--acento); background: linear-gradient(180deg, rgba(34,230,160,.09), var(--superficie) 40%); box-shadow: 0 30px 70px -40px rgba(34,230,160,.6); }
.ld-selo { position: absolute; top: -12px; left: 1.7rem; padding: .25rem .8rem; border-radius: 99px; background: var(--acento); color: #04150f; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.ld-plano h3 { font-size: 1.5rem; }
.ld-plano-desc { color: var(--texto-dim); font-size: .9rem; margin: .4rem 0 0; }
.ld-preco { margin: 1.4rem 0; }
.ld-preco small { display: block; color: var(--texto-faint); font-size: .8rem; }
.ld-preco div { display: flex; align-items: flex-start; gap: .3rem; margin: .1rem 0; }
.ld-rs { font-size: 1.1rem; margin-top: .55rem; color: var(--texto-dim); }
.ld-preco strong { font-family: var(--disp); font-size: 3rem; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.ld-plano-lista { list-style: none; margin: 0 0 1.8rem; padding: 1.2rem 0 0; border-top: 1px solid var(--borda); display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.ld-plano-lista li { display: flex; gap: .6rem; align-items: center; font-size: .92rem; color: var(--texto-dim); }
.ld-plano-lista b { color: var(--texto); }
.ld-plano-lista svg { width: 18px; height: 18px; color: var(--acento); flex: 0 0 auto; }
.ld-plano .ld-btn { justify-content: center; }

/* comparativo */
.ld-comp-cab { margin: 4.5rem 0 1.2rem; }
.ld-comp-cab h3 { font-size: 1.6rem; }
.ld-comp { overflow-x: auto; border: 1px solid var(--borda); border-radius: 18px; background: var(--superficie); }
.ld-comp table { width: 100%; border-collapse: collapse; min-width: 560px; }
.ld-comp th, .ld-comp td { padding: .95rem 1.2rem; text-align: center; border-bottom: 1px solid var(--borda); }
.ld-comp thead th { font-family: var(--disp); font-size: 1.05rem; background: var(--superficie-2); }
.ld-comp thead th small { display: block; font-family: var(--font, inherit); font-weight: 400; color: var(--texto-faint); font-size: .76rem; margin-top: .15rem; }
.ld-comp thead th.dest { color: var(--acento); }
.ld-comp tbody th { text-align: left; font-weight: 500; color: var(--texto-dim); font-size: .92rem; }
.ld-comp tbody tr:last-child th, .ld-comp tbody tr:last-child td { border-bottom: 0; }
.ld-comp tbody tr:hover { background: rgba(255,255,255,.02); }
.ld-comp td svg { width: 20px; height: 20px; vertical-align: middle; }
.ld-comp td.sim { color: var(--acento); }
.ld-comp td.nao { color: var(--texto-faint); opacity: .4; }
.ld-comp td b { font-family: var(--disp); font-size: 1.1rem; }

/* faq */
.ld-duv { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 3rem; }
.ld-duv .ld-cab { margin-bottom: 0; }
.ld-faq details { border-bottom: 1px solid var(--borda); }
.ld-faq summary { list-style: none; cursor: pointer; padding: 1.2rem 0; font-weight: 600; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.ld-faq summary::-webkit-details-marker { display: none; }
.ld-faq summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--acento); transition: transform .25s; flex: 0 0 auto; }
.ld-faq details[open] summary::after { transform: rotate(45deg); }
.ld-faq p { margin: 0 0 1.2rem; color: var(--texto-dim); line-height: 1.65; max-width: 620px; animation: ld-abre .3s ease; }
@keyframes ld-abre { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* final */
.ld-final { position: relative; overflow: hidden; text-align: center; padding: 6.5rem 0; }
.ld-final .ld-wrap { position: relative; z-index: 1; }
.ld-final h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 800; max-width: 760px; margin: 0 auto 1rem; line-height: 1.08; }
.ld-final p { color: var(--texto-dim); margin: 0 0 2rem; }

.ld-foot { border-top: 1px solid var(--borda); padding: 2rem 0; }
.ld-foot-in { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.ld-foot img { height: 26px; }
.ld-foot-in div { display: flex; gap: 1.4rem; margin-right: auto; }
.ld-foot-in div a { color: var(--texto-dim); font-size: .9rem; }
.ld-foot-in div a:hover { color: var(--acento); }
.ld-foot small { color: var(--texto-faint); }

/* responsivo */
@media (max-width: 960px) {
    .ld-hero-in { grid-template-columns: 1fr; }
    .ld-grupo { grid-template-columns: 1fr; gap: 1.2rem; }
    .ld-grupo-cab { position: static; }
    .ld-duv { grid-template-columns: 1fr; gap: 1.5rem; }
    .ld-planos { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}
@media (max-width: 760px) {
    .ld-nav-in { gap: 1rem; }
    .ld-burger { display: grid; }
    .ld-nav-acoes { margin-left: auto; }
    .ld-link { display: none; }
    .ld-nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 0; margin: 0; padding: .6rem 1.2rem 1rem; background: rgba(5,16,12,.97); border-bottom: 1px solid var(--borda); }
    .ld-nav-links.aberto { display: flex; }
    .ld-nav-links a { padding: .8rem 0; font-size: 1rem; }
    .ld-sec { padding: 4rem 0; }
    .ld-passos { grid-template-columns: 1fr; gap: 1.6rem; }
    .ld-passos::before { display: none; }
    .ld-chip-1 { left: 0; }
    .ld-chip-2 { right: 0; }
    .ld-chip-3 { display: none; }
    .ld-tool { padding: 1.1rem; gap: .9rem; }
    .ld-tool:hover { transform: none; }
    .ld-hero h1 em { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
    .ld *, .ld *::before, .ld *::after { animation: none !important; transition: none !important; }
    .js .rv { opacity: 1; transform: none; }
    .ld-passos::before { transform: scaleX(1); }
    html { scroll-behavior: auto; }
}
